@charset "UTF-8";
/* Author: thewebmax team
=========================
This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
This files [Table of contents] are outlined below
---------------------------------------------------
** - ========================
	 GENERAL 
	 ========================
** - Title separators
** - Title separators
** - Center title
** - Counter
** - Client carousel 1
** - Client carousel 2
** - Footer News Letter
** - Footer dark version css
** - Footer Light version css
** - Footer Newsletter
** - Recent Post Entry
** - Widget Services
** - scroll top btn css
** - Pricing Table
** - inner page banner
** - Breadcrumb
** - Contact Form
** - Pagination Style
** - Blog Side Bar
** - Side bar tags
** - Comment list section
** - comment form
** - Comment area
** - Single Blog Post
** - Single Post Tags
** - Single Post Tags
** - Posts Author
** - Single Post Navigation
** - Loading
** - Loading Animation Start
** - Description list
** - Description list
** - Section Overlay
** - Services
** - Search
** - Google map
** - Gallery
** - Video
** - Slide Top Animation
** - Zoom in Zoom Out Animation
** - Up Down Animation
** - Working Process
** - process steps
** - how it work
** - testimonial style 1
** - testimonial style 1
** - Blog post 1
** - Blog post 2
** - BLog Post List Style
** - Job post section
** - Employer List
** - Employer grid
** - Explore New Life
** - Explore New Life
** - Job categories
** - Search Bar
** - Search Bar Section home 2
** - trusted Logo
** - tabs
** - tabs
** - Side bar Advertisement
** - Side Bar Elements
** - Checked Input
** - Error 404
** - Candidate List
** - Candidate grid
** - Candidates detail
** - Employer detail
** - Work Experience
2** - Social Share
** - Employer detail
** - Side Map
** - Side Map2
** - Sidebar Info
** - Sidebar Info
** - Sidebar  Info 2
** - Sidebar-contact
** - Faq
** - Accordion button
** - Sign Up popup
** - Dashboard Header
** - My Account css
** - Dashboard message Dropdown
** - Dashboard Notification Dropdown 
** - Dashboard Message
** - Dashboard Notification
** - Admin Nav 
** - Form Elements 
** - Dashboard Card
** - Upload Video Button
** - dashboard List
** - dashboard message
** - Edit Profile
** - Dashboard Widget
** - notification list
** - Message list
** - Msg style 2
** - msg user list side button
** - Chart
** - Dashboard candidates style
** - Data Table Candidets 
** - default table
** - Data Table Candidets 
** - Data Table
** - Model Popup 
---------------------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*===GENERAL===*/
.site-text-primary {
  color: #228bb0;
}

.site-text-secondry {
  color: #171d28;
}

.site-text-black {
  color: #000;
}

.site-text-gray {
  color: #f9fcff;
}

.site-text-white {
  color: #fff;
}

.site-text-orange {
  color: #fd7e14;
}

.site-bg-primary {
  background-color: #228bb0;
}

.site-bg-black {
  background-color: #000;
}

.site-bg-dark {
  background-color: #17171d;
}

.site-bg-gray {
  background-color: #f9fcff;
}

.site-bg-light {
  background-color: #f9f9f9;
}

.site-bg-white {
  background-color: #fff;
}

.site-bg-light-purple {
  background-color: #f0f6fe;
}

body {
  color: #3c3c3c;
  font-family: "Rubik", sans-serif;
  line-height: 1.7;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-size: 15px;
}

a {
  color: #4f4f4f;
  outline: 0px none;
  text-decoration: none;
}
a:hover, a:focus {
  outline: 0px none;
  text-decoration: none;
}
a:active, a:hover, a:focus {
  color: inherit;
}

.overflow-hide {
  overflow: hidden;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/*Float clearfix*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.shadow-bx {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.wt-icon-box-wraper:after {
  content: "";
  display: table;
  clear: both;
}

ol.commentlist li:after {
  content: "";
  display: table;
  clear: both;
}

section, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, summary {
  display: block;
}

ul {
  padding: 0px;
}

::selection {
  background: #484848;
  color: #fff;
}

/*===Heading & Title====*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik", sans-serif;
  line-height: 1.2;
  color: #565555;
}

h1 {
  font-size: 60px;
  font-weight: 700;
}

h2 {
  font-size: 46px;
  font-weight: 500;
}

h3 {
  font-size: 22px;
  font-weight: 500;
}

h4 {
  font-size: 18px;
  font-weight: 500;
}

h5 {
  font-size: 16px;
  font-weight: 500;
}

h6 {
  font-size: 14px;
  font-weight: 400;
}

/*---Text align--- */
.text-left {
  text-align: left;
}

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

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

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

/*===Listing Style===*/
dl, ul, ol {
  list-style-position: outside;
  padding: 0px;
}

ul, ol {
  margin-bottom: 24px;
}

ul li {
  padding: 0px;
}

ol li {
  padding: 0px;
}

.list-simple li {
  margin-bottom: 10px;
}
.list-simple li ul {
  margin-left: 15px;
  margin-top: 10px;
}
.list-simple.list-unstyled li ul {
  margin-left: 30px;
  margin-top: 10px;
}

.list-circle,
.list-angle-right,
.list-arrow,
.list-check,
.list-checked,
.list-check-circle,
.list-chevron-circle,
.list-arrow-circle,
.list-times-circle {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  list-style: none;
  font-weight: 600;
}
.list-circle li,
.list-angle-right li,
.list-arrow li,
.list-check li,
.list-checked li,
.list-check-circle li,
.list-chevron-circle li,
.list-arrow-circle li,
.list-times-circle li {
  padding: 5px 5px 5px 20px;
  position: relative;
}
.list-circle li:before,
.list-angle-right li:before,
.list-arrow li:before,
.list-check li:before,
.list-checked li:before,
.list-check-circle li:before,
.list-chevron-circle li:before,
.list-arrow-circle li:before,
.list-times-circle li:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 0px;
  top: 3px;
  display: block;
  font-size: 15px;
  color: #000;
}

.list-circle li:before {
  top: 6px;
  font-size: 10px;
  content: "\f111";
}

.list-angle-right li:before {
  content: "\f105";
}

.list-arrow li:before {
  content: "\f0da";
}

.list-check li:before {
  content: "\f00c";
}

.list-checked li:before {
  content: "\f046";
}

.list-check-circle li:before {
  content: "\f058";
}

.list-chevron-circle li:before {
  content: "\f138";
}

.list-arrow-circle li:before {
  content: "\f0a9";
}

.list-times-circle li:before {
  content: "\f057";
}

/*---Padding (around)---*/
.p-a0 {
  padding: 0px;
}

.p-a5 {
  padding: 5px;
}

.p-a10 {
  padding: 10px;
}

.p-a15 {
  padding: 15px;
}

.p-a20 {
  padding: 20px;
}

.p-a25 {
  padding: 25px;
}

.p-a30 {
  padding: 30px;
}

.p-a40 {
  padding: 40px;
}

.p-a50 {
  padding: 50px;
}

.p-a60 {
  padding: 60px;
}

.p-a70 {
  padding: 70px;
}

.p-a80 {
  padding: 80px;
}

.p-a90 {
  padding: 90px;
}

.p-a100 {
  padding: 100px;
}

.p-a110 {
  padding: 110px;
}

.p-a120 {
  padding: 120px;
}

.p-a130 {
  padding: 130px;
}

.p-a140 {
  padding: 140px;
}

.p-a150 {
  padding: 150px;
}

/*---Padding (top)---*/
.p-t0 {
  padding-top: 0px;
}

.p-t5 {
  padding-top: 5px;
}

.p-t10 {
  padding-top: 10px;
}

.p-t15 {
  padding-top: 15px;
}

.p-t20 {
  padding-top: 20px;
}

.p-t30 {
  padding-top: 30px;
}

.p-t40 {
  padding-top: 40px;
}

.p-t50 {
  padding-top: 50px;
}

.p-t60 {
  padding-top: 60px;
}

.p-t70 {
  padding-top: 70px;
}

.p-t80 {
  padding-top: 80px;
}

.p-t90 {
  padding-top: 90px;
}

.p-t100 {
  padding-top: 100px;
}

.p-t110 {
  padding-top: 110px;
}

.p-t120 {
  padding-top: 40px;
}

.p-t130 {
  padding-top: 130px;
}

.p-t140 {
  padding-top: 140px;
}

.p-t150 {
  padding-top: 150px;
}

/*---Padding (bottom)---*/
.p-b0 {
  padding-bottom: 0px;
}

.p-b5 {
  padding-bottom: 5px;
}

.p-b10 {
  padding-bottom: 10px;
}

.p-b15 {
  padding-bottom: 15px;
}

.p-b20 {
  padding-bottom: 20px;
}

.p-b30 {
  padding-bottom: 30px;
}

.p-b40 {
  padding-bottom: 40px;
}

.p-b50 {
  padding-bottom: 50px;
}

.p-b60 {
  padding-bottom: 60px;
}

.p-b70 {
  padding-bottom: 70px;
}

.p-b80 {
  padding-bottom: 80px;
}

.p-b90 {
  padding-bottom: 90px;
}

.p-b100 {
  padding-bottom: 100px;
}

.p-b110 {
  padding-bottom: 110px;
}

.p-b120 {
  padding-bottom: 120px;
}

.p-b130 {
  padding-bottom: 130px;
}

.p-b140 {
  padding-bottom: 140px;
}

.p-b150 {
  padding-bottom: 150px;
}

/*---Padding (left)---*/
.p-l0 {
  padding-left: 0px;
}

.p-l5 {
  padding-left: 5px;
}

.p-l10 {
  padding-left: 10px;
}

.p-l15 {
  padding-left: 15px;
}

.p-l20 {
  padding-left: 20px;
}

.p-l30 {
  padding-left: 30px;
}

.p-l40 {
  padding-left: 40px;
}

.p-l50 {
  padding-left: 50px;
}

.p-l60 {
  padding-left: 60px;
}

.p-l70 {
  padding-left: 70px;
}

.p-l80 {
  padding-left: 80px;
}

.p-l90 {
  padding-left: 90px;
}

.p-l100 {
  padding-left: 100px;
}

.p-l110 {
  padding-left: 110px;
}

.p-l120 {
  padding-left: 120px;
}

.p-l130 {
  padding-left: 130px;
}

.p-l140 {
  padding-left: 140px;
}

.p-l150 {
  padding-left: 150px;
}

/*---Padding (right)---*/
.p-r0 {
  padding-right: 0px;
}

.p-r5 {
  padding-right: 5px;
}

.p-r10 {
  padding-right: 10px;
}

.p-r15 {
  padding-right: 15px;
}

.p-r20 {
  padding-right: 20px;
}

.p-r30 {
  padding-right: 30px;
}

.p-r40 {
  padding-right: 40px;
}

.p-r50 {
  padding-right: 50px;
}

.p-r60 {
  padding-right: 60px;
}

.p-r70 {
  padding-right: 70px;
}

.p-r80 {
  padding-right: 80px;
}

.p-r90 {
  padding-right: 90px;
}

.p-r100 {
  padding-right: 100px;
}

.p-r110 {
  padding-right: 110px;
}

.p-r120 {
  padding-right: 120px;
}

.p-r130 {
  padding-right: 130px;
}

.p-r140 {
  padding-right: 140px;
}

.p-r150 {
  padding-right: 150px;
}

/*---Padding (left right)---*/
.p-lr0 {
  padding-left: 0px;
  padding-right: 0px;
}

.p-lr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.p-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.p-lr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-lr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.p-lr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.p-lr50 {
  padding-left: 50px;
  padding-right: 50px;
}

.p-lr60 {
  padding-left: 60px;
  padding-right: 60px;
}

.p-lr70 {
  padding-left: 70px;
  padding-right: 70px;
}

.p-lr80 {
  padding-left: 80px;
  padding-right: 80px;
}

.p-lr90 {
  padding-left: 90px;
  padding-right: 90px;
}

.p-lr100 {
  padding-left: 100px;
  padding-right: 100px;
}

.p-lr120 {
  padding-left: 120px;
  padding-right: 120px;
}

.p-lr150 {
  padding-left: 150px;
  padding-right: 150px;
}

/*---Padding (top bottom)---*/
.p-tb0 {
  padding-bottom: 0px;
  padding-top: 0px;
}

.p-tb5 {
  padding-bottom: 5px;
  padding-top: 5px;
}

.p-tb10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.p-tb15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.p-tb20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.p-tb30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.p-tb40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.p-tb50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.p-tb60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.p-tb70 {
  padding-bottom: 70px;
  padding-top: 70px;
}

.p-tb80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.p-tb90 {
  padding-bottom: 90px;
  padding-top: 90px;
}

.p-tb100 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.p-tb120 {
  padding-bottom: 120px;
  padding-top: 120px;
}

.p-tb150 {
  padding-bottom: 150px;
  padding-top: 150px;
}

/*----Margin (around)----*/
.m-a-1 {
  margin: -1px;
}

.m-a0 {
  margin: 0px;
}

.m-a5 {
  margin: 5px;
}

.m-a10 {
  margin: 10px;
}

.m-a15 {
  margin: 15px;
}

.m-a20 {
  margin: 20px;
}

.m-a30 {
  margin: 30px;
}

.m-a40 {
  margin: 40px;
}

.m-a50 {
  margin: 50px;
}

.m-a60 {
  margin: 60px;
}

.m-a70 {
  margin: 70px;
}

.m-a80 {
  margin: 80px;
}

.m-a90 {
  margin: 90px;
}

.m-a100 {
  margin: 100px;
}

.m-a110 {
  margin: 110px;
}

.m-a120 {
  margin: 120px;
}

.m-a130 {
  margin: 130px;
}

.m-a140 {
  margin: 140px;
}

.m-a150 {
  margin: 150px;
}

/*---Marging (top)----*/
.m-t0 {
  margin-top: 0px;
}

.m-t5 {
  margin-top: 5px;
}

.m-t10 {
  margin-top: 10px;
}

.m-t15 {
  margin-top: 15px;
}

.m-t20 {
  margin-top: 20px;
}

.m-t30 {
  margin-top: 30px;
}

.m-t40 {
  margin-top: 40px;
}

.m-t50 {
  margin-top: 50px;
}

.m-t60 {
  margin-top: 60px;
}

.m-t70 {
  margin-top: 70px;
}

.m-t80 {
  margin-top: 80px;
}

.m-t90 {
  margin-top: 90px;
}

.m-t100 {
  margin-top: 100px;
}

.m-t110 {
  margin-top: 110px;
}

.m-t120 {
  margin-top: 120px;
}

.m-t130 {
  margin-top: 130px;
}

.m-t140 {
  margin-top: 140px;
}

.m-t150 {
  margin-top: 150px;
}

/*---Marging (bottom)---*/
.m-b0 {
  margin-bottom: 0px;
}

.m-b5 {
  margin-bottom: 5px;
}

.m-b10 {
  margin-bottom: 10px;
}

.m-b15 {
  margin-bottom: 15px;
}

.m-b20 {
  margin-bottom: 20px;
}

.m-b30 {
  margin-bottom: 30px;
}

.m-b40 {
  margin-bottom: 40px;
}

.m-b50 {
  margin-bottom: 50px;
}

.m-b60 {
  margin-bottom: 60px;
}

.m-b70 {
  margin-bottom: 70px;
}

.m-b80 {
  margin-bottom: 80px;
}

.m-b90 {
  margin-bottom: 90px;
}

.m-b100 {
  margin-bottom: 100px;
}

.m-b110 {
  margin-bottom: 110px;
}

.m-b120 {
  margin-bottom: 120px;
}

.m-b130 {
  margin-bottom: 130px;
}

.m-b140 {
  margin-bottom: 140px;
}

.m-b150 {
  margin-bottom: 150px;
}

/*---Marging (left)---*/
.m-l0 {
  margin-left: 0px;
}

.m-l5 {
  margin-left: 5px;
}

.m-l10 {
  margin-left: 10px;
}

.m-l15 {
  margin-left: 15px;
}

.m-l20 {
  margin-left: 20px;
}

.m-l30 {
  margin-left: 30px;
}

.m-l40 {
  margin-left: 40px;
}

.m-l50 {
  margin-left: 50px;
}

.m-l60 {
  margin-left: 60px;
}

.m-l70 {
  margin-left: 70px;
}

.m-l80 {
  margin-left: 80px;
}

.m-l90 {
  margin-left: 90px;
}

.m-l100 {
  margin-left: 100px;
}

.m-l110 {
  margin-left: 110px;
}

.m-l120 {
  margin-left: 120px;
}

.m-l130 {
  margin-left: 130px;
}

.m-l140 {
  margin-left: 140px;
}

.m-l150 {
  margin-left: 150px;
}

/*---Marging (right)---*/
.m-r0 {
  margin-right: 0px;
}

.m-r5 {
  margin-right: 5px;
}

.m-r10 {
  margin-right: 10px;
}

.m-r15 {
  margin-right: 15px;
}

.m-r20 {
  margin-right: 20px;
}

.m-r30 {
  margin-right: 30px;
}

.m-r40 {
  margin-right: 40px;
}

.m-r50 {
  margin-right: 50px;
}

.m-r60 {
  margin-right: 60px;
}

.m-r70 {
  margin-right: 70px;
}

.m-r80 {
  margin-right: 80px;
}

.m-r90 {
  margin-right: 90px;
}

.m-r100 {
  margin-right: 100px;
}

.m-r110 {
  margin-right: 110px;
}

.m-r120 {
  margin-right: 120px;
}

.m-r130 {
  margin-right: 130px;
}

.m-r140 {
  margin-right: 140px;
}

.m-r150 {
  margin-right: 150px;
}

/*---Marging (left right)---*/
.m-lr0 {
  margin-left: 0px;
  margin-right: 0px;
}

.m-lr5 {
  margin-left: 5px;
  margin-right: 5px;
}

.m-lr10 {
  margin-left: 10px;
  margin-right: 10px;
}

.m-lr15 {
  margin-left: 15px;
  margin-right: 15px;
}

.m-lr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.m-lr30 {
  margin-left: 30px;
  margin-right: 30px;
}

.m-lr40 {
  margin-left: 40px;
  margin-right: 40px;
}

.m-lr50 {
  margin-left: 50px;
  margin-right: 50px;
}

.m-lr60 {
  margin-left: 60px;
  margin-right: 60px;
}

.m-lr70 {
  margin-left: 70px;
  margin-right: 70px;
}

.m-lr80 {
  margin-left: 80px;
  margin-right: 80px;
}

.m-lr90 {
  margin-left: 90px;
  margin-right: 90px;
}

.m-lr100 {
  margin-left: 100px;
  margin-right: 100px;
}

.m-lr120 {
  margin-left: 120px;
  margin-right: 120px;
}

.m-lr150 {
  margin-left: 150px;
  margin-right: 150px;
}

/*---Marging (top bottom)---*/
.m-tb0 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.m-tb5 {
  margin-bottom: 5px;
  margin-top: 5px;
}

.m-tb10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.m-tb15 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.m-tb20 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.m-tb30 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.m-tb40 {
  margin-bottom: 40px;
  margin-top: 40px;
}

.m-tb50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.m-tb60 {
  margin-bottom: 60px;
  margin-top: 60px;
}

.m-tb70 {
  margin-bottom: 70px;
  margin-top: 70px;
}

.m-tb80 {
  margin-bottom: 80px;
  margin-top: 80px;
}

.m-tb90 {
  margin-bottom: 90px;
  margin-top: 90px;
}

.m-tb100 {
  margin-bottom: 100px;
  margin-top: 100px;
}

.m-tb120 {
  margin-bottom: 120px;
  margin-top: 120px;
}

.m-tb150 {
  margin-bottom: 150px;
  margin-top: 150px;
}

/*---Colum gap less---*/
.no-col-gap [class*=col-xs-],
.no-col-gap [class*=col-sm-],
.no-col-gap [class*=col-md-],
.no-col-gap [class*=col-lg-] {
  padding-left: 0px;
  padding-right: 0px;
}

/*===Background Effect===*/
.bg-center {
  background-position: center;
}

.bg-top-left {
  background-position: top left;
}

.bg-top-right {
  background-position: top right;
}

.bg-top-center {
  background-position: top center;
}

.bg-bottom-left {
  background-position: bottom left;
}

.bg-bottom-right {
  background-position: bottom right;
}

.bg-bottom-center {
  background-position: bottom center;
}

.bg-left-center {
  background-position: left;
}

.bg-right-center {
  background-position: left;
}

.bg-auto {
  background-size: auto;
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-full-width {
  background-size: 100% auto;
}

.bg-full-height {
  background-size: auto 100%;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-scroll {
  background-attachment: scroll;
}

/*===Overlay ( transparient box style)===*/
.overlay-wraper {
  position: relative;
}

.overlay-main {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.opacity-01 {
  opacity: 0.1;
}

.opacity-02 {
  opacity: 0.2;
}

.opacity-03 {
  opacity: 0.3;
}

.opacity-04 {
  opacity: 0.4;
}

.opacity-05 {
  opacity: 0.5;
}

.opacity-06 {
  opacity: 0.6;
}

.opacity-07 {
  opacity: 0.7;
}

.opacity-08 {
  opacity: 0.8;
}

.opacity-09 {
  opacity: 0.9;
}

.overlay-light .overlay-main {
  opacity: 0.3;
}

.overlay-dark .overlay-main {
  opacity: 0.9;
}

.overlay-wraper > .container,
.overlay-wraper > .container-fluid,
.overlay-wraper > .wt-icon-box-wraper,
.overlay-wraper > .wt-left-part,
.overlay-wraper > .wt-right-part {
  position: relative;
  z-index: 1;
}

/*===Boxes Css===*/
.rounded-bx,
.wt-box,
.wt-icon-box,
.wt-icon-box-small,
.wt-thum-bx,
.wt-post-thum {
  position: relative;
}

/*---Box content----*/
.wt-box {
  position: relative;
}
.wt-box.no-margin {
  margin-bottom: 0;
}

/*---For icons with box---*/
.wt-icon-box-xld {
  width: 180px;
  height: 180px;
  display: inline-block;
  text-align: center;
}
.wt-icon-box-xld i {
  font-size: 100px;
}
.wt-icon-box-xld img {
  height: 90px;
}

.wt-icon-box-xl {
  width: 150px;
  height: 150px;
  display: inline-block;
  text-align: center;
}
.wt-icon-box-xl i {
  font-size: 80px;
}
.wt-icon-box-xl img {
  height: 80px;
}

.wt-icon-box-lg {
  width: 120px;
  height: 120px;
  display: inline-block;
  text-align: center;
}
.wt-icon-box-lg i {
  font-size: 60px;
}
.wt-icon-box-lg img {
  height: 55px;
}

.wt-icon-box-md {
  width: 100px;
  height: 100px;
  display: inline-block;
  text-align: center;
}
.wt-icon-box-md i {
  font-size: 45px;
}
.wt-icon-box-md img {
  height: 40px;
}

.wt-icon-box-sm {
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
}
.wt-icon-box-sm i {
  font-size: 30px;
}
.wt-icon-box-sm img {
  height: 30px;
}

.wt-icon-box-xs {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
}
.wt-icon-box-xs i {
  font-size: 20px;
}
.wt-icon-box-xs img {
  height: 20px;
}

.wt-icon-box-xld.radius,
.wt-icon-box-xl.radius,
.wt-icon-box-lg.radius,
.wt-icon-box-md.radius,
.wt-icon-box-sm.radius,
.wt-icon-box-xs.radius {
  border-radius: 100%;
}
.wt-icon-box-xld i,
.wt-icon-box-xl i,
.wt-icon-box-lg i,
.wt-icon-box-md i,
.wt-icon-box-sm i,
.wt-icon-box-xs i {
  vertical-align: middle;
}
.wt-icon-box-xld img,
.wt-icon-box-xl img,
.wt-icon-box-lg img,
.wt-icon-box-md img,
.wt-icon-box-sm img,
.wt-icon-box-xs img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}

/*----For only icons---*/
.icon-xld,
.icon-xl,
.icon-lg,
.icon-md,
.icon-sm,
.icon-xs {
  display: inline-block;
  text-align: center;
}
.icon-xld i,
.icon-xl i,
.icon-lg i,
.icon-md i,
.icon-sm i,
.icon-xs i {
  vertical-align: middle;
}
.icon-xld img,
.icon-xl img,
.icon-lg img,
.icon-md img,
.icon-sm img,
.icon-xs img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}

.icon-xld {
  width: 120px;
}
.icon-xld i {
  font-size: 100px;
  line-height: 100px;
}
.icon-xld.inline-icon {
  width: auto;
  text-align: left !important;
}
.icon-xld img {
  height: 90px;
}
.icon-xld.inline-icon {
  width: auto;
}

.icon-xl {
  width: 100px;
}
.icon-xl i {
  font-size: 80px;
  line-height: 80px;
}
.icon-xl.inline-icon {
  width: auto;
  text-align: left !important;
}
.icon-xl img {
  height: 80px;
}
.icon-xl.inline-icon {
  width: auto;
}

.icon-lg {
  width: 80px;
}
.icon-lg i {
  font-size: 60px;
  line-height: 60px;
}
.icon-lg.inline-icon {
  width: auto;
  text-align: left !important;
}
.icon-lg img {
  height: 70px;
}
.icon-lg.inline-icon {
  width: auto;
}

.icon-md {
  width: 60px;
}
.icon-md i {
  font-size: 45px;
  line-height: 45px;
}
.icon-md.inline-icon {
  width: auto;
  text-align: left !important;
}
.icon-md img {
  height: 50px;
}
.icon-md.inline-icon {
  width: auto;
}

.icon-sm {
  width: 40px;
}
.icon-sm i {
  font-size: 30px;
  line-height: 30px;
}
.icon-sm.inline-icon {
  width: auto;
  text-align: left !important;
}
.icon-sm img {
  height: 30px;
}
.icon-sm.inline-icon {
  width: auto;
}

.icon-xs {
  width: 30px;
}
.icon-xs i {
  font-size: 20px;
  line-height: 20px;
}
.icon-xs.inline-icon {
  width: auto;
  text-align: left !important;
}
.icon-xs img {
  height: 20px;
}
.icon-xs.inline-icon {
  width: auto;
}

/*---Place icon with box---*/
.wt-icon-box-wraper {
  position: relative;
}
.wt-icon-box-wraper .wt-tilte {
  margin-top: 0;
}
.wt-icon-box-wraper .after-titile-line {
  margin-bottom: 10px;
}
.wt-icon-box-wraper p:last-child {
  margin: 0px;
}

.icon-content {
  overflow: hidden;
}

.wt-icon-box-xld,
.wt-icon-box-xl,
.wt-icon-box-lg,
.wt-icon-box-md,
.wt-icon-box-sm,
.wt-icon-box-xs {
  display: table;
}
.wt-icon-box-xld .icon-cell,
.wt-icon-box-xl .icon-cell,
.wt-icon-box-lg .icon-cell,
.wt-icon-box-md .icon-cell,
.wt-icon-box-sm .icon-cell,
.wt-icon-box-xs .icon-cell {
  display: table-cell;
  vertical-align: middle;
}

/*---Icon box left align---*/
.wt-icon-box-wraper.left .wt-icon-box-xld,
.wt-icon-box-wraper.left .wt-icon-box-xl,
.wt-icon-box-wraper.left .wt-icon-box-lg,
.wt-icon-box-wraper.left .wt-icon-box-md,
.wt-icon-box-wraper.left .wt-icon-box-sm,
.wt-icon-box-wraper.left .wt-icon-box-xs {
  float: left;
  margin-right: 10px;
}

.wt-icon-box-wraper.left .icon-xld,
.wt-icon-box-wraper.left .icon-xl,
.wt-icon-box-wraper.left .icon-lg,
.wt-icon-box-wraper.left .icon-md,
.wt-icon-box-wraper.left .icon-sm,
.wt-icon-box-wraper.left .icon-xs {
  float: left;
  margin-right: 10px;
}

/*---Icon box right align---*/
.wt-icon-box-wraper.right {
  text-align: right;
}
.wt-icon-box-wraper.right .wt-icon-box-xld,
.wt-icon-box-wraper.right .wt-icon-box-xl,
.wt-icon-box-wraper.right .wt-icon-box-lg,
.wt-icon-box-wraper.right .wt-icon-box-md,
.wt-icon-box-wraper.right .wt-icon-box-sm,
.wt-icon-box-wraper.right .wt-icon-box-xs {
  float: right;
  display: table;
  margin-left: 20px;
}

.wt-icon-box-wraper.right .icon-xld,
.wt-icon-box-wraper.right .icon-xl,
.wt-icon-box-wraper.right .icon-lg,
.wt-icon-box-wraper.right .icon-md,
.wt-icon-box-wraper.right .icon-sm,
.wt-icon-box-wraper.right .icon-xs {
  float: right;
  margin-left: 20px;
}

/*---Icon box center align---*/
.wt-icon-box-wraper.center {
  text-align: center;
}
.wt-icon-box-wraper.center .wt-icon-box-xld,
.wt-icon-box-wraper.center .wt-icon-box-xl,
.wt-icon-box-wraper.center .wt-icon-box-lg,
.wt-icon-box-wraper.center .wt-icon-box-md,
.wt-icon-box-wraper.center .wt-icon-box-sm,
.wt-icon-box-wraper.center .wt-icon-box-xs {
  margin-left: auto;
  margin-right: auto;
}

.wt-icon-box-wraper.bx-style-1 {
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}

.wt-icon-box-wraper.bx-style-2 {
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
.wt-icon-box-wraper.bx-style-2.center [class*=wt-icon-box-] {
  position: absolute;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%);
}

.wt-icon-box-wraper.bx-style-2.left [class*=wt-icon-box-] {
  position: absolute;
}

.wt-icon-box-wraper.bx-style-2.right [class*=wt-icon-box-] {
  position: absolute;
}

/*---Buttons--- */
.site-button-link {
  position: relative;
  color: #7998bf;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
  transition: 0.5s all ease;
  overflow: hidden;
}
.site-button-link:after {
  content: "\f105";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0px;
  transition: 0.5s all ease;
  opacity: 0;
  font-weight: 900;
}
.site-button-link:hover {
  padding-left: 15px;
  color: #686868;
}
.site-button-link:hover:after {
  font-size: 14px;
  left: 0px;
  opacity: 1;
}
.site-button-link.site-text-white {
  color: #fff;
}
.site-button-link.site-text-white:hover {
  color: #ffffff;
}
.site-button-link.site-text-secondry {
  color: #171d28;
}
.site-button-link.site-text-secondry:hover {
  color: #171d28;
}

/* Theme default button */
.site-button {
  outline: none;
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #7998bf;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s all ease;
}
.site-button:hover {
  color: #686868;
}
.site-button i {
  padding-right: 10px;
}
@media (max-width: 480px) {
  .site-button {
    padding: 8px 8px;
    font-size: 14px;
  }
}
.site-button.white {
  background-color: #fff;
  color: #7998bf;
  text-shadow: 0 0 0 #7998bf, 400px 0 0 #7998bf;
}
.site-button.outline-white {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.site-button.outline-primary {
  border: 1px solid #7998bf;
  background-color: transparent;
  text-shadow: 0 0 0 #7998bf, 400px 0 0 #7998bf;
}
.site-button.outline-primary:hover {
  color: #686868;
  border: 1px solid #686868;
}
.site-button.secondry {
  background-color: #686868;
}
.site-button.secondry:hover {
  color: #ffffff;
}

.btn-hover-animation {
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.btn-hover-animation:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -14px;
  background: #686868;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out;
}

.btn-hover-animation:hover:before {
  transform: scale(8);
}

.site-button-secondry {
  color: #fff;
  padding: 15px 40px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  background-color: #686868;
  border: none;
  font-size: 15px;
  font-weight: 700;
}
.site-button-secondry.sb-bdr-light {
  border-right: 6px solid #fff;
}
.site-button-secondry:active, .site-button-secondry:focus, .site-button-secondry:visited {
  background-color: #686868;
  color: #fff;
}
.site-button-secondry:hover {
  background-color: #686868;
  color: #ffffff;
}

/*====Button Effect====*/
.site-button {
  color: rgba(0, 0, 0, 0) !important;
  transition: all 0.3s ease !important;
  text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
}

.site-button:hover {
  text-shadow: -400px 0 0 #fff, 0 0 0 #fff;
  background-color: #686868;
}

.mfp-video.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin: -25px;
  color: #fff;
  display: block;
  z-index: 10;
  font-size: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.mfp-video.video-play-btn:hover {
  background-color: #565555;
  color: #fff;
  border: 2px solid transparent;
}
.mfp-video.video-play-btn i {
  margin-right: -5px;
}

/*Button text uppercase */
.site-button.text-uppercase {
  text-transform: uppercase;
}

/*Button size */
.button-sm {
  padding: 5px 10px;
  font-size: 12px;
}

.button-lg {
  padding: 15px 30px;
  font-size: 16px;
}

.button-xl {
  padding: 30px 50px;
  font-size: 24px;
}

/*Button rounded */
.radius-no {
  border-radius: 0px;
}

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

.radius-md {
  border-radius: 20px;
}

.radius-xl {
  border-radius: 100px;
}

.radius-bx {
  border-radius: 100%;
}

/*===Owl Slider===*/
.owl-carousel .owl-nav {
  margin-top: 40px;
  text-align: center;
}
.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

/*---Owl dots button---*/
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: auto;
  display: block;
  border-radius: 50%;
  transition: opacity 200ms ease;
}
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #565555;
}
.owl-carousel .owl-dots .owl-dot.active {
  position: relative;
}
.owl-carousel .owl-dots .owl-dot.active span {
  height: 6px;
  width: 6px;
  position: relative;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #fff;
}

/*---Owl button top to center---*/
.owl-btn-top-center .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

.owl-btn-top-left .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

.owl-btn-top-right .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

.owl-btn-top-center .owl-stage-outer {
  padding-top: 60px;
}

.owl-btn-top-left .owl-stage-outer {
  padding-top: 60px;
}

.owl-btn-top-right .owl-stage-outer {
  padding-top: 60px;
}

.owl-btn-top-center .owl-nav {
  text-align: center;
}

/*---Owl button top to left---*/
.owl-btn-top-left .owl-nav {
  text-align: left;
}

/*---Owl button top to right---*/
.owl-btn-top-right .owl-nav {
  text-align: right;
}

/*---Owl button bottom to center [it is default position ]---*/
.owl-btn-bottom-center .owl-nav {
  text-align: center;
}

/*---Owl button bottom to left---*/
.owl-btn-bottom-left .owl-nav {
  text-align: left;
}

/*Owl button bottom to right*/
.owl-btn-bottom-right .owl-nav {
  text-align: right;
}

/*---Owl button vertical to center--*/
.owl-btn-vertical-center .owl-nav {
  margin: 0px;
}
.owl-btn-vertical-center .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  margin: -15px 0;
  left: 0;
}
.owl-btn-vertical-center .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin: -15px 0;
  right: 0;
}

/*---Owl button show on hover---*/
.owl-btn-hover .owl-nav {
  opacity: 0;
}
.owl-btn-hover:hover .owl-nav {
  opacity: 1;
}

.owl-carousel .owl-item img {
  transform-style: inherit;
}

/*---Owl slider button---*/
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #228bb0;
  color: #fff;
  padding: 0px !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  margin-right: 5px;
  font-weight: 500;
  box-shadow: 0px 0px 30px rgba(56, 152, 226, 0.3);
}
.owl-carousel .owl-nav button.owl-next i,
.owl-carousel .owl-nav button.owl-prev i {
  font-style: normal;
  font-size: 26px;
  line-height: 42px;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #fff;
  color: #228bb0;
  opacity: 0.9;
}
.owl-carousel .owl-nav button.owl-next:active,
.owl-carousel .owl-nav button.owl-prev:active {
  background-color: #fff;
  color: #228bb0;
  opacity: 0.9;
}
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
  background-color: #fff;
  color: #228bb0;
  opacity: 0.9;
}

.owl-carousel button.owl-dot {
  width: 12px;
  height: 12px;
  text-align: center;
  background-color: #228bb0;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  margin-right: 5px;
}

.owl-btn-bottom-left .owl-nav {
  text-align: left;
}

/*---Owl dots nav position---*/
.owl-dots-bottom-left .owl-dots {
  bottom: 0px;
  padding: 15px 20px;
  position: absolute;
  width: 100%;
  text-align: left;
}

.owl-dots-bottom-right .owl-dots {
  bottom: 0px;
  padding: 15px 20px;
  position: absolute;
  width: 100%;
  text-align: right;
}

.owl-dots-bottom-center .owl-dots {
  bottom: 0px;
  padding: 15px 20px;
  position: absolute;
  width: 100%;
}

/*-------------------------------------
	Text meant only for screen readers
-------------------------------------*/
.sticky {
  clear: both;
}

.gallery-caption {
  clear: both;
}

.bypostauthor {
  clear: both;
}

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

/*-------------------------------------
	Tabs 
-------------------------------------*/
/*Tabs style 1 [ default ] */
.wt-tabs .tab-pane {
  padding: 20px 0px 0px 0px;
  background-color: #fff;
}
.wt-tabs .nav-tabs {
  border: 0px;
}
.wt-tabs .nav-tabs > li {
  border: 1px solid #ebebeb;
}
.wt-tabs .nav-tabs > li > a {
  color: #565555;
  background-color: #fff;
  font-size: 16px;
  padding: 15px 40px;
  border: 0px;
  display: block;
  font-weight: 600;
}
.wt-tabs .nav-tabs > li > a i {
  margin-right: 5px;
}
.wt-tabs .nav-tabs > li a.active {
  background-color: #f9fcff;
  color: #565555;
}
.wt-tabs .nav-tabs > li a.active:focus {
  background-color: #f9fcff;
  color: #565555;
}
.wt-tabs .nav-tabs > li a.active:hover {
  background-color: #f9fcff;
  color: #565555;
}
.wt-tabs .nav > li > a:focus {
  background-color: transparent;
  border: 0px;
}
.wt-tabs .nav > li > a:hover {
  background-color: transparent;
  border: 0px;
}
.wt-tabs .nav li a:hover {
  border: 1px;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .wt-tabs.tabs-default .tabs-default-nav .nav-tabs {
    justify-content: flex-start;
  }
}
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li > a {
  color: #565555;
}
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li > a span {
  display: block;
}
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li > a span i {
  font-weight: normal;
}
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li > a.active {
  color: #fff;
}
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li.active > a {
  color: #565555;
  border-color: #ddd #ddd #fff;
}
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li.active > a:focus {
  color: #565555;
  border-color: #ddd #ddd #fff;
}
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li.active > a:hover {
  color: #565555;
  border-color: #ddd #ddd #fff;
}
.wt-tabs.tabs-default .tab-pane {
  color: #fff;
}
@media (max-width: 991px) {
  .wt-tabs.tabs-default .tab-pane {
    padding: 0px;
  }
}

.header-style-3 {
  position: relative;
  /*--is fixed---*/
  /*====Mobile Side =======*/
  /*---when header is sticky---*/
  /*---when header is sticky---*/
  /*---header id Fixed---*/
}
.header-style-3 .header-nav-btn-section {
  float: right;
  display: flex;
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-left {
  margin-right: 10px;
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up {
  background-color: #e0eeff;
  color: #228bb0;
  font-size: 16px;
  border-radius: 10px;
  padding: 8px 15px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up:before {
  width: 0%;
  height: 100%;
  position: absolute;
  right: 100%;
  bottom: 0px;
  content: "";
  background-color: #228bb0;
  opacity: 0.1;
  z-index: -1;
  transition: 0.5s all ease;
}
@media (max-width: 575px) {
  .header-style-3 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up {
    padding: 6px 12px;
    font-size: 14px;
  }
}
@media (max-width: 1360px) {
  .header-style-3 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up {
    font-size: 0px;
  }
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up i {
  padding-right: 5px;
}
@media (max-width: 1360px) {
  .header-style-3 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up i {
    font-size: 16px;
    padding-right: 0px;
  }
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up:hover:before {
  width: 100%;
  right: 0%;
  opacity: 0.1;
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-right {
  margin-right: 10px;
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job {
  background-color: #228bb0;
  color: #f0f6fe;
  font-size: 16px;
  border-radius: 10px;
  padding: 8px 15px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job:before {
  width: 0%;
  height: 100%;
  position: absolute;
  right: 100%;
  bottom: 0px;
  content: "";
  background-color: #565555;
  opacity: 0.1;
  z-index: -1;
  transition: 0.5s all ease;
}
@media (max-width: 575px) {
  .header-style-3 .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job {
    padding: 6px 12px;
    font-size: 14px;
  }
}
@media (max-width: 1360px) {
  .header-style-3 .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job {
    font-size: 0px;
  }
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job i {
  padding-right: 5px;
}
@media (max-width: 1360px) {
  .header-style-3 .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job i {
    font-size: 16px;
    padding-right: 0px;
  }
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job:hover:before {
  width: 100%;
  right: 0%;
  opacity: 1;
}
.header-style-3 .header-search a.header-search-icon {
  color: #228bb0;
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  border-radius: 50%;
}
@media (max-width: 600px) {
  .header-style-3 .header-search a.header-search-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.header-style-3 .extra-nav {
  /*---Extra Nav---*/
  display: table;
  float: right;
  height: 70px;
  position: relative;
  z-index: 13;
}
.header-style-3 .extra-nav .extra-cell {
  display: table-cell;
  padding-left: 25px;
  vertical-align: middle;
}
.header-style-3 .extra-nav .extra-cell:first-child {
  padding-left: 0px;
}
@media (max-width: 600px) {
  .header-style-3 .extra-nav .extra-cell {
    padding-left: 0px;
  }
}
.header-style-3 .logo-header {
  /*--logo for header---*/
  display: table;
  float: left;
  width: 190px;
  height: 70px;
  vertical-align: middle;
  padding: 0px;
  font-size: 36px;
  color: #565555;
  margin: 0px;
  position: relative;
  z-index: 11;
}
@media (max-width: 1199px) {
  .header-style-3 .logo-header {
    width: 200px;
  }
}
@media (max-width: 400px) {
  .header-style-3 .logo-header {
    width: 150px;
  }
}
.header-style-3 .logo-header .logo-header-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.header-style-3 .logo-header .logo-header-inner img {
  max-width: 100%;
  max-height: 100%;
}
.header-style-3.site-header {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 999;
}
.header-style-3.site-header ul, .header-style-3.site-header ol {
  margin-bottom: 0px;
}
.header-style-3 .main-bar {
  /*--main-bar--*/
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: transparent;
  max-width: 1170px;
  left: 50%;
  transform: translateX(-50%);
}
.header-style-3 .main-bar .container,
.header-style-3 .main-bar .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .header-style-3 .main-bar .container,
  .header-style-3 .main-bar .container-fluid {
    display: block;
  }
}
.header-style-3 .main-bar:after, .header-style-3 .main-bar:after {
  clear: both;
  content: "";
  display: table;
}
.header-style-3 .navbar-toggler {
  /*--Navbar Toggler---*/
  border: none;
  margin: 24px 0px 24px 15px;
  padding: 12px 10px;
}
@media (max-width: 540px) {
  .header-style-3 .navbar-toggler {
    margin-left: 0px;
  }
}
.header-style-3 .navbar-toggler:focus {
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .header-style-3 .navbar-toggler {
    display: block;
    margin-top: 14px;
    margin-bottom: 14px;
    float: right;
    outline: none !important;
  }
}
.header-style-3 .navbar-toggler .icon-bar {
  background: #228bb0;
  height: 3px;
  border-radius: 0px;
  display: block;
  width: 22px;
}
.header-style-3 .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (max-width: 991px) {
  .header-style-3 .navbar-toggler {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
@media (max-width: 540px) {
  .header-style-3 .is-fixed .navbar-toggler {
    margin-bottom: 0px;
  }
}
.header-style-3 .is-fixed.mobile-sider-drawer-menu .header-nav .nav {
  height: 100vh !important;
  width: 100%;
}
.header-style-3 .is-fixed.mobile-sider-drawer-menu .header-nav .nav > li > a {
  padding: 12px 15px !important;
}
.header-style-3 .header-nav {
  position: relative;
  padding: 0px;
  z-index: 10;
  /*-- Submenu direction---*/
}
@media (max-width: 991px) {
  .header-style-3 .header-nav {
    clear: both;
    margin: 0px -15px;
    border-bottom: 1px solid #E9E9E9;
  }
  .header-style-3 .header-nav.navbar-collapse {
    align-items: start;
  }
}
.header-style-3 .header-nav .nav {
  display: flex;
  justify-content: flex-end;
  flex-direction: inherit;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav {
    float: none;
    margin: 0px;
    background: #fff;
    display: block;
    width: 100%;
    left: 0px;
  }
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav li {
    float: none;
  }
}
.header-style-3 .header-nav .nav li i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: middle;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav li i {
    float: right;
  }
}
.header-style-3 .header-nav .nav > li {
  position: relative;
  margin: -10px 0px;
  padding: 10px 0px;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li ul {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
  }
}
.header-style-3 .header-nav .nav > li > a {
  color: #565555;
  font-size: 16px;
  padding: 15px 16px;
  cursor: pointer;
  margin: 0px 0px;
  font-weight: 400;
  display: block;
}
@media (max-width: 1199px) {
  .header-style-3 .header-nav .nav > li > a {
    padding: 12px 12px;
  }
}
.header-style-3 .header-nav .nav > li > a:hover {
  background-color: transparent;
  color: #228bb0;
}
.header-style-3 .header-nav .nav > li > a:active, .header-style-3 .header-nav .nav > li > a:focus {
  background-color: transparent;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li.active > a, .header-style-3 .header-nav .nav > li.current-menu-item > a {
    color: #565555;
  }
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li > a:hover, .header-style-3 .header-nav .nav > li > a:active, .header-style-3 .header-nav .nav > li > a:focus {
    background-color: #f0f0f0;
    text-decoration: none;
  }
}
.header-style-3 .header-nav .nav > li.active > a, .header-style-3 .header-nav .nav > li.current-menu-item > a {
  background-color: transparent;
  color: #565555;
}
.header-style-3 .header-nav .nav > li:hover > a {
  color: #228bb0;
}
.header-style-3 .header-nav .nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  transition: all 0.3s ease;
}
.header-style-3 .header-nav .nav > li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0px;
  top: 100%;
  list-style: none;
  margin: 20px 0 0;
  opacity: 0;
  padding: 0px;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
    opacity: 1;
    margin: 0px !important;
  }
}
.header-style-3 .header-nav .nav > li .sub-menu li {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  text-transform: none;
}
.header-style-3 .header-nav .nav > li .sub-menu li a {
  color: #565555;
  display: block;
  font-size: 13px;
  padding: 11px 20px;
  padding-left: 20px;
  font-weight: 500;
}
.header-style-3 .header-nav .nav > li .sub-menu li a:hover {
  color: #565555;
  text-decoration: none;
}
.header-style-3 .header-nav .nav > li .sub-menu li:hover > a {
  color: #228bb0;
}
.header-style-3 .header-nav .nav > li .sub-menu li:last-child {
  border-bottom: 0px;
}
.header-style-3 .header-nav .nav > li .sub-menu li .fa {
  color: #565555;
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: -1;
}
.header-style-3 .header-nav .nav > li .sub-menu li.has-child.nav-active > a {
  color: #228bb0;
}
.header-style-3 .header-nav .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  margin: 0px 0px 0px 20px;
  transition: all 0.1s ease;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li .sub-menu li > .sub-menu > li {
    float: none;
    display: block;
    width: auto;
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li .sub-menu li > .sub-menu > li a {
    padding-left: 30px;
  }
}
.header-style-3 .header-nav .nav > li .sub-menu li:hover > .sub-menu {
  left: 220px;
  margin: 0px;
  opacity: 1;
  top: -1px;
  visibility: visible;
}
.header-style-3 .header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
  background-color: transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0px;
  width: 6px;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li .sub-menu li .fa {
    z-index: 1;
    top: 4px;
    width: 100%;
    padding: 10px;
    text-align: right;
  }
  .header-style-3 .header-nav .nav > li .sub-menu li > a:hover + .fa {
    z-index: 0;
  }
}
.header-style-3 .header-nav .submenu-direction .sub-menu {
  left: auto;
  right: 0px;
}
.header-style-3 .header-nav .submenu-direction .sub-menu li > .sub-menu {
  left: auto;
  right: 220px;
  margin: 0px 20px 0px 0px;
}
.header-style-3 .header-nav .submenu-direction .sub-menu li:hover > .sub-menu {
  left: auto;
  right: 220px;
  margin: 0px 0px 0px 0px;
}
.header-style-3 .header-nav.nav-animation .nav > li > ul.sub-menu li > a {
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav.nav-animation .nav > li > ul.sub-menu li > a {
    z-index: 0;
  }
}
.header-style-3 .header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .header-style-3 .has-child {
    position: relative;
  }
}
.header-style-3 .has-child .submenu-toogle {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #565555;
  background-color: transparent;
  z-index: 900;
  cursor: pointer;
  padding: 10px;
  font-size: 14px;
  display: none;
}
@media (max-width: 991px) {
  .header-style-3 .has-child .submenu-toogle {
    display: block;
  }
}
.header-style-3 .has-child li .submenu-toogle {
  opacity: 0.9;
}
.header-style-3 .has-child.nav-active > a + .submenu-toogle.glyphicon-chevron-right:before {
  content: "\e114";
}
.header-style-3 .has-child.nav-active > a + .submenu-toogle.glyphicon-plus::before {
  content: "−";
}
@media (max-width: 991px) {
  .header-style-3 .has-child.nav-active > a + .submenu-toogle.fa.fa-angle-right::before {
    content: "\f107";
  }
}
@media (max-width: 991px) {
  .header-style-3 .mobile-full-width-menu .header-nav .nav {
    position: inherit;
  }
}
@media (max-width: 991px) {
  .header-style-3.mobile-sider-drawer-menu .header-nav {
    position: fixed;
    width: 250px !important;
    z-index: 999;
    height: 100vh !important;
    overflow-y: inherit !important;
    left: -250px;
    top: 0px;
    transition: all 0.5s linear;
    background-color: #fff;
  }
  .header-style-3.mobile-sider-drawer-menu .header-nav .nav > li:hover > .sub-menu {
    animation: none !important;
  }
  .header-style-3.mobile-sider-drawer-menu .header-nav .nav > li .sub-menu {
    transition: none !important;
  }
  .header-style-3.mobile-sider-drawer-menu .header-nav .nav > li .sub-menu li:hover > .sub-menu {
    animation: none !important;
  }
  .header-style-3.mobile-sider-drawer-menu.active .header-nav {
    left: 15px;
  }
  .header-style-3.mobile-sider-drawer-menu .icon-bar {
    transition: all 0.5s linear;
    position: relative;
  }
  .header-style-3.mobile-sider-drawer-menu #mobile-side-drawer {
    min-height: 41px;
    position: relative;
  }
  .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
    transform: rotate(45deg) translateX(3px) translateY(2px);
  }
  .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
    transform: rotate(-45deg) translateX(3px) translateY(-2px);
  }
  .header-style-3.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
    position: relative;
    right: 0%;
  }
  .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
    position: absolute;
    right: 100px;
    opacity: 0;
  }
  .header-style-3.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }
  .header-style-3.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }
}
.header-style-3 .sticky-no .main-bar {
  position: static !important;
}
.header-style-3 .is-fixed .main-bar {
  position: fixed;
}
.header-style-3 .is-fixed .main-bar.color-fill {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
}
.header-style-3 .is-fixed .header-nav .nav > li {
  margin: 0px;
  padding: 0px;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li {
    margin: 0px;
    padding: 0px;
  }
  .header-style-3 .header-nav .nav > li > a {
    margin: 0px;
    padding: 10px 12px;
  }
  .header-style-3 .is-fixed .color-fill .header-nav .nav > li {
    margin: 0px;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .header-style-3 .main-bar {
    padding: 0px;
  }
  .header-style-3 .is-fixed .main-bar {
    padding: 0px;
  }
  .header-style-3 .is-fixed .main-bar.color-fill {
    padding: 0px;
  }
}
.header-style-3.no-fixed {
  position: relative;
}

.header-full-width {
  position: relative;
  /*--is fixed---*/
  /*====Mobile Side =======*/
  /*---when header is sticky---*/
  /*---when header is sticky---*/
  /*---header id Fixed---*/
}
.header-full-width .header-nav-btn-section {
  float: right;
  display: flex;
}
.header-full-width .header-nav-btn-section .twm-nav-btn-left {
  margin-right: 10px;
}
.header-full-width .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up {
  background-color: #e0eeff;
  color: #228bb0;
  font-size: 16px;
  border-radius: 10px;
  padding: 8px 15px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.header-full-width .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up:before {
  width: 0%;
  height: 100%;
  position: absolute;
  right: 100%;
  bottom: 0px;
  content: "";
  background-color: #3898e2;
  opacity: 0.1;
  z-index: -1;
  transition: 0.5s all ease;
}
@media (max-width: 575px) {
  .header-full-width .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up {
    padding: 6px 12px;
    font-size: 14px;
  }
}
@media (max-width: 1360px) {
  .header-full-width .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up {
    font-size: 0px;
  }
}
.header-full-width .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up i {
  padding-right: 5px;
}
@media (max-width: 1360px) {
  .header-full-width .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up i {
    font-size: 16px;
    padding-right: 0px;
  }
}
.header-full-width .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up:hover:before {
  width: 100%;
  right: 0%;
  opacity: 0.1;
}
.header-full-width .header-nav-btn-section .twm-nav-btn-right {
  margin-right: 10px;
}
.header-full-width .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job {
  background-color: #228bb0;
  color: #f0f6fe;
  font-size: 16px;
  border-radius: 10px;
  padding: 8px 15px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.header-full-width .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job:before {
  width: 0%;
  height: 100%;
  position: absolute;
  right: 100%;
  bottom: 0px;
  content: "";
  background-color: #565555;
  opacity: 0.1;
  z-index: -1;
  transition: 0.5s all ease;
}
@media (max-width: 575px) {
  .header-full-width .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job {
    padding: 6px 12px;
    font-size: 14px;
  }
}
@media (max-width: 1360px) {
  .header-full-width .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job {
    font-size: 0px;
  }
}
.header-full-width .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job i {
  padding-right: 5px;
}
@media (max-width: 1360px) {
  .header-full-width .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job i {
    font-size: 16px;
    padding-right: 0px;
  }
}
.header-full-width .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job:hover:before {
  width: 100%;
  right: 0%;
  opacity: 1;
}
.header-full-width .header-search a.header-search-icon {
  color: #228bb0;
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  border-radius: 50%;
}
@media (max-width: 600px) {
  .header-full-width .header-search a.header-search-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.header-full-width .extra-nav {
  /*---Extra Nav---*/
  display: table;
  float: right;
  height: 70px;
  position: relative;
  z-index: 13;
}
.header-full-width .extra-nav .extra-cell {
  display: table-cell;
  padding-left: 25px;
  vertical-align: middle;
}
.header-full-width .extra-nav .extra-cell:first-child {
  padding-left: 0px;
}
@media (max-width: 600px) {
  .header-full-width .extra-nav .extra-cell {
    padding-left: 0px;
  }
}
.header-full-width .logo-header {
  /*--logo for header---*/
  display: table;
  float: left;
  width: 300px;
  height: 70px;
  vertical-align: middle;
  padding: 0px;
  font-size: 36px;
  color: #000;
  margin: 0px;
  position: relative;
  z-index: 11;
}
@media (max-width: 1199px) {
  .header-full-width .logo-header {
    width: 130px;
  }
}
@media (max-width: 400px) {
  .header-full-width .logo-header {
    width: 70px;
  }
}
.header-full-width .logo-header .logo-header-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.header-full-width .logo-header .logo-header-inner img {
  max-width: 100%;
  max-height: 100%;
}
.header-full-width.site-header {
  position: relative;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 999;
}
.header-full-width.site-header ul, .header-full-width.site-header ol {
  margin-bottom: 0px;
}
.header-full-width .main-bar {
  /*--main-bar--*/
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
}
.header-full-width .main-bar .container,
.header-full-width .main-bar .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .header-full-width .main-bar .container,
  .header-full-width .main-bar .container-fluid {
    display: block;
  }
}
.header-full-width .main-bar:after, .header-full-width .main-bar:after {
  clear: both;
  content: "";
  display: table;
}
.header-full-width .navbar-toggler {
  /*--Navbar Toggler---*/
  border: none;
  margin: 24px 0px 24px 15px;
  padding: 12px 10px;
}
@media (max-width: 540px) {
  .header-full-width .navbar-toggler {
    margin-left: 0px;
  }
}
.header-full-width .navbar-toggler:focus {
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .header-full-width .navbar-toggler {
    display: block;
    margin-top: 14px;
    margin-bottom: 14px;
    float: right;
    outline: none !important;
  }
}
.header-full-width .navbar-toggler .icon-bar {
  background: #228bb0;
  height: 3px;
  border-radius: 0px;
  display: block;
  width: 22px;
}
.header-full-width .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (max-width: 991px) {
  .header-full-width .navbar-toggler {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
@media (max-width: 540px) {
  .header-full-width .is-fixed .navbar-toggler {
    margin-bottom: 0px;
  }
}
.header-full-width .is-fixed.mobile-sider-drawer-menu .header-nav .nav {
  height: 100vh !important;
  width: 100%;
}
.header-full-width .is-fixed.mobile-sider-drawer-menu .header-nav .nav > li > a {
  padding: 12px 15px !important;
}
.header-full-width .header-nav {
  position: relative;
  padding: 0px;
  z-index: 10;
  /*-- Submenu direction---*/
}
@media (max-width: 991px) {
  .header-full-width .header-nav {
    clear: both;
    margin: 0px -15px;
    border-bottom: 1px solid #E9E9E9;
  }
  .header-full-width .header-nav.navbar-collapse {
    align-items: start;
  }
}
.header-full-width .header-nav .nav {
  display: flex;
  justify-content: flex-end;
  flex-direction: inherit;
}
@media (max-width: 991px) {
  .header-full-width .header-nav .nav {
    float: none;
    margin: 0px;
    background: #fff;
    display: block;
    width: 100%;
    left: 0px;
  }
}
@media (max-width: 991px) {
  .header-full-width .header-nav .nav li {
    float: none;
  }
}
.header-full-width .header-nav .nav li i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: middle;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .header-full-width .header-nav .nav li i {
    float: right;
  }
}
.header-full-width .header-nav .nav > li {
  position: relative;
  margin: -10px 0px;
  padding: 10px 0px;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 991px) {
  .header-full-width .header-nav .nav > li ul {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
  }
}
.header-full-width .header-nav .nav > li > a {
  color: #2f2f2f;
  font-size: 16px;
  padding: 15px 16px;
  cursor: pointer;
  margin: 0px 0px;
  font-weight: 400;
  display: block;
}
@media (max-width: 1199px) {
  .header-full-width .header-nav .nav > li > a {
    padding: 12px 12px;
  }
}
.header-full-width .header-nav .nav > li > a:hover {
  background-color: transparent;
  color: #228bb0;
}
.header-full-width .header-nav .nav > li > a:active, .header-full-width .header-nav .nav > li > a:focus {
  background-color: transparent;
}
@media (max-width: 991px) {
  .header-full-width .header-nav .nav > li.active > a, .header-full-width .header-nav .nav > li.current-menu-item > a {
    color: #000;
  }
}
@media (max-width: 991px) {
  .header-full-width .header-nav .nav > li > a:hover, .header-full-width .header-nav .nav > li > a:active, .header-full-width .header-nav .nav > li > a:focus {
    background-color: #f0f0f0;
    text-decoration: none;
  }
}
.header-full-width .header-nav .nav > li.active > a, .header-full-width .header-nav .nav > li.current-menu-item > a {
  background-color: transparent;
  color: #000;
}
.header-full-width .header-nav .nav > li:hover > a {
  color: #228bb0;
}
.header-full-width .header-nav .nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  transition: all 0.3s ease;
}
.header-full-width .header-nav .nav > li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0px;
  top: 100%;
  list-style: none;
  margin: 20px 0 0;
  opacity: 0;
  padding: 0px;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
}
@media (max-width: 991px) {
  .header-full-width .header-nav .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
    opacity: 1;
    margin: 0px !important;
  }
}
.header-full-width .header-nav .nav > li .sub-menu li {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  text-transform: none;
}
.header-full-width .header-nav .nav > li .sub-menu li a {
  color: #000;
  display: block;
  font-size: 13px;
  padding: 11px 20px;
  padding-left: 20px;
  font-weight: 500;
}
.header-full-width .header-nav .nav > li .sub-menu li a:hover {
  color: #000;
  text-decoration: none;
}
.header-full-width .header-nav .nav > li .sub-menu li:hover > a {
  color: #228bb0;
}
.header-full-width .header-nav .nav > li .sub-menu li:last-child {
  border-bottom: 0px;
}
.header-full-width .header-nav .nav > li .sub-menu li .fa {
  color: #000;
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: -1;
}
.header-full-width .header-nav .nav > li .sub-menu li.has-child.nav-active > a {
  color: #228bb0;
}
.header-full-width .header-nav .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  margin: 0px 0px 0px 20px;
  transition: all 0.1s ease;
}
@media (max-width: 991px) {
  .header-full-width .header-nav .nav > li .sub-menu li > .sub-menu > li {
    float: none;
    display: block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .header-full-width .header-nav .nav > li .sub-menu li > .sub-menu > li a {
    padding-left: 30px;
  }
}
.header-full-width .header-nav .nav > li .sub-menu li:hover > .sub-menu {
  left: 220px;
  margin: 0px;
  opacity: 1;
  top: -1px;
  visibility: visible;
}
.header-full-width .header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
  background-color: transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0px;
  width: 6px;
}
@media (max-width: 991px) {
  .header-full-width .header-nav .nav > li .sub-menu li .fa {
    z-index: 1;
    top: 4px;
    width: 100%;
    padding: 10px;
    text-align: right;
  }
  .header-full-width .header-nav .nav > li .sub-menu li > a:hover + .fa {
    z-index: 0;
  }
}
.header-full-width .header-nav .submenu-direction .sub-menu {
  left: auto;
  right: 0px;
}
.header-full-width .header-nav .submenu-direction .sub-menu li > .sub-menu {
  left: auto;
  right: 220px;
  margin: 0px 20px 0px 0px;
}
.header-full-width .header-nav .submenu-direction .sub-menu li:hover > .sub-menu {
  left: auto;
  right: 220px;
  margin: 0px 0px 0px 0px;
}
.header-full-width .header-nav.nav-animation .nav > li > ul.sub-menu li > a {
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .header-full-width .header-nav.nav-animation .nav > li > ul.sub-menu li > a {
    z-index: 0;
  }
}
.header-full-width .header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .header-full-width .has-child {
    position: relative;
  }
}
.header-full-width .has-child .submenu-toogle {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #000;
  background-color: transparent;
  z-index: 900;
  cursor: pointer;
  padding: 10px;
  font-size: 14px;
  display: none;
}
@media (max-width: 991px) {
  .header-full-width .has-child .submenu-toogle {
    display: block;
  }
}
.header-full-width .has-child li .submenu-toogle {
  opacity: 0.9;
}
.header-full-width .has-child.nav-active > a + .submenu-toogle.glyphicon-chevron-right:before {
  content: "\e114";
}
.header-full-width .has-child.nav-active > a + .submenu-toogle.glyphicon-plus::before {
  content: "−";
}
@media (max-width: 991px) {
  .header-full-width .has-child.nav-active > a + .submenu-toogle.fa.fa-angle-right::before {
    content: "\f107";
  }
}
@media (max-width: 991px) {
  .header-full-width .mobile-full-width-menu .header-nav .nav {
    position: inherit;
  }
}
@media (max-width: 991px) {
  .header-full-width.mobile-sider-drawer-menu .header-nav {
    position: fixed;
    width: 250px !important;
    z-index: 999;
    height: 100vh !important;
    overflow-y: inherit !important;
    left: -250px;
    top: 0px;
    transition: all 0.5s linear;
    background-color: #fff;
  }
  .header-full-width.mobile-sider-drawer-menu .header-nav .nav > li:hover > .sub-menu {
    animation: none !important;
  }
  .header-full-width.mobile-sider-drawer-menu .header-nav .nav > li .sub-menu {
    transition: none !important;
  }
  .header-full-width.mobile-sider-drawer-menu .header-nav .nav > li .sub-menu li:hover > .sub-menu {
    animation: none !important;
  }
  .header-full-width.mobile-sider-drawer-menu.active .header-nav {
    left: 15px;
  }
  .header-full-width.mobile-sider-drawer-menu .icon-bar {
    transition: all 0.5s linear;
    position: relative;
  }
  .header-full-width.mobile-sider-drawer-menu #mobile-side-drawer {
    min-height: 41px;
    position: relative;
  }
  .header-full-width.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
    transform: rotate(45deg) translateX(3px) translateY(2px);
  }
  .header-full-width.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
    transform: rotate(-45deg) translateX(3px) translateY(-2px);
  }
  .header-full-width.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
    position: relative;
    right: 0%;
  }
  .header-full-width.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
    position: absolute;
    right: 100px;
    opacity: 0;
  }
  .header-full-width.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }
  .header-full-width.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }
}
.header-full-width .sticky-no .main-bar {
  position: static !important;
}
.header-full-width .is-fixed .main-bar {
  position: fixed;
}
.header-full-width .is-fixed.color-fill .main-bar {
  background-color: #fff;
  border-radius: 10px;
}
.header-full-width .is-fixed.color-fill .header-nav .nav > li {
  margin: 0px;
  padding: 0px;
}
@media (max-width: 991px) {
  .header-full-width .header-nav .nav > li {
    margin: 0px;
    padding: 0px;
  }
  .header-full-width .header-nav .nav > li > a {
    margin: 0px;
    padding: 10px 12px;
  }
  .header-full-width .is-fixed.color-fill .header-nav .nav > li {
    margin: 0px;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .header-full-width .main-bar {
    padding: 0px;
  }
  .header-full-width .is-fixed .main-bar {
    padding: 0px;
  }
  .header-full-width .is-fixed.color-fill .main-bar {
    padding: 0px;
  }
}
.header-full-width.no-fixed {
  position: relative;
}
.header-full-width .color-fill .main-bar {
  position: fixed;
  animation: none;
}

.header-style-light {
  position: relative;
  /*--is fixed---*/
  /*====Mobile Side =======*/
  /*---when header is sticky---*/
  /*---when header is sticky---*/
  /*---header id Fixed---*/
}
.header-style-light .header-nav-btn-section {
  float: right;
  display: flex;
}
.header-style-light .header-nav-btn-section .twm-nav-btn-left {
  margin-right: 10px;
}
.header-style-light .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up {
  background-color: #f0f6fe;
  color: #228bb0;
  font-size: 16px;
  border-radius: 10px;
  padding: 8px 15px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.header-style-light .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up:before {
  width: 0%;
  height: 100%;
  position: absolute;
  right: 100%;
  bottom: 0px;
  content: "";
  background-color: #3898e2;
  opacity: 0.1;
  z-index: -1;
  transition: 0.5s all ease;
}
@media (max-width: 575px) {
  .header-style-light .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up {
    padding: 6px 12px;
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .header-style-light .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up {
    font-size: 0px;
  }
}
.header-style-light .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up i {
  padding-right: 5px;
}
@media (max-width: 540px) {
  .header-style-light .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up i {
    font-size: 16px;
    padding-right: 0px;
  }
}
.header-style-light .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up:hover:before {
  width: 100%;
  right: 0%;
  opacity: 0.1;
}
.header-style-light .header-nav-btn-section .twm-nav-btn-right {
  margin-right: 10px;
}
.header-style-light .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job {
  background-color: #17171d;
  color: #f0f6fe;
  font-size: 16px;
  border-radius: 10px;
  padding: 8px 15px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.header-style-light .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job:before {
  width: 0%;
  height: 100%;
  position: absolute;
  right: 100%;
  bottom: 0px;
  content: "";
  background-color: #228bb0;
  opacity: 0.1;
  z-index: -1;
  transition: 0.5s all ease;
}
@media (max-width: 575px) {
  .header-style-light .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job {
    padding: 6px 12px;
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .header-style-light .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job {
    font-size: 0px;
  }
}
.header-style-light .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job i {
  padding-right: 5px;
}
@media (max-width: 540px) {
  .header-style-light .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job i {
    font-size: 16px;
    padding-right: 0px;
  }
}
.header-style-light .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job:hover:before {
  width: 100%;
  right: 0%;
  opacity: 1;
}
.header-style-light .header-search a.header-search-icon {
  color: #fff;
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  border-radius: 50%;
}
.header-style-light .extra-nav {
  /*---Extra Nav---*/
  display: table;
  float: right;
  height: 70px;
  position: relative;
  z-index: 13;
}
.header-style-light .extra-nav .extra-cell {
  display: table-cell;
  padding-left: 25px;
  vertical-align: middle;
}
.header-style-light .extra-nav .extra-cell:first-child {
  padding-left: 0px;
}
@media (max-width: 540px) {
  .header-style-light .extra-nav .extra-cell {
    padding-left: 0px;
  }
}
.header-style-light .logo-header {
  /*--logo for header---*/
  display: table;
  float: left;
  width: 190px;
  height: 70px;
  vertical-align: middle;
  padding: 0px;
  font-size: 36px;
  color: #000;
  margin: 0px;
  position: relative;
  z-index: 11;
}
@media (max-width: 1199px) {
  .header-style-light .logo-header {
    width: 130px;
  }
}
@media (max-width: 400px) {
  .header-style-light .logo-header {
    width: 90px;
  }
}
.header-style-light .logo-header .logo-header-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.header-style-light .logo-header .logo-header-inner img {
  max-width: 100%;
  max-height: 100%;
}
.header-style-light.site-header {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 999;
}
.header-style-light.site-header ul, .header-style-light.site-header ol {
  margin-bottom: 0px;
}
.header-style-light .main-bar {
  /*--main-bar--*/
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: transparent;
  max-width: 1146px;
  left: 50%;
  transform: translateX(-50%);
}
.header-style-light .main-bar .container,
.header-style-light .main-bar .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .header-style-light .main-bar .container,
  .header-style-light .main-bar .container-fluid {
    display: block;
  }
}
.header-style-light .main-bar:after, .header-style-light .main-bar:after {
  clear: both;
  content: "";
  display: table;
}
.header-style-light .navbar-toggler {
  /*--Navbar Toggler---*/
  border: none;
  margin: 24px 0px 24px 15px;
  padding: 12px 10px;
}
@media (max-width: 540px) {
  .header-style-light .navbar-toggler {
    margin-left: 0px;
  }
}
.header-style-light .navbar-toggler:focus {
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .header-style-light .navbar-toggler {
    display: block;
    margin-top: 14px;
    margin-bottom: 14px;
    float: right;
    outline: none !important;
  }
}
.header-style-light .navbar-toggler .icon-bar {
  background: #fff;
  height: 3px;
  border-radius: 0px;
  display: block;
  width: 22px;
}
.header-style-light .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (max-width: 991px) {
  .header-style-light .navbar-toggler {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
@media (max-width: 540px) {
  .header-style-light .is-fixed .navbar-toggler {
    margin-bottom: 0px;
  }
}
.header-style-light .is-fixed.mobile-sider-drawer-menu .header-nav .nav {
  height: 100vh !important;
  width: 100%;
}
.header-style-light .is-fixed.mobile-sider-drawer-menu .header-nav .nav > li > a {
  padding: 12px 15px !important;
}
.header-style-light .header-nav {
  position: relative;
  padding: 0px;
  z-index: 10;
  /*-- Submenu direction---*/
}
@media (max-width: 991px) {
  .header-style-light .header-nav {
    clear: both;
    margin: 0px -15px;
    border-bottom: 1px solid #E9E9E9;
  }
  .header-style-light .header-nav.navbar-collapse {
    align-items: start;
  }
}
.header-style-light .header-nav .nav {
  display: flex;
  justify-content: flex-end;
  flex-direction: inherit;
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav {
    float: none;
    margin: 0px;
    background: #fff;
    display: block;
    width: 100%;
    left: 0px;
  }
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav li {
    float: none;
  }
}
.header-style-light .header-nav .nav li i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: middle;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav li i {
    float: right;
  }
}
.header-style-light .header-nav .nav > li {
  position: relative;
  margin: -10px 0px;
  padding: 10px 0px;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav > li ul {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
  }
}
.header-style-light .header-nav .nav > li > a {
  color: #fff;
  font-size: 16px;
  padding: 15px 16px;
  cursor: pointer;
  margin: 0px 0px;
  font-weight: 400;
  display: block;
}
@media (max-width: 1199px) {
  .header-style-light .header-nav .nav > li > a {
    padding: 12px 12px;
  }
}
.header-style-light .header-nav .nav > li > a:hover {
  background-color: transparent;
  opacity: 0.8;
}
.header-style-light .header-nav .nav > li > a:active, .header-style-light .header-nav .nav > li > a:focus {
  background-color: transparent;
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav > li.active > a, .header-style-light .header-nav .nav > li.current-menu-item > a {
    color: #000;
  }
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav > li > a:hover, .header-style-light .header-nav .nav > li > a:active, .header-style-light .header-nav .nav > li > a:focus {
    background-color: #f0f0f0;
    text-decoration: none;
  }
}
.header-style-light .header-nav .nav > li.active > a, .header-style-light .header-nav .nav > li.current-menu-item > a {
  background-color: transparent;
  color: #000;
}
.header-style-light .header-nav .nav > li:hover > a {
  opacity: 0.8;
}
.header-style-light .header-nav .nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  transition: all 0.3s ease;
}
.header-style-light .header-nav .nav > li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0px;
  top: 100%;
  list-style: none;
  margin: 20px 0 0;
  opacity: 0;
  padding: 0px;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
    opacity: 1;
    margin: 0px !important;
  }
}
.header-style-light .header-nav .nav > li .sub-menu li {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  text-transform: none;
}
.header-style-light .header-nav .nav > li .sub-menu li a {
  color: #000;
  display: block;
  font-size: 13px;
  padding: 11px 20px;
  padding-left: 20px;
  font-weight: 500;
}
.header-style-light .header-nav .nav > li .sub-menu li a:hover {
  color: #000;
  text-decoration: none;
}
.header-style-light .header-nav .nav > li .sub-menu li:hover > a {
  color: #228bb0;
}
.header-style-light .header-nav .nav > li .sub-menu li:last-child {
  border-bottom: 0px;
}
.header-style-light .header-nav .nav > li .sub-menu li .fa {
  color: #000;
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 2px;
  top: 6px;
  z-index: -1;
}
.header-style-light .header-nav .nav > li .sub-menu li.has-child.nav-active > a {
  color: #228bb0;
}
.header-style-light .header-nav .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  margin: 0px 0px 0px 20px;
  transition: all 0.1s ease;
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav > li .sub-menu li > .sub-menu > li {
    float: none;
    display: block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav > li .sub-menu li > .sub-menu > li a {
    padding-left: 30px;
  }
}
.header-style-light .header-nav .nav > li .sub-menu li:hover > .sub-menu {
  left: 220px;
  margin: 0px;
  opacity: 1;
  top: -1px;
  visibility: visible;
}
.header-style-light .header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
  background-color: transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0px;
  width: 6px;
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav > li .sub-menu li .fa {
    z-index: 1;
    top: 4px;
    width: 100%;
    padding: 10px;
    text-align: right;
  }
  .header-style-light .header-nav .nav > li .sub-menu li > a:hover + .fa {
    z-index: 0;
  }
}
.header-style-light .header-nav .submenu-direction .sub-menu {
  left: auto;
  right: 0px;
}
.header-style-light .header-nav .submenu-direction .sub-menu li > .sub-menu {
  left: auto;
  right: 220px;
  margin: 0px 20px 0px 0px;
}
.header-style-light .header-nav .submenu-direction .sub-menu li:hover > .sub-menu {
  left: auto;
  right: 220px;
  margin: 0px 0px 0px 0px;
}
.header-style-light .header-nav.nav-animation .nav > li > ul.sub-menu li > a {
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .header-style-light .header-nav.nav-animation .nav > li > ul.sub-menu li > a {
    z-index: 0;
  }
}
.header-style-light .header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .header-style-light .has-child {
    position: relative;
  }
}
.header-style-light .has-child .submenu-toogle {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #000;
  background-color: transparent;
  z-index: 900;
  cursor: pointer;
  padding: 10px;
  font-size: 14px;
  display: none;
}
@media (max-width: 991px) {
  .header-style-light .has-child .submenu-toogle {
    display: block;
  }
}
.header-style-light .has-child li .submenu-toogle {
  opacity: 0.9;
}
.header-style-light .has-child.nav-active > a + .submenu-toogle.glyphicon-chevron-right:before {
  content: "\e114";
}
.header-style-light .has-child.nav-active > a + .submenu-toogle.glyphicon-plus::before {
  content: "−";
}
@media (max-width: 991px) {
  .header-style-light .has-child.nav-active > a + .submenu-toogle.fa.fa-angle-right::before {
    content: "\f107";
  }
}
@media (max-width: 991px) {
  .header-style-light .mobile-full-width-menu .header-nav .nav {
    position: inherit;
  }
}
@media (max-width: 991px) {
  .header-style-light.mobile-sider-drawer-menu .header-nav {
    position: fixed;
    width: 250px !important;
    z-index: 999;
    height: 100vh !important;
    overflow-y: inherit !important;
    left: -250px;
    top: 0px;
    transition: all 0.5s linear;
    background-color: #fff;
  }
  .header-style-light.mobile-sider-drawer-menu .header-nav .nav > li:hover > .sub-menu {
    animation: none !important;
  }
  .header-style-light.mobile-sider-drawer-menu .header-nav .nav > li .sub-menu {
    transition: none !important;
  }
  .header-style-light.mobile-sider-drawer-menu .header-nav .nav > li .sub-menu li:hover > .sub-menu {
    animation: none !important;
  }
  .header-style-light.mobile-sider-drawer-menu.active .header-nav {
    left: 14px;
  }
  .header-style-light.mobile-sider-drawer-menu .icon-bar {
    transition: all 0.5s linear;
    position: relative;
  }
  .header-style-light.mobile-sider-drawer-menu #mobile-side-drawer {
    min-height: 41px;
    position: relative;
  }
  .header-style-light.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
    transform: rotate(45deg) translateX(3px) translateY(2px);
  }
  .header-style-light.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
    transform: rotate(-45deg) translateX(3px) translateY(-2px);
  }
  .header-style-light.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
    position: relative;
    right: 0%;
  }
  .header-style-light.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
    position: absolute;
    right: 100px;
    opacity: 0;
  }
  .header-style-light.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }
  .header-style-light.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }
}
.header-style-light .sticky-no .main-bar {
  position: static !important;
}
.header-style-light .is-fixed .main-bar {
  position: fixed;
}
.header-style-light .is-fixed .main-bar.color-fill {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
}
.header-style-light .is-fixed .header-nav .nav > li {
  margin: 0px;
  padding: 0px;
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav > li {
    margin: 0px;
    padding: 0px;
  }
  .header-style-light .header-nav .nav > li > a {
    margin: 0px;
    padding: 10px 12px;
    color: #000;
  }
  .header-style-light .is-fixed .color-fill .header-nav .nav > li {
    margin: 0px;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .header-style-light .main-bar {
    padding: 0px;
  }
  .header-style-light .is-fixed .main-bar {
    padding: 0px;
  }
  .header-style-light .is-fixed .main-bar.color-fill {
    padding: 0px;
  }
}
.header-style-light .on-scroll-show {
  display: none;
}
.header-style-light .is-fixed .color-fill .on-scroll-show {
  display: block;
}
.header-style-light .is-fixed .color-fill .default-scroll-show {
  display: none;
}
.header-style-light .color-fill .navbar-toggler .icon-bar {
  background: #228bb0;
}
.header-style-light .color-fill .header-nav .nav li a {
  color: #686868;
}

#map {
  height: 100%;
  width: 100%;
  margin: 0;
  z-index: 1;
}

#map-container {
  position: relative;
  top: 0;
  left: 0;
  height: 600px;
  width: 100%;
  z-index: 10;
}
#map-container.fullwidth-home-map {
  height: 620px;
  margin-bottom: 0px;
}
#map-container.fullwidth-home-map .main-search-inner {
  position: absolute;
  display: block;
  bottom: 60px;
  top: auto;
  transform: none;
  padding-bottom: 0;
  z-index: 9999;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#map-container.fullwidth-home-map .main-search-input {
  margin-top: 0;
}

.gmnoprint {
  margin: 10px;
}

.cluster img {
  display: none;
}

.cluster0 {
  text-align: center;
  font-size: 15px !important;
  color: #17171d !important;
  font-weight: 500;
  border-radius: 50%;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  background-color: #fff;
}
.cluster0:before {
  border: 7px solid #228bb0;
  opacity: 0.7;
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  animation: cluster-animation 2.5s infinite;
}

@keyframes cluster-animation {
  0%, 100% {
    transform: scale(1.3) rotate(0deg);
  }
  50% {
    transform: scale(1.5) rotate(90deg);
  }
}
.map-marker-container {
  position: absolute;
  margin-top: 10px;
  transform: translate3d(-50%, -100%, 0);
}

.marker-container {
  position: relative;
  margin: 10px auto;
  width: 36px;
  height: 36px;
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  perspective: 1000;
}
.marker-container .marker-card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 0.4s ease-in-out;
  position: absolute;
  z-index: 1;
}
.marker-container:hover .marker-card {
  transform: rotateY(180deg) translateX(0px);
}
.marker-container.clicked .marker-card {
  transform: rotateY(180deg) translateX(0px);
}

#singleListingMap .marker-container {
  cursor: default;
}

.marker-arrow {
  width: 0;
  content: "";
  height: 0;
  border-style: solid;
  border-width: 14px 13px 0;
  border-color: #66676b transparent transparent;
  top: 37px;
  left: 50%;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-color: #228bb0 transparent transparent;
}

.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  z-index: 100;
}
.face i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #fff;
  color: #228bb0;
  font-size: 14px;
  margin: 4px;
  display: block;
  border-radius: 100%;
}
.face.front {
  background-color: #228bb0;
  color: #fff;
  z-index: 100;
}
.face.back {
  transform: rotateY(180deg);
  background: #228bb0;
  border-color: #228bb0;
  color: #fff;
}
.face.back i {
  transform: scaleX(-1);
}

.custom-zoom-in,
.custom-zoom-out {
  background-color: #228bb0;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  margin: 5px 15px;
  transition: color 0.3s, background-color 0.3s;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 15px;
  height: 34px;
  width: 34px;
}
.custom-zoom-in:hover,
.custom-zoom-out:hover {
  background-color: #253641;
  color: #fff;
}
.custom-zoom-in:before,
.custom-zoom-out:before {
  font-family: fontawesome;
  width: 100%;
  line-height: 35px;
}

.custom-zoom-in:before {
  content: "\f067";
}

.custom-zoom-out:before {
  content: "\f068";
}

.zoomControlWrapper {
  position: absolute;
  left: 0;
  right: auto;
  width: 70px;
}

.map-box {
  text-align: center;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  position: relative;
}
.map-box .listing-img-container {
  position: relative;
  height: 100%;
  display: block;
  background-color: #f0f6fe;
  padding: 10px;
  border-radius: 10px 10px 0px 0px;
}
.map-box .listing-img-container img {
  width: 100%;
  border-radius: 10px;
  max-width: 136px;
  display: block;
  margin: 0px auto 20px;
}
.map-box h4 {
  margin: 0;
  padding: 0px;
}
.map-box h4 a {
  padding: 0 0 2px;
  font-size: 17px;
  line-height: 25px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
.map-box h4 a:hover {
  color: #66676b;
}
.map-box p {
  padding: 0;
  line-height: 25px;
  margin: 2px 0 0;
  font-size: 14px;
}
.map-box .listing-title {
  padding: 2px 22px;
}
.map-box ul.listing-details {
  padding: 0;
  font-size: 14px;
  display: none;
}

.listing-img-content {
  padding: 18px 22px;
}
.listing-img-content span {
  font-size: 21px;
}
.listing-img-content .listing-price i {
  font-size: 15px;
  margin: -7px 0 0;
}

.infoBox > img {
  position: absolute !important;
  right: 0;
  top: 0;
}

.listing-item-content {
  padding: 0 24px;
  width: 100%;
  z-index: 50;
  box-sizing: border-box;
}
.listing-item-content h3 {
  color: #17171d;
  font-size: 16px;
  padding: 0 0 10px;
  font-weight: 600;
  margin: 0;
  line-height: 20px;
  text-transform: capitalize;
}
.listing-item-content span {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  color: #3c3c3c;
}

.infoBox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  z-index: 999;
  text-align: center;
  line-height: 29px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  height: 29px;
  width: 29px;
  background-color: #fff;
  color: #333;
  transition: all 0.2s ease-in-out;
  font-family: fontawesome;
  border-radius: 50%;
  -webkit-text-stroke: 1px #fff;
}
.infoBox-close:hover {
  color: #fff;
  background-color: #66676b;
  -webkit-text-stroke: 1px #66676b;
}

.map-box-icon {
  height: 38px;
  width: 38px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #3685cf;
  display: block;
  color: #fff;
  font-size: 12px;
  z-index: 101;
  text-align: center;
  transition: all 0.2s ease-in-out;
  transform: translateX(50%);
  opacity: 0;
  visibility: hidden;
}
.map-box-icon:before {
  content: "\f064";
  font-family: fontawesome;
  position: relative;
  top: 7px;
  display: block;
}

.map-box-image {
  position: relative;
  overflow: hidden;
  display: block;
}
.map-box-image:hover .map-box-icon {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.infoBox {
  animation: fadeIn 0.9s;
}
.infoBox .infoBox:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#mapnav-buttons {
  position: absolute;
  transform: translate(0, 0);
  z-index: 999;
  font-size: 14px;
  display: inline-block;
  bottom: 20px;
  right: 20px;
  list-style: none;
  padding: 0;
}
#mapnav-buttons.top {
  top: 20px;
  right: 20px;
  bottom: auto;
}
#mapnav-buttons li {
  float: left;
  margin-left: 4px;
  line-height: 20px;
}
#mapnav-buttons a {
  color: #333;
  background-color: #fff;
  padding: 7px 18px;
  padding-top: 9px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
}
#mapnav-buttons a:hover {
  background-color: #66676b;
  color: #fff;
}

#geoLocation {
  color: #333;
  background-color: #fff;
  padding: 7px 18px;
  padding-top: 9px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
  right: auto;
  left: 20px;
  padding: 8px 11px;
}
#geoLocation:before {
  content: "\f192";
  font-family: fontawesome;
  font-size: 16px;
  margin: 0;
  top: 2px;
}
#geoLocation:hover {
  background-color: #66676b;
  color: #fff;
}

#nextpoint:after {
  font-family: fontawesome;
  position: relative;
  font-weight: 500;
  margin: 0 0 0 6px;
  font-size: 17px;
  top: 0;
  line-height: 1px;
  content: "\f105";
  margin: 0 0 0 6px;
}

#prevpoint:before {
  font-family: fontawesome;
  position: relative;
  font-weight: 500;
  margin: 0 0 0 6px;
  font-size: 17px;
  top: 0;
  line-height: 1px;
  content: "\f104";
  margin: 0 6px 0 0;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px;
  }
}
/*Title separators*/
.wt-small-separator {
  font-family: "Rubik", sans-serif;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: #228bb0;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}
.wt-small-separator.white {
  color: #fff;
}
@media (max-width: 991px) {
  .wt-small-separator {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .wt-small-separator {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .wt-small-separator h2 {
    margin-bottom: 20px;
  }
}

.wt-separator-two-part-row {
  align-items: center;
}

@media (max-width: 991px) {
  .wt-separator-two-part-right {
    text-align: left;
    margin-bottom: 30px;
  }
}

/*Center title*/
.section-head.left.wt-small-separator-outer {
  text-align: left;
}
.section-head.left.wt-small-separator-outer h2 {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .section-head.left.wt-small-separator-outer h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .section-head.left.wt-small-separator-outer h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .section-head.left.wt-small-separator-outer h2 {
    font-size: 22px;
  }
}
.section-head.left.wt-small-separator-outer p {
  margin-bottom: 40px;
}
.section-head.center.wt-small-separator-outer {
  margin-bottom: 50px;
  text-align: center;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}
.section-head.center.wt-small-separator-outer .section-head-text {
  margin: 20px 0px 0px 0px;
}
.section-head.center.wt-small-separator-outer h2 {
  max-width: 650px;
  margin: 0px auto;
}
@media (max-width: 991px) {
  .section-head.center.wt-small-separator-outer h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .section-head.center.wt-small-separator-outer h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .section-head.center.wt-small-separator-outer h2 {
    font-size: 22px;
  }
}

/*Counter*/
@media (max-width: 991px) {
  .twm-companies-wrap {
    padding-bottom: 0px !important;
  }
}

.twm-company-approch-outer {
  position: relative;
  z-index: 1;
}
.twm-company-approch-outer:before {
  content: "";
  position: absolute;
  background-color: #f0f6fe;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 40px;
  z-index: -1;
}

.twm-company-approch {
  max-width: 650px;
  margin: 0px auto;
  background-color: #fff;
  padding: 25px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1) inset;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .twm-company-approch {
    max-width: 520px;
  }
}
.twm-company-approch:after {
  content: "";
  position: absolute;
  left: -28px;
  bottom: 0px;
  z-index: 0;
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #b3c2d6;
}

.counter-outer-two {
  position: relative;
}
@media (max-width: 991px) {
  .counter-outer-two {
    margin-bottom: 30px;
  }
}
.counter-outer-two .tw-count-number {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 991px) {
  .counter-outer-two .tw-count-number {
    font-size: 30px;
    line-height: 30px;
  }
}
.counter-outer-two .counter {
  font-size: 46px;
  line-height: 50px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 991px) {
  .counter-outer-two .counter {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .counter-outer-two .counter {
    font-size: 24px;
  }
}
.counter-outer-two .icon-content-info {
  color: #17171d;
  margin-bottom: 0px;
  font-size: 16px;
}

/*Client carousel 1*/
.home-client-carousel {
  padding: 30px 10px 10px 10px;
  background-color: #228bb0;
  z-index: 1;
  position: relative;
  bottom: -70px;
  left: 0px;
}
@media (max-width: 991px) {
  .home-client-carousel {
    bottom: 0px;
  }
}
.home-client-carousel:after, .home-client-carousel:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
}
.home-client-carousel:after {
  right: 10px;
  bottom: -10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.home-client-carousel:before {
  left: -10px;
  top: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.home-client-carousel.owl-carousel .owl-dots {
  margin-top: 10px;
}
.home-client-carousel .client-logo a img {
  width: auto;
  height: 70px;
  margin: auto;
}

/*Client carousel 2*/
.home-client-carousel2 {
  padding: 0px;
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .home-client-carousel2 {
    margin-bottom: 30px;
  }
}
.home-client-carousel2 .client-logo {
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
}
.home-client-carousel2 .client-logo a {
  height: 100px;
  display: flex;
  justify-content: space-around;
}
.home-client-carousel2 .client-logo a img {
  width: auto;
  height: auto;
  filter: grayscale(100%);
  transition: 0.5s all ease;
}
.home-client-carousel2 .client-logo a:hover img {
  filter: none;
}

/*Footer News Letter*/
.ftr-nw-content {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .ftr-nw-content {
    margin-bottom: 40px;
  }
}
.ftr-nw-content .ftr-nw-title {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 991px) {
  .ftr-nw-content .ftr-nw-title {
    margin-bottom: 30px;
  }
}
.ftr-nw-content .ftr-nw-form {
  display: flex;
}
@media (max-width: 400px) {
  .ftr-nw-content .ftr-nw-form {
    display: block;
  }
}
.ftr-nw-content .ftr-nw-form .form-control {
  height: 66px;
  border: 0px;
  background-color: #dbe6f7;
  border-radius: 10px 0px 0px 10px;
}
@media (max-width: 575px) {
  .ftr-nw-content .ftr-nw-form .form-control {
    height: 48px;
  }
}
@media (max-width: 400px) {
  .ftr-nw-content .ftr-nw-form .form-control {
    border-radius: 10px;
  }
}
.ftr-nw-content .ftr-nw-form .ftr-nw-subcribe-btn {
  font-size: 16px;
  color: #fff;
  background-color: #228bb0;
  border: none;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  padding: 9px 30px;
  border-radius: 0px 10px 10px 0px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .ftr-nw-content .ftr-nw-form .ftr-nw-subcribe-btn {
    font-size: 16px;
    padding: 7px 20px;
  }
}
@media (max-width: 400px) {
  .ftr-nw-content .ftr-nw-form .ftr-nw-subcribe-btn {
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}

/*Footer dark version css*/
.footer-dark {
  color: #fff;
  font-size: 16px;
  padding-top: 80px;
  background-size: cover;
}
@media (max-width: 991px) {
  .footer-dark {
    padding-top: 40px;
  }
}
.footer-dark p {
  font-weight: 300;
}
.footer-dark .logo-footer {
  margin-bottom: 25px;
  max-width: 174px;
}
.footer-dark .footer-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 80px 0px 30px 0px;
}
@media (max-width: 991px) {
  .footer-dark .footer-top {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .footer-dark .footer-top {
    padding-bottom: 0px;
  }
}
.footer-dark .ftr-list {
  list-style: none;
}
.footer-dark .ftr-list li p {
  margin-bottom: 0px;
  font-size: 16px;
}
.footer-dark .ftr-list li p span {
  margin-right: 5px;
  font-weight: 500;
}
.footer-dark .widget-title {
  font-family: "Rubik", sans-serif;
  color: #f0f6fe;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 23px;
  position: relative;
}
.footer-dark .widget-title:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #228bb0;
  width: 40px;
  height: 3px;
}
.footer-dark .social-icons {
  margin: 0px;
}
.footer-dark .social-icons li {
  display: inline-block;
}
.footer-dark .social-icons li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  padding: 0px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin-right: 3px;
}
.footer-dark .social-icons li a:hover {
  color: #f0f6fe;
}
.footer-dark .footer-bottom {
  padding: 0px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
.footer-dark .footer-bottom .footer-bottom-info {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
  align-items: center;
}
@media (max-width: 991px) {
  .footer-dark .footer-bottom .footer-bottom-info {
    display: block;
  }
}
@media (max-width: 991px) {
  .footer-dark .footer-bottom .footer-copy-right {
    margin: 5px 10px 5px 0px;
    display: inline-block;
  }
}
.footer-dark .footer-bottom .footer-copy-right .copyrights-text {
  color: #fff;
  font-size: 10px;
}

.footer-top .widget {
  margin-bottom: 20px;
}

/*Footer Light version css*/
.footer-light {
  color: #228bb0;
  font-size: 16px;
  padding-top: 80px;
  background-color: #686868;
}
.footer-light .ftr-nw-content {
  margin-bottom: 50px;
}
.footer-light .ftr-nw-content .ftr-nw-title {
  font-size: 20px;
  color: #565555;
}
.footer-light .ftr-nw-content .ftr-nw-form {
  display: flex;
}
.footer-light .ftr-nw-content .ftr-nw-form .form-control {
  height: 66px;
  border: 0px;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.footer-light .ftr-nw-content .ftr-nw-form .ftr-nw-subcribe-btn {
  font-size: 16px;
  color: #fff;
  background-color: #228bb0;
  border: none;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  padding: 9px 30px;
  border-radius: 0px 10px 10px 0px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .footer-light .ftr-nw-content .ftr-nw-form .ftr-nw-subcribe-btn {
    font-size: 16px;
    padding: 7px 20px;
  }
}
.footer-light p {
  font-weight: 300;
}
.footer-light .logo-footer {
  margin-bottom: 25px;
  max-width: 174px;
}
.footer-light .footer-top {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 80px 0px 30px 0px;
}
.footer-light .ftr-list {
  list-style: none;
}
.footer-light .ftr-list li p {
  margin-bottom: 0px;
  font-size: 16px;
}
.footer-light .ftr-list li p span {
  margin-right: 5px;
  font-weight: 500;
}
.footer-light .widget-title {
  font-family: "Rubik", sans-serif;
  color: #228bb0;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 23px;
  position: relative;
}
.footer-light .widget-title:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #686868;
  width: 40px;
  height: 3px;
}
.footer-light .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center; /* Centers the icons */
  gap: 10px; /* Space between icons */
}

.footer-light .social-icons li {
  display: inline-block;
}

.footer-light .social-icons li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #228bb0;
  font-size: 20px;
  text-align: center;
  margin: 0; /* Removes any extra spacing */
  border-radius: 50%; /* Makes the icons circular */
  transition: color 0.3s ease;
}

.footer-light .social-icons li a:hover {
  color: #686868;
}

.footer-light .footer-bottom {
  padding: 0px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
.footer-light .footer-bottom .footer-bottom-info {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
  align-items: center;
}
@media (max-width: 991px) {
  .footer-light .footer-bottom .footer-bottom-info {
    display: block;
  }
}
@media (max-width: 991px) {
  .footer-light .footer-bottom .footer-copy-right {
    margin: 5px 10px 5px 0px;
    display: inline-block;
  }
}
.footer-light .footer-copy-right{
  text-align: left;
}

.footer-light .footer-copy-right .footer-logo {
  display: inline-block;
  margin-right: 10px;
  width: 150px;
  height: 30px;
  vertical-align: middle;
}
.footer-light .footer-bottom .footer-copy-right .copyrights-text {
  color: #565555;
  font-size: 10px;
    line-height: 1.4;
    display: inline-block;
    vertical-align: middle;
}
.footer-light .widget_services ul li a {
  color: #565555;
}
.footer-light .widget_services ul li a:hover {
  color: #228bb0;
}

.widget {
  margin-bottom: 40px;
}
/*Footer Address*/
.address-indent {
  display: inline-block;
  margin-left: 75px; /* Adjust this value to align perfectly with "Al Gaizi Building" */
}

/*Footer Newsletter*/
.ftr-list-center {
  display: grid;
  justify-content: center;
}
@media (max-width: 991px) {
  .ftr-list-center {
    justify-content: left;
  }
}

/*Recent Post Entry*/
.recent-posts-entry .widget-post {
  margin-bottom: 20px;
}
.recent-posts-entry .widget-post:last-child {
  border: none;
  margin-bottom: 0px;
}
.recent-posts-entry .wt-post-media {
  width: 90px;
  float: left;
}
@media (max-width: 1024px) {
  .recent-posts-entry .wt-post-media {
    width: 60px;
  }
}
.recent-posts-entry .wt-post-info {
  margin-left: 105px;
}
@media (max-width: 1024px) {
  .recent-posts-entry .wt-post-info {
    margin-left: 70px;
  }
}
.recent-posts-entry .wt-post-info .wt-post-header {
  margin-bottom: 6px;
}
.recent-posts-entry .wt-post-info .wt-post-meta ul {
  list-style: none;
  margin-bottom: 0px;
}
.recent-posts-entry .wt-post-info .wt-post-meta ul li {
  font-size: 12px;
  line-height: 16px;
  color: #228bb0;
}
.recent-posts-entry .wt-post-info .post-title {
  margin-top: 0px;
}

/*Widget Services*/
.widget_services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.widget_services ul li {
  display: block;
  width: 100%;
  padding: 2px 0px;
  border: 0px;
  overflow: hidden;
}
.widget_services ul li a {
  color: #fff;
  position: relative;
  padding: 0px 0px 5px 0px;
  display: block;
  margin-left: 0px;
  transition: 0.5s all ease;
  font-size: 14px;
  font-weight: 300;
}
.widget_services ul li a:hover {
  color: #228bb0;
}

/*scroll top btn css*/
button.scroltop {
  height: 40px;
  width: 40px;
  background: #1d1b18;
  border: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: none;
  text-align: center;
  z-index: 999;
  color: #fff;
}
button.scroltop span {
  display: block;
  font-size: 24px;
  line-height: 24px;
}

/*Pricing Table*/
.pricing-table-1 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  padding: 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 575px) {
  .pricing-table-1 {
    padding: 30px;
  }
}
.pricing-table-1:after {
  content: "";
  width: 400px;
  height: 400px;
  border-radius: 50%;
  left: -50px;
  top: -240px;
  z-index: -1;
  background-color: #f0f6fe;
  position: absolute;
}
@media (max-width: 575px) {
  .pricing-table-1:after {
    top: -270px;
  }
}
.pricing-table-1.circle-yellow:after {
  background-color: #faf1de;
}
.pricing-table-1.circle-pink:after {
  background-color: #f3e9f5;
}
.pricing-table-1 .p-table-title {
  position: relative;
}
.pricing-table-1 .p-table-title .wt-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #228bb0;
  display: inline-block;
}
.pricing-table-1 .p-table-inner {
  position: relative;
}
.pricing-table-1 .p-table-inner .p-table-list ul {
  list-style: none;
  margin-bottom: 40px;
}
.pricing-table-1 .p-table-inner .p-table-list ul li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 46px;
}
.pricing-table-1 .p-table-inner .p-table-list ul li i {
  color: #228bb0;
  position: absolute;
  left: 15px;
  top: 4px;
  font-size: 20px;
}
.pricing-table-1 .p-table-inner .p-table-list ul li.disable {
  color: #aaaaaa;
}
.pricing-table-1 .p-table-inner .p-table-list ul li.disable i {
  color: #aaaaaa;
}
.pricing-table-1 .p-table-inner .p-table-btn {
  text-align: center;
}
.pricing-table-1 .p-table-inner .p-table-price {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  color: #17171d;
}
@media (max-width: 767px) {
  .pricing-table-1 .p-table-inner .p-table-price {
    margin-bottom: 60px;
  }
}
.pricing-table-1 .p-table-inner .p-table-price span {
  font-family: "Rubik", sans-serif;
  font-size: 38px;
  line-height: 56px;
  font-weight: 600;
  display: block;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .pricing-table-1 .p-table-inner .p-table-price span {
    font-size: 36px;
    line-height: 26px;
  }
}
.pricing-table-1 .p-table-inner .p-table-price p {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
}
.pricing-table-1 .p-table-recommended {
  background-color: #2db346;
  color: #fff;
  border-radius: 5px;
  padding: 2px 16px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
}

/*inner page banner*/
.wt-bnr-inr {
  height: 250px;
  background-size: cover;
  background-position: center center;
  display: table;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .wt-bnr-inr {
    height: 250px;
  }
}
.wt-bnr-inr .container {
  display: table;
  height: 100%;
}

.wt-bnr-inr-entry {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  padding-bottom: 30px;
}
.wt-bnr-inr-entry .banner-title-outer {
  position: relative;
}
.wt-bnr-inr-entry .banner-title-outer .wt-title {
  font-size: 28px;
  margin-bottom: 0px;
  position: relative;
}
.wt-bnr-inr-entry .banner-title-outer .banner-title-name {
  display: inline-block;
  margin-bottom: 30px;
}
.wt-bnr-inr-entry .banner-title-outer .banner-title-name .wt-title {
  color: #228bb0;
}

/*Breadcrumb*/
.wt-breadcrumb {
  margin: 0;
  display: inline-block;
  list-style: none;
  position: relative;
}
.wt-breadcrumb li {
  padding-right: 30px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #228bb0;
}
.wt-breadcrumb li a {
  color: #686868;
}
.wt-breadcrumb li a:hover {
  color: #228bb0;
}
.wt-breadcrumb li:after {
  content: "";
  position: absolute;
  right: 8px;
  width: 8px;
  height: 2px;
  background-color: #565555;
  top: 50%;
  transform: translateY(-50%);
  color: #686868;
  font-size: 12px;
  font-weight: 600;
}
.wt-breadcrumb li:last-child {
  color: #228bb0;
  padding-right: 0px;
}
.wt-breadcrumb li:last-child:after {
  display: none;
}
.wt-breadcrumb li:first-child a i {
  font-size: 14px;
  vertical-align: text-top;
}

/*Contact Form*/
.twm-contact-one {
  position: relative;
}
.twm-contact-one .contact-one-inner {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 991px) {
  .twm-contact-one .contact-one-inner {
    padding-top: 38px;
    padding-bottom: 0px;
  }
}
.twm-contact-one .contact-one-inner:after {
  content: "";
  position: absolute;
  width: 420px;
  right: -15px;
  top: -40px;
  bottom: -40px;
  background-color: #f0f6fe;
  z-index: -1;
}
@media (max-width: 1200px) {
  .twm-contact-one .contact-one-inner:after {
    width: 394px;
  }
}
@media (max-width: 991px) {
  .twm-contact-one .contact-one-inner:after {
    display: none;
  }
}
.twm-contact-one .contact-info-wrap {
  margin-left: 100px;
  margin-right: 25px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .twm-contact-one .contact-info-wrap {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .twm-contact-one .contact-info-wrap {
    margin: 0px;
    padding-top: 38px;
    padding-bottom: 40px;
  }
}
.twm-contact-one .contact-info-wrap .contact-info {
  border-radius: 10px 10px 10px 0px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  padding: 40px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .twm-contact-one .contact-info-wrap .contact-info {
    border-radius: 10px;
  }
}
@media (max-width: 400px) {
  .twm-contact-one .contact-info-wrap .contact-info {
    padding: 20px;
  }
}
.twm-contact-one .contact-info-wrap:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -57px;
  z-index: -1;
  width: 0;
  height: 0;
  border-left: 57px solid transparent;
  border-right: 0px solid transparent;
  border-top: 57px solid #d8d8d8;
}
@media (max-width: 991px) {
  .twm-contact-one .contact-info-wrap:before {
    display: none;
  }
}
.twm-contact-one .contact-info-section .c-info-column {
  padding: 0px 0px 0px 100px;
  color: #565555;
  position: relative;
  min-height: 75px;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .twm-contact-one .contact-info-section .c-info-column {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .twm-contact-one .contact-info-section .c-info-column {
    padding: 0px 0px 0px 65px;
  }
}
.twm-contact-one .contact-info-section .c-info-column:last-child {
  margin-bottom: 0px;
}
.twm-contact-one .contact-info-section .c-info-column p {
  font-size: 14px;
}
.twm-contact-one .contact-info-section .c-info-column .c-info-icon {
  position: absolute;
  font-size: 22px;
  left: 0px;
  top: 0px;
  color: #228bb0;
  width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 10px;
  text-align: center;
  background-color: #f0f6fe;
  z-index: 1;
}
.twm-contact-one .contact-info-section .c-info-column .c-info-icon.custome-size {
  font-size: 26px;
}
@media (max-width: 400px) {
  .twm-contact-one .contact-info-section .c-info-column .c-info-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.twm-contact-one .contact-info-section .c-info-column span {
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.twm-contact-one .contact-info-section .c-info-column p {
  margin-bottom: 0px;
}
.twm-contact-one .contact-info-section .c-info-column p a {
  color: #686868;
}
.twm-contact-one .section-head-small {
  font-size: 20px;
  font-weight: 500;
}
.twm-contact-one .section-head-small.white .wt-title {
  color: #fff;
}
.twm-contact-one .contact-form-outer .section-head.left.wt-small-separator-outer {
  text-align: left;
}
.twm-contact-one .contact-form-outer .section-head.left.wt-small-separator-outer h2 {
  margin-bottom: 15px;
}

.cons-contact-form .form-control {
  height: 56px;
  padding: 10px 20px;
  background-color: #f0f6fe;
  border: 0px;
  border-radius: 10px;
  color: #686868; /* Add text color here */
}
.cons-contact-form .form-control:focus {
  box-shadow: none;
  background-color: #f9fcff;
}
.cons-contact-form textarea.form-control {
  padding-top: 15px;
  height: 80px;
  margin-bottom: 40px;
  resize: none;
}

.form-control {
  width: 100%;
  height: 60px;
  padding: 20px;
  border: none;
  background-color: #f0f6fe;
  border-radius: 10px;
}
.form-control:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  background-color: #F8F8F8;
}

.form-group {
  margin-bottom: 30px;
}

/*Pagination Style*/
.pagination-outer {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .pagination-outer {
    margin-bottom: 30px;
  }
}
.pagination-outer .pagination-style1 {
  position: relative;
  display: inline-block;
}
.pagination-outer .pagination-style1 ul {
  list-style: none;
  margin-bottom: 0px;
}
.pagination-outer .pagination-style1 ul li {
  position: relative;
  margin: 0px 3px 0px;
  display: inline-block;
}
@media (max-width: 400px) {
  .pagination-outer .pagination-style1 ul li {
    margin: 0px 1px 0px;
  }
}
.pagination-outer .pagination-style1 ul li.prev a {
  width: 50px;
  height: 50px;
  font-size: 16px;
  color: #565555;
  font-weight: 500;
  transition: 0.5s all ease;
  letter-spacing: 1px;
}
@media (max-width: 420px) {
  .pagination-outer .pagination-style1 ul li.prev a {
    width: 30px;
    height: 30px;
  }
}
.pagination-outer .pagination-style1 ul li.next a {
  width: 50px;
  height: 50px;
  font-size: 16px;
  color: #565555;
  font-weight: 500;
  transition: 0.5s all ease;
  letter-spacing: 1px;
}
@media (max-width: 420px) {
  .pagination-outer .pagination-style1 ul li.next a {
    width: 30px;
    height: 30px;
  }
}
.pagination-outer .pagination-style1 ul li a {
  position: relative;
  width: 50px;
  height: 50px;
  color: #565555;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  transition: 0.5s all ease;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .pagination-outer .pagination-style1 ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.pagination-outer .pagination-style1 ul li.active a {
  background-color: #228bb0;
  color: #fff;
}
.pagination-outer .pagination-style1 ul li:hover a {
  background-color: #228bb0;
  color: #fff;
}

/*Blog Side Bar*/
.side-bar {
  background-color: #fcfcfc;
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .side-bar {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .side-bar {
    padding: 15px;
  }
}
.side-bar .widget:last-child {
  margin-bottom: 0px;
}
.side-bar .widget .widget-title {
  position: relative;
  padding-bottom: 15px;
  text-align: center;
}
.side-bar .widget .widget-title:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #228bb0;
  width: 20px;
  height: 2px;
}
.side-bar .search-bx .input-group .form-control {
  height: 60px;
  background-color: #fff;
  font-size: 20px;
  border: none;
  padding: 0px 25px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 767px) {
  .side-bar .search-bx .input-group .form-control {
    height: 60px;
  }
}
.side-bar .search-bx .input-group .btn {
  color: #565555;
  border-radius: 0px;
  height: 60px;
  padding: 0px 15px;
  font-size: 18px;
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.side-bar .search-bx .input-group .btn:focus {
  box-shadow: none;
}
.side-bar .widget_services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  background-color: #fff;
}
.side-bar .widget_services ul li {
  position: relative;
  padding: 10px 0px 10px 15px;
  line-height: 20px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.side-bar .widget_services ul li:after {
  content: "";
  width: 4px;
  height: 5px;
  border-radius: 50%;
  background-color: #228bb0;
  position: absolute;
  left: 0px;
  top: 17px;
}
.side-bar .widget_services ul li:last-child {
  padding-bottom: 0px;
}
.side-bar .widget_services ul li a {
  color: #17171d;
  margin-left: 0px;
  padding: 0px;
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.side-bar .widget_services ul li a:hover {
  color: #228bb0;
}
.side-bar .widget_services ul li a i {
  padding-right: 5px;
}
.side-bar .widget_services ul li a:before {
  display: none;
}
.side-bar .widget_services ul li .badge {
  background: none;
  font-size: 14px;
  font-weight: 600;
}
.side-bar .recent-posts-entry .widget-post {
  margin-bottom: 20px;
}
.side-bar .recent-posts-entry .widget-post:last-child {
  border: none;
  margin-bottom: 0px;
}
.side-bar .recent-posts-entry .wt-post-media {
  width: 72px;
  float: left;
}
.side-bar .recent-posts-entry .wt-post-media img {
  border-radius: 10px;
}
.side-bar .recent-posts-entry .wt-post-info {
  margin-left: 92px;
}
@media (max-width: 420px) {
  .side-bar .recent-posts-entry .wt-post-info {
    margin-left: 95px;
  }
}
.side-bar .recent-posts-entry .wt-post-info .post-date {
  margin-top: 0px;
  color: #228bb0;
  font-size: 14px;
  display: block;
}
.side-bar .recent-posts-entry .wt-post-info .post-title {
  margin-top: 0px;
  font-size: 14px;
  display: block;
}

/*Side bar tags*/
.tw-sidebar-tags-wrap .tagcloud {
  margin-top: -10px;
}
.tw-sidebar-tags-wrap .tagcloud a {
  padding: 5px 15px;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  color: #228bb0;
  border-radius: 10px;
  font-size: 14px;
  background-color: #f0f6fe;
}
.tw-sidebar-tags-wrap .tagcloud a:hover {
  background-color: #228bb0;
  color: #fff;
}

/*Comment list section*/
ol.comment-list {
  list-style: none;
}
ol.comment-list li.comment {
  position: relative;
  padding: 0;
}
ol.comment-list li.comment .comment-body {
  padding: 0px 90px 20px 120px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  min-height: 130px;
}
@media (max-width: 480px) {
  ol.comment-list li.comment .comment-body {
    padding: 0px 0px 50px 0px;
  }
}
ol.comment-list li.comment .comment-author {
  display: inline-block;
  margin-bottom: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (max-width: 480px) {
  ol.comment-list li.comment .comment-author {
    position: inherit;
    margin-bottom: 20px;
  }
}
ol.comment-list li.comment .comment-author .avatar {
  width: 90px;
  height: 90px;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}
ol.comment-list li.comment .fn {
  display: inline-block;
  color: #17171d;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 10px;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 480px) {
  ol.comment-list li.comment .fn {
    display: block;
  }
}
ol.comment-list li.comment .comment-meta {
  margin-bottom: 5px;
  display: block;
  text-align: center;
}
ol.comment-list li.comment .comment-meta a {
  color: #818181;
  font-size: 12px;
  text-align: center;
}
ol.comment-list li.comment .reply {
  position: absolute;
  right: 0px;
  top: 0px;
}
@media (max-width: 480px) {
  ol.comment-list li.comment .reply {
    top: auto;
    right: auto;
    bottom: 10px;
    left: 0px;
  }
}
ol.comment-list li.comment .reply .comment-reply-link {
  position: relative;
  color: #228bb0;
  padding: 4px 12px;
  font-size: 14px;
  display: inline-block;
}
ol.comment-list li.comment .reply .comment-reply-link:hover {
  color: #17171d;
}
@media (max-width: 480px) {
  ol.comment-list li.comment .reply .comment-reply-link {
    padding: 4px 0px;
  }
}
ol.comment-list li.comment p {
  margin: 0px;
  font-weight: 400;
}
ol.comment-list li .children {
  list-style: none;
  margin-left: 40px;
}
@media (max-width: 767px) {
  ol.comment-list li .children {
    margin-left: 0px;
  }
}
ol.comment-list li .children li {
  padding: 0;
}
ol.comment-list li .children li:last-child .comment-body {
  margin-bottom: 0px;
}

/*comment form*/
@media (max-width: 991px) {
  .comment-respond {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .comment-respond {
    padding: 0px;
  }
}
.comment-respond .comment-reply-title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}
.comment-respond .form-submit .site-button {
  position: relative;
}

/*Comment area*/
.comments-area {
  padding: 0;
}
.comments-area .comments-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.comments-area .comment-form {
  padding: 30px;
  background-color: #fcfcfc;
}
@media (max-width: 480px) {
  .comments-area .comment-form {
    margin: 0 -5px;
  }
}
.comments-area .comment-form .comment-form-author label,
.comments-area .comment-form .comment-form-email label,
.comments-area .comment-form .comment-form-comment label {
  display: none;
  line-height: 18px;
  margin-bottom: 10px;
}
.comments-area .comment-form .comment-form-author input[type=text],
.comments-area .comment-form .comment-form-email input[type=text],
.comments-area .comment-form .comment-form-comment input[type=text] {
  width: 100%;
  height: 60px;
  padding: 20px;
  border: 1px solid transparent;
  background-color: #f0f6fe;
  border-radius: 10px;
}
.comments-area .comment-form .comment-form-author input[type=text].form-control:focus,
.comments-area .comment-form .comment-form-email input[type=text].form-control:focus,
.comments-area .comment-form .comment-form-comment input[type=text].form-control:focus {
  box-shadow: none;
}
.comments-area .comment-form .comment-form-comment textarea {
  width: 100%;
  padding: 20px;
  height: 120px;
  resize: none;
  border: 1px solid transparent;
  background-color: #f0f6fe;
  border-radius: 10px;
}
.comments-area .comment-form .comment-form-comment textarea.form-control:focus {
  box-shadow: none;
}

ol.comment-list li.comment .comment-respond .comment-form p {
  padding: 0px 15px !important;
}

.comment-form .form-control:-webkit-input-placeholder {
  color: #565555;
  font-size: 14px;
}

/*Single Blog Post*/
.blog-post-single-outer .blog-post-single .wt-post-meta-list {
  margin-bottom: 5px;
  width: 100%;
  clear: both;
  display: inline-block;
}
.blog-post-single-outer .blog-post-single .wt-post-meta-list .wt-list-content {
  float: left;
  position: relative;
  color: #17171d;
  font-weight: 500;
}
.blog-post-single-outer .blog-post-single .wt-post-meta-list .wt-list-content.post-date {
  margin-right: 10px;
}
.blog-post-single-outer .blog-post-single .wt-post-meta-list .wt-list-content.post-author a {
  color: #228bb0;
  padding-left: 10px;
}
.blog-post-single-outer .blog-post-single .wt-post-info {
  padding-top: 0px;
}
.blog-post-single-outer .blog-post-single .post-title {
  font-size: 46px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .blog-post-single-outer .blog-post-single .post-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .blog-post-single-outer .blog-post-single .post-title {
    font-size: 22px;
  }
}
.blog-post-single-outer .blog-post-single .twm-blog-s-title {
  margin: 30px 0px;
}
.blog-post-single-outer .blog-post-single .wt-post-media img {
  width: 100%;
  border-radius: 10px;
}
.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta ul {
  background-color: #228bb0;
  display: inline-block;
  margin-bottom: 0px;
}
.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta ul li {
  color: #fff;
  display: inline-table;
  font-size: 14px;
  text-align: center;
  padding: 8px 10px;
  font-weight: 500;
  position: relative;
}
.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta ul li:after {
  position: absolute;
  content: "|";
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}
.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta ul li a {
  color: #fff;
}
.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta ul li:last-child:after {
  display: none;
}
.blog-post-single-outer .blog-post-single blockquote {
  background: #f8f8f8;
  margin: 30px 0px;
  padding: 50px 80px 30px 80px;
  position: relative;
  overflow: hidden;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 400px) {
  .blog-post-single-outer .blog-post-single blockquote {
    padding: 30px;
  }
}
.blog-post-single-outer .blog-post-single blockquote p {
  font-size: 16px;
  font-weight: 400;
  color: #17171d;
  margin-bottom: 20px;
  position: relative;
}
.blog-post-single-outer .blog-post-single blockquote p span {
  font-size: 48px;
  line-height: 40px;
  display: inline-block;
  font-family: "Rubik", sans-serif;
  position: absolute;
  left: -20px;
  top: -20px;
}
.blog-post-single-outer .blog-post-single blockquote strong {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #17171d;
}
.blog-post-single-outer .post-social-icons-wrap {
  text-align: center;
}
.blog-post-single-outer .post-social-icons-wrap h4 {
  font-size: 14px;
}

/*Single Post Tags*/
.post-area-tags-wrap {
  margin-top: 30px;
  padding-top: 30px;
}

/*Single Post Tags*/
.post-social-icons {
  margin: 0px;
}
.post-social-icons li {
  display: inline-block;
}
.post-social-icons li a {
  height: 34px;
  width: 34px;
  line-height: 34px;
  color: #818181;
  padding: 0px;
  font-size: 18px;
  text-align: center;
  margin-right: 3px;
}
.post-social-icons li a:hover {
  color: #fff;
  background-color: #051721;
}

/*Posts Author*/
.twm-posts-author {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 10px;
  display: table;
  width: 100%;
}
@media (max-width: 400px) {
  .twm-posts-author {
    display: block;
  }
}
.twm-posts-author .twm-post-author-pic {
  width: 105px;
  height: 105px;
  display: table-cell;
  padding-right: 30px;
}
@media (max-width: 400px) {
  .twm-posts-author .twm-post-author-pic {
    display: block;
  }
}
.twm-posts-author .twm-post-author-pic img {
  border-radius: 10px;
  margin-right: 30px;
}
.twm-posts-author .twm-post-author-content {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 400px) {
  .twm-posts-author .twm-post-author-content {
    display: block;
  }
}
.twm-posts-author .twm-post-author-content span {
  display: block;
  color: #228bb0;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 10px;
}
.twm-posts-author .twm-post-author-content strong {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #565555;
}

/*Single Post Navigation*/
.post-navigation {
  margin-bottom: 36px;
}
.post-navigation .post-nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px 0px;
  border-top: 1px solid #dedede;
  position: relative;
}
.post-navigation .post-nav-links .post-nav-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 50%;
}
@media (max-width: 640px) {
  .post-navigation .post-nav-links .post-nav-item {
    display: block;
  }
}
.post-navigation .post-nav-links .post-nav-item .nav-post-arrow {
  margin-right: 20px;
}
@media (max-width: 640px) {
  .post-navigation .post-nav-links .post-nav-item .nav-post-arrow {
    margin-bottom: 10px;
  }
}
.post-navigation .post-nav-links .post-nav-item .nav-post-arrow i {
  font-size: 50px;
  line-height: 0.7;
  color: #228bb0;
}
.post-navigation .post-nav-links .post-nav-item .nav-post-meta {
  padding-right: 50px;
}
@media (max-width: 767px) {
  .post-navigation .post-nav-links .post-nav-item .nav-post-meta {
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .post-navigation .post-nav-links .post-nav-item .nav-post-meta {
    padding-right: 10px;
  }
}
.post-navigation .post-nav-links .post-nav-item .nav-post-meta label {
  color: #616161;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 3px;
}
.post-navigation .post-nav-links .post-nav-item .nav-post-meta a {
  font-size: 16px;
  line-height: 24px;
  color: #686868;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 640px) {
  .post-navigation .post-nav-links .post-nav-item .nav-post-meta a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
  }
}
@media (max-width: 420px) {
  .post-navigation .post-nav-links .post-nav-item .nav-post-meta a {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    display: block;
  }
}
.post-navigation .post-nav-links .post-nav-item.nav-post-next {
  flex-direction: row-reverse;
  text-align: right;
}
.post-navigation .post-nav-links .post-nav-item.nav-post-next .nav-post-meta {
  padding-left: 50px;
  padding-right: 0px;
}
@media (max-width: 767px) {
  .post-navigation .post-nav-links .post-nav-item.nav-post-next .nav-post-meta {
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .post-navigation .post-nav-links .post-nav-item.nav-post-next .nav-post-meta {
    padding-left: 10px;
  }
}
.post-navigation .post-nav-links .post-nav-item.nav-post-next .nav-post-arrow {
  margin-right: 0;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .section-full.p-t120, .section-full.p-b90, .section-full.p-tb120 {
    padding-top: 38px;
    padding-bottom: 10px;
  }
}

/*Loading*/
.loading-area {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
}
.loading-area .loading-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 9999;
}
.loading-area .loading-pic {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 99999;
  text-align: center;
  transform: translateY(-50%);
}

/* Update this to use a GIF */
.loading-pic img {
  width: 80px; /* Adjust size if needed */
  height: 80px; /* Adjust size if needed */
  display: inline-block;
  vertical-align: middle;
}

/*Description list*/
.description-list {
  margin: 30px 0px;
}
.description-list li {
  padding-left: 45px;
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}
.description-list li:last-child {
  margin-bottom: 0px;
}
.description-list li i {
  background-color: #228bb0;
  color: #fff;
  line-height: 26px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  font-size: 22px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .description-list li {
    padding-left: 30px;
  }
  .description-list li i {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}

/*Description list*/
.description-list-2 {
  margin: 30px 0px;
}
.description-list-2 li {
  padding-left: 45px;
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}
.description-list-2 li:last-child {
  margin-bottom: 0px;
}
.description-list-2 li i {
  color: #228bb0;
  line-height: 26px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  font-size: 22px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
}

/*Section Overlay*/
.overlay-wraper {
  position: relative;
}
.overlay-wraper .overlay-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.opacity-01 {
  opacity: 0.1;
}

.opacity-02 {
  opacity: 0.2;
}

.opacity-03 {
  opacity: 0.3;
}

.opacity-04 {
  opacity: 0.4;
}

.opacity-05 {
  opacity: 0.5;
}

.opacity-06 {
  opacity: 0.6;
}

.opacity-07 {
  opacity: 0.7;
}

.opacity-08 {
  opacity: 0.8;
}

.opacity-09 {
  opacity: 0.9;
}

.overlay-wraper > .container {
  position: relative;
  z-index: 1;
}
.overlay-wraper > .container-fluid {
  position: relative;
  z-index: 1;
}

/*Services*/
.all_services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.all_services ul li {
  position: relative;
  margin-bottom: 20px;
}
.all_services ul li:last-child {
  margin-bottom: 0px;
}
.all_services ul li a {
  transition: 0.5s all ease;
  position: relative;
  font-size: 16px;
  color: #666666;
}
.all_services ul li a:hover {
  color: #228bb0;
}
.all_services ul li .badge {
  float: right;
  background: none;
  color: #666666;
  font-weight: normal;
  font-size: 14px;
}

/*Search*/
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  display: none;
}
#search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 999;
  display: block;
}
#search form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 100%;
  color: #228bb0;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  outline: none;
  padding: 10px;
  display: flex;
  align-items: center;
}
#search form span {
  display: block;
}
#search input[type=search] {
  background: none;
  border: none;
  padding: 0px 12px;
  outline: none;
  color: #17171d;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 575px) {
  #search input[type=search] {
    font-size: 14px;
  }
}
#search input[type=search]:focus {
  box-shadow: none;
}
#search input[type=search]::placeholder {
  color: #17171d;
}
#search .search-btn {
  border: none;
  background: none;
  padding: 0px 30px;
  outline: none;
  display: block;
  width: 100%;
  text-align: center;
}
#search .search-btn i {
  font-size: 36px;
  line-height: 60px;
  color: #228bb0;
}
#search .close {
  position: fixed;
  top: 30px;
  right: 30px;
  border-radius: 10px;
  opacity: 1;
  font-size: 27px;
  color: #fff;
  width: 60px;
  height: 60px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  background-color: #228bb0;
}
#search .close:after, #search .close:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 32px;
  background-color: #fff;
  right: 28px;
  top: 16px;
}
#search .close:after {
  transform: rotate(45deg);
}
#search .close:before {
  transform: rotate(-45deg);
}
#search .close:hover:after, #search .close:hover:before {
  cursor: pointer;
}

/*Google map*/
.google-map {
  width: 100%;
  height: 460px;
}
.google-map iframe {
  width: 100%;
  border: 0px;
  filter: grayscale(100%);
}

.form-select {
  height: 50px;
  font-size: 13px;
  line-height: 20px;
  padding: 10px;
  border-radius: 0px;
  color: #6c757d;
}
.form-select option {
  padding-left: 0px;
}
.form-select:focus {
  box-shadow: none;
}

.form-select.large {
  height: 60px;
  font-size: 16px;
  line-height: 20px;
  padding: 20px;
  color: #a0a0a0;
  border-radius: 10px;
  border: none;
}
.form-select.large option {
  padding-left: 0px;
}
.form-select.large:focus {
  box-shadow: none;
}

/*Gallery*/
.twm-two-part-section {
  margin-bottom: 30px;
}

.tw-sidebar-gallery ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
}
.tw-sidebar-gallery ul li {
  width: 25%;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.tw-sidebar-gallery ul li .tw-service-gallery-thumb {
  position: relative;
  z-index: 1;
  transition: 0.5s all ease;
}
.tw-sidebar-gallery ul li .tw-service-gallery-thumb:after {
  position: absolute;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  content: "";
  border: 2px solid #228bb0;
  border-radius: 10px;
  opacity: 0;
  z-index: -1;
}
.tw-sidebar-gallery ul li .tw-service-gallery-thumb:hover {
  padding: 0px;
}
.tw-sidebar-gallery ul li .tw-service-gallery-thumb:hover:after {
  opacity: 1;
}
.tw-sidebar-gallery ul li a {
  display: block;
  text-align: center;
  position: relative;
  background-color: #000;
  border-radius: 10px;
}
.tw-sidebar-gallery ul li a img {
  transition: 0.5s all ease;
  border-radius: 10px;
}
.tw-sidebar-gallery ul li a i {
  opacity: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s all ease;
}
.tw-sidebar-gallery ul li:hover a img {
  opacity: 0.3;
}
.tw-sidebar-gallery ul li:hover a i {
  opacity: 1;
}

.tw-sidebar-gallery-2 .row {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.tw-sidebar-gallery-2 .row [class*=col-] {
  margin-bottom: 30px;
}
.tw-sidebar-gallery-2 .row [class*=col-] .tw-service-gallery-thumb {
  position: relative;
  z-index: 1;
  transition: 0.5s all ease;
}
.tw-sidebar-gallery-2 .row [class*=col-] .tw-service-gallery-thumb:after {
  position: absolute;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  content: "";
  border: 2px solid #228bb0;
  border-radius: 10px;
  opacity: 0;
  z-index: -1;
}
.tw-sidebar-gallery-2 .row [class*=col-] .tw-service-gallery-thumb:hover {
  padding: 0px;
}
.tw-sidebar-gallery-2 .row [class*=col-] .tw-service-gallery-thumb:hover:after {
  opacity: 1;
}
.tw-sidebar-gallery-2 .row [class*=col-] a {
  display: block;
  text-align: center;
  position: relative;
  background-color: #000;
  border-radius: 10px;
}
.tw-sidebar-gallery-2 .row [class*=col-] a img {
  transition: 0.5s all ease;
  border-radius: 10px;
}
.tw-sidebar-gallery-2 .row [class*=col-] a i {
  opacity: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s all ease;
}
.tw-sidebar-gallery-2 .row [class*=col-]:hover a img {
  opacity: 0.3;
}
.tw-sidebar-gallery-2 .row [class*=col-]:hover a i {
  opacity: 1;
}

/*Video*/
.video-section-first {
  height: 270px;
  background-size: cover;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 1199px) {
  .video-section-first {
    height: 236px;
  }
}
@media (max-width: 991px) {
  .video-section-first {
    height: 266px;
  }
}

.play-now-video .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 78px;
  width: 78px;
  text-align: center;
  line-height: 78px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 1;
  font-size: 32px;
  padding-left: 0px;
  display: block;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
}
.play-now-video .ripple,
.play-now-video .ripple:before,
.play-now-video .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 78px;
  width: 78px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
  animation: ripple-video 3s infinite;
  z-index: 1;
}
.play-now-video .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now-video .ripple:after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@keyframes ripple-video {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*Slide Top Animation*/
.slide-top {
  animation: slide-top 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite alternate-reverse both;
}

@keyframes slide-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50px);
  }
}
/*Zoom in Zoom Out Animation*/
.zoon-in-out {
  animation: zoom-in-zoom-out 8s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1.1, 1.1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1.1, 1.1);
  }
}
/*Up Down Animation*/
.up-down {
  animation: slide-top 1.5s ease-in-out infinite alternate-reverse both;
}

@keyframes slide-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
/*==================================================
	Start Work
==================================================*/
/*Working Process*/
.bg-clr-sky {
  background-color: #3898e2;
}

.bg-clr-pink {
  background-color: #bc84ca;
}

.bg-clr-green {
  background-color: #56d8b1;
}

.bg-clr-sky-light {
  background-color: #7cb5ea;
}

.bg-clr-pink-light {
  background-color: #cea7d9;
}

.bg-clr-green-light {
  background-color: #8be3c6;
}

.bg-clr-yellow-light {
  background-color: #eac87c;
}

.bg-sky-light-shadow {
  box-shadow: 0px 0px 40px rgba(124, 181, 234, 0.7);
}

.bg-pink-light-shadow {
  box-shadow: 0px 0px 40px rgba(206, 167, 217, 0.7);
}

.bg-green-light-shadow {
  box-shadow: 0px 0px 40px rgba(139, 227, 198, 0.7);
}

.bg-yellow-light-shadow {
  box-shadow: 0px 0px 40px rgba(234, 200, 124, 0.7);
}

.text-clr-sky {
  color: #228bb0;
}

.text-clr-pink {
  color: #bc84ca;
}

.text-clr-green {
  color: #56d8b1;
}

.text-clr-green2 {
  color: #05AD05;
}

.text-clr-yellow {
  color: #e2b438;
}

.text-clr-yellow-2 {
  color: #ffe119;
}

.text-clr-red {
  color: #ff0000;
}

/*process steps*/
.twm-how-it-work-section .row {
  display: flex;
  justify-content: center;
}

.twm-w-process-steps {
  padding-left: 80px;
  padding-top: 60px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 420px) {
  .twm-w-process-steps {
    padding-left: 0px;
    padding-top: 40px;
  }
}
.twm-w-process-steps .twm-large-number {
  color: #efefef;
  font-size: 75px;
  font-weight: 800;
  line-height: 0px;
  position: absolute;
  left: 0px;
  top: 30px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 420px) {
  .twm-w-process-steps .twm-large-number {
    position: inherit;
    top: auto;
    left: auto;
  }
}
.twm-w-process-steps .twm-w-pro-top {
  margin-left: 20px;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.twm-w-process-steps .twm-w-pro-top .twm-media {
  position: absolute;
  left: -20px;
  top: 10px;
  width: 90px;
  height: 95px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: -5px 10px 25px rgba(56, 152, 226, 0.4);
}
.twm-w-process-steps .twm-w-pro-top .twm-title {
  color: #fff;
  padding-left: 80px;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .twm-w-process-steps-2-wrap {
    margin-top: 30px;
  }
}
.twm-w-process-steps-2-wrap .row [class*=col-]:nth-child(odd) {
  margin-top: -30px;
}

.twm-w-process-steps-2 {
  padding-left: 80px;
  padding-top: 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .twm-w-process-steps-2 {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .twm-w-process-steps-2 {
    padding-left: 30px;
  }
}
.twm-w-process-steps-2 .twm-large-number {
  font-size: 60px;
  font-weight: 600;
  line-height: 50px;
  position: absolute;
  right: 15px;
  top: 15px;
  font-family: "Poppins", sans-serif;
}
.twm-w-process-steps-2 .twm-w-pro-top {
  margin-left: 20px;
  margin-bottom: 40px;
  padding: 25px;
  border-radius: 10px;
  position: relative;
}
.twm-w-process-steps-2 .twm-w-pro-top .twm-media {
  position: absolute;
  left: -50px;
  top: 10px;
  width: 90px;
  height: 95px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: -5px 10px 25px rgba(56, 152, 226, 0.4);
}
.twm-w-process-steps-2 .twm-w-pro-top .twm-title {
  color: #17171d;
  margin-bottom: 30px;
  margin-top: 40px;
  margin-left: 30px;
}
.twm-w-process-steps-2 p {
  margin-bottom: 0px;
  font-size: 14px;
}

/*how it work*/
.twm-how-it-work-area2 .container > .row {
  display: flex;
  align-items: center;
}

/*testimonial style 1*/
.twm-testimonial-1-carousel {
  margin-bottom: 30px;
}

.twm-testimonial-1 {
  position: relative;
}
.twm-testimonial-1 .twm-testimonial-1-content {
  border-radius: 10px;
  display: table;
  width: 100%;
  position: relative;
  z-index: 1;
}
.twm-testimonial-1 .twm-testimonial-1-content:after {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: 100px;
  background-color: #f9fcff;
  content: "";
  z-index: -1;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .twm-testimonial-1 .twm-testimonial-1-content:after {
    left: 0px;
  }
}
.twm-testimonial-1 .twm-testimonial-1-content .twm-testi-media {
  width: 235px;
  max-width: 235px;
  display: table-cell;
  vertical-align: bottom;
}
@media (max-width: 1199px) {
  .twm-testimonial-1 .twm-testimonial-1-content .twm-testi-media {
    width: 170px;
  }
}
.twm-testimonial-1 .twm-testimonial-1-content .twm-testi-media img {
  width: auto;
}
.twm-testimonial-1 .twm-testimonial-1-content .twm-testi-content {
  display: table-cell;
  padding: 50px 30px 50px 30px;
}
@media (max-width: 575px) {
  .twm-testimonial-1 .twm-testimonial-1-content .twm-testi-content {
    padding: 0px;
  }
}
.twm-testimonial-1 .twm-testimonial-1-content .twm-testi-content .twm-quote {
  margin-bottom: 50px;
}
.twm-testimonial-1 .twm-testimonial-1-content .twm-testi-content .twm-quote img {
  width: auto;
}
@media (max-width: 575px) {
  .twm-testimonial-1 .twm-testimonial-1-content .twm-testi-content .twm-quote {
    margin-bottom: 0px;
  }
  .twm-testimonial-1 .twm-testimonial-1-content .twm-testi-content .twm-quote img {
    width: 30px;
  }
}
.twm-testimonial-1 .twm-testimonial-1-content .twm-testi-content .twm-testi-info {
  font-size: 18px;
  font-style: italic;
  color: #17171d;
  margin-bottom: 40px;
}
.twm-testimonial-1 .twm-testimonial-1-content .twm-testi-content .twm-testi-detail .twm-testi-name {
  color: #228bb0;
  font-size: 18px;
  font-weight: 500;
}
.twm-testimonial-1 .twm-testimonial-1-content .twm-testi-content .twm-testi-detail .twm-testi-position {
  color: #17171d;
  font-size: 14px;
  position: relative;
  display: inline-block;
}
.twm-testimonial-1 .twm-testimonial-1-content .twm-testi-content .twm-testi-detail .twm-testi-position:after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #228bb0;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .twm-testimonial-1 .twm-testimonial-1-content {
    display: block;
    text-align: center;
    padding: 30px;
  }
  .twm-testimonial-1 .twm-testimonial-1-content .twm-testi-content,
  .twm-testimonial-1 .twm-testimonial-1-content .twm-testi-media {
    display: block;
  }
  .twm-testimonial-1 .twm-testimonial-1-content .twm-testi-media {
    margin: 0px auto;
  }
}

/*testimonial style 1*/
.twm-testimonial-2-carousel {
  margin-bottom: 30px;
}

.twm-testimonial-2 {
  position: relative;
  padding: 0px 15px 15px;
}
.twm-testimonial-2 .twm-testimonial-2-content {
  border-radius: 10px;
}
.twm-testimonial-2 .twm-testimonial-2-content .twm-testi-media img {
  width: auto;
  height: 220px;
}
.twm-testimonial-2 .twm-testimonial-2-content .twm-testi-content {
  padding: 50px 30px 30px 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(56, 152, 226, 0.3);
  position: relative;
}
.twm-testimonial-2 .twm-testimonial-2-content .twm-testi-content .twm-quote {
  position: absolute;
  right: 30px;
  top: -45px;
  opacity: 0.3;
}
.twm-testimonial-2 .twm-testimonial-2-content .twm-testi-content .twm-quote img {
  width: auto;
}
.twm-testimonial-2 .twm-testimonial-2-content .twm-testi-content .twm-testi-info {
  font-size: 18px;
  color: #17171d;
  margin-bottom: 20px;
}
.twm-testimonial-2 .twm-testimonial-2-content .twm-testi-content .twm-testi-detail .twm-testi-name {
  color: #228bb0;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.twm-testimonial-2 .twm-testimonial-2-content .twm-testi-content .twm-testi-detail .twm-testi-position {
  color: #fff;
  background-color: #228bb0;
  font-size: 14px;
  position: relative;
  display: inline-block;
  border-radius: 0px 8px 8px 0px;
  padding: 8px 40px 8px 30px;
  margin-left: -30px;
}
.twm-testimonial-2 .twm-testimonial-2-content .twm-testi-content .twm-testi-detail .twm-testi-position:after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/*Blog post 1*/
.twm-blog-post-wrap-right {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .twm-blog-post-wrap-right {
    margin-left: 0px;
  }
}
.twm-blog-post-wrap-right .twm-blog-post-1-outer {
  margin-top: 0px;
}

.twm-blog-post-1-outer-wrap {
  padding-top: 20px;
}
.twm-blog-post-1-outer-wrap .owl-carousel .owl-stage-outer {
  padding: 0px;
}
.twm-blog-post-1-outer-wrap .owl-carousel .twm-blog-post-1-outer {
  margin-left: 10px;
  box-shadow: none;
  border: 1px solid #f7f7f7;
}

.twm-blog-post-1-outer {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 0px 25px rgba(180, 205, 237, 0.7);
  margin-bottom: 30px;
  margin-top: 20px;
}
.twm-blog-post-1-outer.shadow-none {
  box-shadow: none;
}
.twm-blog-post-1-outer .wt-post-media {
  margin-top: -40px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 25px rgba(56, 152, 226, 0.3);
  margin-bottom: 50px;
}
.twm-blog-post-1-outer .wt-post-media img {
  width: 100%;
}
.twm-blog-post-1-outer .wt-post-info {
  position: relative;
  z-index: 1;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta {
  position: relative;
  margin-bottom: 20px;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul {
  list-style: none;
  margin-bottom: 0px;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date {
  background-color: #7a98bf;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  padding: 5px 15px 5px 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date:after {
  content: "";
  background-color: #7a98bf;
  position: absolute;
  top: 0px;
  left: -30px;
  bottom: 0px;
  width: 30px;
  z-index: -1;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date:before {
  content: "";
  position: absolute;
  left: -29px;
  bottom: -8px;
  z-index: -1;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 0px solid transparent;
  border-top: 8px solid #6881a2;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-author {
  color: #17171d;
  font-weight: 600;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-author a {
  color: #228bb0;
  display: inline-block;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-title .post-title {
  margin-bottom: 15px;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-text p {
  font-size: 16px;
  margin-bottom: 10px;
}

/*Blog post 2*/
.twm-blog-post-2-outer {
  position: relative;
}
.twm-blog-post-2-outer .wt-post-media {
  border-radius: 10px;
  overflow: hidden;
}
.twm-blog-post-2-outer .wt-post-media img {
  width: 100%;
}
.twm-blog-post-2-outer .wt-post-info {
  background-color: #228bb0;
  border-radius: 10px;
  padding: 25px 30px;
  margin: -50px 10px 0px 10px;
  position: relative;
}
.twm-blog-post-2-outer .wt-post-info .wt-post-meta {
  position: relative;
  margin-bottom: 20px;
}
.twm-blog-post-2-outer .wt-post-info .wt-post-meta ul {
  list-style: none;
  margin-bottom: 0px;
}
.twm-blog-post-2-outer .wt-post-info .wt-post-meta ul li {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.twm-blog-post-2-outer .wt-post-info .wt-post-meta ul li.post-date {
  background-color: #171d28;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  padding: 5px 30px;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  top: -48px;
  left: 0px;
}
.twm-blog-post-2-outer .wt-post-info .wt-post-title .post-title {
  margin-bottom: 15px;
}
.twm-blog-post-2-outer .wt-post-info .wt-post-title .post-title a {
  color: #fff;
}
.twm-blog-post-2-outer .wt-post-info .site-button-link.site-text-secondry {
  color: #f9fcff;
}

/*BLog Post List Style*/
.twm-blog-list-style {
  display: flex;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .twm-blog-list-style {
    display: block;
  }
}
.twm-blog-list-style .wt-post-media {
  margin-bottom: 0px;
  margin-right: 30px;
  max-width: 320px;
}
@media (max-width: 767px) {
  .twm-blog-list-style .wt-post-media {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.twm-blog-list-style .wt-post-info {
  position: static;
}
.twm-blog-list-style .wt-post-info .wt-post-meta {
  position: inherit;
}
.twm-blog-list-style .wt-post-info .wt-post-meta ul li.post-date {
  position: absolute;
  left: 20px;
  top: 20px;
}

/*Job post section*/
.twm-jobs-list-wrap {
  max-width: 910px;
  margin: 0px auto;
}

.twm-jobs-list-wrap ul li {
  list-style: none;
}

.twm-jobs-list-style1 {
  background-color: #fff;
  border: 10px;
  border: 1px solid #efefef;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .twm-jobs-list-style1 {
    text-align: center;
    display: block;
    margin-bottom: 30px !important;
  }
}
.twm-jobs-list-style1 .twm-media {
  width: 150px;
  height: 150px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  margin-right: 40px;
  position: absolute;
  bottom: -20px;
  line-height: 150px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .twm-jobs-list-style1 .twm-media {
    position: inherit;
    bottom: inherit;
    margin-right: 0px;
    margin-bottom: 30px;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
.twm-jobs-list-style1 .twm-media img {
  display: inline-block;
}
.twm-jobs-list-style1 p {
  font-size: 14px;
}
.twm-jobs-list-style1 .twm-mid-content {
  padding-left: 180px;
}
@media (max-width: 767px) {
  .twm-jobs-list-style1 .twm-mid-content {
    padding-left: 0px;
  }
}
.twm-jobs-list-style1 .twm-right-content {
  text-align: right;
  width: 178px;
}
@media (max-width: 767px) {
  .twm-jobs-list-style1 .twm-right-content {
    text-align: inherit;
    width: auto;
  }
}
.twm-jobs-list-style1 .twm-right-content .twm-job-address {
  margin-bottom: 0px;
}
.twm-jobs-list-style1 .twm-right-content .twm-jobs-amount {
  font-weight: 500;
  color: #17171d;
  margin: 20px 0px 10px 0px;
  font-size: 14px;
}
.twm-jobs-list-style1 .twm-right-content .twm-jobs-amount span {
  color: #046c38;
}
.twm-jobs-list-style1 .twm-right-content .twm-job-websites {
  font-size: 14px;
}
.twm-jobs-list-style1 .twm-right-content .twm-jobs-browse {
  font-weight: 600;
  font-size: 15px;
}
.twm-jobs-list-style1 .twm-job-title .twm-job-post-duration {
  color: #2db346;
  font-size: 14px;
}

.twm-jobs-category span {
  color: #fff;
  border-radius: 5px;
  padding: 5px 12px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .twm-jobs-category span {
    display: inline-block;
  }
}

.cabdidate-de-info .twm-jobs-category span {
  color: #fff;
  border-radius: 5px;
  padding: 5px 12px;
}
@media (max-width: 767px) {
  .cabdidate-de-info .twm-jobs-category span {
    margin-top: 0px;
    display: inline-block;
  }
}

.twm-jobs-grid-style1 {
  background-color: #fff;
  border: 10px;
  box-shadow: 0px 0px 10px rgba(56, 152, 226, 0.3);
  position: relative;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 420px) {
  .twm-jobs-grid-style1 {
    text-align: center;
    margin-top: 0px;
  }
}
.twm-jobs-grid-style1 .twm-media {
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(56, 152, 226, 0.3);
  margin-right: 30px;
  position: absolute;
  top: -30px;
  overflow: hidden;
}
@media (max-width: 420px) {
  .twm-jobs-grid-style1 .twm-media {
    position: inherit;
    top: inherit;
    margin: 0px auto;
  }
}
.twm-jobs-grid-style1 .twm-media img {
  display: block;
}
.twm-jobs-grid-style1 .twm-mid-content {
  padding-top: 60px;
}
@media (max-width: 420px) {
  .twm-jobs-grid-style1 .twm-mid-content {
    padding-top: 30px;
  }
}
.twm-jobs-grid-style1 .twm-right-content {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media (max-width: 420px) {
  .twm-jobs-grid-style1 .twm-right-content {
    display: block;
  }
}
.twm-jobs-grid-style1 .twm-right-content .twm-job-address {
  margin-bottom: 0px;
}
.twm-jobs-grid-style1 .twm-right-content .twm-jobs-amount {
  font-weight: 500;
  color: #17171d;
  margin: 20px 0px 10px 0px;
}
.twm-jobs-grid-style1 .twm-right-content .twm-jobs-amount span {
  color: #046c38;
}
.twm-jobs-grid-style1 .twm-right-content .twm-jobs-browse {
  font-weight: 600;
  font-size: 14px;
}
.twm-jobs-grid-style1 .twm-job-post-duration {
  color: #2db346;
  font-size: 14px;
  margin-left: 120px;
}
@media (max-width: 420px) {
  .twm-jobs-grid-style1 .twm-job-post-duration {
    display: block;
    margin: 0px;
  }
}
.twm-jobs-grid-style1 .twm-jobs-category {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (max-width: 420px) {
  .twm-jobs-grid-style1 .twm-jobs-category {
    position: inherit;
    top: inherit;
    right: inherit;
    margin-top: 10px;
  }
}

/*Employer List*/
.twm-employer-list-wrap ul {
  margin: 0px;
}
.twm-employer-list-wrap ul li {
  list-style: none;
}

.twm-employer-list-style1 {
  background-color: #fff;
  border: 10px;
  border: 1px solid #efefef;
  position: relative;
  padding: 25px 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 575px) {
  .twm-employer-list-style1 {
    display: block;
    text-align: center;
    margin-bottom: 30px !important;
  }
}
.twm-employer-list-style1 .twm-media {
  width: 150px;
  height: 150px;
  display: block;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  margin-right: 40px;
  position: absolute;
  bottom: -20px;
  line-height: 150px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .twm-employer-list-style1 .twm-media {
    position: inherit;
    bottom: inherit;
    margin: 0px 0px 30px 0px;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
.twm-employer-list-style1 .twm-media img {
  display: inline-block;
  border-radius: 10px;
}
.twm-employer-list-style1 p {
  font-size: 14px;
}
.twm-employer-list-style1 .twm-mid-content {
  padding-left: 180px;
}
@media (max-width: 575px) {
  .twm-employer-list-style1 .twm-mid-content {
    padding-left: 0px;
  }
}
.twm-employer-list-style1 .twm-right-content {
  text-align: center;
  width: 100px;
}
@media (max-width: 575px) {
  .twm-employer-list-style1 .twm-right-content {
    margin: 0px auto;
  }
}
.twm-employer-list-style1 .twm-right-content .twm-job-address {
  margin-bottom: 0px;
}
.twm-employer-list-style1 .twm-right-content .twm-jobs-vacancies {
  font-weight: 500;
  color: #17171d;
  margin: 20px 0px 10px 0px;
  font-size: 14px;
}
.twm-employer-list-style1 .twm-right-content .twm-jobs-vacancies span {
  color: #00aa18;
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-align: center;
}
.twm-employer-list-style1 .twm-right-content .twm-job-websites {
  font-size: 14px;
}

/*Employer grid*/
.twm-employer-grid-style1 {
  background-color: #fff;
  border: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  position: relative;
  padding: 25px 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.twm-employer-grid-style1 .twm-media {
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  margin-right: 40px;
  position: absolute;
  top: -20px;
  overflow: hidden;
}
.twm-employer-grid-style1 .twm-media img {
  display: block;
  border-radius: 10px;
}
.twm-employer-grid-style1 p {
  font-size: 14px;
}
.twm-employer-grid-style1 .twm-mid-content {
  padding-top: 80px;
}
.twm-employer-grid-style1 .twm-right-content {
  text-align: center;
  width: 100px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.twm-employer-grid-style1 .twm-right-content .twm-job-address {
  margin-bottom: 0px;
}
.twm-employer-grid-style1 .twm-right-content .twm-jobs-vacancies {
  font-weight: 500;
  color: #17171d;
  margin: 20px 0px 10px 0px;
  font-size: 14px;
}
.twm-employer-grid-style1 .twm-right-content .twm-jobs-vacancies span {
  color: #00aa18;
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-align: center;
}
.twm-employer-grid-style1 .twm-right-content .twm-job-websites {
  font-size: 14px;
}

.twm-bg-red {
  background-color: #ff0000;
}

.twm-bg-green {
  background-color: #2db346;
}

.twm-bg-brown {
  background-color: #b3692d;
}

.twm-bg-purple {
  background-color: #8883ec;
}

.twm-bg-sky {
  background-color: #2d9bb3;
}

.twm-bg-golden {
  background-color: #b7912a;
}

.twm-clr-1-red {
  color: #ff0000;
}

.twm-clr-1-green {
  color: #2db346;
}

.twm-clr-1-brown {
  color: #b3692d;
}

.twm-clr-1-purple {
  color: #8883ec;
}

.twm-clr-1-sky {
  color: #2d9bb3;
}

.twm-clr-1-golden {
  color: #b7912a;
}

.twm-bg-ring-wrap {
  overflow: hidden;
  position: relative;
}
.twm-bg-ring-wrap .twm-bg-ring-right,
.twm-bg-ring-wrap .twm-bg-ring-left {
  position: absolute;
  border-radius: 50%;
}
.twm-bg-ring-wrap .twm-bg-ring-left {
  width: 495px;
  height: 495px;
  border: 100px solid #56d8b1;
  left: -150px;
  bottom: -150px;
  opacity: 0.1;
}
.twm-bg-ring-wrap .twm-bg-ring-right {
  width: 700px;
  height: 700px;
  border: 130px solid #228bb0;
  right: -80px;
  top: 150px;
  opacity: 0.1;
}

.twm-bg-ring-wrap2 {
  overflow: hidden;
  position: relative;
}
.twm-bg-ring-wrap2 .twm-bg-ring-right,
.twm-bg-ring-wrap2 .twm-bg-ring-left {
  position: absolute;
  border-radius: 50%;
}
.twm-bg-ring-wrap2 .twm-bg-ring-left {
  width: 495px;
  height: 495px;
  border: 100px solid #56d8b1;
  left: -150px;
  bottom: -150px;
  opacity: 0.3;
}
.twm-bg-ring-wrap2 .twm-bg-ring-right {
  width: 700px;
  height: 700px;
  border: 130px solid #228bb0;
  right: -250px;
  top: -250px;
  opacity: 0.05;
}

/*Explore E-book*/
.twm-explore-area {
  overflow: hidden;
}

.twm-explore-content-outer {
  position: relative;
  z-index: 1;
}
.twm-explore-content-outer .twm-bold-circle-left {
  width: 140px;
  height: 140px;
  border: 20px solid #7998bf;
  left: 50px;
  bottom: -110px;
  opacity: 0.4;
  border-radius: 50%;
  position: absolute;
}
.twm-explore-content-outer .twm-bold-circle-right {
  width: 250px;
  height: 250px;
  border: 30px solid #228bb0;
  right: -140px;
  top: -90px;
  opacity: 0.2;
  border-radius: 50%;
  position: absolute;
}

.twm-explore-media-wrap .twm-media {
  position: relative;
  z-index: 0;
  margin-right: -85px;
}
@media (max-width: 991px) {
  .twm-explore-media-wrap .twm-media {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .twm-explore-media-wrap .twm-media {
    margin-right: 0px;
  }
  .twm-explore-media-wrap .twm-media img {
    width: 100%;
  }
}

.twm-explore-content {
  background-color: #2a7a97;
  border-radius: 10px;
  padding: 55px 70px;
  position: relative;
  overflow: hidden;
  margin-top: 70px;
  margin-left: 30px;
  z-index: 1;
}
@media (max-width: 991px) {
  .twm-explore-content {
    margin-bottom: 30px;
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .twm-explore-content {
    padding: 30px;
  }
}
.twm-explore-content .twm-l-line-1 {
  width: 475px;
  height: 475px;
  position: absolute;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  opacity: 0.1;
  left: -290px;
  top: -290px;
  z-index: -1;
}
.twm-explore-content .twm-l-line-2 {
  width: 475px;
  height: 475px;
  position: absolute;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  opacity: 0.1;
  left: -230px;
  top: -230px;
  z-index: -1;
}
.twm-explore-content .twm-r-circle-1 {
  width: 500px;
  height: 500px;
  position: absolute;
  background-color: #e7e7e7;
  border-radius: 50%;
  opacity: 0.05;
  right: -140px;
  top: -200px;
  z-index: -1;
}
.twm-explore-content .twm-r-circle-2 {
  width: 500px;
  height: 500px;
  position: absolute;
  background-color: #e7e7e7;
  border-radius: 50%;
  opacity: 0.05;
  right: -90px;
  top: -145px;
  z-index: -1;
}
.twm-explore-content .twm-title-small {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}
.twm-explore-content .twm-title-large {
  margin-bottom: 40px;
}
.twm-explore-content .twm-title-large h2 {
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .twm-explore-content .twm-title-large h2 {
    font-size: 30px;
  }
}
.twm-explore-content .twm-title-large p {
  color: #e7e7e7;
}
.twm-explore-content .twm-upload-file .site-button {
  color: rgba(0, 0, 0, 0) !important;
  transition: all 0.3s ease !important;
  text-shadow: 0 0 0 #228bb0, 400px 0 0 #228bb0;
  background-color: #fff;
}
.twm-explore-content .twm-upload-file .site-button:hover {
  text-shadow: -400px 0 0 #228bb0, 0 0 0 #228bb0;
}
.twm-explore-content .twm-upload-file .site-button:hover i {
  text-shadow: none;
}
.twm-explore-content .twm-upload-file .site-button i {
  color: #228bb0;
  padding-right: 0px;
  padding-left: 5px;
  font-size: 24px;
  text-shadow: none;
}

.twm-explore-content-2 {
  background-color: #228bb0;
  border-radius: 50px;
  padding: 55px 70px;
  position: relative;
  z-index: 1;
  margin-right: 100px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .twm-explore-content-2 {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .twm-explore-content-2 {
    margin-right: 0px;
  }
}
.twm-explore-content-2 .twm-explore-top-section {
  margin-right: 110px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .twm-explore-content-2 .twm-explore-top-section {
    margin-right: 0px;
  }
}
.twm-explore-content-2 .twm-explore-top-section .twm-title-small {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}
.twm-explore-content-2 .twm-explore-top-section .twm-title-large {
  margin-bottom: 40px;
}
.twm-explore-content-2 .twm-explore-top-section .twm-title-large h2 {
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .twm-explore-content-2 .twm-explore-top-section .twm-title-large h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .twm-explore-content-2 .twm-explore-top-section .twm-title-large h2 {
    font-size: 22px;
  }
}
.twm-explore-content-2 .twm-explore-top-section .twm-title-large p {
  color: #e7e7e7;
}
.twm-explore-content-2 .twm-explore-top-section .twm-read-more .site-button {
  background-color: #fff;
  color: #228bb0;
  text-shadow: 0 0 0 #228bb0, 400px 0 0 #228bb0;
}
.twm-explore-content-2 .twm-explore-top-section .twm-read-more .site-button:hover {
  text-shadow: -400px 0 0 #fff, 0 0 0 #fff;
  background-color: #171d28;
}
.twm-explore-content-2 .twm-explore-top-section .twm-read-more .site-button i {
  color: #228bb0;
  padding-right: 0px;
  padding-left: 5px;
  font-size: 24px;
}
.twm-explore-content-2 .twm-explore-bottom-section .counter-outer-two {
  position: relative;
}
.twm-explore-content-2 .twm-explore-bottom-section .counter-outer-two .tw-count-number {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}
.twm-explore-content-2 .twm-explore-bottom-section .counter-outer-two .counter {
  font-size: 46px;
  line-height: 50px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
}
.twm-explore-content-2 .twm-explore-bottom-section .counter-outer-two .icon-content-info {
  color: #fff;
  margin-bottom: 0px;
  font-size: 16px;
}
.twm-explore-content-2 .twm-explore-media-wrap2 {
  position: relative;
  z-index: 1;
  height: 100%;
}
.twm-explore-content-2 .twm-explore-media-wrap2:after {
  background-color: #fff;
  content: "";
  position: absolute;
  width: 467px;
  height: 467px;
  border-radius: 50%;
  right: -170px;
  top: 0px;
  z-index: -1;
  box-shadow: 20px 20px 0px #4780ce inset;
}
@media (max-width: 600px) {
  .twm-explore-content-2 .twm-explore-media-wrap2:after {
    display: none;
  }
}
.twm-explore-content-2 .twm-explore-media-wrap2 .twm-media {
  position: absolute;
  width: 350px;
  right: -170px;
  bottom: -40px;
}
@media (max-width: 600px) {
  .twm-explore-content-2 .twm-explore-media-wrap2 .twm-media {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .twm-explore-content-2 .twm-explore-media-wrap2 .twm-media {
    position: inherit;
    right: inherit;
    bottom: inherit;
    margin: 0px auto;
  }
}
.twm-explore-content-2 .twm-explore-media-wrap2 .twm-media img {
  width: auto;
}
@media (max-width: 600px) {
  .twm-explore-content-2 .twm-explore-media-wrap2 .twm-media img {
    width: 95%;
  }
}

/* START Explore e-book popup */
/* Ensure the overlay covers the entire screen */
.popup-form-overlay {
  display: none;  /* Hidden by default */
  position: fixed;
  inset: 0;  /* Shorthand for top: 0; left: 0; right: 0; bottom: 0 */
  background-color: rgba(0, 0, 0, 0.8);  /* Darker semi-transparent background */
  z-index: 999;  /* High value to stay above all elements */
  backdrop-filter: blur(5px);  /* Optional: Adds blur to background */
  overflow-y: auto;  /* Ensures popup is scrollable if content overflows */
  animation: fadeInOverlay 0.3s ease-in-out; /* Smooth overlay animation */
}

/* Smooth overlay animation */
@keyframes fadeInOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Center the popup content */
.popup-form-content {
  background-color: white;
  width: 400px;
  max-width: 90%;  /* Ensure it fits on smaller screens */
  margin: 5% auto;  /* Adjusted for better centering on large screens */
  padding: 25px 20px;
  border-radius: 12px;
  position: relative;
  text-align: center;
  z-index: 10001;  /* One level higher than the overlay */
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.3);  /* Enhanced shadow for visibility */
  animation: fadeInPopup 0.3s ease-in-out;  /* Smooth popup animation */
}

/* Smooth popup animation */
@keyframes fadeInPopup {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Close button styling */
.close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  transition: color 0.2s ease-in-out;
}

.close-popup:hover {
  color: #000;
}

/* Prevent background scrolling when popup is open */
body.popup-open {
  overflow: hidden;
}

/* Input and select styling */
.popup-form-content input[type="text"],
.popup-form-content input[type="email"],
.popup-form-content input[type="tel"],
.popup-form-content select {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #f7f9fc;
  color: #686868;
  font-size: 16px;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
}

/* Placeholder styling */
.popup-form-content input::placeholder,
.popup-form-content select::placeholder {
  color: #686868;
}

/* Focus effect */
.popup-form-content input:focus,
.popup-form-content select:focus {
  border-color: #228bb0;
  box-shadow: 0 0 8px rgba(34, 139, 176, 0.2);
  outline: none;
}

/* Button styling */
.popup-form-content button {
  width: 100%;
  padding: 15px;
  background-color: #7998bf;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.popup-form-content button:hover {
  background-color: #686868;
}

/* Responsive behavior for smaller screens */
@media (max-width: 600px) {
  .popup-form-content {
    padding: 20px 15px;
    width: 90%;
  }

  .popup-form-content button {
    font-size: 16px;
    padding: 12px;
  }
}

/* Optional: Add animation when the popup closes */
@keyframes fadeOutPopup {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}

/*END Explore e-book popup */

.twm-explore-content-outer-3 {
  position: relative;
  z-index: 1;
  margin-bottom: 130px;
}
@media (max-width: 991px) {
  .twm-explore-content-outer-3 {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .twm-explore-content-outer-3 {
    margin-bottom: 30px;
  }
}
.twm-explore-content-outer-3 .twm-l-line-1 {
  width: 73px;
  height: 270px;
  position: absolute;
  background-color: #eac87c;
  border-radius: 50px;
  left: -30px;
  bottom: -140px;
  z-index: -1;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .twm-explore-content-outer-3 .twm-l-line-1 {
    display: none;
  }
}
.twm-explore-content-outer-3 .twm-l-line-2 {
  width: 73px;
  height: 270px;
  position: absolute;
  background-color: #cea7d9;
  border-radius: 50px;
  left: 55px;
  bottom: -120px;
  z-index: -1;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .twm-explore-content-outer-3 .twm-l-line-2 {
    display: none;
  }
}
.twm-explore-content-outer-3 .twm-explore-content-3 {
  background-color: #fff;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  border-radius: 10px;
  padding: 55px 70px;
  position: relative;
  margin-top: 70px;
  margin-left: 30px;
  z-index: 1;
}
@media (max-width: 991px) {
  .twm-explore-content-outer-3 .twm-explore-content-3 {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .twm-explore-content-outer-3 .twm-explore-content-3 {
    padding: 30px;
  }
}
.twm-explore-content-outer-3 .twm-explore-content-3:after {
  content: "";
  right: -40px;
  top: 40px;
  position: absolute;
  width: 100%;
  height: 100%;
  border-right: 40px solid #f0f6fe;
  border-bottom: 40px solid #f0f6fe;
  border-radius: 10px;
  z-index: -1;
}
@media (max-width: 575px) {
  .twm-explore-content-outer-3 .twm-explore-content-3:after {
    display: none;
  }
}
.twm-explore-content-outer-3 .twm-explore-content-3 .twm-title-small {
  margin-bottom: 10px;
  color: #17171d;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}
.twm-explore-content-outer-3 .twm-explore-content-3 .twm-title-large {
  margin-bottom: 40px;
}
.twm-explore-content-outer-3 .twm-explore-content-3 .twm-title-large h2 {
  color: #17171d;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .twm-explore-content-outer-3 .twm-explore-content-3 .twm-title-large h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .twm-explore-content-outer-3 .twm-explore-content-3 .twm-title-large h2 {
    font-size: 22px;
  }
}
.twm-explore-content-outer-3 .twm-explore-content-3 .twm-upload-file .site-button {
  background-color: #228bb0;
  color: #fff;
}
.twm-explore-content-outer-3 .twm-explore-content-3 .twm-upload-file .site-button i {
  color: #fff;
  padding-right: 0px;
  padding-left: 5px;
  font-size: 24px;
  text-shadow: none;
}
.twm-explore-content-outer-3 .twm-explore-content-3 .twm-upload-file .site-button:hover {
  background-color: #228bb0;
}
.twm-explore-content-outer-3 .twm-explore-content-3 .twm-upload-file .site-button:hover i {
  text-shadow: none;
}

/*Search Bar*/
.twm-bnr-search-bar {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgba(47, 47, 47, 0.09);
  height: 70px;
  box-shadow: 0px 0px 30px rgba(230, 230, 230, 0.3);
  padding: 5px 5px 5px 15px;
  text-align: left;
}
@media (max-width: 1199px) {
  .twm-bnr-search-bar {
    height: auto;
    padding: 10px;
  }
  .twm-bnr-search-bar .form-group {
    margin: 5px 0px;
  }
}
.twm-bnr-search-bar label {
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  text-transform: uppercase;
  display: block;
  padding-top: 0px;
  margin-top: 7px;
}
.twm-bnr-search-bar .form-select,
.twm-bnr-search-bar .form-control {
  font-size: 14px;
  height: 34px;
  padding: 0px;
  font-weight: 500;
  border: none;
}
.twm-bnr-search-bar .form-control:focus {
  box-shadow: none;
}
.twm-bnr-search-bar .form-control::-webkit-input-placeholder {
  color: #565555;
  font-size: 12px;
}
.twm-bnr-search-bar .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #565555;
  font-size: 12px;
}
.twm-bnr-search-bar .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #565555;
  font-size: 12px;
}
.twm-bnr-search-bar .form-control:-moz-placeholder { /* Firefox 18- */
  color: #565555;
  font-size: 12px;
}
.twm-bnr-search-bar .site-button {
  display: block;
  width: 100%;
  padding: 15px 8px;
}

.twm-inputicon-box {
  position: relative;
}
.twm-inputicon-box .form-control {
  padding-right: 40px;
  background: transparent;
}
.twm-inputicon-box .twm-input-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 34px;
  z-index: 5;
  line-height: 34px;
  text-align: center;
  font-size: 18px;
}

.twm-bnr-popular-search {
  position: relative;
  font-size: 14px;
  margin-top: 30px;
}
.twm-bnr-popular-search .twm-title {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #565555;
}

/*Search Bar Section home 2*/
.twm-search-bar-2-wrap {
  position: relative;
  z-index: 2;
}
.twm-search-bar-2-wrap .twm-search-bar-2-inner {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(56, 152, 226, 0.3);
  margin: -80px 0px 0px 0px;
  position: relative;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 991px) {
  .twm-search-bar-2-wrap .twm-search-bar-2-inner {
    margin: 40px 0px 30px 0px;
  }
}
.twm-search-bar-2-wrap .twm-search-bar-2-inner > .row {
  margin-bottom: 10px;
}
.twm-search-bar-2-wrap .twm-search-bar-2-inner .twm-bnr-popular-search {
  margin-top: 10px;
}

/*trusted Logo*/
.twm-trusted-by-wrap {
  margin-left: 5px;
}
@media (max-width: 1199px) {
  .twm-trusted-by-wrap {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .twm-trusted-by-wrap {
    margin: 40px 0px 30px 0px;
  }
}
.twm-trusted-by-wrap .twm-trusted-by-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 991px) {
  .twm-trusted-by-wrap .twm-trusted-logo a {
    text-align: center;
  }
  .twm-trusted-by-wrap .twm-trusted-logo a img {
    margin: 0px auto;
  }
}

.twm-trusted-logo a img {
  width: auto !important;
}

.rotate-center {
  animation: rotate-center 30s linear infinite both;
}

@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotate-center-reverse {
  animation: rotate-center 30s linear infinite reverse both;
}

@keyframes rotate-center-reverse {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.slide-top-animation {
  animation: slide-top-animation 3s ease-in-out infinite alternate-reverse both;
}

@keyframes slide-top-animation {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100px);
  }
}
.scale-up-center {
  animation: scale-up-center 2s ease-in-out infinite alternate-reverse both;
}

@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
/*tabs*/
.twm-tabs-style-1.center .nav-tabs {
  text-align: center;
  display: block;
}
@media (max-width: 575px) {
  .twm-tabs-style-1.center .nav-tabs {
    text-align: left;
  }
}
.twm-tabs-style-1.center .nav-tabs .nav-item {
  display: inline-block;
}
.twm-tabs-style-1 .nav-tabs {
  margin-bottom: 50px;
  border: none;
}

.twm-tabs-style-1 .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 5px 15px;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  color: #228bb0;
  border-radius: 10px;
  font-size: 14px;
  background-color: #f0f6fe !important;
}
.twm-tabs-style-1 .nav-tabs .nav-item .nav-link:hover {
  
  color: #565555; /* Optional: adjust text color on hover */
}
.twm-tabs-style-1 .nav-tabs .nav-item .nav-link.active {
  background-color: #228bb0 !important;
  color: #fff;
}

/*tabs*/
.twm-tabs-style-2.center .nav-tabs {
  text-align: center;
  display: block;
}
.twm-tabs-style-2.center .nav-tabs .nav-item {
  display: inline-block;
}
.twm-tabs-style-2 .nav-tabs {
  margin-bottom: 20px;
  border: none;
}
.twm-tabs-style-2 .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 8px 15px;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  color: #228bb0;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #228bb0;
}
@media (max-width: 575px) {
  .twm-tabs-style-2 .nav-tabs .nav-item .nav-link {
    padding: 4px 10px;
    font-size: 14px;
  }
}
.twm-tabs-style-2 .nav-tabs .nav-item .nav-link i {
  margin-right: 5px;
}
.twm-tabs-style-2 .nav-tabs .nav-item .nav-link.active {
  background-color: #228bb0 !important;
  color: #fff;
}

/*Side bar Advertisement*/
.twm-advertisment {
  border-radius: 10px;
  overflow: hidden;
  padding: 50px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  color: #fff;
  margin: 30px 0px;
}
.twm-advertisment.m-b0 {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .twm-advertisment.m-b0 {
    margin-bottom: 30px;
  }
}
.twm-advertisment .overlay {
  background-color: #228bb0;
  opacity: 0.8;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}
.twm-advertisment .twm-title {
  color: #fff;
  margin-bottom: 20px;
}
.twm-advertisment p {
  margin-bottom: 30px;
}

.form-control:focus {
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #a0a0a0;
  font-size: 14px;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #a0a0a0;
  font-size: 14px;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #a0a0a0;
  font-size: 14px;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #a0a0a0;
  font-size: 14px;
}

/*Side Bar Elements*/
.twm-sidebar-ele-filter {
  margin: 30px 0px;
}
.twm-sidebar-ele-filter ul {
  list-style: none;
}
.twm-sidebar-ele-filter ul li {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 20px;
  color: #666666;
}
.twm-sidebar-ele-filter ul li .twm-job-type-count {
  padding-left: 30px;
  color: #228bb0;
  font-size: 14px;
}

/*Checked Input*/
.form-check-input {
  width: 16px;
  height: 16px;
}

.form-check-input:checked[type=radio] {
  background-image: none;
  position: relative;
}
.form-check-input:checked[type=radio]:after {
  background-color: #228bb0;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
}

.form-check-input[type=radio] {
  background-color: transparent;
}

.product-filter-wrap {
  padding-bottom: 30px;
}
.product-filter-wrap .woocommerce-result-count-left {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .product-filter-wrap {
    display: block !important;
  }
  .product-filter-wrap .woocommerce-result-count-left {
    margin-bottom: 10px;
    display: block;
  }
}
.product-filter-wrap .twm-filter-select {
  display: flex;
  align-items: center;
}
@media (max-width: 400px) {
  .product-filter-wrap .twm-filter-select {
    display: block;
  }
}
.product-filter-wrap .twm-filter-select .woocommerce-result-count {
  margin-right: 15px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .product-filter-wrap .twm-filter-select .woocommerce-result-count {
    display: block;
    width: 100%;
    max-width: 120px;
  }
}
.product-filter-wrap .twm-filter-select .form-select-3:last-child {
  margin-right: 0px;
}

.form-select-3 {
  width: 160px;
  margin-right: 20px;
  background-color: #f0f6fe;
  border: 0px;
  border-radius: 10px;
}
@media (max-width: 400px) {
  .form-select-3 {
    margin-top: 10px;
    width: 100%;
  }
}

/*Error 404*/
.twm-error-wrap {
  padding: 100px 0px;
}
@media (max-width: 991px) {
  .twm-error-wrap {
    padding-bottom: 30px;
  }
  .twm-error-wrap .twm-error-image {
    margin-bottom: 30px;
  }
}
.twm-error-wrap .row {
  display: flex;
  align-items: center;
}
.twm-error-wrap .twm-error-content {
  text-align: center;
}
.twm-error-wrap .twm-error-content .twm-error-title {
  font-size: 150px;
  line-height: 150px;
}
@media (max-width: 991px) {
  .twm-error-wrap .twm-error-content .twm-error-title {
    font-size: 58px;
    line-height: 58px;
  }
}
.twm-error-wrap .twm-error-content .twm-error-title2 {
  margin-bottom: 20px;
}
.twm-error-wrap .twm-error-content p {
  margin-bottom: 20px;
  font-size: 16px;
}

/*Candidate List*/
.twm-candidates-list-wrap {
  padding-top: 0px;
}
.twm-candidates-list-wrap ul {
  margin: 0px;
}
.twm-candidates-list-wrap ul li {
  list-style: none;
}

.twm-candidates-list-style1 {
  background-color: #fff;
  border: 1px solid #ddd;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .twm-candidates-list-style1 {
    display: block;
    text-align: center;
  }
}
.twm-candidates-list-style1 .twm-media {
  width: 110px;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .twm-candidates-list-style1 .twm-media {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 90px;
  }
}
.twm-candidates-list-style1 .twm-media .twm-media-pic {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  top: -50px;
  margin-bottom: -30px;
}
.twm-candidates-list-style1 .twm-media .twm-media-pic img {
  display: inline-block;
}
.twm-candidates-list-style1 .twm-media .twm-candidates-tag span {
  color: #228bb0;
  border-radius: 10px;
  padding: 5px 12px;
  background-color: #f0f6fe;
}
.twm-candidates-list-style1 p {
  font-size: 14px;
  margin-bottom: 5px;
}
.twm-candidates-list-style1 .twm-mid-content {
  flex-grow: 1;
}
.twm-candidates-list-style1 .twm-fot-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 420px) {
  .twm-candidates-list-style1 .twm-fot-content {
    display: block;
  }
}
.twm-candidates-list-style1 .twm-fot-content .twm-jobs-vacancies {
  font-weight: 500;
  color: #17171d;
  font-size: 14px;
}
.twm-candidates-list-style1 .twm-fot-content .twm-jobs-vacancies span {
  color: #046c38;
  margin-left: 5px;
}
.twm-candidates-list-style1 .twm-fot-content .twm-left-info {
  display: flex;
  justify-content: space-between;
}
.twm-candidates-list-style1 .twm-fot-content .twm-candidate-address {
  font-size: 14px;
  margin-bottom: 0px;
  margin-right: 30px;
  font-weight: 500;
}
.twm-candidates-list-style1 .twm-fot-content .twm-candidate-address i {
  margin-right: 5px;
}
.twm-candidates-list-style1 .twm-fot-content .twm-view-prifile {
  font-weight: 600;
  font-size: 15px;
}

/*Candidate grid*/
.twm-candidates-grid-style1 {
  background-color: #fff;
  border: 1px solid #ddd;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
.twm-candidates-grid-style1 .twm-media {
  display: inline-block;
  margin-bottom: 20px;
}
.twm-candidates-grid-style1 .twm-media .twm-media-pic {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  top: -50px;
  margin-bottom: -30px;
}
.twm-candidates-grid-style1 .twm-media .twm-media-pic img {
  display: inline-block;
}
.twm-candidates-grid-style1 .twm-media .twm-candidates-tag span {
  color: #228bb0;
  border-radius: 5px;
  padding: 5px 12px;
  background-color: #f0f6fe;
}
.twm-candidates-grid-style1 p {
  font-size: 14px;
  margin-bottom: 10px;
}
.twm-candidates-grid-style1 .twm-mid-content {
  flex-grow: 1;
}
.twm-candidates-grid-style1 .twm-view-prifile {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 20px;
  display: inline-block;
}
.twm-candidates-grid-style1 .twm-fot-content {
  background-color: #f3f8ff;
  padding: 20px;
  margin: 0px -20px -20px;
  border-radius: 0px 0px 10px 10px;
}
.twm-candidates-grid-style1 .twm-fot-content .twm-jobs-vacancies {
  font-weight: 500;
  color: #17171d;
  font-size: 14px;
}
.twm-candidates-grid-style1 .twm-fot-content .twm-jobs-vacancies span {
  color: #046c38;
  margin-left: 5px;
}
.twm-candidates-grid-style1 .twm-fot-content .twm-left-info {
  display: flex;
  justify-content: space-between;
}
.twm-candidates-grid-style1 .twm-fot-content .twm-candidate-address {
  font-size: 14px;
  margin-bottom: 0px;
  margin-right: 30px;
  font-weight: 500;
}
.twm-candidates-grid-style1 .twm-fot-content .twm-candidate-address i {
  margin-right: 5px;
}

/*Candidates detail*/
.twm-s-title {
  margin: 30px 0px;
}
.twm-s-title.m-t0 {
  margin-top: 0px;
}

.twm-candi-self-wrap {
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 40px;
  background-size: cover;
}

.twm-candi-self-info {
  position: relative;
  z-index: 1;
}
.twm-candi-self-info .twm-candi-self-top {
  text-align: center;
  color: #fff;
  position: relative;
  padding-top: 20px;
}
.twm-candi-self-info .twm-candi-self-top .twm-candi-fee {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  position: absolute;
  right: 0px;
  top: -10px;
}
@media (max-width: 575px) {
  .twm-candi-self-info .twm-candi-self-top .twm-candi-fee {
    font-size: 16px;
  }
}
.twm-candi-self-info .twm-candi-self-top .twm-media {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0px auto 30px;
}
.twm-candi-self-info .twm-candi-self-top .twm-media img {
  width: 100%;
}
.twm-candi-self-info .twm-candi-self-top .twm-job-title {
  color: #fff;
  margin-bottom: 15px;
}
.twm-candi-self-info .twm-candi-self-top .twm-candidate-address i {
  padding-right: 3px;
}
.twm-candi-self-info .twm-candi-self-bottom {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 360px) {
  .twm-candi-self-info .twm-candi-self-bottom {
    display: block;
  }
  .twm-candi-self-info .twm-candi-self-bottom .site-button {
    display: block;
    margin-top: 3px;
    text-align: center;
  }
}

/*Employer detail*/
.twm-employer-self-wrap {
  border-radius: 10px;
  margin-bottom: 40px;
}

.twm-employer-self-info {
  position: relative;
  z-index: 1;
}
.twm-employer-self-info .twm-employer-self-top {
  position: relative;
  padding-top: 20px;
}
.twm-employer-self-info .twm-employer-self-top .twm-media-bg img {
  border-radius: 10px;
}
.twm-employer-self-info .twm-employer-self-top .twm-media {
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  position: absolute;
  top: -40px;
  left: 20px;
  overflow: hidden;
  margin-bottom: -20px;
}
.twm-employer-self-info .twm-employer-self-top .twm-media img {
  width: 100%;
  display: block;
}
.twm-employer-self-info .twm-employer-self-top .twm-job-title {
  margin-bottom: 15px;
  font-size: 16px;
}
.twm-employer-self-info .twm-employer-self-top .twm-employer-address i {
  padding-right: 3px;
}
.twm-employer-self-info .twm-employer-self-top .twm-employer-websites {
  margin-bottom: 10px;
}
.twm-employer-self-info .twm-employer-self-top .twm-mid-content {
  position: relative;
  padding-top: 80px;
}
.twm-employer-self-info .twm-employer-self-bottom {
  position: absolute;
  top: 20px;
  right: 0px;
}
@media (max-width: 767px) {
  .twm-employer-self-info .twm-employer-self-bottom {
    position: inherit;
    top: inherit;
    right: inherit;
    margin-top: 10px;
  }
}
.twm-employer-self-info .twm-employer-self-bottom a {
  margin-right: 10px;
}
.twm-employer-self-info .twm-employer-self-bottom a:last-child {
  margin-right: 0px;
}

/*Work Experience*/
.twm-timing-list-wrap {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 50px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .twm-timing-list-wrap {
    padding: 20px 30px;
  }
}

.twm-timing-list {
  margin-bottom: 30px;
  margin-left: 30px;
}
.twm-timing-list:last-child {
  margin-bottom: 0px;
}
.twm-timing-list .twm-time-list-date {
  font-size: 14px;
  color: #666666;
}
.twm-timing-list .twm-time-list-title {
  color: #228bb0;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.twm-timing-list .twm-time-list-title:before {
  width: 20px;
  height: 20px;
  border: 3px solid #f0f6fe;
  border-radius: 50%;
  background-color: #228bb0;
  content: "";
  position: absolute;
  left: -50px;
  top: 3px;
}
.twm-timing-list .twm-time-list-title:after {
  width: 22px;
  height: 1px;
  background-color: #228bb0;
  content: "";
  position: absolute;
  left: -26px;
  top: 13px;
}
.twm-timing-list .twm-time-list-position {
  margin: 10px 0px;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.twm-timing-list .twm-time-list-discription p:last-child {
  margin-bottom: 0px;
}

/*Social Share*/
.twm-social-tags {
  margin-top: -10px;
}
.twm-social-tags a {
  padding: 5px 15px;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
}
.twm-social-tags a:hover {
  color: #ffff;
  opacity: 0.9;
}
.twm-social-tags a.circle {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0px;
  outline: 1px solid;
  transition: 0.5s all ease;
}
.twm-social-tags a.circle:hover {
  transform: scale(0.9) rotate(360deg);
}

.fb-clr {
  background-color: #4d69b2;
}

.tw-clr {
  background-color: #38b2e1;
}

.link-clr {
  background-color: #0579b6;
}

.whats-clr {
  background-color: #2ca53b;
}

.pinte-clr {
  background-color: #f03c41;
}

/*Employer detail*/
.twm-job-self-wrap {
  border-radius: 10px;
  margin-bottom: 40px;
}
.twm-job-self-wrap .twm-job-self-info {
  position: relative;
  z-index: 1;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top {
  position: relative;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-media-bg img {
  border-radius: 10px;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-jobs-category {
  position: absolute;
  left: 20px;
  top: 20px;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-media {
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  position: absolute;
  top: -40px;
  left: 20px;
  overflow: hidden;
  margin-bottom: -20px;
}
@media (max-width: 420px) {
  .twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-media {
    left: auto;
    top: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    position: inherit;
  }
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-media img {
  width: 100%;
  display: block;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-job-title {
  margin-bottom: 15px;
  font-size: 16px;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-job-title .twm-job-post-duration {
  color: #2db346;
  font-size: 14px;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-job-address i {
  padding-right: 3px;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-job-self-mid {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-job-self-mid {
    display: block;
  }
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-job-self-mid .twm-job-apllication-area {
  font-weight: 500;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-job-self-mid .twm-job-apllication-area .twm-job-apllication-date {
  color: #ff0000;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-jobs-amount {
  font-weight: 500;
  color: #17171d;
  font-size: 14px;
  display: inline-block;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-jobs-amount span {
  color: #046c38;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-job-websites {
  margin-bottom: 10px;
  margin-right: 5px;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-mid-content {
  position: relative;
  padding-top: 80px;
}
@media (max-width: 420px) {
  .twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-mid-content {
    padding-top: 0px;
  }
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-bottom {
  position: absolute;
  top: 20px;
  right: 0px;
}
@media (max-width: 767px) {
  .twm-job-self-wrap .twm-job-self-info .twm-job-self-bottom {
    position: inherit;
    top: inherit;
    right: inherit;
    margin-top: 10px;
  }
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-bottom a {
  margin-right: 10px;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-bottom a:last-child {
  margin-right: 0px;
}
.twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-media-bg {
  position: relative;
}
.twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-media-bg img {
  width: 100%;
}
@media (max-width: 420px) {
  .twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-media-bg img {
    height: 200px;
    object-fit: cover;
  }
}
.twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-media-bg .twm-job-self-bottom {
  right: 20px;
}
@media (max-width: 767px) {
  .twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-media-bg .twm-job-self-bottom {
    position: absolute;
    top: 20px;
    right: 20px;
    margin-top: 0px;
  }
}
.twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-jobs-category span {
  color: #fff;
  border-radius: 5px;
  padding: 5px 12px;
}
.twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-media {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 420px) {
  .twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-media {
    left: 50%;
    top: -60px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-job-title {
  font-size: 24px;
}
@media (max-width: 420px) {
  .twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-job-title {
    font-size: 18px;
  }
  .twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-job-title .twm-job-post-duration {
    display: block;
    padding: 5px 0px 0px 0px;
  }
}
.twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-job-self-mid {
  display: block;
}
.twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-jobs-amount {
  display: block;
  margin-bottom: 15px;
}
.twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-jobs-amount span {
  color: #046c38;
}
.twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-job-websites {
  margin-bottom: 15px;
  display: block;
}
.twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-mid-content {
  position: relative;
  padding-top: 80px;
  text-align: center;
}




/*Side Map*/
.twm-s-map-iframe {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
}
.twm-s-map-iframe iframe {
  width: 100%;
  border: 0px;
  filter: grayscale(100%);
}

/*Side Map2*/
.twm-m-map-iframe {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.twm-m-map-iframe iframe {
  width: 100%;
  border: 0px;
  filter: grayscale(100%);
}

/*Sidebar Info*/
.twm-s-info3 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  padding: 30px;
  margin-top: 90px;
}
.twm-s-info3 .twm-s-info-logo-section {
  position: relative;
}
.twm-s-info3 .twm-s-info-logo-section .twm-media {
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  position: relative;
  top: -80px;
  left: 0px;
  overflow: hidden;
  margin-bottom: -50px;
}
.twm-s-info3 ul {
  list-style: none;
  margin-bottom: 30px;
}
.twm-s-info3 ul li {
  margin-bottom: 10px;
}
.twm-s-info3 ul li:last-child {
  margin-bottom: 0px;
}
.twm-s-info3 ul li .twm-s-info-inner {
  position: relative;
  padding-left: 40px;
}
.twm-s-info3 ul li .twm-s-info-inner i {
  position: absolute;
  left: 0px;
  top: 15px;
  font-size: 18px;
  color: #228bb0;
}
.twm-s-info3 ul li .twm-s-info-inner .twm-title {
  font-size: 14px;
  color: #666666;
}
.twm-s-info3 ul li .twm-s-info-inner .twm-s-info-discription {
  font-size: 16px;
  color: #17171d;
  word-break: break-word;
}
.twm-s-info3 .site-button {
  display: block;
  text-align: center;
}

/*Sidebar Info*/
.twm-s-info {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  padding: 40px;
}
@media (max-width: 575px) {
  .twm-s-info {
    padding: 20px;
  }
}
.twm-s-info ul {
  list-style: none;
  margin-bottom: 0px;
}
.twm-s-info ul li {
  margin-bottom: 10px;
}
.twm-s-info ul li:last-child {
  margin-bottom: 0px;
}
.twm-s-info ul li .twm-s-info-inner {
  position: relative;
  padding-left: 40px;
}
.twm-s-info ul li .twm-s-info-inner i {
  position: absolute;
  left: 0px;
  top: 15px;
  font-size: 18px;
  color: #228bb0;
}
.twm-s-info ul li .twm-s-info-inner .twm-title {
  font-size: 14px;
  color: #666666;
}
.twm-s-info ul li .twm-s-info-inner .twm-s-info-discription {
  font-size: 16px;
  color: #17171d;
  word-break: break-word;
}

/*Sidebar  Info 2*/
.twm-job-hilites {
  padding-bottom: 30px;
}
.twm-job-hilites li {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 15px 15px 50px;
  position: relative;
  color: #17171d;
  font-size: 16px;
  margin-bottom: 10px;
}
.twm-job-hilites li:last-child {
  margin-bottom: 0px;
}
.twm-job-hilites li i {
  position: absolute;
  left: 15px;
  top: 19px;
  font-size: 18px;
  color: #228bb0;
}

.twm-s-info2 .twm-job-hilites2 {
  list-style: none;
  margin-bottom: 0px;
  margin-left: 15px;
}
.twm-s-info2 .twm-job-hilites2 li {
  margin-bottom: 10px;
}
.twm-s-info2 .twm-job-hilites2 li:last-child {
  margin-bottom: 0px;
}
.twm-s-info2 .twm-job-hilites2 li .twm-s-info-inner {
  position: relative;
  padding-left: 40px;
}
.twm-s-info2 .twm-job-hilites2 li .twm-s-info-inner i {
  position: absolute;
  left: 0px;
  top: 15px;
  font-size: 18px;
  color: #228bb0;
}
.twm-s-info2 .twm-job-hilites2 li .twm-s-info-inner .twm-title {
  font-size: 14px;
  color: #666666;
}
.twm-s-info2 .twm-job-hilites2 li .twm-s-info-inner .twm-s-info-discription {
  font-size: 16px;
  color: #17171d;
}

/*Sidebar-contact*/
.twm-s-contact {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  padding: 40px;
}
@media (max-width: 575px) {
  .twm-s-contact {
    padding: 20px;
  }
}
.twm-s-contact textarea.form-control {
  height: 100px;
  resize: none;
}
.twm-s-contact .form-control {
  width: 100%;
  height: 60px;
  padding: 20px;
  border: 1px solid transparent;
  background-color: #f0f6fe;
  border-radius: 10px;
  color: #9e9e9e; /* Add text color here */
}
.twm-s-contact .form-control:focus {
  color: #565555; /* Text color on focus */
}
/* Flashing Heading */
.flashing-heading {
  animation: flash 1s infinite;
}

@keyframes flash {
  0%, 100% {
      opacity: 1;
  }
  50% {
      opacity: 0;
  }
}



/*Faq*/
/* General FAQ Section Styling */
.tw-faq-section {
  max-width: 830px;
  margin: 0 auto;
}
.tw-faq-section .accordion-item {
  border: 1px solid #efefef;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #f0f6fe;
  overflow: hidden;
}
.tw-faq-section .accordion-item .accordion-button {
  font-size: 15px;
  color: #565555;
  padding: 10px 16px;
  font-weight: 400;
  border: none;
}
.tw-faq-section .accordion-item .accordion-button:not(.collapsed) {
  background-color: #7998bf;
}
.tw-faq-section .accordion-item .accordion-button:focus {
  box-shadow: none !important;
}

/* Accordion Button Icons */
.accordion-button:after {
  content: "+"; /* Default symbol for collapsed state */
  font-size: 22px;
  font-weight: bold;
  color: #228bb0;
  margin-left: auto;
}
.accordion-button:not(.collapsed):after {
  content: "-"; /* Expanded state symbol */
}

/* Accordion Body */
.tw-faq-section .accordion-body {
  padding: 20px;
  font-size: 14px;
  color: #565555;
  line-height: 1.6;
  background-color: #ffffff;
}

/* Tabs Navigation */
.twm-tabs-style-1 .nav-tabs .nav-link {
  color: #228bb0;
  font-weight: 500;
  border: none;
  padding: 10px 20px;
  background: transparent;
}
.twm-tabs-style-1 .nav-tabs .nav-link.active {
  background-color: #e0ecfe;
  border-radius: 5px;
  color: #0056b3;
}

/* Accordion Style One Specific (if needed for other FAQs) */
.accordion-style-one button.accordion-button {
  color: #565555;
  font-size: 15px;
  font-weight: 550;
  padding: 15px 0;
  background: #ffffff !important;
  padding-right: 60px !important;
  position: relative;
  border-bottom: 1px solid #cccccc !important;
}
.accordion-style-one button.accordion-button::after {
  display: none;
}
.accordion-style-one button.accordion-button::before {
  content: "+"; /* Default icon */
  font-size: 20px;
  position: absolute;
  top: 15px;
  right: 0;
}
.accordion-style-one button.accordion-button:not(.collapsed)::before {
  content: "-"; /* Expanded icon */
}



/*Sign Up popup*/
.twm-sign-up {
  margin-bottom: 10px;
}
.twm-sign-up .modal-dialog {
  max-width: 590px;
}
@media (max-width: 575px) {
  .twm-sign-up .modal-dialog {
    margin: 20px;
  }
}
.twm-sign-up .modal-content {
  border-top: 6px solid #228bb0;
}
.twm-sign-up .modal-content .form-check-label a {
  color: #228bb0;
}
.twm-sign-up .modal-content .form-check-label a:hover {
  color: #7998bf;
}
.twm-sign-up .modal-content .twm-backto-login {
  background-color: transparent;
  color: #228bb0;
  border: none;
}
.twm-sign-up .modal-content .twm-backto-login:hover {
  color: #7998bf;
}
.twm-sign-up .modal-header {
  display: block;
  text-align: center;
  border: none;
  margin-top: 50px;
}
.twm-sign-up .modal-header .modal-title {
  font-size: 34px;
  margin-bottom: 15px;
}
/* Close Button Styling */
.twm-sign-up .modal-header .btn-cls {
  background: #228bb0; /* Background color for the button */
  border: none;
  font-size: 1.5rem; /* Size of the "X" icon */
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 30px; /* Set a fixed width */
  height: 30px; /* Set a fixed height */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; /* Make the button circular */
  transition: background-color 0.3s, color 0.3s;
  padding: 0; /* Remove extra padding */
}

/* Close Button Hover Effect */
.twm-sign-up .modal-header .btn-cls:hover {
  background-color: #565555; /* Light background color on hover */
  color: #fff; /* Darker icon color on hover */
}




.twm-sign-up .modal-body {
  padding: 20px 30px;
}
@media (max-width: 575px) {
  .twm-sign-up .modal-body {
    padding: 20px;
  }
}
.twm-sign-up .modal-footer {
  border: none;
  background-color: #f0f6fe;
  text-align: center;
  display: block;
  padding: 0px 0px 40px 0px;
  margin-top: 30px;
}
.twm-sign-up .modal-footer .modal-f-title {
  display: inline-block;
  background-color: #f0f6fe;
  padding: 6px 15px;
  border-radius: 10px;
  position: relative;
  top: -22px;
  margin-bottom: -11px;
}
.twm-sign-up .rem-forgot {
  display: flex;
  justify-content: space-between;
}
.twm-sign-up .site-button {
  display: block;
  text-align: center;
  width: 100%;
}

.twm-modal-social {
  list-style: none;
}
.twm-modal-social li {
  display: inline-block;
}
.twm-modal-social li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  border-radius: 50%;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}

.facebook-clr {
  color: #4d69b2;
  border-color: #4d69b2;
}

.twitter-clr {
  color: #38b2e1;
  border-color: #38b2e1;
}

.linkedin-clr {
  color: #0579b6;
  border-color: #0579b6;
}

.google-clr {
  color: #d8483d;
  border-color: #d8483d;
}

/*============================================================================================
	DashBoard Css Start
=============================================================================================*/
strong {
  font-weight: 500;
}

/*Dashboard Header*/
.header-widget-wrap .listing-user .dropdown-menu {
  width: 100%;
  min-width: 180px;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  border: 0px;
  padding: 20px;
}

.nav-btn-wrap {
  display: table-cell;
  vertical-align: middle;
}

.nav-btn-admin {
  font-size: 28px;
  line-height: 68px;
  cursor: pointer;
  display: block;
  color: #0f1221;
}

#header-admin.active {
  overflow: hidden;
}
#header-admin.active .nav-btn-admin {
  transform: rotate(180deg);
}
#header-admin.active .container {
  min-width: 480px;
}

.header-left {
  float: left;
  display: table;
}
.header-left > .header-widget-wrap {
  display: table-cell;
  vertical-align: middle;
}

.header-right {
  float: right;
  display: table;
}
.header-right > .header-widget-wrap {
  display: table-cell;
  vertical-align: middle;
}
.header-right > .header-login-signup {
  display: table-cell;
  vertical-align: middle;
}

.header-widget-wrap > .header-widget {
  display: inline-block;
  margin-left: 25px;
  position: relative;
  cursor: pointer;
}
.header-widget-wrap .dropdown-menu {
  width: 350px;
  min-width: 350px;
  top: 60px;
  left: auto;
  right: -15px;
  padding: 0;
}
@media (max-width: 480px) {
  .header-widget-wrap .dropdown-menu {
    width: 300px;
    min-width: 300px;
    left: -5px !important;
  }
}

.listing-user {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.listing-user .dropdown-toggle {
  padding-right: 20px;
  display: block;
}
.listing-user .dropdown-toggle::after {
  display: none;
}
.listing-user .user-name {
  transition: 0.5s all ease;
  color: #fff;
}
.listing-user span {
  display: inline-block;
  width: 40px;
  margin-right: 15px;
}
.listing-user span img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.listing-user ul {
  list-style: none;
}
.listing-user ul li a {
  line-height: 22px;
  color: #17171d;
  font-size: 13px;
  padding: 5px 5px 5px 24px;
  display: block;
  transition: 0.2s;
  position: relative;
}
.listing-user ul li a i {
  position: absolute;
  left: 0px;
  top: 10px;
  color: #228bb0;
}
.listing-user ul li a:hover {
  color: #228bb0;
}
.listing-user .user-name:before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  transition: 0.5s all ease;
  display: inline-block;
  margin-left: 6px;
  color: #228bb0;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
@media (max-width: 400px) {
  .listing-user .user-name:before {
    font-size: 18px;
  }
}

.dashboard-user-section .listing-user {
  margin-right: 0px;
  position: relative;
  padding: 14px 0px;
}
.dashboard-user-section .listing-user .user-name {
  color: inherit;
}
@media (max-width: 400px) {
  .dashboard-user-section .listing-user .user-name {
    font-size: 0px;
  }
}
.dashboard-user-section .listing-user .user-name:after {
  color: inherit;
}

.wt-admin-right-page-header {
  position: relative;
  padding: 15px 0px;
  margin-bottom: 20px;
}
.wt-admin-right-page-header h2 {
  font-size: 28px;
  color: #17171d;
  font-weight: 400;
  margin-bottom: 15px;
}
.wt-admin-right-page-header .breadcrumbs {
  position: relative;
}
.wt-admin-right-page-header .breadcrumbs a {
  margin-right: 24px;
  position: relative;
  font-weight: 400;
}
.wt-admin-right-page-header .breadcrumbs a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #0f1221;
}
.wt-admin-right-page-header .breadcrumbs span {
  margin-right: 24px;
  position: relative;
  font-weight: 400;
  color: #228bb0;
}

.content-admin-main .panel.panel-default {
  border-radius: 10px;
  background: #fff;
}

.wt-panel-heading {
  border-bottom: 1px solid #ddd;
}

/*My Account css*/
#header-admin {
  width: calc(100% - 320px);
  background: #fff;
  border-bottom: 1px solid #ddd;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  transition: all 0.3s;
}
@media (max-width: 1360px) {
  #header-admin {
    width: calc(100% - 260px);
  }
}
#header-admin.active {
  width: 100%;
}
#header-admin .container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
}

#sidebar-admin-wraper {
  width: 320px;
  position: fixed;
  z-index: 1 !important;
  top: 0px;
  left: 0px;
  height: 100vh;
  z-index: 999;
  background: #d4e6ff;
  color: #17171d;
  transition: 0.5s all ease;
}
@media (max-width: 1360px) {
  #sidebar-admin-wraper {
    width: 260px;
  }
}
#sidebar-admin-wraper.active {
  margin-left: -320px;
}
@media (max-width: 768px) {
  #sidebar-admin-wraper.active {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  #sidebar-admin-wraper {
    margin-left: -320px;
  }
}

#content {
  width: calc(100% - 320px);
  padding-top: 70px;
  min-height: 100vh;
  transition: 0.5s all ease;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #f9fcff;
}
@media (max-width: 1360px) {
  #content {
    width: calc(100% - 260px);
  }
}
#content.active {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  #content.active {
    width: calc(100% - 260px);
  }
}
#content.active .content-admin-main {
  min-width: 480px;
}
@media (max-width: 768px) {
  #content {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #header-admin {
    width: 100%;
  }
  #header-admin.active {
    width: calc(100% - 260px);
  }
}
/*Dashboard message Dropdown*/
.dashboard-message-dropdown .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  border: 0px;
}

/*Dashboard Notification Dropdown*/
.dashboard-noti-dropdown .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  border: 0px;
}

/*Dashboard Message*/
.jobzilla-admin-messange {
  color: #999;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  position: relative;
  top: 10px;
}
.jobzilla-admin-messange.dropdown-toggle:after {
  display: none;
}
.jobzilla-admin-messange span {
  position: absolute;
  top: -15px;
  right: -12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 100%;
  background-color: #228bb0;
}

/*Dashboard Notification*/
.jobzilla-admin-notification {
  color: #999;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  position: relative;
  top: 10px;
}
.jobzilla-admin-notification.dropdown-toggle:after {
  display: none;
}
.jobzilla-admin-notification span {
  position: absolute;
  top: -15px;
  right: -12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 100%;
  background-color: #228bb0;
}

.page-logo {
  padding: 40px 10px 20px 30px;
  margin-bottom: 16px;
}
.page-logo a img {
  max-width: 130px;
}

/*Admin Nav*/
.admin-nav.scrollbar-macosx {
  height: calc(100vh - 150px);
  padding-left: 30px;
  overflow-y: scroll;
}
.admin-nav ul {
  list-style: none;
  margin: 0;
  font-weight: 500;
}
.admin-nav ul li {
  float: none;
}
.admin-nav ul li:last-child {
  border-bottom: none;
}
.admin-nav ul li.has-child {
  position: relative;
}
.admin-nav ul li a > i {
  font-size: 18px;
  margin-right: 25px;
  position: absolute;
  left: 10px;
  top: 14px;
}
.admin-nav ul li .sub-menu {
  opacity: 1;
  margin-left: 30px;
  background: #f9fcff;
  border-radius: 10px 0px 0px 10px;
}
.admin-nav ul li .sub-menu > li a {
  padding: 5px 20px;
  color: #228bb0;
  border-radius: 5px;
  margin-bottom: 1px;
  font-size: 13px;
  font-weight: normal;
}
.admin-nav ul li .sub-menu > li a:hover {
  color: #17171d;
}
.admin-nav ul li .sub-menu > li a > i {
  font-size: 12px;
}
.admin-nav ul > li > a {
  padding: 10px 15px 10px 40px;
  color: #323232;
  display: block;
  font-size: 14px;
  position: relative;
  font-weight: 400;
  transition: 0.5s all ease;
}
.admin-nav ul > li > a:hover {
  color: #228bb0;
}
.admin-nav ul > li ul {
  display: none;
  position: static;
  visibility: visible;
  width: auto;
}
.admin-nav ul > li .sub-menu {
  display: none;
  position: static;
  visibility: visible;
  width: auto;
}
.admin-nav ul > li.active > a {
  color: #228bb0;
  background-color: #f9fcff;
  border-radius: 10px 0px 0px 10px;
}
.admin-nav ul > li.has-child.nav-active > .submenu-toogle:before {
  content: "\f107";
}
.admin-nav .has-child .submenu-toogle {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  padding: 7px;
  font-size: 16px;
  display: none;
  display: block;
  color: #000;
}
.admin-nav .has-child li .submenu-toogle {
  opacity: 0.9;
}
.admin-nav .has-child.nav-active > a + .submenu-toogle.fa-angle-down:before {
  content: "\f106";
}

.content-admin-main {
  padding: 30px;
}
@media (max-width: 540px) {
  .content-admin-main {
    padding: 15px;
  }
}
.content-admin-main textarea.form-control {
  height: auto;
  resize: none;
}

.ls-inputicon-box {
  position: relative;
}
.ls-inputicon-box .fs-input-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 60px;
  z-index: 5;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #228bb0;
}
.ls-inputicon-box .form-control {
  padding-left: 35px;
}
.ls-inputicon-box .bootstrap-select .dropdown-toggle {
  padding-left: 35px;
}
.ls-inputicon-box .remove_field {
  position: absolute;
  right: 4px;
  top: 2px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: block;
}

/*Form Elements*/
.panel-default > .panel-heading .panel-tittle i {
  margin-right: 20px;
}
.panel-default > .panel-heading .panel-heading-left {
  float: left;
}
.panel-default > .panel-heading .panel-heading-right {
  float: right;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e7ecf1;
}

.dropdown.bootstrap-select.wt-select-box {
  width: 100% !important;
}
.dropdown.bootstrap-select.wt-select-box .btn-light {
  background-color: #f0f6fe;
  border-color: #f0f6fe;
}
.dropdown.bootstrap-select.wt-select-box .form-control {
  height: 30px;
}
.dropdown.bootstrap-select.wt-select-box .dropdown-toggle {
  height: 60px;
  border-radius: 10px;
  font-size: 14px;
}
.dropdown.bootstrap-select.wt-select-box .dropdown-toggle:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color: #F8F8F8;
}

.bootstrap-select.wt-select-box .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  padding-top: 12px;
}

.wt-input-icon .input-group-addon2 {
  position: absolute;
  left: 0px;
  top: 12px;
  z-index: 4;
  border: none;
  padding: 0;
  color: #222;
  border-radius: 6px;
  background: none;
}

.form-group.form-inline .radio {
  margin-right: 15px;
}
.form-group.form-inline .checkbox {
  margin-right: 15px;
}

/*Dashboard Card*/
.dashboard-card {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}

.wt-card-right {
  text-align: right;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  margin-bottom: 10px;
}

.wt-card-bottom {
  text-align: right;
}
.wt-card-bottom h4 {
  font-weight: 400;
}

.wt-card-icon {
  font-size: 48px;
  line-height: 0px;
  color: rgba(0, 0, 0, 0.1);
  z-index: -1;
  position: absolute;
  left: 20px;
  top: 20px;
}

/*Upload Video Button*/
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  display: block;
}

/*dashboard List*/
.dashboard-list-box ul {
  list-style: none;
  margin-bottom: 0px;
}
.dashboard-list-box ul li {
  display: block;
  padding: 15px 35px 15px 0px;
  border-bottom: 1px solid #e7ecf1;
  position: relative;
}
.dashboard-list-box ul li:last-child {
  border-bottom: 0px;
}
.dashboard-list-box ul li a {
  padding: 0px 3px;
  font-weight: 500;
}
.dashboard-list-box ul li:hover a.close-list-item {
  display: block;
}
.dashboard-list-box a.close-list-item {
  color: red;
  position: absolute;
  right: 20px;
  font-weight: normal;
  padding: 0px 6px;
  display: none;
  right: 20px;
  top: 20px;
}
.dashboard-list-box a.close-list-item i {
  padding-right: 5px;
}

.dashboard-list-box.list-box-with-icon ul li .list-box-icon {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 0px;
  position: relative;
  left: -10px;
}

.list-box-with-icon ul li {
  padding: 15px 80px 15px 50px;
  position: relative;
}
@media (max-width: 540px) {
  .list-box-with-icon ul li {
    padding: 15px 15px 15px 50px;
  }
}
.list-box-with-icon ul li .list-box-icon {
  margin-left: -20px;
}

/*dashboard message*/
.dashboard-messages-box-scroll {
  height: 394px;
  overflow-y: scroll;
}

.dashboard-messages-box {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.dashboard-messages-box:first-child {
  padding-top: 20px;
}
.dashboard-messages-box:last-child {
  border-bottom: 0px;
}

.dashboard-message-avtar {
  float: left;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-left: 20px;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .dashboard-message-avtar {
    float: none;
  }
}
.dashboard-message-avtar img {
  width: 100%;
}

.dashboard-message-area {
  margin-left: 50px;
  text-align: left;
  padding-left: 50px;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .dashboard-message-area {
    padding: 15px;
    margin-left: 0px;
  }
}
.dashboard-message-area p {
  margin-bottom: 20px;
}
.dashboard-message-area h5 {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.dashboard-message-area h5 i {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 18px;
  line-height: 40px;
  font-style: normal;
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: #64bc36;
  text-align: center;
  border-radius: 50%;
}
.dashboard-message-area h5 span {
  font-size: 12px;
  color: #228bb0;
  display: block;
  font-weight: 500;
  padding-top: 4px;
}
.dashboard-message-area .dropdown-toggle {
  color: #228bb0;
}
.dashboard-message-area .dropdown-toggle:after {
  display: none;
}
.dashboard-message-area .dashboard-message-reply-textarea .form-control {
  border-radius: 10px !important;
}

.dashboard-message-reply {
  margin-right: 20px;
}
.dashboard-message-reply .acod-head a {
  font-size: 14px;
  border: none;
  padding: 0px;
  display: inline-block;
  color: #000;
  font-weight: 700;
}
.dashboard-message-reply .acod-head a:hover {
  color: #f96b39;
}

.dashboard-message-reply-textarea {
  margin-top: 20px;
}

/*Edit Profile*/
.dashboard-profile-photo {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #f0f6fe;
}
.dashboard-profile-photo img {
  border-radius: 10px;
  display: block;
  width: 128px;
  height: 128px;
  object-fit: cover;
  object-position: top;
}
.dashboard-profile-photo .upload-btn-wrapper {
  position: absolute;
  left: 5px;
  bottom: 5px;
}
.dashboard-profile-photo .upload-btn-wrapper button {
  left: 50%;
  transform: translateX(-50%);
}
.dashboard-profile-photo .upload-btn-wrapper #upload-image-grid img {
  object-fit: cover;
  object-position: center;
  width: 128px;
  height: 128px;
  padding: 0px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 10px;
}

.dashboard-cover-pic .dropzone {
  margin-bottom: 10px;
}

/*Dashboard Widget*/
.dashboard-widgets-header {
  padding: 20px 20px 0px 20px;
  font-weight: 500;
  font-size: 14px;
  color: #228bb0;
}

/*notification list*/
.dashboard-widget-scroll {
  position: relative;
  padding: 20px;
}

.noti-list ul {
  list-style: none;
  margin-bottom: 10px;
}
.noti-list ul li {
  position: relative;
  padding: 5px 15px 5px 20px;
  display: block;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.noti-list ul li a {
  color: #000;
}
.noti-list ul li .noti-icon {
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 14px;
  color: #2db346;
}
.noti-list ul li .noti-texting b {
  font-weight: 500;
}

.noti-view-all {
  padding: 0px;
}
.noti-view-all a {
  color: #228bb0;
}

/*Message list*/
.message-list ul {
  list-style: none;
  margin-bottom: 10px;
}
.message-list ul li {
  position: relative;
  padding: 15px 0px 15px 0px;
  display: block;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}
.message-list ul li .msg-avtar {
  float: left;
}
.message-list ul li .msg-avtar img {
  height: 30px;
  margin-top: 4px;
  border-radius: 10px;
}
.message-list ul li .msg-texting {
  overflow: hidden;
  padding-left: 10px;
}
.message-list ul li .msg-texting strong {
  color: #17171d;
  font-size: 14px;
  font-weight: 500;
}
.message-list ul li .msg-texting .msg-time {
  float: right;
  color: #228bb0;
  font-weight: 500;
}
.message-list ul li .msg-texting .msg-time span {
  padding-right: 3px;
}
.message-list ul li .msg-texting p {
  margin-bottom: 0px;
  line-height: inherit;
}

.message-view-all {
  padding: 0px;
}
.message-view-all a {
  color: #228bb0;
}

/*Msg style 2*/
.wt-admin-dashboard-msg-2 {
  display: flex;
}
.wt-admin-dashboard-msg-2 .user-msg-list-btn-open {
  top: -62px;
  right: 20px;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-user-list {
  transition: all 0.5s linear;
  display: block;
  width: 100%;
  margin-right: 30px;
  max-width: 400px;
}
@media (max-width: 1360px) {
  .wt-admin-dashboard-msg-2 .wt-dashboard-msg-user-list {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .wt-admin-dashboard-msg-2 .wt-dashboard-msg-user-list {
    position: fixed;
    right: -250px;
    top: 0px;
    z-index: 999;
    width: 250px;
    margin-right: 0px;
    box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
    transition: all 0.5s linear;
  }
}
.wt-admin-dashboard-msg-2.active .user-msg-list-btn-open {
  right: 257px;
  display: none;
}
.wt-admin-dashboard-msg-2.active .user-msg-list-btn-close {
  display: block;
}
@media (max-width: 991px) {
  .wt-admin-dashboard-msg-2.active .wt-dashboard-msg-user-list {
    right: 0%;
  }
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-box {
  display: block;
  background-color: #fff;
  position: relative;
  flex: 1;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-search {
  position: relative;
  padding: 20px;
  background-color: #fff;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-search .form-control {
  padding-right: 40px;
  border-radius: 10px !important;
  border: 0px;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-search .btn {
  outline: none !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #228bb0;
  font-size: 20px;
  z-index: 10;
  background: none;
}
.wt-admin-dashboard-msg-2 .msg-find-list .bootstrap-select .dropdown-toggle {
  border: 0px;
  box-shadow: none !important;
  border-radius: 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom: 1px solid #dbdbdb;
}
.wt-admin-dashboard-msg-2 .msg-find-list .bootstrap-select .dropdown-toggle:hover, .wt-admin-dashboard-msg-2 .msg-find-list .bootstrap-select .dropdown-toggle:active, .wt-admin-dashboard-msg-2 .msg-find-list .bootstrap-select .dropdown-toggle:focus {
  border: 0px solid transparent !important;
  border-bottom: 1px solid #dbdbdb !important;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-search-list {
  background-color: #fff;
  height: 700px;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-search-list-wrap {
  display: table;
  width: 100%;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-search-list-wrap .msg-user-info {
  position: relative;
  display: block;
  padding: 30px 80px 30px 20px;
  background-color: #fff;
  margin: 0px 20px;
  border-radius: 10px;
}
@media (max-width: 1366px) {
  .wt-admin-dashboard-msg-2 .wt-dashboard-msg-search-list-wrap .msg-user-info {
    padding: 40px 0px 10px 0px;
  }
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-search-list-wrap:hover .msg-user-info {
  background-color: #f0f6fe;
}
.wt-admin-dashboard-msg-2 .msg-user-timing {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 12px;
  color: #969696;
}
.wt-admin-dashboard-msg-2 .msg-user-info-text {
  overflow: hidden;
}
.wt-admin-dashboard-msg-2 .msg-user-info-pic {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 6px;
}
.wt-admin-dashboard-msg-2 .msg-user-name {
  font-size: 14px;
  color: #228bb0;
  font-weight: 500;
}
.wt-admin-dashboard-msg-2 .msg-user-discription {
  font-size: 14px;
  color: #222;
}
.wt-admin-dashboard-msg-2 .single-msg-user-name-box {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  min-height: 85px;
}
.wt-admin-dashboard-msg-2 .single-msg-user-name-box .message-action {
  color: #ff0000;
  font-size: 13px;
}
.wt-admin-dashboard-msg-2 .single-msg-user-name-box h4 {
  margin-bottom: 6px;
}
.wt-admin-dashboard-msg-2 .single-user-msg-conversation {
  padding: 0px;
  margin: 30px 40px;
  height: 550px;
}
@media (max-width: 540px) {
  .wt-admin-dashboard-msg-2 .single-user-msg-conversation {
    margin: 10px;
  }
}
.wt-admin-dashboard-msg-2 .single-user-comment-block {
  position: relative;
}
.wt-admin-dashboard-msg-2 .single-user-comment-wrap {
  padding: 15px 0px;
  margin: 0px 15px;
}
.wt-admin-dashboard-msg-2 .single-user-comment-wrap.sigle-user-reply {
  margin-left: 0px;
}
.wt-admin-dashboard-msg-2 .single-user-comment-wrap.sigle-user-reply .single-user-com-text {
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .wt-admin-dashboard-msg-2 .single-user-comment-wrap.sigle-user-reply {
    margin-left: 15px;
  }
}
@media (max-width: 575px) {
  .wt-admin-dashboard-msg-2 .single-user-comment-wrap {
    margin: 0px 10px;
  }
}
.wt-admin-dashboard-msg-2 .single-user-com-pic {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 15px;
  overflow: hidden;
  padding: 3px;
  background-color: #fff;
}
@media (max-width: 575px) {
  .wt-admin-dashboard-msg-2 .single-user-com-pic {
    float: none;
  }
}
.wt-admin-dashboard-msg-2 .single-user-com-pic img {
  border-radius: 6px;
}
.wt-admin-dashboard-msg-2 .single-user-com-text {
  overflow: hidden;
  background-color: #edf6ff;
  padding: 20px 30px;
  margin-top: 10px;
  border-radius: 10px;
}
.wt-admin-dashboard-msg-2 .single-user-msg-time {
  font-size: 12px;
  color: #969696;
  text-align: right;
  padding-top: 10px;
}
.wt-admin-dashboard-msg-2 .single-msg-reply-comment {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.wt-admin-dashboard-msg-2 .single-msg-reply-comment textarea {
  resize: none;
}
.wt-admin-dashboard-msg-2 .single-msg-reply-comment textarea.form-control {
  border-radius: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  box-shadow: none;
  padding: 15px 50px 15px 20px;
  height: 60px;
}
.wt-admin-dashboard-msg-2 .single-msg-reply-comment .btn {
  outline: none !important;
  position: absolute;
  right: 0;
  top: 50%;
  color: #228bb0;
  font-size: 20px;
  z-index: 10;
  background: none;
  transform: translateY(-50%);
}
.wt-admin-dashboard-msg-2 .user-msg-list-btn-outer {
  display: none;
  position: absolute;
  top: 50%;
  right: 99%;
  z-index: 10;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .wt-admin-dashboard-msg-2 .user-msg-list-btn-outer {
    display: block;
    z-index: 999;
  }
}
.wt-admin-dashboard-msg-2 .user-msg-list-btn-outer.active .user-msg-list-btn-open {
  display: none;
}
.wt-admin-dashboard-msg-2 .user-msg-list-btn-outer.active .user-msg-list-btn-close {
  display: block;
}
.wt-admin-dashboard-msg-2 .user-msg-list-btn-outer .user-msg-list-btn-open {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  background-color: #228bb0;
  border: none;
  padding: 2px 15px;
  color: #fff;
  position: absolute;
  transform: rotate(270deg);
  transform-origin: center right;
  border-radius: 8px;
}
.wt-admin-dashboard-msg-2 .user-msg-list-btn-outer .user-msg-list-btn-close {
  cursor: pointer;
  white-space: nowrap;
  background-color: #228bb0;
  border: none;
  padding: 2px 15px;
  color: #fff;
  position: absolute;
  transform: rotate(270deg);
  transform-origin: center right;
  display: none;
  top: -31px;
  right: 18px;
  z-index: 10;
  border-radius: 8px;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .wt-dashboard-msg-user-list {
  max-width: 260px;
  margin-right: 10px;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .msg-user-info-pic {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .msg-user-info-pic img {
  border-radius: 50%;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .wt-dashboard-msg-search {
  padding: 10px;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .msg-user-info {
  margin: 0px 10px;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .msg-user-info {
  padding: 30px 15px 15px 15px;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .single-user-msg-conversation {
  margin: 30px 0px;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .single-user-com-pic {
  float: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .single-user-com-pic img {
  border-radius: 50%;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .msg-user-discription {
  font-size: 12px;
  color: #3c3c3c;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .single-user-com-text {
  font-size: 13px;
}
.wt-admin-dashboard-msg-2.active .user-msg-list-btn-open {
  right: 0px;
}
@media (max-width: 991px) {
  .wt-admin-dashboard-msg-2 .wt-dashboard-msg-user-list {
    right: -260px;
  }
}

.gradi-1 {
  color: rgb(78, 215, 207);
}

.gradi-2 {
  color: rgb(234, 111, 157);
}

.gradi-3 {
  color: rgb(98, 124, 235);
}

.gradi-4 {
  color: rgb(251, 188, 117);
}

/*Chart*/
.twm-pro-view-chart {
  padding: 30px;
}
@media (max-width: 540px) {
  .twm-pro-view-chart {
    padding: 5px;
  }
}
.twm-pro-view-chart #profileViewChart {
  height: 334px !important;
}
@media (max-width: 540px) {
  .twm-pro-view-chart #profileViewChart {
    height: auto !important;
  }
}

/*Dashboard candidates style*/
.twm-dashboard-candidates-wrap {
  padding: 30px;
}
@media (max-width: 540px) {
  .twm-dashboard-candidates-wrap {
    padding: 15px;
  }
}
.twm-dashboard-candidates-wrap [class*=col-]:last-child .twm-dash-candidates-list {
  margin-bottom: 0px;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list {
  background-color: #fff;
  border: 1px solid #ddd;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 540px) {
  .twm-dashboard-candidates-wrap .twm-dash-candidates-list {
    display: block;
    text-align: center;
  }
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-media {
  width: 70px;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 540px) {
  .twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-media {
    margin-right: 0px;
    width: 60px;
  }
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-media .twm-media-pic {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-media .twm-media-pic img {
  display: inline-block;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list p {
  font-size: 14px;
  margin-bottom: 5px;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-mid-content {
  flex-grow: 1;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-fot-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-fot-content {
    display: block;
    text-align: center;
  }
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-fot-content .twm-jobs-vacancies {
  font-weight: 500;
  color: #17171d;
  font-size: 14px;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-fot-content .twm-jobs-vacancies span {
  color: #046c38;
  margin-left: 5px;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-fot-content .twm-left-info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-fot-content .twm-left-info {
    display: block;
  }
  .twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-fot-content .twm-left-info p {
    margin-right: 0px;
  }
}
@media (max-width: 540px) {
  .twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-fot-content .twm-right-btn {
    display: inline-block;
  }
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-fot-content .twm-candidate-address {
  font-size: 14px;
  margin-bottom: 0px;
  margin-right: 30px;
  font-weight: 500;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-fot-content .twm-candidate-address i {
  margin-right: 5px;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-fot-content .twm-view-prifile {
  font-weight: 600;
  font-size: 18px;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-controls-icon {
  display: flex;
  margin-bottom: 0px;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-controls-icon li {
  margin-right: 3px;
  text-align: center;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-controls-icon li:last-child {
  margin-right: 0px;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-controls-icon li button {
  background-color: #f0f6fe;
  color: #228bb0;
  border: none;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-controls-icon li button:hover {
  background-color: #228bb0;
  color: #fff;
}

/* Data Table Candidets */
.twm-DT-candidates-list {
  position: relative;
  display: flex;
  width: 100%;
}
.twm-DT-candidates-list .twm-media {
  width: 100%;
  max-width: 50px;
  display: inline-block;
  margin-right: 10px;
}
.twm-DT-candidates-list .twm-media .twm-media-pic {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.twm-DT-candidates-list .twm-media .twm-media-pic img {
  display: inline-block;
}
.twm-DT-candidates-list .twm-job-title h4 {
  color: #228bb0;
  font-size: 14px;
  font-weight: 500;
}
.twm-DT-candidates-list .twm-candidate-address {
  font-size: 14px;
  margin-bottom: 0px;
}
.twm-DT-candidates-list .twm-candidate-address i {
  margin-right: 5px;
}

.twm-table-controls {
  display: flex;
}
.twm-table-controls .twm-DT-controls-icon {
  display: flex;
  margin-bottom: 0px;
  margin-left: auto;
}
.twm-table-controls .twm-DT-controls-icon li {
  margin-right: 3px;
}
.twm-table-controls .twm-DT-controls-icon li:last-child {
  margin-right: 0px;
}
.twm-table-controls .twm-DT-controls-icon li button {
  background-color: #f0f6fe;
  color: #228bb0;
  border: none;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.twm-table-controls .twm-DT-controls-icon li button:hover {
  background-color: #228bb0;
  color: #fff;
}

.add_field_youtube,
.add_field_vimeo,
.add_field_custom {
  background: transparent;
  border: none;
  font-size: 13px;
  color: #228bb0;
}

.twm-D_table {
  padding: 20px;
}
.twm-D_table div.dataTables_wrapper div.dataTables_length select {
  width: 100px;
  border-radius: 6px;
  margin: 0px 5px;
  border: none;
  height: 40px;
  background-color: #f0f6fe;
}
.twm-D_table div.dataTables_wrapper div.dataTables_filter input {
  height: 40px;
  border-radius: 6px;
}
.twm-D_table .page-link {
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0px 20px;
}
@media (max-width: 400px) {
  .twm-D_table .page-link {
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
  }
}
.twm-D_table .page-link:focus {
  box-shadow: none;
}
.twm-D_table .page-item.active .page-link {
  background-color: #228bb0;
}

/*default table*/
.twm-table {
  position: relative;
  background: #fff;
  border: 0;
  border-radius: 5px;
  margin-bottom: 0px;
  overflow: hidden;
  width: 100%;
}
.twm-table thead {
  border-radius: 8px;
  color: #fff;
}
.twm-table thead th {
  position: relative;
  padding: 15px 20px;
  font-size: 14px;
  color: #17171d;
  font-weight: 500;
  line-height: 30px;
  white-space: nowrap;
}
.twm-table tbody tr {
  position: relative;
  border-bottom: 1px solid #ECEDF2;
}
.twm-table tbody tr td {
  position: relative;
  padding: 20px 20px;
  font-size: 14px;
  color: #17171d;
  font-weight: 400;
}
@media (max-width: 767px) {
  .twm-table tbody tr td {
    padding: 20px 10px;
  }
}
.twm-table tbody tr td button {
  border: none;
  background: transparent;
  display: inline-flex;
  margin-bottom: 5px;
}
.twm-table tbody tr td button .fa {
  background-color: #f0f6fe;
  color: #228bb0;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.twm-table tbody tr td button:hover .fa {
  background-color: #228bb0;
  color: #fff;
}

.twm-table tr td {
  position: relative;
  padding: 21px 20px;
  font-size: 14px;
  color: #696969;
  font-weight: 400;
}
@media (max-width: 767px) {
  .twm-table tr td {
    padding: 21px 10px;
  }
}

/* Data Table Candidets */
.twm-bookmark-list-wrap .twm-bookmark-list {
  position: relative;
  display: flex;
  width: 100%;
}
.twm-bookmark-list-wrap .twm-bookmark-list .twm-media {
  width: 100%;
  max-width: 90px;
  display: inline-block;
  margin-right: 20px;
  border-radius: 10px;
  height: 90px;
}
.twm-bookmark-list-wrap .twm-bookmark-list .twm-media .twm-media-pic {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.twm-bookmark-list-wrap .twm-bookmark-list .twm-media .twm-media-pic img {
  display: inline-block;
}
.twm-bookmark-list-wrap .twm-bookmark-list .twm-job-title h4 {
  color: #228bb0;
  font-size: 16px;
  font-weight: 500;
}
.twm-bookmark-list-wrap .twm-bookmark-list .twm-bookmark-address {
  font-size: 14px;
  margin-bottom: 10px;
}
.twm-bookmark-list-wrap .twm-bookmark-list .twm-bookmark-address i {
  margin-right: 5px;
}
.twm-bookmark-list-wrap .twm-job-post-duration {
  color: #2db346;
  font-size: 14px;
}

/* Data Table*/
.twm-D_table .table > :not(caption) > * > * {
  padding: 14px;
}
.twm-D_table .dataTables_length {
  margin-bottom: 10px;
}

/* Model Popup */
.twm-model-popup .modal-content {
  border-top: 6px solid #228bb0;
  border-radius: 10px;
  overflow: hidden;
}
.twm-model-popup .modal-content .modal-header {
  border: none;
}
.twm-model-popup .modal-content .modal-title {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.twm-model-popup .modal-content .modal-footer {
  background-color: #f0f6fe;
  justify-content: center;
}
.twm-model-popup .modal-content .modal-footer .site-button {
  padding: 4px 20px;
}

.twm-msg-noti {
  background-color: #228bb0;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 100%;
}

@media (max-width: 575px) {
  h3.twm-title {
    font-size: 16px;
  }
}

.main-bar {
  width: 100%;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.color-fill.main-bar {
  animation: 0.95s ease 0s normal forwards 1 running mainBar_on_scrollAnimatio;
}

@keyframes mainBar_on_scrollAnimatio {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
/*----------------------------
	Home Page 3 Css
------------------------------*/
/*Blog post 3*/
.twm-blog-post-3-outer-wrap {
  padding-top: 20px;
}

.twm-blog-post-3-outer .wt-post-media {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: 30px;
}
.twm-blog-post-3-outer .wt-post-media img {
  width: 100%;
  border-radius: 10px;
  margin-top: -50px;
}
.twm-blog-post-3-outer .wt-post-info {
  padding: 20px;
}
.twm-blog-post-3-outer .wt-post-info .wt-post-meta {
  position: relative;
  margin-bottom: 10px;
}
.twm-blog-post-3-outer .wt-post-info .wt-post-meta ul {
  list-style: none;
  margin-bottom: 0px;
}
.twm-blog-post-3-outer .wt-post-info .wt-post-meta ul li {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.twm-blog-post-3-outer .wt-post-info .wt-post-meta ul li.post-date {
  color: #17171d;
  font-size: 14px;
  line-height: 28px;
  margin-right: 5px;
  font-weight: 600;
}
.twm-blog-post-3-outer .wt-post-info .wt-post-meta ul li.post-author {
  color: #17171d;
  font-weight: 600;
}
.twm-blog-post-3-outer .wt-post-info .wt-post-meta ul li.post-author a {
  color: #228bb0;
  display: inline-block;
}
.twm-blog-post-3-outer .wt-post-info .wt-post-title .post-title {
  margin-bottom: 0px;
}

/* Compny Approch 2*/
.twm-company-approch2-outer {
  position: relative;
  margin-bottom: 30px;
  padding-top: 60px;
  border-top: 1px solid #ddd;
}
.twm-company-approch2-outer .twm-company-approch2 {
  max-width: 650px;
  margin: 0px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .twm-company-approch2-outer .twm-company-approch2 {
    max-width: 520px;
  }
}

/*Client carousel 3*/
.home-client-carousel3 {
  padding: 0px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .home-client-carousel3 {
    margin-bottom: 30px;
  }
}
.home-client-carousel3 .ow-client-logo {
  height: 100px;
  display: flex;
  align-items: center;
}
.home-client-carousel3 .client-logo {
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
}
.home-client-carousel3 .client-logo a {
  height: auto;
  display: flex;
  justify-content: space-around;
}
.home-client-carousel3 .client-logo a img {
  width: auto;
  height: auto;
}
.home-client-carousel3 .client-logo a:hover img {
  filter: grayscale(100%);
  transition: 0.5s all ease;
}

/* process steps 3 */
.twm-how-it-work-section3 .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* Allow wrapping for smaller screens */
}

.twm-w-process-steps3 {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  flex: 1 1 25%; /* Default: each box takes 25% of the row */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.twm-w-process-steps3 .twm-w-pro-top {
  display: flex;
  justify-content: space-between; /* Align the number left and icon right */
  align-items: center;
  margin-bottom: 20px;
}

.twm-w-process-steps3 .twm-large-number {
  font-size: 75px;
  line-height: 65px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-align: left; /* Align the number to the left */
}

.twm-w-process-steps3 .twm-w-pro-top .twm-media {
  width: 90px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.twm-w-process-steps3 .twm-title {
  font-size: 20px;
  font-weight: bold;
  text-align: left; /* Align title to the left */
  color: #686868;
  margin-bottom: 10px;
}

.twm-w-process-steps3 p {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left; /* Align paragraph text to the left */
}

/* Responsiveness for smaller screens (tablets and smaller) */
@media (max-width: 1024px) {
  .twm-w-process-steps3 {
    flex: 1 1 50%; /* 2 boxes per row on medium screens */
  }
}

@media (max-width: 768px) {
  .twm-w-process-steps3 {
    flex: 1 1 100%; /* Each box takes full width on smaller screens */
  }

  .twm-w-process-steps3 .twm-w-pro-top {
    flex-direction: row; /* Ensure number and icon stay aligned horizontally */
  }
}

@media (max-width: 420px) {
  .twm-w-process-steps3 {
    flex: 1 1 100%; /* Full width on very small screens */
    margin-bottom: 20px;
  }

  .twm-w-process-steps3 .twm-w-pro-top {
    flex-direction: column; /* Stack number and icon vertically */
    align-items: center;
    justify-content: center;
    margin-bottom: 15px; /* Reduced space for smaller screens */
  }

  .twm-w-process-steps3 .twm-large-number {
    font-size: 40px;
    text-align: center; /* Center the number on small screens */
  }

  .twm-w-process-steps3 .twm-media {
    margin-top: 10px; /* Add space between number and icon */
  }

  .twm-w-process-steps3 .twm-title, 
  .twm-w-process-steps3 p {
    text-align: center; /* Center-align title and paragraph */
  }
}



/*Featured cities*/
.twm-featured-city {
  margin-bottom: 30px;
}
.twm-featured-city.twm-large-block img {
  object-fit: cover;
  min-height: 520px;
}
@media (max-width: 1199px) {
  .twm-featured-city.twm-large-block img {
    min-height: 426px;
  }
}
@media (max-width: 991px) {
  .twm-featured-city.twm-large-block img {
    min-height: auto;
  }
}
.twm-featured-city .twm-media {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
}
.twm-featured-city .twm-media .twm-city-info {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #fff;
  padding: 10px 50px 10px 20px;
  border-radius: 0px 10px 0px 0px;
}
.twm-featured-city .twm-media .twm-city-info .twm-city-jobs {
  color: #228bb0;
}
.twm-featured-city .twm-media .twm-city-info .twm-title {
  margin-bottom: 0px;
}

/* ---- Home Page 3 Banner Section Css Start ---- */
.twm-home3-banner-section {
  position: relative;
  padding-top: 315px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .twm-home3-banner-section {
    padding-top: 240px;
  }
}
@media (max-width: 767px) {
  .twm-home3-banner-section {
    padding-top: 170px;
  }
}
.twm-home3-banner-section .twm-home3-inner-section .twm-bnr-mid-section {
  max-width: 1176px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  padding-bottom: 160px;
}
@media (max-width: 1600px) {
  .twm-home3-banner-section .twm-home3-inner-section .twm-bnr-mid-section {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .twm-home3-banner-section .twm-home3-inner-section .twm-bnr-mid-section {
    padding: 0px 15px 30px 15px;
  }
}
.twm-home3-banner-section .twm-home3-inner-section .twm-bnr-mid-section .twm-bnr-title-large {
  font-size: 66px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 991px) {
  .twm-home3-banner-section .twm-home3-inner-section .twm-bnr-mid-section .twm-bnr-title-large {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .twm-home3-banner-section .twm-home3-inner-section .twm-bnr-mid-section .twm-bnr-title-large {
    font-size: 28px;
    line-height: 36px;
  }
}
.twm-home3-banner-section .twm-home3-inner-section .twm-bnr-mid-section .twm-bnr-title-light {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 66px;
  line-height: 70px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .twm-home3-banner-section .twm-home3-inner-section .twm-bnr-mid-section .twm-bnr-title-light {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .twm-home3-banner-section .twm-home3-inner-section .twm-bnr-mid-section .twm-bnr-title-light {
    font-size: 28px;
    line-height: 36px;
  }
}
.twm-home3-banner-section .twm-home3-inner-section .twm-bnr-mid-section .twm-bnr-discription {
  font-size: 18px;
  margin-bottom: 50px;
  color: #fff;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.twm-home3-banner-section .twm-home3-inner-section .twm-bnr-mid-section .twm-bnr-popular-search {
  position: relative;
  font-size: 14px;
  margin-top: 30px;
  color: #fff;
}
.twm-home3-banner-section .twm-home3-inner-section .twm-bnr-mid-section .twm-bnr-popular-search .twm-title {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.twm-home3-banner-section .twm-home3-inner-section .twm-bnr-mid-section .twm-bnr-popular-search a {
  color: #fff;
}
.twm-home3-banner-section .twm-home3-inner-section .twm-bnr-mid-section .twm-bnr-popular-search a:hover {
  opacity: 0.8;
}
.twm-home3-banner-section .twm-bnr-bottom-section {
  padding: 0px 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .twm-home3-banner-section .twm-bnr-bottom-section {
    display: block;
    text-align: center;
  }
}
@media (max-width: 540px) {
  .twm-home3-banner-section .twm-bnr-bottom-section {
    padding: 0px 15px;
  }
}
.twm-home3-banner-section .twm-bnr-bottom-section .twm-browse-jobs {
  font-size: 60px;
  font-weight: 700;
  opacity: 0.3;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1440px) {
  .twm-home3-banner-section .twm-bnr-bottom-section .twm-browse-jobs {
    font-size: 40px;
  }
}
@media (max-width: 540px) {
  .twm-home3-banner-section .twm-bnr-bottom-section .twm-browse-jobs {
    font-size: 24px;
  }
}
.twm-home3-banner-section .twm-bnr-bottom-section .twm-bnr-blocks-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 767px) {
  .twm-home3-banner-section .twm-bnr-bottom-section .twm-bnr-blocks-wrap {
    display: block;
  }
}
.twm-home3-banner-section .twm-bnr-bottom-section .twm-bnr-blocks-wrap .twm-bnr-blocks {
  display: flex;
  position: relative;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 0px 10px;
}
@media (max-width: 767px) {
  .twm-home3-banner-section .twm-bnr-bottom-section .twm-bnr-blocks-wrap .twm-bnr-blocks {
    display: inline-block;
    margin-bottom: 20px;
  }
}
.twm-home3-banner-section .twm-bnr-bottom-section .twm-bnr-blocks-wrap .twm-bnr-blocks .twm-content .tw-count-number {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
}
.twm-home3-banner-section .twm-bnr-bottom-section .twm-bnr-blocks-wrap .twm-bnr-blocks .twm-content .tw-count-number .counter {
  font-size: 38px;
  line-height: 40px;
  font-weight: 600;
}
.twm-home3-banner-section .twm-bnr-bottom-section .twm-bnr-blocks-wrap .twm-bnr-blocks .twm-content .tw-count-number.text-clr-pink {
  color: #e47dff;
}
.twm-home3-banner-section .twm-bnr-bottom-section .twm-bnr-blocks-wrap .twm-bnr-blocks .twm-content .tw-count-number.text-clr-yellow {
  color: #e2d438;
}
.twm-home3-banner-section .twm-bnr-bottom-section .twm-bnr-blocks-wrap .twm-bnr-blocks .twm-content .icon-content-info {
  color: #fff;
  margin-bottom: 0px;
  font-size: 16px;
}
.twm-home3-banner-section .twm-bnr-bottom-section .twm-bnr-blocks-wrap .twm-bnr-blocks-3 {
  display: flex;
  position: relative;
  margin: 0px 10px;
}
@media (max-width: 767px) {
  .twm-home3-banner-section .twm-bnr-bottom-section .twm-bnr-blocks-wrap .twm-bnr-blocks-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 225px;
    margin-bottom: 30px;
  }
}
.twm-home3-banner-section .twm-bnr-bottom-section .twm-bnr-blocks-wrap .twm-bnr-blocks-3 .twm-pics {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.twm-home3-banner-section .twm-bnr-bottom-section .twm-bnr-blocks-wrap .twm-bnr-blocks-3 .twm-pics span {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  margin-left: -15px;
}
.twm-home3-banner-section .twm-bnr-bottom-section .twm-bnr-blocks-wrap .twm-bnr-blocks-3 .twm-content .tw-count-number {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}
.twm-home3-banner-section .twm-bnr-bottom-section .twm-bnr-blocks-wrap .twm-bnr-blocks-3 .twm-content .tw-count-number .counter {
  font-size: 38px;
  line-height: 40px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
}
.twm-home3-banner-section .twm-bnr-bottom-section .twm-bnr-blocks-wrap .twm-bnr-blocks-3 .twm-content .tw-count-number.text-clr-green {
  color: #00ffc6;
}
.twm-home3-banner-section .twm-bnr-bottom-section .twm-bnr-blocks-wrap .twm-bnr-blocks-3 .twm-content .icon-content-info {
  color: #fff;
  margin-bottom: 0px;
  font-size: 16px;
}

/* ---- categories style 3 ---- */
.job-categories-3-wrap {
  margin-bottom: 40px;
  margin-top: 10px;
}

.job-categories-3 {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  position: relative;
  text-align: center;
  height: 100%;
  top: 40px;
  transition: 0.5s all ease;
}
.job-categories-3 .twm-media {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(56, 152, 226, 0.3);
  display: table;
  margin-bottom: -40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -70px;
  background-color: #fff;
  transition: 0.5s all ease;
}
.job-categories-3 .twm-media img {
  width: auto;
}
.job-categories-3 .twm-media [class*=flaticon-] {
  color: #228bb0;
  display: table-cell;
  vertical-align: middle;
  font-size: 56px;
  line-height: 0;
  transition: 0.5s all ease;
}
.job-categories-3 .twm-content .twm-jobs-available {
  background-color: #228bb0;
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  padding: 4px 15px;
  display: inline-block;
  margin-bottom: 10px;
}
.job-categories-3 .twm-content a {
  margin-bottom: 0px;
  display: block;
}
.job-categories-3:hover {
  background-color: #228bb0;
}
.job-categories-3:hover .twm-content .twm-jobs-available {
  background-color: #fff;
  color: #228bb0;
}
.job-categories-3:hover .twm-content a {
  color: #fff;
}

/* Home Page 4 Banner Section Css Start*/
.twm-home4-banner-section {
  max-width: 1560px;
  margin: 0px auto;
  border-radius: 80px;
  padding: 50px 125px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .twm-home4-banner-section {
    padding: 100px 125px 50px 125px;
  }
}
@media (max-width: 991px) {
  .twm-home4-banner-section {
    padding: 40px 30px;
    margin: 40px;
  }
}
@media (max-width: 991px) {
  .twm-home4-banner-section {
    margin: 40px 15px;
  }
}
.twm-home4-banner-section .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.twm-home4-banner-section .row .twm-bnr-left-section {
  max-width: 650px;
  margin-left: auto;
  position: relative;
  z-index: 2;
  padding-right: 62px;
}
@media (max-width: 1360px) {
  .twm-home4-banner-section .row .twm-bnr-left-section {
    padding-left: 30px;
    padding-right: 0px;
  }
}
@media (max-width: 1199px) {
  .twm-home4-banner-section .row .twm-bnr-left-section {
    margin: 0px auto 50px;
  }
}
@media (max-width: 991px) {
  .twm-home4-banner-section .row .twm-bnr-left-section {
    margin: 0px auto 60px;
  }
}
@media (max-width: 575px) {
  .twm-home4-banner-section .row .twm-bnr-left-section {
    padding: 0px;
  }
}
.twm-home4-banner-section .row .twm-bnr-left-section .twm-bnr-title-large {
  font-size: 66px;
  line-height: 72px;
  font-weight: 500;
  color: #17171d;
  margin-bottom: 30px;
}
@media (max-width: 1360px) {
  .twm-home4-banner-section .row .twm-bnr-left-section .twm-bnr-title-large {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .twm-home4-banner-section .row .twm-bnr-left-section .twm-bnr-title-large {
    font-size: 28px;
    line-height: 36px;
  }
}
.twm-home4-banner-section .row .twm-bnr-left-section .twm-bnr-title-large span {
  text-decoration: underline;
}
.twm-home4-banner-section .row .twm-bnr-left-section .twm-bnr-discription {
  font-size: 18px;
  margin-bottom: 30px;
}
.twm-home4-banner-section .row .twm-bnr-right-section {
  max-width: 690px;
  width: 100%;
  padding-top: 15%;
  position: relative;
}
@media (max-width: 1199px) {
  .twm-home4-banner-section .row .twm-bnr-right-section {
    margin: 0px auto 50px;
  }
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-graphics-h3 {
  position: absolute;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-graphics-user {
  position: relative;
  z-index: 4;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-bg-line {
  z-index: 1;
  left: -5%;
  top: 14%;
  width: 93.5%;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-user {
  left: 0%;
  top: 13%;
  width: 50.4%;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-bg-plate {
  z-index: 2;
  right: -1%;
  top: 12%;
  width: 79%;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-checked-plate {
  z-index: 3;
  left: 25%;
  top: 20%;
  width: 66.7%;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-blue-block {
  z-index: 3;
  left: 31%;
  top: 56%;
  width: 26.5%;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-color-dotts {
  z-index: 3;
  left: 29%;
  top: 65%;
  width: 23.8%;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-card-large {
  z-index: 3;
  left: 38%;
  top: 0%;
  width: 59.7%;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-card-s1 {
  z-index: 3;
  right: 5%;
  top: 39%;
  width: 29.9%;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-card-s2 {
  z-index: 3;
  right: 15%;
  top: 59%;
  width: 29.9%;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-white-dotts {
  z-index: 3;
  left: 30%;
  top: 3%;
  width: 17%;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-top-shadow {
  z-index: 0;
  left: -17%;
  top: -10%;
  width: 68.6%;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-bottom-shadow {
  z-index: 0;
  right: -5%;
  top: 38%;
  width: 68.6%;
}

.bg-none {
  background-color: transparent;
}
.bg-none:focus {
  background-color: transparent;
}
/* ----------------------------------

Template Name: Urane - Insurance Company HTML Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Manrope
Main Color   : #015FC9

-------------------------------------

[Typography]

Body copy:    15px 'Manrope', sans-serif
Header:     36px 'Manrope', sans-serif
Input, textarea:  16px 'Manrope', sans-serif
Sidebar heading:  22px 'Manrope', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03 Navbar
        - Navbar Default
        - Navbar Box
        - Navbar Sticky
        - Navbar Fixed
        - Navbar Center
    04. Banner
        - Banner Slide
        - Banner Zoom
        - Banner Animtion
	05. About
        - Version One
        - Version Two
        - Version Three
        - Version Four
        - Version Five
        - Version Six
    06. Insureance
        - Version One
        - Version Two
        - Version Three
        - Version Four
        - Version Five
        - Version Six
	07. Estimate / Quote
        - Version One
        - Version Two
        - Version Three
        - Version Four
    08. Gallery
        - Gallery Masonary
        - Gallery Single
    09. Team
        - Team Version One
        - Team Version Two
        - Team Single
	10. Features
        - Style One
        - Style Two
    12. Testimonials
		- Version One
        - Version Two
        - Version Three
	13. Pricing Table
		- Version One
        - Version Two
    14. Partners / Brand
    15. Blog
        - Standard
        - Grid
        - Left Sidebar
        - Right Sidebar
        - Single
    16. Error 404
    17. Footer
    18. PHP Contact Form
    19. Others

*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800&display=swap');


/* Varialbes */
:root {
	--font-default: 'Manrope', sans-serif;
	--font-heading: 'Manrope', sans-serif;
	--font-optional: 'Barlow', sans-serif;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #565555;
	--dark-secondary: #228bb0;
	--dark-optional: #565555;
	--white: #ffffff;
	--color-primary: #228bb0;
	--color-secondary: #228bb0;
	--color-style-two: #00868C;
	--color-style-three: #00A775;
	--color-style-four: #E50418;
	--color-style-five: #05be8a;
	--color-style-six: #be9e00;
	--color-style-seven: #c60505;
	--color-heading: #686868;
	--color-paragraph: #7d7c7c;
	--box-shadow-primary: -1px 3px 10px 0 #686868;
	--box-shadow-secondary: 0 10px 30px 0 #228bb0;
	--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
	--bg-gray: #F2F5FA;
	--bg-gradient: linear-gradient(45deg, var(--color-primary) 30%, var(--color-secondary) 90%);
	--bg-gradient-two: linear-gradient(45deg, var(--color-style-two) 30%, var(--color-style-five) 100%);
	--bg-gradient-three: linear-gradient(45deg, var(--color-style-three) 30%, var(--color-style-six) 100%);
	--bg-gradient-four: linear-gradient(65deg, var(--color-style-four) 30%, var(--color-style-seven) 100%);
	--bg-gradient-five: linear-gradient(65deg, var(--color-secondary) 30%, var(--color-primary) 100%);
}


/* ============================================================== 
     # Reset Browsers
=================================================================== */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body,
html {
	height: 100%;
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.wrapper {
	height: 100%;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}

a {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}

a img {
	border: none;
}

a:active {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
	opacity: 1;
}

a:focus {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}

a:hover {
	outline: none;
	text-decoration: none;
	color: var(--color-primary);
	opacity: 1;
}

.color-style-two a:hover {
	color: var(--color-style-two);
}

.color-style-three a:hover {
	color: var(--color-style-three);
}

.color-style-four a:hover {
	color: var(--color-style-four);
}

.color-style-five a:hover {
	color: var(--color-secondary);
}

.secondary a:hover {
	color: var(--color-primary);
}

button {
	outline: medium none;
}

iframe {
	border: none;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eeeeee;
}

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}

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

input:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

textarea:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

select:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

ul {
	list-style-type: none;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

b {
	font-weight: 700;
}

strong {
	font-weight: 700;
}

.row {
	--bs-gutter-x: 30px;
}


/* ============================================================== 
    # Template Default Styles
=================================================================== */

body {
	font-family: var(--font-default);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	overflow-x: hidden;
	background-color: var(--white);
	color: var(--color-paragraph);
}

h1, h2, h3, h4, h5, h6 {
	color: var(--color-heading);
	font-weight: 700;
	line-height: 1.2;
	font-family: var(--font-heading);
	letter-spacing: 0;
	margin: 0;
	margin-bottom: 15px;
}

h1 {
	font-size: 48px;
	margin-bottom: 25px;
}

h2 {
	font-size: 40px;
	margin-bottom: 25px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

a, .btn, button {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	outline: medium none;
	text-decoration: none;
	font-weight: 700;
}

p {
	color: var(--color-paragraph);
	margin: 0 0 25px;
	text-transform: none;
	font-weight: 500;
	font-family: var(--font-default);
}

.split-text {
	overflow: hidden;
	position: relative;
}

.split-text .line {
	overflow: hidden;
	display: none;
}


/* ============================================================== 
    # Helper CSS
=================================================================== */

.container-full {
	padding: 0 15px;
	margin: auto;
	max-width: 100%;
	width: 100%;
}

@media (min-width: 576px) {
	.container-full {
		max-width: 540px;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.container-full {
		max-width: 720px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.container-full {
		max-width: 960px;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container-full {
		max-width: 100%;
		width: 100%;
		padding: 0;
	}

	.box-layout {
		width: 94%;
		margin: auto;
		border-radius: 30px;
	}
}

.container-fill {
	padding: 0 15px;
	margin: auto;
	max-width: 100%;
}

@media (min-width: 576px) {
	.container-fill {
		max-width: 540px;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.container-fill {
		max-width: 720px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.container-fill {
		max-width: 960px;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container-fill {
		width: 100%;
		max-width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (max-width: 1199px) {
	.container-fill {
		padding: 0 15px;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.row {
		--bs-gutter-x: 1.5rem;
	}
}

.item-center {
	display: flex;
	align-items: center;
}

.bg-cover {
	background-position: center center !important;
	background-size: cover !important;
}

.bg-fixed {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-size: cover !important;
}

.bg-fit {
	background-size: 100% 100% !important;
	background-position: center !important;
}

.bg-gray {
	background: var(--bg-gray);
}

.bg-dark .bg-gray {
	background: var(--dark-secondary);
}

.bg-gray-secondary {
	background: var(--bg-gray-secondary);
}

.bg-light {
	background-color: var(--white) !important;
}

.bg-dark {
	background-color: var(--dark) !important;
}

.bg-dark-secondary {
	background-color: var(--dark-secondary) !important;
}

.bg-dark-optional {
	background-color: var(--dark-optional);
}

.bg-theme {
	background-color: var(--color-primary);
}

.color-style-two .bg-theme {
	background-color: var(--color-style-two);
}

.color-style-three .bg-theme {
	background-color: var(--color-style-three);
}

.color-style-four .bg-theme {
	background-color: var(--color-style-four);
}

.color-style-five .bg-theme {
	background-color: var(--color-secondary);
}

.bg-gradient {
	background-color: var(--color-primary);
	background: var(--bg-gradient) !important;
}

.bg-gradient-secondary {
	background-color: var(--color-primary);
	background: var(--bg-gradient-reverse) !important;
}

.text-gradient {
	background: var(--text-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 900;
	display: inline-block;
}

.text-light {
	color: var(--white);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light span,
.text-light a {
	color: var(--white);
}

.shadow {
	-webkit-box-shadow: inherit !important;
	box-shadow: inherit !important;
}

.shadow.dark {
	position: relative;
	z-index: 1;
}

.shadow.dark:after {
	background: var(--black);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.shadow.dark-hard {
	position: relative;
	z-index: 1;
}

.shadow.dark-hard:after {
	background: var(--black) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.shadow.theme {
	position: relative;
	z-index: 1;
}

.shadow.theme:after {
	background: var(--color-primary) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.shadow.light {
	position: relative;
	z-index: 1;
}

.shadow.light:after {
	background: var(--white) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
	position: relative;
}

.default-padding {
	padding-top: 90px;
	padding-bottom: 70px;
}

@media only screen and (max-width: 767px) {
	.default-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.default-padding-big {
	padding: 250px 0;
}

@media only screen and (max-width: 767px) {
	.default-padding-big {
		padding: 60px 0;
	}
}

.default-padding-top {
	padding-top: 120px;
}

@media only screen and (max-width: 767px) {
	.default-padding-top {
		padding-top: 60px;
	}
}

.default-padding-bottom {
	padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
	.default-padding-bottom {
		padding-bottom: 60px;
	}
}

.default-padding.bottom-less {
	padding-top: 120px;
	padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
	.default-padding.bottom-less {
		padding-top: 60px;
		padding-bottom: 30px;
	}
}

.default-padding-bottom.bottom-less {
	margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
	.default-padding-bottom.bottom-less {
		margin-bottom: 0;
		padding-bottom: 30px;
	}
}

.default-padding-top.bottom-less {
	margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
	.default-padding-top.bottom-less {
		margin-bottom: -20px;
	}
}

@media only screen and (min-width: 1200px) {
	.align-center {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.relative {
	position: relative;
}

.overflow-hidden {
	overflow: hidden;
}

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

.border-bottom {
	border-bottom: 1px solid #e7e7e7;
}

.border-left {
	border-left: 1px solid #e7e7e7;
}

.border-right {
	border-right: 1px solid #e7e7e7;
}

.heading {
	font-weight: 700;
	margin-bottom: 25px;
	margin-top: -5px;
	font-size: 42px;
	line-height: 1.3;
}

.heading span {
	font-weight: 400;
}

.site-heading {
	margin-bottom: 60px;
}

.site-heading strong {
	display: inline-block;
	font-weight: 700;
	position: relative;
	z-index: 1;
}

.site-heading strong::after {
	position: absolute;
	left: 0;
	bottom: -5px;
	content: "";
	height: 100%;
	width: 100%;
	background: url(../img/shape/35.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	z-index: -1;
}

.title {
	font-weight: 800;
	font-size: 50px;
}

@media (max-width: 767px) {
	.title {
		font-size: 36px;
		margin-top: 0;
	}
}

.bg-dark .title {
	color: var(--white);
}

.site-heading .title {
	margin-bottom: 0;
	font-size: 50px;
	font-weight: 800;
}

.bg-dark .site-heading .title {
	color: var(--white);
}

.sub-title {
	text-transform: uppercase;
	color: var(--color-primary);
	font-weight: 800;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-flex;
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	align-items: center;
	font-size: 20px;
}

.color-style-two .sub-title {
	color: var(--color-style-two);
	background: var(--bg-gradient-two);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.color-style-three .sub-title {
	color: var(--color-style-three);
	background: var(--bg-gradient-three);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.color-style-four .sub-title {
	color: var(--color-style-four);
	background: var(--bg-gradient-four);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.color-style-five .sub-title {
	color: var(--color-style-four);
	background: var(--bg-gradient-five);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-light .sub-title::after,
.text-light .sub-title::before,
.text-light.sub-title::after,
.text-light.sub-title::before {
	filter: brightness(0) invert(1);
}

.sub-title img {
	height: 25px;
	margin-right: 8px;
}

.bg-theme .sub-title {
	-webkit-text-fill-color: white;
	background: transparent;
	font-weight: 600;
}

@media (max-width: 767px) {
	.sub-title {
		margin-bottom: 10px;
	}
}

.site-heading p {
	margin-bottom: 0;
	margin-top: 25px;
	padding: 0 10%;
}

.site-heading .devider {
	display: inline-block;
	width: 50px;
	height: 2px;
	background: var(--color-primary);
	position: relative;
	z-index: 1;
	left: 10px;
}

.site-heading.light .devider,
.bg-theme .site-heading .devider,
.bg-gradient .site-heading .devider,
.shadow .site-heading .devider,
.bg-dark .site-heading .devider {
	background: var(--white);
}

@media (max-width: 767px) {
	.site-heading p {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.site-heading {
		margin-bottom: 40px;
		font-size: 36px;
		line-height: 1.2;
	}
}

.heading-left {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

.heading-left .heading {
	font-weight: 700;
	margin-bottom: 0;
}

.heading-left .title {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.heading-left .heading {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.heading-left .heading {
		margin-bottom: 15px;
		font-size: 36px;
		line-height: 1.2;
	}
}

.heading-left p {
	margin-bottom: 0;
}

.heading-left .btn {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.heading-left {
		margin-bottom: 30px;
	}
}

.sub-heading {
	text-transform: uppercase;
	color: var(--color-primary);
	font-weight: 700;
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	font-size: 20px;
	padding-right: 10px;
}

.color-style-two .sub-heading {
	color: var(--color-style-two);
}

.color-style-two .text-light .sub-heading {
	color: var(--white);
}

.sub-heading::before {
	position: absolute;
	top: 50%;
	left: 100%;
	content: "";
	height: 100%;
	width: 100%;
	background: url(../img/shape/18.png);
	background-repeat: no-repeat;
	background-size: 100px;
	background-position: left center;
	margin-top: -13px;
}

.color-style-two .sub-heading::before {
	background: url(../img/shape/18-2.png);
	background-repeat: no-repeat;
	background-size: 100px;
	background-position: left center;
}

.text-light .sub-heading::before {
	filter: brightness(0) invert(1);
}

.shadow .sub-heading {
	-webkit-text-fill-color: var(--white);
	font-weight: 700;
}

.bg-gradient .sub-heading {
	color: var(--white);
	background: transparent;
	-webkit-background-clip: inherit;
	background-clip: inherit;
	-webkit-text-fill-color: inherit;
	opacity: 0.9;
}

.site-heading.text-light .sub-title,
.site-heading.text-light .sub-heading {
	-webkit-text-fill-color: inherit;
	color: var(--white);
}

/* ============================================================== 
    # Video Play Button 
=================================================================== */
.video-play-button {
	display: inline-block;
	position: relative;
	height: 120px;
	width: 120px;
	line-height: 120px;
	background: var(--color-primary);
	border-radius: 50%;
	font-size: 30px;
	font-weight: 100;
	color: var(--white);
}

.color-style-two .video-play-button {
	background: var(--color-style-two);
}

.color-style-three .video-play-button {
	background: var(--color-style-three);
}

.color-style-four .video-play-button {
	background: var(--color-style-four);
}

.video-play-button i {
	font-weight: 100;
	color: var(--white);
}

.video-play-button::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 105%;
	width: 105%;
	border: 1px solid rgba(255, 255, 255, 0.8);
	animation: pulse-border 3s linear infinite;
	border-radius: 50%;
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}



/* ============================================================== 
    # Template Animation
=================================================================== */

/* Video Paly */
@-webkit-keyframes video-play {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes video-play {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

/*Zoom Animation */
.zoom-animation {
	-webkit-animation: zoom 2000ms ease-out infinite;
	animation: zoom 2000ms ease-out infinite;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.2, 1.2);
	}
}

@keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}
}

/* Spiner Animation */
.spiner-animation {
	-webkit-animation: spinner 20s infinite linear;
	animation: spinner 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}


/* Spiner Animation */
.spiner-reverse-animation {
	-webkit-animation: spinnerReverse 20s infinite linear;
	animation: spinnerReverse 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinnerReverse {
	to {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}

@keyframes spinnerReverse {
	to {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}

/* Infinite Up Down Animation */
@keyframes UpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

/* Animation UpDown */
.updown-animation {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
	animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
	-webkit-animation-name: UpDown;
	animation-name: UpDown;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes UpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

/* Animation Left Right */
.leftRight-animation {
	-webkit-animation: fadeLeftRight 10s ease-out infinite;
	animation: fadeLeftRight 10s ease-out infinite;
}

/* Fade Left Right */
@keyframes fadeLeftRight {
	0%, 100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

@-webkit-keyframes fadeLeftRight {
	0%, 100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

/* Animation Right Left */
.rightLeft-animation {
	-webkit-animation: fadeRightLeft 10s ease-out infinite;
	animation: fadeRightLeft 10s ease-out infinite;
}

@keyframes fadeRightLeft {
	0%, 100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
}

@-webkit-keyframes fadeRightLeft {
	0%, 100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
}

/* Animation Zoom Up Down */
.zoomUpDown-animation {
	-webkit-animation: zoomUpDown 10s ease-out infinite;
	animation: zoomUpDown 10s ease-out infinite;
}

/* Zoom Up Down */
@keyframes zoomUpDown {
	0%, 100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	50% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
}

@-webkit-keyframes zoomUpDown {
	0%, 100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

/* Animation Moving */
.moving-animation {
	-webkit-animation: moving 10s ease-out infinite;
	animation: moving 10s ease-out infinite;
}

/* Mooving Animation */
@-webkit-keyframes moving {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	20% {
		-webkit-transform: translate(0px, -30px);
		transform: translate(0px, -30px);
	}

	50% {
		-webkit-transform: translate(-100px, -30px);
		transform: translate(-100px, -30px);
	}

	70% {
		-webkit-transform: translate(-100px, 0px);
		transform: translate(-100px, 0px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@keyframes moving {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	20% {
		-webkit-transform: translate(0px, -30px);
		transform: translate(0px, -30px);
	}

	50% {
		-webkit-transform: translate(-100px, -30px);
		transform: translate(-100px, -30px);
	}

	70% {
		-webkit-transform: translate(-100px, 0px);
		transform: translate(-100px, 0px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

/* Animation Rotation */
@keyframes infinite-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes infinite-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Button Border Animation */
@-webkit-keyframes open {
	0% {
		width: 0;
		height: 0;
	}

	50% {
		width: 100px;
		height: 0;
	}

	100% {
		width: 100px;
		height: 55px;
	}
}

@keyframes open {
	0% {
		width: 0;
		height: 0;
	}

	50% {
		width: 100px;
		height: 0;
	}

	100% {
		width: 100px;
		height: 55px;
	}
}

@-webkit-keyframes openB {
	0% {
		width: 0px;
	}

	100% {
		width: 100px;
	}
}

@keyframes openB {
	0% {
		width: 0px;
	}

	100% {
		width: 100px;
	}
}

/* Animation Shine (A shine color will move inside the text) */

@-webkit-keyframes shine {
	0% {
		margin-right: 0;
	}

	100% {
		margin-right: -100px;
	}
}

@keyframes shine {
	0% {
		margin-right: 0;
	}

	100% {
		margin-right: -100px;
	}
}

@-webkit-keyframes infiniteMove {
	0% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}

	50% {
		border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
	}

	100% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
}

@keyframes infiniteMove {
	0% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}

	50% {
		border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
	}

	100% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
}

@-webkit-keyframes infiniteMove2 {
	0% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}

	50% {
		border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
	}

	100% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}
}

@keyframes infiniteMove2 {
	0% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}

	50% {
		border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
	}

	100% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}
}

/* ============================================================== 
    # Button Styles
=================================================================== */
.btn {
	display: inline-block;
	font-weight: 700;
	text-transform: capitalize;
	transition: all 0.35s ease-in-out;
	overflow: hidden;
	border-radius: 5px;
	border: 2px solid transparent;
	-webkit-box-shadow: inherit;
	box-shadow: none !important;
	font-size: 16px;
	letter-spacing: 0;
	padding: 13px 30px;
	background: #7998bf;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.btn:focus, .btn.active {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	border: 2px solid transparent;
}

.btn:hover {
	background-color: #686868;
	color: var(--white);
}

.btn.radius {
	border-radius: 30px;
}

.btn.btn-border {
	border: 2px solid #dddddd;
	background: transparent;
	position: relative;
	z-index: 1;
	overflow: hidden;
	font-weight: 700;
}

.btn.btn-border::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

.btn.btn-border:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-border:hover {
	border-color: var(--dark);
}

.btn.btn-border.animation::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background: #686868;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-border.animation:hover {
	border-color: #686868;
	color: #686868;
}

.btn.btn-border.animation:hover::after {
	width: 100%;
}

.btn.btn-border-dark {
	border: 2px solid var(--dark);
	background: transparent;
}

.btn-md.btn-border-dark {
	padding: 15px 35px;
}

.btn.btn-border-dark:hover {
	background: #686868;
	border-color: var(--dark);
}

.btn.btn-border-dark.animation::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-border-dark.animation:hover {
	border-color: var(--dark);
	color: var(--white);
}

.btn.btn-border-dark.animation:hover::after {
	width: 100%;
}

.btn.btn-border-theme {
	border: 2px solid var(--color-primary);
	background: transparent;
}

.btn.btn-border-theme:hover {
	background: var(--color-primary);
	border-color: var(--color-primary);
}

.btn.btn-border-theme.animation::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background: var(--color-primary);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-border-theme.animation:hover {
	border-color: var(--color-primary);
	color: var(--white);
}

.btn.btn-border-theme.animation:hover::after {
	width: 100%;
}

.btn.btn-border-light {
	border: 2px solid var(--white);
	background: transparent;
	color: var(--white);
}

.btn.btn-border-light:hover {
	background: var(--white);
	border-color: var(--white);
	color: var(--dark);
}

.btn.btn-border-light.animation::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background: var(--white);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-border-light.animation:hover {
	border-color: var(--white);
	color: var(--dark);
}

.btn.btn-border-light.animation:hover::after {
	width: 100%;
}

.btn-md.btn-border-light {
	border: 1px solid var(--white);
	padding: 15px 35px;
}

.btn.btn-border.light {
	color: var(--white);
	border-color: var(--white);
}

.btn.btn-border.light::after {
	background: var(--color-primary);
}

.btn.btn-border.light:hover {
	border-color: var(--color-primary);
}

.btn.btn-gradient {
	border: none;
	color: var(--white);
}

.btn.btn-gradient::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
	background-image: linear-gradient(to left, var(--color-primary), var(--color-style-two), var(--color-primary) );
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background-size: 250%;
}

.btn.btn-gradient:hover::after {
	background-position: -70% 0;
}

.btn.btn-gradient.active {
	background-position: -70% 0;
}

.btn.btn-theme {
	color: var(--white);
	border: none;
	background: var(--color-primary);
}

.color-style-two .btn.btn-theme {
	background: var(--color-style-two);
}

.color-style-two .btn.btn-theme:hover,
.color-style-three .btn.btn-theme:hover,
.color-style-four .btn.btn-theme:hover,
.color-style-five .btn.btn-theme:hover,
.color-style-six .btn.btn-theme:hover {
	color: var(--white);
}

.color-style-three .btn.btn-theme {
	background: var(--color-style-three);
}

.color-style-four .btn.btn-theme {
	background: var(--color-style-four);
}

.color-style-four .btn.btn-theme:hover {
	color: var(--white);
}

.color-style-five .btn.btn-theme {
	background: var(--color-secondary);
}

.color-style-two .btn.btn-theme:hover {
	color: var(--white);
}

.btn.btn-theme::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

.shadow .btn.btn-theme::after {
	background-color: var(--white);
}

.shadow .btn.btn-theme:hover {
	color: var(--color-heading);
}

.text-light .btn.btn-theme:hover {
	color: var(--color-heading);
}

.text-light .btn.btn-theme:after {
	background: var(--white);
}

.btn.btn-theme:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

button {
	display: inline-block;
	font-weight: 700;
	text-transform: capitalize;
	transition: all 0.35s ease-in-out;
	overflow: hidden;
	border-radius: 7px;
	border: 2px solid transparent;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	font-size: 16px;
	letter-spacing: 0;
	padding: 14px 40px;
	background: #E7EDF8;
	position: relative;
	z-index: 1;
	color: var(--white);
	border: none;
	background: var(--color-primary);
}

.color-style-two button {
	background: var(--color-style-two);
}

.color-style-three button {
	background: var(--color-style-three);
}

.color-style-four button {
	background: var(--color-style-four);
}

.color-style-five button {
	background: var(--color-secondary);
}

button::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

button:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

button i {
	margin-right: 4px;
}

.btn.btn-theme.secondary {
	color: var(--white);
	border: none;
	background: var(--color-primary);
}

.btn.btn-theme.secondary::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

.text-light .btn.btn-theme.secondary::after {
	background-color: var(--white);
}

.text-light .btn.btn-theme.secondary:hover {
	color: var(--color-heading);
}

.btn.btn-theme.secondary:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-theme.hover-light::after {
	background-color: var(--white);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover {
	color: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-light {
	color: var(--color-heading);
	background: var(--white);
	border: none;
}

.btn.btn-light::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

.btn.btn-light:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-light:hover {
	color: var(--white);
	border-color: transparent;
}

.btn.btn-dark {
	color: var(--white);
	background: var(--dark);
	border: none;
}

.btn.btn-dark::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background-color: var(--color-primary);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.color-style-two .btn.btn-dark::after {
	background-color: var(--color-style-two);
}

.color-style-three .btn.btn-dark::after {
	background-color: var(--color-style-three);
}

.color-style-four .btn.btn-dark::after {
	background-color: var(--color-style-four);
}

.shadow .btn.btn-dark::after {
	background-color: var(--white);
}

.shadow .btn.btn-dark:hover {
	color: var(--color-heading) !important;
}

.btn.btn-dark:hover::after {
	width: 100%;
}

.btn.btn-dark.secondary {
	color: var(--white);
	border: none;
	background: var(--dark);
}

.btn.btn-dark.secondary::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--color-primary);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

.btn.btn-dark.secondary:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn i {
	position: relative;
	top: 1px;
	margin-left: 5px;
}

.btn-md i {
	font-weight: 1;
	font-size: 24px;
	margin: 0;
	float: left;
	position: relative;
	top: 1px;
	margin-right: 10px;
}

.btn.text-slide {
	min-width: 150px;
	height: 55px;
	line-height: 55px;
}

.btn.text-slide span {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
}

.btn.animate-border {
	overflow: inherit;
	z-index: inherit;
	width: 200px;
	height: 55px;
	line-height: 55px;
	padding: 0;
}

.btn.animate-border:hover {
	background: transparent;
	color: var(--dark);
}

.btn.animate-border:hover .hover-border::after,
.btn.animate-border:hover .hover-border::before {
	opacity: 1;
	-webkit-animation: open 0.4s;
  /* Chrome, Safari, Opera */
	animation: open 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-animation-direction: normal;
	animation-direction: normal;
}

.btn.animate-border:hover .hover-border-bottom::after,
.btn.animate-border:hover .hover-border-bottom::before {
	opacity: 1;
	-webkit-animation: openB 0.4s;
  /* Chrome, Safari, Opera */
	animation: openB 0.4s;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-animation-direction: normal;
	animation-direction: normal;
}

.btn.animate-border .hover-border {
	position: absolute;
	left: 0;
	top: -1px;
	height: 100%;
	width: 100%;
}

.btn.animate-border .hover-border::before {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	display: block;
	opacity: 0;
	border-top: solid 2px var(--color-primary);
	border-left: solid 2px var(--color-primary);
	right: 98px;
	top: -1px;
}

.btn.animate-border .hover-border::after {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	display: block;
	opacity: 0;
	border-top: solid 2px var(--color-primary);
	border-right: solid 2px var(--color-primary);
	left: 98px;
	top: -1px;
}

.btn.animate-border .hover-border-bottom {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.btn.animate-border .hover-border-bottom::before {
	position: absolute;
	content: "";
	width: 0;
	display: block;
	opacity: 0;
	height: 55px;
	border-bottom: solid 2px var(--color-primary);
	right: -1px;
	bottom: -2px;
}

.btn.animate-border .hover-border-bottom::after {
	position: absolute;
	content: "";
	width: 0;
	display: block;
	opacity: 0;
	height: 100%;
	border-bottom: solid 2px var(--color-primary);
	left: 0;
	bottom: -2px;
}

.btn.animated-arrow {
	border: none;
	background: transparent;
	min-width: 14rem;
	height: auto;
	padding: 0;
}

.btn.animated-arrow .circle {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: relative;
	display: block;
	margin: 0;
	width: 3.5rem;
	height: 3.5rem;
	background: var(--color-primary);
	border-radius: 2rem;
}

.btn.animated-arrow .circle .icon {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	left: 15px;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.btn.animated-arrow .circle .icon::before {
	position: absolute;
	content: "";
	top: -0.25rem;
	right: 0.0625rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.125rem solid var(--white);
	border-right: 0.125rem solid var(--white);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn.animated-arrow .button-text {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px 0;
	margin: 0 0 0 70px;
	color: var(--dark);
	line-height: 2;
	text-align: left;
	width: 100%;
	font-size: 14px;
}

.btn.animated-arrow:hover {
	color: var(--white);
}

.btn.animated-arrow:hover .circle {
	width: 100%;
}

.btn.animated-arrow:hover .circle .icon.arrow {
	background: var(--white);
	-webkit-transform: translate(1.5rem, 0);
	transform: translate(1.5rem, 0);
}

.btn.animated-arrow:hover .button-text {
	color: var(--white);
}

.btn.circle {
	border-radius: 30px !important;
}

.btn-simple {
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
	color: var(--color-paragraph);
}

.btn-simple i {
	transform: rotate(-45deg);
	display: inline-block;
	margin-left: 2px;
}

.btn-simple:hover {
	color: var(--color-primary);
}

.video-btn i {
	display: inline-block;
	height: 55px;
	width: 55px;
	text-align: center;
	line-height: 55px;
	background: var(--color-primary);
	border-radius: 50%;
	position: relative;
	margin-right: 20px;
	color: var(--white);
}

.text-light .video-btn i {
	background: var(--white);
	color: var(--color-primary);
}

.video-btn i::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 60px;
	height: 60px;
	background: var(--color-primary) repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1;
}

.text-light .video-btn i::after {
	background: var(--white) repeat scroll 0 0;
}

.text-shine {
	background: linear-gradient(to right, var(--dark) 0, var(--white) 10%, var(--color-primary) 20%);
	background-position: 0;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: shine 3s infinite linear;
	animation: shine 3s infinite linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-text-size-adjust: none;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
	white-space: nowrap;
	padding: 12px 48px;
}

.animate-inout {
	background: -webkit-gradient(linear, left top, right top, from(#8A6552), to(#472d20));
	background: linear-gradient(90deg, #8A6552 0%, #472d20 100%);
	color: var(--white);
	font-size: 12px;
	text-transform: capitalize;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	border: solid 2px var(--color-primary);
	cursor: pointer;
}

.btn-icon {
	position: relative;
	padding-left: 20px;
}

.btn-icon:hover {
	color: var(--color-primary);
}

.btn-icon::after {
	position: absolute;
	right: 10px;
	top: 50%;
	content: "";
	height: 2px;
	left: 0;
	background: var(--color-heading);
	transform: translateY(-50%);
	margin-top: -1px;
	transition: all 0.35s ease-in-out;
}

.btn-icon:hover::after {
	background: var(--color-primary);
}

.btn-icon i {
	font-weight: 700;
}

.btn-icon:hover {
	padding-left: 40px;
}

.animate-inout span {
	z-index: 1;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	line-height: 20px;
}

.animate-inout::before, .animate-inout::after {
	width: 0%;
	height: 0%;
	position: absolute;
	content: "";
	border-radius: 100%;
}

.animate-inout:after {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: var(--white);
}

.animate-inout:before {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background: var(--color-primary);
}

.animate-inout.animate-inout-borde {
	background: transparent;
	color: var(--dark);
}

.animate-inout.animate-inout-borde::after {
	background: -webkit-gradient(linear, left top, right top, from(#8A6552), to(#472d20));
	background: linear-gradient(90deg, #8A6552 0%, #472d20 100%);
}

.animate-inout.animate-inout-borde:hover {
	color: var(--white);
}

.animate-inout.animate-inout-borde:hover::before {
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.animate-inout.animate-inout-borde:hover::after {
	-webkit-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
}

.animate-inout:hover {
	color: var(--dark);
}

.animate-inout:hover::before, .animate-inout:hover::after {
	width: 200px;
	height: 200px;
	border-radius: 4px;
}

.animate-inout:hover::before {
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.animate-inout:hover::after {
	-webkit-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
}

.btn-md {
	padding: 16px 35px;
	font-size: 16px;
}

.btn-md.btn-border {
	padding: 14px 52px;
}

.btn-sm {
	padding: 16px 45px;
	font-size: 14px;
}

.btn-sm.btn-border,
.btn-sm.btn-light {
	padding: 14px 45px;
}

.mfp-close-btn-in .mfp-close::after {
	display: none;
}

/* Btn Animation */

.btn-animation {
	z-index: 1;
	position: relative;
	font-size: 18px;
	display: inline-block;
	margin-left: 10px;
}

.bg-dark .btn-animation {
	color: var(--white);
}

.btn-animation i {
	display: inline-block;
	height: 55px;
	width: 55px;
	text-align: center;
	line-height: 55px;
	background: var(--white);
	color: var(--color-heading);
	border-radius: 50%;
	font-weight: 400;
	margin-right: 10px;
	transition: all 0.35s ease-in-out;
	transform: scale(0);
}

.btn-animation:hover {
	margin-left: 0;
	color: var(--color-heading);
}

.bg-dark .btn-animation:hover {
	color: var(--white);
}

.btn-animation:hover i {
	transform: scale(1);
}

.btn-animation::after {
	position: absolute;
	left: -13px;
	top: 0;
	content: "";
	height: 60px;
	width: 60px;
	border: 1px solid #c2bfbf;
	border-radius: 50%;
	transition: all 0.35s ease-in-out;
	transform: scale(1);
	z-index: -1;
}

.bg-dark .btn-animation::after {
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-animation:hover::after {
	transform: scale(0);
}

.btn-animation span {
	transition: all 0.35s ease-in-out;
	left: -50px;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
}

.btn-animation:hover span {
	left: 0;
}

.btn-animation.dark::after {
	border-color: #c5c5c5;
	z-index: -1;
}

.btn-animation.dark i {
	background: var(--color-primary);
	color: var(--white);
}

.btn-animation.dark:hover {
	color: var(--color-heading);
}

@media only screen and (max-width: 767px) {
	.row {
		--bs-gutter-x: 1.5rem;
	}
}

a.btn-round-animation {
	display: inline-block;
	height: 180px;
	width: 180px;
	text-align: center;
	line-height: 180px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 700;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

a.btn-round-animation i {
	display: inline-block;
	transform: rotate(-45deg);
	font-weight: 400;
	margin-left: 5px;
}

a.btn-round-animation::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 0;
	width: 100%;
	background: var(--color-primary);
	z-index: -1;
	transition: all 0.30s ease-in-out;
	border-radius: 50%;
}

a.btn-round-animation::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 0;
	width: 100%;
	background: var(--bg-gradient);
	z-index: -1;
	transition: all 0.40s ease-in-out;
	border-radius: 50%;
}

a.btn-round-animation:hover {
	color: var(--white);
}

a.btn-round-animation:hover::before {
	height: 100%;
}

a.btn-round-animation:hover::after {
	opacity: 0.4;
	height: 80%;
}

a.btn-round-animation.dark {
	border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark,
.bg-dark-secondary,
.bg-dark p,
.bg-dark-secondary p {
	color: #cccccc;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
	color: var(--white);
}

.mix-blend-theme {
	position: relative;
	z-index: 1;
}

.mix-blend-theme::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: var(--color-primary);
	z-index: -1;
	mix-blend-mode: multiply;
}

/* ============================================================== 
    # Topbar Styles
=================================================================== */

.item-flex {
	align-items: center;
	display: flex;
}

.item-flex li {
	margin-left: 30px;
}

.item-flex li:first-child {
	margin: 0;
}

.item-flex li i {
	margin-right: 10px;
	font-weight: 100;
	font-size: 18px;
	color: #ffffff;
}

.bg-theme .item-flex li i,
.bg-dark .item-flex li i {
	color: var(--white);
}
.top-bar-area{background-color: #686868;}
.top-bar-area li {
	display: flex;
	align-items: center;
	font-weight: 500;
}

.top-bar-area li a {
	font-weight: 500;
}

.top-bar-area .social li {
	display: inline-block;
	margin-right: 30px;
}

.top-bar-area .social li:first-child {
	margin-right: 0;
}

.top-bar-area .text-end .social li {
	margin-right: 0;
	margin-left: 20px;
}

.top-bar-area .text-end .social li:first-child {
	margin-left: 0;
}

.top-bar-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}

.top-bar-area.top-bar-style-one.bg-dark {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.top-bar-area li img {
	height: 23px;
	margin-right: 5px;
}

.text-end .item-flex {
	justify-content: right;
}

.text-end .item-flex i {
	font-size: 18px;
	margin: 0;
}

.text-end .item-flex .dropdown {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	margin-right: 30px;
}

.text-end .item-flex .dropdown button {
	background: transparent;
	padding: 0 30px !important;
	font-weight: 500;
	display: flex;
	align-items: center;
}

.text-end .item-flex .dropdown button img {
	height: 27px;
	border: 1px solid;
	border-radius: 50%;
	margin-right: 5px;
}

.text-end .item-flex .dropdown button::after {
	display: none;
}

.text-end .item-flex .dropdown ul.dropdown-menu {
	padding: 15px;
	min-width: 200px;
	top: 10px !important;
	border: none;
	box-shadow: 0 8px 25px 0 rgb(0 0 0 / 20%);
}

.text-end .item-flex .dropdown ul.dropdown-menu a.dropdown-item {
	color: var(--color-heading);
	background: transparent;
}

.text-end .item-flex .dropdown ul.dropdown-menu li {
	margin: 0;
}

.text-end .item-flex .dropdown button i {
	font-size: 16px;
	margin-left: 5px;
}

.topbar-two-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topbar-two-items img {
	height: 60px;
}

.topbar-two-items .topbar-info {
	display: flex;
	align-items: center;
}

.topbar-two-items .topbar-info i {
	display: inline-block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	margin-right: 15px;
	font-size: 25px;
}

.topbar-two-items .topbar-info h5 {
	margin-bottom: 3px;
	font-family: var(--font-default);
	font-size: 18px;
}

.topbar-two-items .topbar-info p {
	margin: 0;
}

.topbar-two-items .topbar-info a, .topbar-two-items .topbar-info p {
	color: var(--font-heading);
	font-weight: 700;
}

.topbar-two-items .logo a {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	display: block;
	padding: 20px 50px;
}

.top-bar-style-two {
	padding: 20px 0;
}

.top-bar-area p {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: right;
}

.top-bar-area p i {
	font-weight: 100;
	font-size: 20px;
	margin-right: 10px;
}

@media (min-width: 1024px) {
	.top-bar-area.top-bar-style-one.bg-transparent {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 8;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}

	.bg-transparent .item-flex li i {
		color: var(--white);
	}

	.bg-transparent .text-end .item-flex .dropdown {
		border-color: rgba(255, 255, 255, 0.4);
	}
}


/* ============================================================== 
    # Top Header
=================================================================== */
.top-header-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-header-items .logo img {
	height: 62px;
}

ul.top-header-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.top-bar-style-two ul.top-header-list {
	justify-content: center;
}

ul.top-header-list li {
	margin-left: 35px;
	position: relative;
	z-index: 1;
	display: inline-flex;
	padding-left: 35px;
}

ul.top-header-list li p {
	margin-bottom: 0;
}

ul.top-header-list li i {
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
	background: var(--color-primary);
	line-height: 60px;
	color: var(--white);
	font-weight: 800;
	font-size: 23px;
	border-radius: 50%;
	margin-right: 15px;
}

ul.top-header-list li h5,
ul.top-header-list li h6 {
	margin: 0;
}

.top-header-style-one {
	padding: 25px 0;
}

ul.top-header-list li a {
	font-weight: 800;
}

ul.top-header-list li::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 90%;
	width: 1px;
	background: #cccccc;
	transform: translateY(-50%);
}

ul.top-header-list li:first-child {
	margin: 0;
	padding: 0;
}

ul.top-header-list li:first-child::after {
	display: none;
}

.top-bar-style-two ul.top-header-list li i {
	height: 50px;
	width: 50px;
	line-height: 52px;
	font-size: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.top-bar-area .container-full .col-xl-6.offset-xl-2 {
		margin: 0;
		width: 66.66666667%;
	}
}

.top-bar-style-three {
	overflow: hidden;
}

.top-bar-style-three .item-flex {
	position: relative;
	z-index: 1;
}

.top-bar-style-three .text-end .item-flex::after {
	position: absolute;
	left: 0;
	top: -20px;
	content: "";
	bottom: -15px;
	width: 500%;
	background: var(--color-primary);
	z-index: -1;
	clip-path: polygon(2% 0%, 100% 0, 100% 100%, 0% 100%);
}

.color-style-two .top-bar-style-three .text-end .item-flex::after {
	background: var(--color-style-two);
}

.color-style-three .top-bar-style-three .text-end .item-flex::after {
	background: var(--color-style-three);
}

.color-style-four .top-bar-style-three .text-end .item-flex::after {
	background: var(--color-style-four);
}

@media (min-width: 1024px) {
	.top-bar-style-three.extra-pad {
		padding-bottom: 50px;
		padding-top: 20px;
	}

	.top-bar-style-three.extra-pad .text-end .item-flex::after {
		bottom: -50px;
	}
}


/* ============================================================== 
    # Navbar Styles
=================================================================== */
@media (min-width: 1024px) {

	nav.navbar.validnavs.navbar-box {
		top: 152px;
	}

	nav.navbar.validnavs.navbar-box.box-style-one .nav-box {
		background: url(../img/shape/menu.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right bottom;
		border-radius: 0 0 8px 8px;
	}

	nav.navbar.validnavs.navbar-box.box-style-one .nav-box ul.nav > li > a {
		color: var(--white);
	}

	nav.navbar.validnavs.navbar-box.box-style-one .attr-nav .side-menu span {
		background: var(--white);
		height: 2px;
	}

	nav.navbar.validnavs.navbar-box.box-style-one  .attr-right .attr-nav li.search a {
		color: var(--white);
	}

	nav.navbar.validnavs.navbar-box.sticked {
		top: 0;
		background: var(--color-primary) !important;
		box-shadow: none;
	}

	nav.navbar.validnavs.logo-less .navbar-brand .logo-display {
		display: none;
	}

	nav.navbar.validnavs.navbar-fixed.no-background.navbar-style-one {
		top: 90px;
		padding: 0;
	}

	.navbar.navbar-style-one.no-background .attr-right .attr-nav li i {
		color: var(--white);
	}

	nav.navbar.validnavs.navbar-box.navbar-style-three {
		top: 65px;
		padding: 0;
	}

	nav.navbar.validnavs.navbar-box.navbar-style-three.sticked {
		top: 0;
		background: transparent !important;
	}

	nav.navbar.validnavs.navbar-box.navbar-style-three .nav-box {
		box-shadow: 0 8px 25px 0 rgb(0 0 0 / 20%);
		padding: 5px 50px;
	}
}

@media (max-width: 1023px) {

	nav.navbar.validnavs.logo-less .navbar-brand .logo-display {
		display: block;
	}

	nav.navbar.validnavs.logo-less .navbar-brand .logo-scrolled {
		display: none;
	}
}

@media (min-width: 1400px) {

	.top-bar-style-two ul.top-header-list {
		justify-content: right;
	}

	nav.navbar.validnavs.navbar-fixed.no-background.navbar-style-one .attr-nav li.button a {
		background: #228bb0 !important;
		clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
	}
}

@media (min-width: 1399px) {
	nav.navbar.navbar-style-one.no-background a.navbar-brand {
		position: relative;
		z-index: 1;
		padding-left: 48px;
		top: -55px;
	}

	nav.navbar.navbar-style-one a.navbar-brand {
		transition: inherit;
	}

	nav.navbar.navbar-style-one.no-background a.navbar-brand::after {
		position: absolute;
		left: 0;
		top: -50px;
		content: "";
		height: 180px;
		width: 100%;
		background: var(--white);
		z-index: -1;
		border-bottom-left-radius: 10px;
		border-top-left-radius: 10px;
		box-shadow: -40px 18px 40px 0 rgb(0 0 0 / 10%);
	}

	nav.navbar.navbar-style-one.no-background a.navbar-brand::before {
		position: absolute;
		right: -35px;
		top: -58px;
		content: "";
		height: 186px;
		background: var(--white);
		width: 60px;
		border-radius: 0 10px 10px 0;
		z-index: -1;
		transform: rotate(15deg);
		box-shadow: 0 8px 25px 0 rgb(0 0 0 / 20%);
	}

	nav.navbar.validnavs.navbar-fixed.no-background.navbar-style-one .align-items-center::after {
		position: absolute;
		top: 0;
		content: "";
		height: 100%;
		right: -35px;
		background: var(--color-primary);
		left: 19%;
		z-index: -1;
		transform: skewX(-15deg);
		border-radius: 0 0 10px 10px;
	}

	nav.navbar.validnavs.navbar-fixed.no-background.navbar-style-one .align-items-center {
		position: relative;
		z-index: 1;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1399px) {
	nav.navbar.navbar-style-one.no-background a.navbar-brand img {
		filter: brightness(0) invert(1);
	}
}

@media (min-width: 1350px) {
	.container-full ul.item-flex {
		padding-left: 80px;
	}

	.top-bar .container-full.pr, 
	.navbar .container-full.pr {
		padding-left: 0;
		padding-right: 80px;
	}

	.container-full.pr .navbar-collapse.collapse {
		padding-left: 65px;
	}

	.top-bar-area .container-full {
		padding-right: 80px;
	}
}

nav.navbar.validnavs.navbar-style-two .navbar-header .logo-display {
	display: none;
}

@media (min-width: 1200px) {

	nav.navbar.validnavs.navbar-style-two .navbar-header .logo-display {
		display: inline-block;
	}

	nav.navbar.validnavs.navbar-style-two .navbar-header .logo-scrolled {
		display: none;
	}

	nav.navbar.validnavs.navbar-style-two .navbar-header {
		position: relative;
		z-index: 1;
	}

	nav.navbar.validnavs.navbar-style-two .navbar-header::after {
		position: absolute;
		right: -100px;
		top: -24px;
		content: "";
		width: 700%;
		background: var(--color-primary);
		z-index: -1;
		bottom: -24px;
		display: block;
		transform: skewX(-25deg);
	}

	.color-style-two nav.navbar.validnavs.navbar-style-two .navbar-header::after {
		background: var(--color-style-two);
	}

	.color-style-three nav.navbar.validnavs.navbar-style-two .navbar-header::after {
		background: var(--color-style-three);
	}

	nav.navbar.validnavs.navbar-style-two .navbar-header::before {
		display: block;
		position: absolute;
		right: -130px;
		top: -23px;
		bottom: 0;
		content: "";
		background: var(--white);
		width: 30px;
		transform: skewX(-25deg);
		box-shadow: 0 8px 25px 0 rgb(0 0 0 / 20%);
		z-index: -1;
		border-bottom-right-radius: 10px;
	}
}


/* ============================================================== 
    # Nice Select Styles
=================================================================== */
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: var(--white);
	border: solid 1px #e8e8e8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
}

.nice-select:hover {
	border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999999;
}

.nice-select::after {
	border-bottom: 1px solid var(--color-heading);
	border-right: 1px solid var(--color-heading);
	content: '';
	display: block;
	height: 10px;
	margin-top: -7px;
	pointer-events: none;
	position: absolute;
	right: 17px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 10px;
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	overflow-y: auto !important;
	height: auto;
}

.nice-select.open ::after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999999;
	pointer-events: none;
}

.nice-select.disabled::after {
	border-color: #96aac1;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small::after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: var(--white);
	border-radius: 5px;
	-webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
	width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
	font-weight: 700;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

.mfp-iframe-holder .mfp-close {
	color: transparent;
	background: transparent;
}

.mfp-iframe-holder .mfp-close::before {
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	width: 20px;
	z-index: 1;
	display: block;
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	color: var(--white);
}

/* ============================================================== 
    # Banner Styles
=================================================================== */
.banner-area {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

@media (max-width: 1023px) {
	.banner-area {
		height: auto;
	}
}

.banner-area div {
	height: 100%;
}

.banner-area div.swiper-slide .row div {
	height: auto;
}

.banner-area.top-pad-80 .content {
	padding-top: 80px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-80 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-80 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-90 .content {
	padding-top: 90px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-90 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-90 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-100 .content {
	padding-top: 100px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-100 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-100 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-110 .content {
	padding-top: 110px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-110 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-110 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-120 .content {
	padding-top: 120px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-120 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-120 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-130 .content {
	padding-top: 130px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-130 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-130 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-150 .content {
	padding-top: 150px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-150 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-150 .content {
		padding-top: 140px;
	}
}

.banner-area.auto-height {
	height: auto;
}

.banner-area.auto-height div {
	height: auto;
}

.banner-area.auto-height .content {
	padding: 200px 0;
}

@media only screen and (max-width: 767px) {
	.banner-area.auto-height .content {
		padding: 60px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.auto-height .content {
		padding: 120px 0;
	}
}

.banner-area.auto-height .content .thumb {
	padding-left: 35px;
}

@media (max-width: 991px) {
	.banner-area.auto-height .content .thumb {
		padding-left: 0;
		margin-top: 50px;
	}
}

.banner-area.auto-height.inc-header-transparent .content {
	padding-top: 250px;
}

@media only screen and (max-width: 767px) {
	.banner-area.auto-height.inc-header-transparent .content {
		padding-top: 140px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.auto-height.inc-header-transparent .content {
		padding-top: 220px;
	}
}

.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .info {
	padding-top: 80px;
}

.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
	margin-top: 250px;
}

@media only screen and (max-width: 767px) {
	.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
		margin-top: 50px;
	}
}

.banner-area .content {
	position: relative;
	z-index: 9;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

@media (max-width: 1023px) {
	.banner-area .content {
		padding: 120px 0;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area .content {
		padding: 80px 0;
	}
}

.banner-area h4 {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translate3d(-15%, 0, 0);
	transform: translate3d(-15%, 0, 0);
	opacity: 0;
	visibility: hidden;
}

.banner-area h2 {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
}

.banner-area p,
.banner-area ul {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
	padding-right: 32%;
	margin: 0;
	visibility: hidden;
}

@media (max-width: 1023px) {
	.banner-area p {
		padding-right: 0;
	}
}

.banner-area.text-center p {
	padding-left: 13%;
	padding-right: 13%;
}

@media (max-width: 1023px) {
	.banner-area.text-center p {
		padding: 0;
	}
}

.banner-area .thumb {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}

.banner-area .button {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
	visibility: hidden;
}

.banner-area .banner-slide h4 {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area .banner-slide h2 {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area .banner-slide p,
.banner-area .banner-slide ul {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area .banner-slide .button {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active h4 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active h2 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1400ms;
	transition-delay: 1400ms;
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active p,
.banner-area .banner-slide .swiper-slide.swiper-slide-active ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1600ms;
	transition-delay: 1600ms;
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1800ms;
	transition-delay: 1800ms;
}

.banner-area.double-items .thumb {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area.double-items .swiper-slide.swiper-slide-active .thumb {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
	visibility: visible;
	opacity: 1;
}

.banner-area.double-items.bottom-thumb .content {
	padding: 0;
}

.banner-area.double-items.bottom-thumb .content .thumb {
	margin-top: 120px;
}

@media only screen and (max-width: 767px) {
	.banner-area.double-items.bottom-thumb .content {
		padding: 50px 0;
	}

	.banner-area.double-items.bottom-thumb .content .thumb {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.double-items.bottom-thumb .content {
		padding: 120px 0;
	}

	.banner-area.double-items.bottom-thumb .content .thumb {
		margin-top: 50px;
	}
}

.banner-area.zoom-effect .banner-thumb {
	-webkit-transition: 10s ease-out;
	transition: 10s ease-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
}

.banner-area.zoom-effect .swiper-slide.swiper-slide-active .banner-thumb {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.banner-area .swiper-notification {
	display: none;
}

.banner-area .swiper-slide.swiper-slide-active h4 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}

.banner-area .swiper-slide.swiper-slide-active h2 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.banner-area .swiper-slide.swiper-slide-active p,
.banner-area .swiper-slide.swiper-slide-active ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1400ms;
	transition-delay: 1400ms;
}

.banner-area .swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1800ms;
	transition-delay: 1800ms;
}

.banner-area .banner-items {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.banner-area:hover .swiper-button-prev,
.banner-area:hover .swiper-button-next {
	opacity: 1;
}

.banner-area:hover .swiper-button-prev {
	left: 30px;
	right: auto;
}

.banner-area:hover .swiper-button-next {
	right: 30px;
	left: auto;
}

.banner-area .swiper-button-prev,
.banner-area .swiper-button-next {
	height: auto;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	opacity: 0;
}

.banner-area .swiper-button-prev::after, 
.banner-area .swiper-button-next::after {
	font-size: 40px;
	color: #e3ebdd;
	font-weight: 500;
}

.banner-area.navigation-circle .swiper-button-prev, 
.banner-area.navigation-circle .swiper-button-next {
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
	border: 2px solid var(--white);
	color: var(--white);
}

.banner-area.navigation-circle .swiper-button-prev::after,
.banner-area.navigation-circle .swiper-button-next::after {
	font-size: 16px;
}

.banner-area.navigation-right-bottom .swiper-button-prev,
.banner-area.navigation-right-bottom .swiper-button-next {
	left: auto;
	right: 30px;
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	bottom: 50px;
	border-radius: inherit;
}

.banner-area.navigation-right-bottom .swiper-button-prev {
	right: 92px;
}

.banner-area.navigation-between-bottom .content {
	padding-bottom: 105px;
}

@media only screen and (min-width: 829px) and (max-width: 1023px) {
	.banner-area.navigation-between-bottom .content {
		padding-bottom: 220px;
	}
}

.banner-area.navigation-between-bottom .swiper-button-prev,
.banner-area.navigation-between-bottom .swiper-button-next {
	left: auto;
	right: 30px;
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	bottom: 30px;
	border-radius: inherit;
}

.banner-area.navigation-between-bottom .swiper-button-prev {
	left: 30px;
	right: auto;
}

@media only screen and (max-width: 830px) {
	.banner-area .swiper-button-prev,
  .banner-area .swiper-button-next {
		display: none;
	}
}

.banner-area.navigation-custom .swiper-button-prev::after {
	font-family: 'ElegantIcons';
	content: "\23";
	font-size: 22px;
}

.banner-area.navigation-custom .swiper-button-next::after {
	font-family: 'ElegantIcons';
	content: "\24";
	font-size: 22px;
}

.banner-area.navigation-text .swiper-button-prev,
.banner-area.navigation-text .swiper-button-next {
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	left: auto;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 150px;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	height: 100px;
	line-height: 100px;
}

@media only screen and (max-width: 830px) {
	.banner-area.navigation-text .swiper-button-prev,
  .banner-area.navigation-text .swiper-button-next {
		display: none;
	}
}

.banner-area.navigation-text .swiper-button-prev {
	right: 151px;
}

.banner-area.navigation-text .swiper-button-prev::after {
	font-family: var(--font-heading);
	content: "Prev";
	text-transform: uppercase !important;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.6px;
}

.banner-area.navigation-text .swiper-button-next::after {
	font-family: var(--font-heading);
	content: "Next";
	text-transform: uppercase !important;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.6px;
}

.banner-area.navigation-icon-solid .swiper-button-prev::after,
.banner-area.navigation-icon-solid .swiper-button-next::after {
	font-size: 30px;
}

.banner-area.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-custom-large .swiper-button-next {
	min-width: 65px;
	height: 30px;
	margin: 0;
}

.banner-area.navigation-custom-large .swiper-button-prev::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f104";
	font-weight: 100;
	font-size: 30px;
	position: absolute;
	left: 8px;
}

.banner-area.navigation-custom-large .swiper-button-prev::before {
	position: absolute;
	top: 50%;
	right: inherit;
	bottom: inherit;
	left: 12px;
	content: "";
	height: 2px;
	width: 50px;
	z-index: -1;
	background-color: var(--white);
	margin-top: -1px;
}

.banner-area.navigation-custom-large .swiper-button-next::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f105";
	font-weight: 100;
	font-size: 30px;
	position: absolute;
	right: 8px;
}

.banner-area.navigation-custom-large .swiper-button-next::before {
	position: absolute;
	top: 50%;
	right: 12px;
	bottom: inherit;
	left: inherit;
	content: "";
	height: 2px;
	width: 50px;
	z-index: -1;
	background-color: var(--white);
	margin-top: -1px;
}

.banner-area.navigation-right-botom .swiper-button-prev,
.banner-area.navigation-right-botom .swiper-button-next {
	position: absolute;
	left: auto;
	right: 30px;
	top: auto;
	bottom: 40px;
	opacity: 1;
	-webkit-transform: inherit;
	transform: inherit;
}

.banner-area.navigation-right-botom .swiper-button-prev {
	right: 60px;
}

.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-next {
	bottom: 30px;
}

.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev {
	right: 100px;
}

.banner-area .swiper-pagination {
	height: auto;
	bottom: 35px;
}

.banner-area .swiper-pagination span.swiper-pagination-bullet {
	height: 4px;
	width: 50px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	border-radius: inherit;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.banner-area .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: white;
	height: 7px;
}

@media only screen and (max-width: 767px) {
	.banner-area.include-pagination .content {
		padding-bottom: 100px;
	}
}

.banner-area .swiper-pagination-fraction span {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.banner-area .swiper-pagination-fraction span.swiper-pagination-current {
	font-size: 30px;
	font-family: var(--font-heading);
	font-weight: 700;
}

.navigation-circle.navigation-left-center .swiper-button-prev, 
.navigation-circle.navigation-left-center .swiper-button-next {
	left: 0;
	right: auto;
	opacity: 1;
	position: relative;
	top: 0;
	background: var(--color-primary);
	border: none;
}

.navigation-circle.navigation-left-center .swiper-button-next {
	background: var(--color-style-two);
}

.color-style-five .navigation-circle.navigation-left-center .swiper-button-next {
	background: var(--color-secondary);
}

.navigation-circle.navigation-left-center:hover .swiper-button-prev, 
.navigation-circle.navigation-left-center:hover .swiper-button-next {
	left: 0;
	right: auto;
}

.navigation-circle.navigation-left-center .swiper-button-prev::after, 
.navigation-circle.navigation-left-center .swiper-button-next::after {
	background: transparent;
	content: "\f178";
	font-family: "Font Awesome 5 Pro";
}

.navigation-circle.navigation-left-center .swiper-button-prev::after {
	content: "\f177";
}

.navigation-left-center .swiper-nav-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 5%;
	width: 60px;
	transform: translateY(-50%);
	z-index: 1;
	height: 120px;
	margin-top: -90px;
}

.navigation-circle.navigation-left-center .swiper-button-next {
	bottom: -40px;
	top: auto;
}


/* ============================================================== 
    # Banner Custom Style
=================================================================== */

.banner-style-one h4 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 42px;
	color: var(--color-style-two);
	margin-bottom: 15px;
}

.banner-style-one h2 {
	text-transform: uppercase;
	font-size: 75px;
	line-height: 1.1;
}

.banner-style-one h2 strong {
	-webkit-text-stroke: 1px var(--white);
	color: transparent;
	font-family: var(--font-optional);
}

.banner-style-one .swiper-slide {
	position: relative;
	z-index: 1;
}

.banner-style-one .swiper-slide::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 45%;
	background: url(../img/shape/38.png);
	z-index: -1;
	background-size: cover;
	background-position: right center;
	mix-blend-mode: multiply;
	background-repeat: no-repeat;
	transition: all 0.35s ease-in-out;
}

.banner-style-one .swiper-slide.swiper-slide-active::after {
	width: 55%;
}

.banner-style-one .swiper-slide::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 65%;
	background: var(--dark);
	z-index: -1;
	clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
	opacity: 0;
	transition: all 0.35s ease-in-out;
	visibility: hidden;
}

.banner-style-one .swiper-slide.swiper-slide-active::before {
	width: 55%;
	transition-delay: 0.25s;
	opacity: 0.6;
	visibility: visible;
}


/* Banner Two */
.banner-style-two .thumb {
	margin-top: 200px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.banner-style-two .bottom {
	display: flex;
	align-items: center;
}

.banner-style-two .bottom h6 {
	margin-bottom: 10px;
}

.banner-style-two .bottom .btn {
	margin-right: 35px;
}

.banner-style-two .bottom span {
	line-height: 1;
}

.banner-style-two  .information {
	margin-top: 50px;
}

.banner-style-two .information .review-card {
	display: block;
}

.review-card .d-flex {
	align-items: center;
}

.review-card span {
	margin-left: 15px;
}

.review-card i {
	color: #F7A105;
	font-size: 14px;
}

.banner-style-two h2 {
	font-size: 65px;
}

.banner-style-two p {
	color: #c7d2e4;
	padding-right: 20%;
}

.revenew-growth {
	position: absolute;
	left: -125px;
	bottom: 32%;
	background: #1D2027;
	padding: 30px 50px;
	border-radius: 8px;
	text-align: left;
}

.revenew-growth .progress-bar {
	height: 10px;
	border-radius: 30px;
	background: var(--white);
	position: relative;
	z-index: 1;
}

.revenew-growth .progress-bar::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 50%;
	background: var(--color-style-two);
}

.revenew-growth .percent-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
	margin-bottom: -5px;
}

.revenew-growth h4 {
	font-size: 18px;
	margin-bottom: 15px;
}

.banner-style-two .information .animate {
	animation-duration: .55s;
}

/* Banner Style Three */
.banner-style-three .item {
	position: relative;
	z-index: 1;
}

.banner-style-three .item::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: url(../img/shape/9.png);
	z-index: 1;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}

.banner-style-three img {
	height: 60px;
	margin-bottom: 30px;
}

.banner-style-three h4 {
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 15px;
}

.banner-style-three h2 {
	font-size: 70px;
	font-weight: 800;
}

.banner-style-three.swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1400ms;
	transition-delay: 1400ms;
}

.banner-style-three img {
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
	position: relative;
	bottom: -30px;
}

.banner-style-three.swiper-slide.swiper-slide-active img {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}

/* Banner Four */
.banner-style-four-area, 
.banner-style-four-area div {
	height: 100%;
}

.banner-style-four-thumb {
	position: absolute;
	right: 0;
	top: 0;
	width: 45%;
	background-size: cover;
	background-position: center;
}

.banner-style-four-area {
	position: relative;
	z-index: 1;
}

.banner-style-four-area .align-center div {
	height: auto;
}

.banner-style-four h2 {
	font-size: 80px;
	font-weight: 800;
}

.banner-style-four p {
	padding-right: 20%;
}

.banner-move-animation img:first-child {
	position: absolute;
	left: 5%;
	bottom: 0;
	height: 90px;
}

.banner-move-animation img:nth-child(2) {
	position: absolute;
	right: 0;
	height: 50px;
	bottom: 17%;
}

.banner-move-animation {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 50%;
}

.banner-move-animation img:nth-child(3) {
	position: absolute;
	right: 0;
	top: 5%;
	height: 70px;
}

.banner-move-animation img:nth-child(4) {
	position: absolute;
	left: 15%;
	top: 15%;
	height: 200px;
}

.banner-style-four h2 strong {
	position: relative;
	z-index: 1;
}

.banner-style-four h2 strong::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: url(../img/shape/39.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: -1;
}

.banner-style-four-thumb .video-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: auto;
	left: -27px;
	z-index: 1;
}

.banner-style-four-thumb .video-btn::before {
	position: absolute;
	height: 150px;
	width: 150px;
	background: url(../img/shape/40.png);
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	margin-left: -28px;
}


/* Banner Style Five */

.banner-style-five-area {
	overflow: hidden;
}

.banner-style-five .bottom {
	display: flex;
	align-items: center;
}

.banner-style-five .bottom .btn {
	margin-right: 30px;
}

.happy-user {
	display: flex;
	align-items: center;
}

.banner-style-five .happy-user p {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.happy-user h4 {
	margin-bottom: 0;
	font-weight: 800;
}

.happy-user .thumb {
	margin-left: 30px;
	margin-right: 15px;
}

.happy-user .thumb img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	border: 1px solid var(--white);
	margin-left: -30px;
}

.banner-style-five h2 {
	font-size: 75px;
	line-height: 1.1;
	font-weight: 800;
	margin-bottom: 30px;
}

.banner-style-five p {
	color: #494853;
	font-size: 18px;
	padding-right: 25%;
}

.banner-style-five .thumb-right img {
	margin-top: 180px;
}

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

.banner-style-five .information::after {
	position: absolute;
	left: -100px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	height: 500px;
	width: 500px;
	background: linear-gradient(62.5deg, transparent, rgba(237, 245, 255, 0.9));
	z-index: -1;
	border-radius: 50%;
}

/* Banner Style Six */
.banner-style-six .item {
	position: relative;
	z-index: 1;
}

.banner-style-six .item::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 35%;
	background: url(../img/shape/36.png);
	z-index: 1;
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
}

.banner-style-six .item::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 120%) repeat scroll 0 0;
}

.banner-area .text-end p {
	padding: 0;
	padding-left: 25%;
	font-size: 18px;
}

.banner-style-six h2 {
	font-size: 75px;
	line-height: 1.1;
	margin-bottom: 30px;
}

.banner-style-six .text-end .btn {
	margin-left: 15px;
}

.banner-style-six .button .btn {
	margin-top: 15px;
}

.banner-style-six .swiper-slide.swiper-slide-active h2 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}

.banner-style-six .swiper-slide.swiper-slide-active p,
.banner-style-six .swiper-slide.swiper-slide-active ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.banner-style-six .swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1400ms;
	transition-delay: 1400ms;
}


/* ============================================================== 
    # About Area
=================================================================== */
.fun-fact-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

.fun-fact .counter {
	display: flex;
	align-items: center;
}

.fun-fact-card .counter {
	font-size: 55px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 4px;
	color: var(--color-primary);
}

.fun-fact-card span.medium {
	font-size: 20px;
	font-weight: 700;
	color: var(--color-heading);
}

.fun-fact-card::after {
	position: absolute;
	top: 50%;
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	font-size: 120px;
	-webkit-text-stroke: 1px var(--color-primary);
	color: transparent;
	font-weight: 900;
	margin-top: 0;
}

.about-style-one-item {
	position: relative;
	z-index: 1;
}

.about-style-one-item img {
	border-radius: 10px;
	position: relative;
}

.about-style-one-card {
	background: var(--white);
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	padding: 80px;
	margin-left: -330px;
	margin-top: -70px;
	border-radius: 10px;
	position: relative;
}

.ceo-author {
	display: flex;
	align-items: center;
	border-top: 1px solid #cccccc;
	margin-top: 30px;
	padding-top: 30px;
}

.ceo-author img {
	height: 65px;
	width: 65px;
	border-radius: 50%;
	margin-right: 21px;
}

.ceo-author h5 {
	margin-bottom: 3px;
}

ul.list-check {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.list-check li {
	font-weight: 700;
	color: var(--color-heading);
	position: relative;
	z-index: 1;
	padding-left: 30px;
	margin-top: 7px;
}

ul.list-check li::after {
	position: absolute;
	left: 0;
	top: 5px;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	background: var(--color-primary);
	color: var(--white);
	border-radius: 50%;
	font-size: 10px;
}

.color-style-two ul.list-check li::after {
	background: var(--color-style-two);
}

.about-style-one-card .shape {
	z-index: -1;
	position: absolute;
	right: 50px;
	bottom: -150px;
	height: 300px;
}

.about-style-one-card .shape img {
	height: 100%;
}

/* About Syle Two */
.about-fun-fact-card {
	padding: 50px;
	border-radius: 8px;
}

.about-fun-fact-card .fun-fact .counter {
	font-size: 80px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 10px;
}

.about-fun-fact-card .fun-fact span.medium {
	text-transform: uppercase;
	font-size: 24px;
	display: block;
	margin-bottom: 15px;
	font-weight: 600;
}

.about-fun-fact-card p {
	opacity: 0.88;
}

.user-list img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.7);
	margin-left: -25px;
	display: inline-block;
}

.user-list a {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background: var(--white);
	text-align: center;
	color: var(--color-primary);
	font-size: 20px;
	border-radius: 50%;
	margin-left: -25px;
	position: relative;
	top: 3px;
}

.user-list {
	margin-left: 25px;
}

.single-progressbar .progress {
	border-radius: 40px;
	background: #c9c9ff;
	position: relative;
	z-index: 1;
	overflow: inherit;
}

.single-progressbar .progress .progress-bar {
	position: relative;
	overflow: inherit;
	border-radius: 30px;
}

.single-progressbar .progress .progress-bar span {
	position: absolute;
	right: 0;
	top: -35px;
	z-index: 9;
	color: var(--color-heading);
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.single-progressbar h5 {
	margin-bottom: 15px;
}

.about-fun-fact-card .user-list {
	margin-top: 30px;
}

.about-style-two-info img {
	border-radius: 8px;
}

/* About Style Three */
.about-style-three-info .d-flex {
	align-items: flex-end;
	margin-top: 30px;
}

.about-style-three-info .d-flex .thumb {
	width: 35%;
	margin-right: 30px;
}

.about-style-three-info .d-flex .thumb img {
	border-radius: 8px;
}

.feature-hightlight ul {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr 1fr;
}

.feature-hightlight ul li {
	padding: 36px 50px;
	position: relative;
	z-index: 1;
}

.feature-hightlight ul li img {
	height: 60px;
	margin-bottom: 15px;
}

.feature-hightlight ul li h4 {
	margin: 0;
	font-size: 20px;
}

.feature-hightlight {
	border-radius: 7px;
	margin-top: 50px;
}

.feature-hightlight ul li:last-child {
	border: none;
}

.call-action a {
	display: inline-flex;
	align-items: center;
}

.call-action a .icon {
	padding: 25px;
	background: var(--dark-optional);
	border-radius: 50%;
}

.call-action a .icon img {
	height: 35px;
}

.call-action a p {
	margin-bottom: 5px;
}

.call-action a h6 {
	font-weight: 700;
	margin: 0;
	font-size: 20px;
	border-bottom: 2px solid;
}

.call-action .info {
	padding: 0 30px;
	text-align: left;
}

.about-style-three-thumb .call-action {
	margin-top: 30px;
}

.about-style-three-thumb > img {
	border-radius: 7px;
}

.about-style-three-thumb {
	text-align: right;
}

.about-style-three-items {
	position: relative;
	z-index: 1;
	padding-bottom: 100px;
}

.about-style-three-items::after {
	position: absolute;
	left: -100px;
	right: -100px;
	height: 57%;
	content: "";
	background: var(--white);
	bottom: 0;
	z-index: -1;
	border-radius: 8px;
}

.about-style-three-info .feature-hightlight {
	margin-right: -40%;
	position: relative;
	z-index: 1;
}

.feature-hightlight ul li::after {
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	height: 100px;
	width: 1px;
	transform: translateY(-50%);
	background: #3c84d4;
}

.feature-hightlight ul li:last-child::after {
	display: none;
}

.color-style-two .feature-hightlight ul li::after {
	background: #34a1a5;
}

/* About Style Four */
.about-style-four-thumb {
	position: relative;
	padding-left: 60px;
	padding-bottom: 30px;
}

.about-style-four-thumb img {
	border-radius: 7px;
}

.about-style-four-thumb img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 60px;
	width: 45%;
	border: 2px solid var(--white);
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}

.short-card {
	display: flex;
	align-items: center;
	padding: 30px;
	max-width: 320px;
	border-radius: 10px;
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	background: var(--white);
}

.short-card .icon img {
	border-radius: 0;
	width: 60px;
	margin-right: 20px;
	min-width: 60px;
}

.short-card .info h5 {
	margin: 0;
}

.about-style-four-thumb .short-card {
	position: absolute;
	left: 0;
	bottom: 0;
}

ul.list-style-five {
	display: grid;
	grid-template-columns: 1.21fr 1fr;
	margin-top: 30px;
}

ul.list-style-five h4 {
	position: relative;
	z-index: 1;
	padding-left: 35px;
	margin-bottom: 15px;
}

ul.list-style-five h4::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f336";
	font-family: "Font Awesome 5 Pro";
	color: var(--color-primary);
}

.color-style-three ul.list-style-five h4::after {
	color: var(--color-style-three);
}

.about-style-four-info .f-flex {
	display: flex;
	align-items: center;
}

.social-list li {
	display: inline-block;
}

.social-list li a {
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 45px;
	background: var(--dark-secondary);
	text-align: center;
	color: var(--white);
	font-size: 16px;
	border-radius: 50%;
	margin-right: 5px;
}

ul.list-style-five li {
	margin-right: 35px;
	padding-right: 35px;
	border-right: 1px solid #cccccc;
}

ul.list-style-five li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.about-style-four-info .f-flex .btn {
	margin-right: 30px;
}

.social-list li a:hover {
	background: var(--color-primary);
	color: var(--white);
}

.color-style-three .social-list li a:hover {
	background: var(--color-style-three);
}

/* About Style Five */
.thumb-style-five-thumb {
	position: relative;
	padding-bottom: 100px;
	margin-right: 20px;
}

.thumb-style-five-thumb .d-flex img {
	border-radius: 10px;
}

.thumb-style-five-thumb .d-flex {
	align-items: flex-start;
	gap: 30px;
}

.about-style-six-info {
	position: relative;
	z-index: 1;
}

.about-style-six-info .heading {
	margin-bottom: 40px;
}

@media (min-width: 1400px) {
	.about-style-six-info .heading {
		position: relative;
		left: -30%;
	}
}

.short-quote {
	background: var(--dark);
	color: var(--white);
	display: flex;
	justify-content: flex-start;
	padding: 40px;
	border-radius: 10px;
	width: 62%;
}

.short-quote img {
	height: 20px;
	margin-right: 15px;
	margin-top: 8px;
}

.thumb-style-five-thumb .short-quote {
	position: absolute;
	left: 50px;
	bottom: 0;
}

.thumb-style-five-thumb .d-flex img:first-child {
	width: 68%;
}

.thumb-style-five-thumb .d-flex img:nth-child(2) {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 54%;
	border: 5px solid var(--white);
}

.thumb-style-five-thumb .d-flex img:first-child {
	width: 68%;
}

.thumb-style-five-thumb .d-flex img:nth-child(2) {
	position: absolute;
	right: 0;
	top: 215px;
	width: 54%;
	border: 2px solid var(--white);
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}

ul.list-style-seven {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.list-style-seven li {
	display: flex;
	border-top: 1px solid #dddddd;
	padding-top: 30px;
	margin-top: 30px;
}

ul.list-style-seven li p {
	margin: 0;
}

ul.list-style-seven li:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}

ul.list-style-seven li .icon {
	position: relative;
	width: 50px;
	min-width: 50px;
	margin-right: 20px;
	z-index: 1;
	padding-top: 10px;
}

ul.list-style-seven li h4 {
	margin-bottom: 15px;
}

ul.list-style-seven li .icon::after {
	position: absolute;
	left: -20px;
	top: 0;
	content: "";
	height: 50px;
	width: 50px;
	background: url(../img/shape/32.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

/* About Six */

.about-style-six-thumb {
	position: relative;
	z-index: 1;
	padding-right: 120px;
	padding-bottom: 100px;
}

.about-style-six-thumb img {
	border-radius: 10px;
}

.about-style-six-thumb img:nth-child(2) {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 60%;
}

.short-card-style-three {
	display: flex;
	border-radius: 10px;
	padding: 30px;
	max-width: 380px;
	background: linear-gradient(65deg, var(--color-primary) 30%, var(--color-secondary) 80%);
}

.short-card-style-three img {
	width: 60px;
	min-width: 60px;
	margin-right: 25px;
}

.short-card-style-three p {
	margin: 0;
}

.about-style-six-thumb .short-card-style-three {
	position: relative;
	margin-top: 30px;
}

.nav.nav-tabs.about-six-nav-tabs {
	background: var(--white);
	margin: 0;
	border: none;
	margin-bottom: 40px;
	padding: 0 30px;
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	position: relative;
	z-index: 1;
}

.nav.nav-tabs.about-six-nav-tabs .nav-link {
	border: none;
	margin: 0;
	border-radius: 0;
	padding: 20px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	color: var(--color-heading);
}

.nav.nav-tabs.about-six-nav-tabs .nav-link::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 10px;
	width: 10px;
	transform: translateY(-50%);
	transition: all 0.35s ease-in-out;
	margin-top: -1px;
}

.nav.nav-tabs.about-six-nav-tabs .nav-link.active {
	color: var(--color-secondary);
}

.nav.nav-tabs.about-six-nav-tabs .nav-link.active::after {
	background: var(--color-secondary);
}

.nav.nav-tabs.about-six-nav-tabs::after {
	position: absolute;
	left: 15px;
	bottom: -10px;
	content: "";
	right: 15px;
	height: 15px;
	background: var(--white);
	display: block;
	opacity: 0.6;
}

.about-six-tab-content h2 {
	font-weight: 800;
}

ul.list-style-sevel {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.list-style-sevel li {
	float: left;
	width: 50%;
	padding: 0 15px;
	margin-top: 9px;
	font-weight: 800;
	position: relative;
	z-index: 1;
	padding-left: 30px;
}

ul.list-style-sevel li::after {
	position: absolute;
	left: 0;
	top: 4px;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	color: #e0fcff;
	background: #0d6c7c;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	font-size: 12px;
}
/* ============================================================== 
    # brand values points
=================================================================== */
.aligned-list {
  list-style: none;
  padding-left: 0;
}

.aligned-list li {
  position: relative;
  padding-left: 35px; /* Increased padding to make more room for the icon */
  margin-bottom: 10px; /* Adds spacing between list items */
}

.aligned-list li i {
  position: absolute;
  left: 0;
  top: 0.2em; /* Adjust the vertical positioning of the icon */
  font-size: 1.2em; /* Slightly increase the icon size for better visibility */
  color: #228bb0; /* Arrow color */
}



/* ============================================================== 
    # History Area
=================================================================== */
.history-fun-facts {
	position: relative;
	z-index: 1;
}

.history-fun-facts .fun-fact .counter {
	justify-content: center;
	font-size: 80px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 30px;
}

.history-fun-facts .icon {
	height: 90px;
	width: 90px;
	text-align: center;
	margin: auto auto 20px;
	background: var(--color-primary);
	border-radius: 50%;
	padding: 16px;
	border: 10px solid #00194c;
}

.color-style-five .history-fun-facts .icon {
	background: var(--color-secondary);
}

.history-fun-facts p {
	margin: 0;
	padding: 0 15%;
}

.history-fun-facts::after {
	position: absolute;
	left: 0;
	top: 155px;
	content: "";
	height: 2px;
	width: 100%;
	border-top: 1px solid var(--color-primary);
	z-index: -1;
}

.color-style-five .history-fun-facts::after {
	border-top: 1px solid var(--color-secondary);
}


/* ============================================================== 
    # Award Area
=================================================================== */
.award-thumb {
	position: relative;
	z-index: 1;
	padding-right: 100px;
}

.award-thumb img:nth-child(2) {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
}

.award-thumb img:nth-child(3) {
	position: absolute;
	left: -50px;
	top: -50px;
}

.award-thumb img:nth-child(4) {
	position: absolute;
	right: 0;
	bottom: -50px;
	width: 250px;
}



/* ============================================================== 
    # Services Area
=================================================================== */
.services-style-one {
	position: relative;
}

.services-style-one .info {
	padding: 0 30px;
	position: relative;
	top: -60px;
	margin-bottom: -60px;
}

.services-style-one .info .content {
	background: var(--white);
	border-radius: 8px;
	padding: 30px;
}

.services-style-one .thumb img {
	border-radius: 8px;
}

.services-style-one .info .d-flex .content {
	padding: 0;
	background: transparent;
	border-radius: 0;
}

.services-style-one .info .d-flex .icon img {
	border-radius: 0;
	width: 50px;
	min-width: 50px;
	margin-right: 31px;
}

.services-style-one .info .d-flex .content a {
	padding: 0;
	display: inline-block;
	background: transparent;
}

.services-style-one .info .d-flex .content a i {
	font-weight: 900;
	transform: rotate(-45deg);
	font-size: 26px;
	transition: all 0.35s ease-in-out;
}

.services-style-one .info:hover .d-flex .content a i {
	transform: rotate(0);
	color: var(--color-primary);
}

.services-style-one .info .d-flex .content p {
	margin-bottom: 25px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
}

/* ============================================================== 
    # Services Two
=================================================================== */
@media only screen and (min-width: 1367px) {
	.container-stage {
		margin-left: calc((100% - 1320px)/ 2);
		width: auto;
		min-width: auto;
		max-width: inherit;
		padding-right: 0;
	}
}

.services-style-three {
	padding: 50px 30px;
	box-shadow: 0px 10px 30px -5px rgb(109 117 143 / 33%);
	border-radius: 10px;
}

.services-carousel .swiper-wrapper {
	padding: 30px;
}

.services-carousel {
	margin: -30px;
}

.services-style-three .icon img {
	height: 60px;
	margin-bottom: 30px;
}

.services-style-three h3 {
	font-size: 26px;
	margin-bottom: 20px;
}

.services-style-three .info > a {
	text-transform: uppercase;
	font-weight: 800;
	color: var(--color-primary);
}

.services-style-three .info > a i {
	display: inline-block;
	position: relative;
	margin-left: 3px;
	font-size: 15px;
}

.services-style-three .info > a:hover {
	color: var(--color-secondary);
}

.services-style-three .icon {
	position: relative;
	z-index: 1;
}

.services-style-three .icon::after {
	position: absolute;
	left: -30px;
	top: 50%;
	content: "";
	height: 40px;
	width: 120px;
	transform: translateY(-50%);
	margin-top: -15px;
	z-index: -1;
	border-radius: 0 50px 50px 0;
	border-left: 3px solid var(--color-primary);
}

.services-style-three .thumb img {
	border-radius: 10px;
	margin-bottom: 30px;
}

/* Services Swiper Nav */
.services-swiper-nav {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	width: 200px;
	justify-content: space-between;
	align-items: center;
}

.col-xl-12 .services-swiper-nav {
	position: relative;
}

.services-swiper-nav > div {
	height: 40px;
	width: 40px;
	z-index: 9;
	position: relative;
	border-radius: 50%;
	line-height: 25px;
	background: var(--color-primary);
	color: var(--white);
}

.services-swiper-nav > div::after {
	position: absolute;
	top: 7px;
	content: "";
	height: 100%;
	width: 100%;
	font-family: "Font Awesome 5 Pro";
	text-align: center;
	color: var(--white);
}

.services-swiper-nav .services-button-next::after {
	content: "\f105";
}

.services-swiper-nav .services-button-prev::after {
	content: "\f104";
}

.services-style-one-carousel {
	padding-top: 120px;
	margin-top: -120px;
}

.services-swiper-nav .services-pagination {
	background: transparent;
	position: absolute;
	line-height: 40px;
	color: var(--color-heading);
	font-size: 24px;
	width: auto;
	font-weight: 600;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	border: none;
}


/* ============================================================== 
    # Services Three
=================================================================== */

.service-style-three-item {
	margin-top: 40px;
}

.service-three-tab-content .row {
	margin-top: -40px;
}

.services-three-nav-tabs {
	background: #00194C;
	padding: 50px 30px;
	border-radius: 7px;
	margin: 0;
	border: none;
	position: relative;
	z-index: 1;
	margin-left: 30px;
}

.services-three-nav-tabs::before {
	position: absolute;
	right: -80px;
	top: -75px;
	content: "";
	height: 150px;
	width: 120px;
	background: url(../img/shape/52.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.color-style-two .services-three-nav-tabs::before {
	position: absolute;
	right: -80px;
	top: -75px;
	content: "";
	height: 150px;
	width: 120px;
	background: url(../img/shape/10.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.services-three-nav-tabs .nav-item {
	display: block;
	width: 100%;
	margin-top: 15px;
}

.services-three-nav-tabs .nav-item .nav-link {
	width: 100%;
	text-align: left;
	display: flex;
	justify-content: space-between;
	border: none;
	background: #113965;
	color: var(--white);
	border-radius: 5px;
	padding: 15px 30px;
	font-weight: 500;
	position: relative;
	z-index: 1;
}

.color-style-two .services-three-nav-tabs .nav-item .nav-link {
	background: #003a5f;
}

.services-three-nav-tabs .nav-item:first-child {
	margin-top: 0;
}

.services-three-nav-tabs .nav-item .nav-link::before {
	position: absolute;
	left: 0;
	top: 15px;
	bottom: 15px;
	content: "";
	width: 2px;
	background: var(--color-primary);
	display: block;
}

.color-style-two .services-three-nav-tabs .nav-item .nav-link::before {
	background: var(--color-style-two);
}

.services-three-nav-tabs .nav-item .nav-link::after {
	display: none;
}

.services-three-nav-tabs .nav-item .nav-link.active {
	background: var(--color-primary);
}

.color-style-two .services-three-nav-tabs .nav-item .nav-link.active {
	background: var(--color-style-two);
}

.services-three-nav-tabs .nav-item .nav-link.active::before {
	background: var(--color-primary);
}

.color-style-two .services-three-nav-tabs .nav-item .nav-link.active::before {
	background: var(--color-style-two);
}

.service-three-tab-content .thumb {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	max-width: 37%;
}

.services-style-three-items {
	position: relative;
	padding-top: 80px;
}

.service-three-tab-content .thumb img {
	border-radius: 8px;
}

.service-style-three-item .icon {
	height: 80px;
	width: 80px;
	text-align: center;
	padding: 20px;
	margin-bottom: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 18px;
}

.service-style-three-item h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

.service-style-three-item p {
	margin: 0;
}

/* ============================================================== 
    # Service Four
=================================================================== */
.services-style-four {
	background-size: cover;
	background-position: center;
	padding: 50px 30px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	background: #19305E;
}

.services-style-four .thumb img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: -1;
}

.services-style-four img {
	height: 60px;
	margin-bottom: 30px;
}

.services-style-four p {
	margin: 0;
}

.services-style-four h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

/* ============================================================== 
    # Service Five Area
=================================================================== */
.services-five-nav-tabs .nav-link::after {
	display: none;
}

.services-five-nav-tabs .nav-item {
	display: block;
	margin-bottom: 30px;
}

.services-five-nav-tabs .nav-item .nav-link {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	justify-content: space-between;
	background: var(--white);
	padding: 30px;
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	border-radius: 10px;
	border: none;
	transition: all 0.35s ease-in-out;
}

.services-five-nav-tabs .nav-item .nav-link .icon {
	background: var(--dark);
	height: 70px;
	width: 70px;
	min-width: 70px;
	text-align: center;
	padding: 15px;
	border-radius: 50%;
	margin-left: 50px;
}

.nav.nav-tabs.services-five-nav-tabs {
	margin: 0;
	padding: 0;
	border: none;
}

.services-five-nav-tabs .nav-item .nav-link strong {
	margin-bottom: 12px;
	font-size: 22px;
	color: var(--color-heading);
}

.services-five-nav-tabs .nav-item .nav-link b {
	margin: 0;
	font-weight: 500;
	display: block;
	color: var(--color-paragraph);
}

.services-five-nav-tabs .nav-item:last-child {
	margin: 0;
}

.services-five-nav-tabs .nav-item .nav-link.active {
	background: var(--dark);
}

.services-five-nav-tabs .nav-item .nav-link.active .icon {
	background: var(--color-primary);
}

.color-style-four .services-five-nav-tabs .nav-item .nav-link.active .icon {
	background: var(--color-style-four);
}

.services-five-nav-tabs .nav-item .nav-link.active  strong {
	color: var(--white);
}

.services-five-nav-tabs .nav-item .nav-link.active b {
	color: #cccccc;
}

.service-five-tab-content {
	position: relative;
	padding-left: 15%;
}

.services-five-thumb {
	position: relative;
	z-index: 1;
	padding-bottom: 60px;
}

.services-five-thumb .overlay {
	position: absolute;
	left: -60px;
	bottom: 0;
	background: var(--dark);
	padding: 50px;
	border-radius: 5px;
}

.services-five-thumb img:nth-child(2) {
	position: absolute;
	right: 0;
	bottom: 60px;
	max-width: 60%;
}

.services-five-thumb .overlay h4 {
	color: var(--white);
	margin-bottom: 15px;
}

.services-five-thumb .overlay .btn {
	margin-top: 30px;
}

.services-five-thumb .overlay li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 70px;
	color: #cccccc;
	position: relative;
	z-index: 1;
	margin-top: 10px;
}

.services-five-thumb .overlay li::after {
	position: absolute;
	left: 0;
	top: 15px;
	content: "";
	height: 2px;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.23);
	z-index: -1;
}

.services-five-thumb .overlay li strong {
	background: var(--dark);
	padding-right: 20px;
}

.services-five-thumb .overlay li span {
	background: var(--dark);
	padding-left: 20px;
}

.services-five-thumb .overlay .btn::after {
	background: var(--white);
}

.services-five-thumb .overlay .btn:hover {
	color: var(--color-heading);
}


/* ============================================================== 
    # Service Six
=================================================================== */
.services-style-six-area {
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.services-style-six-area .shape {
	position: absolute;
	right: 100%;
	top: 0;
	width: 300px;
	z-index: -1;
	padding-right: 100px;
}

.services-style-six-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
}

.service-style-six-item {
	background: var(--white);
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	padding: 40px;
	margin-top: 30px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.service-style-six-item:first-child {
	margin-top: 0;
}

.service-six-items:first-child {
	margin-top: 60px;
}

.service-style-six-item img {
	height: 60px;
	margin-bottom: 20px;
}

.service-style-six-item h4 {
	margin-bottom: 15px;
}

.service-style-six-item > a {
	display: inline-block;
	font-size: 20px;
	border: 1px solid #cccccc;
	background: transparent;
	height: 50px;
	border-radius: 30px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	transition: all 0.35s ease-in-out;
}

.service-style-six-item > a i {
	font-weight: 900;
	transform: rotate(-45deg);
}

.color-style-four .service-style-six-item > a {
	color: transparent;
	-webkit-text-stroke: 1px var(--color-style-four);
}

.service-style-six-item::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 60%;
	width: 100%;
	background: #686868;
	border-radius: 10px;
	z-index: -1;
	transition: all 0.35s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.service-style-six-item:hover::after,
.service-style-six-item.active::after {
	opacity: 1;
	visibility: visible;
	height: 100%;
}

.service-style-six-item:hover h4 a,
.service-style-six-item.active h4 a {
	color: var(--white);
}

.service-style-six-item:hover p,
.service-style-six-item.active p {
	color: #cccccc;
}

.service-style-six-item:hover > a,
.service-style-six-item.active > a {
	border-color: rgba(255, 255, 255, 0.3);
	color: var(--white);
}

.service-style-six-item img {
	transition: all 0.35s ease-in-out;
}


/* ============================================================== 
    # Services Details
=================================================================== */
.services-details-area .thumb img {
	margin-bottom: 40px;
}

.services-details-area h1, 
  .services-details-area h2, 
  .services-details-area h3, 
  .services-details-area h4, 
  .services-details-area h5, 
  .services-details-area h6 {
	font-weight: 800;
}

.feature-list-item {
	margin: 0;
	padding: 0;
	list-style: none;
}

.feature-list-item li {
	position: relative;
	z-index: 1;
	padding-left: 25px;
	margin-top: 8px;
	font-weight: 500;
}

.feature-list-item li::after {
	position: absolute;
	left: 0;
	top: 1px;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	color: var(--color-primary);
	font-weight: 500;
	font-size: 14px;
}

.quick-contact-widget {
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 60px 37px;
	background-position: center center;
	overflow: hidden;
	border-radius: 10px;
}

.quick-contact-widget .content {
	position: relative;
	z-index: 1;
}

.quick-contact-widget h2 {
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 25px;
}

.quick-contact-widget h4 a {
	font-weight: 400;
	border-bottom: 2px solid;
}

.quick-contact-widget i {
	display: inline-block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	font-weight: 100;
	background: #ffffff;
	color: var(--color-primary);
	font-size: 22px;
	border-radius: 50%;
	margin-bottom: 40px;
	position: relative;
}

.quick-contact-widget i::after {
	position: absolute;
	left: -10px;
	top: -10px;
	content: "";
	height: 80px;
	width: 80px;
	background: #ffffff;
	z-index: -1;
	border-radius: 50%;
	opacity: 0.8;
}

.quick-contact-widget .btn-sm {
	font-size: 16px;
}

.services-sidebar .single-widget {
	margin-top: 50px;
}

.services-sidebar .single-widget .widget-title {
	display: block;
	font-weight: 700;
	margin-bottom: 30px;
	margin-top: -5px;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-bottom: 15px;
}

.services-sidebar .single-widget .widget-title::after {
	position: absolute;
	left: 10px;
	bottom: 0;
	content: "";
	height: 3px;
	width: 50px;
	border-bottom: 3px solid var(--color-primary);
}

.services-sidebar .single-widget .widget-title::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 3px;
	width: 5px;
	background: var(--color-primary);
}

.services-sidebar .single-widget h4.widget-title {
	font-size: 24px;
}

.services-sidebar .single-widget:first-child {
	margin-top: 0;
}

.widget-brochure ul {
	padding-left: 0;
	list-style: none;
}

.widget-brochure ul li a {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
	background: #ffffff;
	padding: 20px 25px;
	border-radius: 5px;
	border: 2px solid #cddff7;
	color: var(--color-heading);
}

.widget-brochure ul li a:hover {
	color: var(--color-primary);
}

.widget-brochure ul li:nth-child(2) a {
	margin-bottom: 0;
}

.widget-brochure ul li:nth-child(2) a,
.widget-brochure ul li a:hover {
	background: var(--color-primary);
	border-color: transparent;
	color: var(--white);
}

.widget-brochure ul li i {
	font-size: 35px;
	font-weight: 100;
	margin-right: 16px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.widget-brochure ul li:hover i,
  .widget-brochure ul li:nth-child(2) i {
	color: var(--white);
}

@media only screen and (max-width: 767px) {
	.services-more .row {
		margin-top: -20px;
	}
}

.services-more .item {
	overflow: hidden;
	margin-top: 15px;
	position: relative;
	border-radius: 10px;
}

.services-more .item i::before {
	line-height: inherit;
}

@media only screen and (max-width: 767px) {
	.services-more .item {
		margin-top: 30px;
		padding: 50px 30px;
		border: 1px solid #dddddd;
	}
}

.services-more .item i {
	display: inline-block;
	font-size: 40px;
	margin-bottom: 20px;
	background: var(--color-primary);
	color: var(--white);
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
}

.services-more .item a {
	color: var(--color-heading);
}

.services-more .item a:hover {
	color: var(--color-primary);
}

.services-more .item p {
	margin: 0;
}

.services-details-items .faq-style-one button.accordion-button::after {
	top: 15px;
}

.service-single-thumb {
	position: relative;
	z-index: 1;
}

.service-single-thumb img {
	margin-bottom: 40px;
}

.services-list-widget {
	padding: 42px;
	border-radius: 10px;
	border: 2px solid #dddddd;
}

.services-list-widget a {
	display: block;
	padding: 13px 40px;
	font-weight: 700;
	position: relative;
	padding-right: 50px;
	background: #e9ecf2;
	clip-path: polygon(50% 0%, 100% 0, 95% 47%, 100% 100%, 0 100%, 0 49%, 0 0);
}

.services-list-widget .current-item a {
	background: var(--color-primary);
	font-weight: 700;
	padding: 10px 30px;
	color: var(--white);
}

.services-list-widget li {
	margin-top: 15px;
}

.services-list-widget li:first-child {
	border: none;
	margin-top: 0;
}

.services-list-widget a i {
	float: right;
	font-weight: 400;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.services-sidebar .single-widget.text-light .widget-title::after {
	border-color: var(--white);
}

.services-details-items img {
	border-radius: 10px;
}

.services-list-widget a::after {
	position: absolute;
	right: 10%;
	top: 10px;
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	transition: all 0.35s ease-in-out;
	opacity: 0;
}

.services-list-widget .current-item a::after {
	opacity: 1;
}

.process-items {
	background: var(--bg-gray);
	padding: 50px 40px;
	border-radius: 10px;
	width: 100%;
}

.process-items .process-style-one-item .thumb {
	height: 220px;
	width: 220px;
}

.process-items .process-style-one-item .thumb img {
	height: 220px;
	width: 220px;
}

.process-items .process-style-one-item .thumb span {
	left: 30px;
	bottom: 0;
}

.process-items .process-style-one:nth-child(2n) .process-style-one-item span {
	top: 30px;
}

.process-items .process-style-one {
	border-color: #cccccc;
}

.services-details-items form.short-newsletter {
	margin: 0;
	margin-top: 50px;
}

/* ============================================================== 
    # Newsletter Area
=================================================================== */
.newsletter-subscribe {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 5px;
}

.newsletter-subscribe form {
	position: relative;
	background: var(--white);
	border-radius: 5px;
}

.newsletter-subscribe form input {
	background: transparent;
	border: none;
	height: 60px;
	padding: 15px 40px;
	border-radius: 5px;
}

.newsletter-subscribe form button {
	padding: 0;
	position: absolute;
	right: 5px;
	top: 5px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
}

.newsletter-subscribe form button i {
	font-weight: 100;
}

.newsletter-subscribe form button::after {
	display: none;
}

.newsletter-area {
	padding: 30px 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}

.newsletter-subscribe h2,
.newsletter-subscribe h3,
.newsletter-subscribe h4 {
	margin: 0;
}

.newsletter-subscribe h2 i, 
.newsletter-subscribe h3 i, 
.newsletter-subscribe h4 i {
	display: inline-block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	background: var(--white);
	text-align: center;
	font-size: 30px;
	border-radius: 50%;
	margin-right: 15px;
	color: var(--color-primary);
}

.newsletter-subscribe a {
	font-size: 28px;
	border-bottom: 2px solid;
	line-height: 1;
}

/* ============================================================== 
    # Video Area
=================================================================== */
.video-content h2 {
	font-size: 55px;
	margin-bottom: 50px;
}

.video-area {
	padding: 200px 0;
}

.shape-left-top {
	position: absolute;
	left: 0;
	top: 0;
	mix-blend-mode: overlay;
	height: 80%;
}

.shape-left-top img {
	height: 100%;
}

.video-content {
	position: relative;
	z-index: 1;
}



/* ============================================================== 
    # Get Estimate Form
=================================================================== */
.price-range-slider {
	width: 100%;
	float: left;
}

.price-range-slider .range-value {
	margin: 0;
	margin-bottom: 15px;
	position: relative;
	margin-top: 15px;
}

.price-range-slider .range-value input {
	background: none;
	font-size: 16px;
	font-weight: initial;
	box-shadow: none;
	border: none;
	padding: 0;
	min-height: auto;
	margin: 0;
	float: right;
	text-align: right;
	font-weight: 600;
	position: absolute;
	right: 0;
}

.price-range-slider .range-bar {
	border: none;
	height: 5px;
	width: 100%;
	border-radius: 30px;
	position: relative;
	background: var(--color-primary);
}

.color-style-two .price-range-slider .range-bar {
	background: var(--color-style-two);
}

.color-style-three .price-range-slider .range-bar {
	background: var(--color-style-three);
}

.price-range-slider .range-bar .ui-slider-handle {
	border: none;
	border-radius: 25px;
	background: var(--white);
	border: 5px solid var(--color-secondary);
	height: 25px;
	width: 25px;
	top: -10px;
	cursor: pointer;
	position: absolute;
}

.color-style-three .price-range-slider .range-bar .ui-slider-handle {
	border: 5px solid var(--dark);
}

.price-range-slider .range-bar .ui-slider-handle + span {
	background: var(--color-secondary);
	display: none;
}

/* ============================================================== 
    # Testimonial Two
=================================================================== */
.testimonial-bullet {
	text-align: center;
	max-width: 40%;
}

.testimonial-bullet .swiper-slide {
	width: 33%;
}

.swiper-bullet-item img {
	transform: scale(0.8);
	border-radius: 50%;
	border: 2px solid var(--white);
}

.swiper-bullet-item .swiper-slide-active img {
	transform: scale(1);
}

.swiper-slide-active .swiper-bullet-item  img {
	transform: scale(1);
}



/* ============================================================== 
    # Blog
=================================================================== */
.home-blog-style-one-item {
	border-radius: 10px;
}

.home-blog-style-one-item img {
	border-radius: 10px;
}

.home-blog-style-one-item .content {
	padding-left: 30px;
}

.home-blog-style-one-item .info {
	background: var(--white);
	padding: 30px;
	border-radius: 10px;
	position: relative;
	top: -30px;
	border-top-right-radius: 0;
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	margin-bottom: -30px;
}

ul.home-blog-meta li {
	display: inline-block;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: 500;
}

ul.home-blog-meta {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}

ul.home-blog-meta li a {
	display: inline-block;
	border: 1px solid;
	padding: 2px 20px;
	border-radius: 30px;
	padding-bottom: 1px;
	font-size: 15px;
	color: var(--color-primary);
	margin-bottom: 15px;
}

.color-style-two ul.home-blog-meta li a {
	color: var(--color-style-two);
}

.color-style-three ul.home-blog-meta li a {
	color: var(--color-style-three);
}

.color-style-four ul.home-blog-meta li a {
	color: var(--color-style-four);
}

.color-style-five ul.home-blog-meta li a {
	color: var(--color-secondary);
}

.home-blog-style-one-item .blog-title a {
	font-weight: 800;
}

.home-blog-style-one-item .blog-title {
	line-height: 1.4;
}

.blog-area.home-blog .blog-title a {
	display: inline;
	background-image: linear-gradient(to right,var(--color-primary) 0,var(--color-primary) 100%);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 2px;
	-webkit-transition: .3s,background-size .8s;
	transition: all .3s,background-size .8s;
}

.color-style-two .blog-area.home-blog .blog-title a {
	background-image: linear-gradient(to right,var(--color-style-two) 0,var(--color-style-two) 100%);
}

.color-style-three .blog-area.home-blog .blog-title a {
	background-image: linear-gradient(to right,var(--color-style-three) 0,var(--color-style-three) 100%);
}

.color-style-four .blog-area.home-blog .blog-title a {
	background-image: linear-gradient(to right,var(--color-style-four) 0,var(--color-style-four) 100%);
}

.color-style-five .blog-area.home-blog .blog-title a {
	background-image: linear-gradient(to right,var(--color-secondary) 0,var(--color-secondary) 100%);
}

.blog-area.home-blog .blog-title a:hover {
	background-size: 100% 2px;
}

.btn-read-more {
	text-transform: uppercase;
	font-weight: 600;
}

.btn-read-more i {
	display: inline-block;
	margin-left: 5px;
}


/* ============================================================== 
    # Feature Style One
=================================================================== */
.feature-style-one-items {
	display: grid;
	align-items: center;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	width: 150%;
	margin-top: 50px;
	grid-template-columns: 1fr 1fr 1fr;
	position: relative;
	z-index: 2;
}

.choose-us-style-one-items {
	position: relative;
	z-index: 1;
}

.choose-us-style-one-items .shape {
	position: absolute;
	right: 100px;
	top: -120px;
	bottom: -120px;
	z-index: -1;
	width: 130%;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

.choose-us-style-one-items .shape img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.choose-us-style-one-items .thumb img {
	position: relative;
	top: -200px;
	z-index: 1;
	margin-bottom: -200px;
	border-radius: 10px;
}

.feature-style-one-item {
	background: var(--dark);
	padding: 30px;
}

.feature-style-one-item img {
	height: 50px;
	margin-bottom: 30px;
}

.feature-style-one-items h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

.feature-style-one-items p {
	margin: 0;
	color: #e2e2e2;
}

.feature-style-one-item:nth-child(2n) {
	background: var(--color-primary);
}

/* Feature Style Two */

.feature-style-two {
	position: relative;
	z-index: 1;
	padding: 50px 30px;
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	margin-bottom: 30px;
}

.feature-style-two::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: var(--white);
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.feature-style-two .top-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
	flex-direction: row-reverse;
}

.feature-style-two .top-flex img {
	height: 60px;
	transition: all 0.35s ease-in-out;
}

.feature-style-two:hover .top-flex img {
	filter: brightness(0) invert(1);
}

.feature-style-two .top-flex h4 {
	margin: 0;
	font-weight: 800;
	transition: all 0.35s ease-in-out;
}

.feature-style-two p {
	margin: 0;
	transition: all 0.35s ease-in-out;
}

.feature-style-two:hover::after,
.feature-style-two.active::after {
	background: var(--color-primary);
	opacity: 0.8;
}

.feature-style-two:hover h4,
.feature-style-two.active h4 {
	color: var(--white);
}

.feature-style-two:hover p,
.feature-style-two.active p {
	color: var(--white);
	opacity: 0.9;
}

.feature-style-two a {
	display: inline-block;
	background: var(--white);
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	position: absolute;
	right: 0;
	color: var(--color-primary);
	transform: translateX(-20px);
	opacity: 0;
	visibility: hidden;
}

.feature-style-two:hover a {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

/* Feature Style Three */
.feature-style-three-item {
	background: var(--white);
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 23%);
	padding: 40px 30px;
}

.feature-style-three-item img {
	height: 65px;
	margin-bottom: 30px;
}

.feature-style-three-item h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

.feature-style-three-item p {
	margin-bottom: 15px;
}

.feature-style-three-item a {
	text-transform: uppercase;
}

.fun-fact-style-two .fun-fact .counter {
	color: var(--color-primary);
	font-size: 60px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 15px;
}

.color-style-three .fun-fact-style-two .fun-fact .counter {
	color: var(--color-style-three);
}

.fun-fact-style-two .fun-fact {
	border-bottom: 1px solid #c6bdbd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.fun-fact-style-two .fun-fact:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
/* Feature Style three cards */
/* Parent container of the cards */
.feature-style-three-items .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Individual card items */
.feature-style-three-item {
  display: flex;
  flex-direction: column; /* Ensure content inside card is arranged vertically */
  flex: 1; /* Make sure each card takes up the same space */
  padding: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 5px;
  min-height: 100%; /* Ensures the height of each card is equal */
}

/* Adjust the height of paragraphs within the cards */
.feature-style-three-item p {
  flex-grow: 1; /* Ensures the paragraph section fills the remaining space */
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
  .feature-style-three-items .row {
      flex-direction: column;
  }

  .feature-style-three-item {
      flex: 1 1 100%;
      margin-bottom: 20px;
  }
}
/* Feature Style three icons */
/* Ensure the image icons display properly */
.feature-style-three-item img {
  max-width: 60px; /* Adjust the size as per your design */
  height: auto;
  margin-bottom: 20px; /* Add spacing between the image and text */
  display: block; /* Ensures it stays within its container */
  margin-left: auto;
  margin-right: auto;
}

/* Parent container of the cards */
.feature-style-three-items .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Individual card items */
.feature-style-three-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 5px;
  min-height: 100%;
}

/* Adjust the height of paragraphs within the cards */
.feature-style-three-item p {
  flex-grow: 1;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
  .feature-style-three-items .row {
      flex-direction: column;
  }

  .feature-style-three-item {
      flex: 1 1 100%;
      margin-bottom: 20px;
  }
}

/* Feature Style three heading */
/* Center the heading */
.heading-left h4.title {
  font-weight: 700;
  text-align: center; /* Center the title */
  font-size: 28px; /* Adjust the font size for better readability */
}

@media (max-width: 768px) {
  /* Mobile adjustments for the heading */
  .heading-left h4.title {
      font-size: 24px; /* Slightly reduce font size on mobile */
      text-align: center; /* Center the text for mobile */
  }

  /* Adjust column widths for smaller screens */
  .feature-style-three-items .col-lg-4,
  .feature-style-three-items .col-md-6 {
      flex: 0 0 100%; /* Make each column take full width on mobile */
      max-width: 100%;
      padding-left: 15px; /* Adjust padding */
      padding-right: 15px;
      margin-bottom: 20px; /* Add margin for spacing between items */
  }
}




/* Feature Style Five */
.feature-style-four-items {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.feature-style-four-items .thumb img {
	clip-path: polygon(    45% 1.33975%,    46.5798% 0.60307%,    48.26352% 0.15192%,    50% 0%,    51.73648% 0.15192%,    53.4202% 0.60307%,    55% 1.33975%,    89.64102% 21.33975%,    91.06889% 22.33956%,    92.30146% 23.57212%,    93.30127% 25%,    94.03794% 26.5798%,    94.48909% 28.26352%,    94.64102% 30%,    94.64102% 70%,    94.48909% 71.73648%,    94.03794% 73.4202%,    93.30127% 75%,    92.30146% 76.42788%,    91.06889% 77.66044%,    89.64102% 78.66025%,    55% 98.66025%,    53.4202% 99.39693%,    51.73648% 99.84808%,    50% 100%,    48.26352% 99.84808%,    46.5798% 99.39693%,    45% 98.66025%,    10.35898% 78.66025%,    8.93111% 77.66044%,    7.69854% 76.42788%,    6.69873% 75%,    5.96206% 73.4202%,    5.51091% 71.73648%,    5.35898% 70%,    5.35898% 30%,    5.51091% 28.26352%,    5.96206% 26.5798%,    6.69873% 25%,    7.69854% 23.57212%,    8.93111% 22.33956%,    10.35898% 21.33975%  );
}

.feature-style-four-items .thumb {
	text-align: center;
}

.feature-style-five-item {
	clip-path: polygon(    45% 1.33975%,    46.5798% 0.60307%,    48.26352% 0.15192%,    50% 0%,    51.73648% 0.15192%,    53.4202% 0.60307%,    55% 1.33975%,    89.64102% 21.33975%,    91.06889% 22.33956%,    92.30146% 23.57212%,    93.30127% 25%,    94.03794% 26.5798%,    94.48909% 28.26352%,    94.64102% 30%,    94.64102% 70%,    94.48909% 71.73648%,    94.03794% 73.4202%,    93.30127% 75%,    92.30146% 76.42788%,    91.06889% 77.66044%,    89.64102% 78.66025%,    55% 98.66025%,    53.4202% 99.39693%,    51.73648% 99.84808%,    50% 100%,    48.26352% 99.84808%,    46.5798% 99.39693%,    45% 98.66025%,    10.35898% 78.66025%,    8.93111% 77.66044%,    7.69854% 76.42788%,    6.69873% 75%,    5.96206% 73.4202%,    5.51091% 71.73648%,    5.35898% 70%,    5.35898% 30%,    5.51091% 28.26352%,    5.96206% 26.5798%,    6.69873% 25%,    7.69854% 23.57212%,    8.93111% 22.33956%,    10.35898% 21.33975%  );
	background: var(--white);
	padding: 50px;
	text-align: center;
	height: 280px;
	width: 280px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.feature-style-five-item img {
	height: 60px;
	margin-bottom: 20px;
}

.feature-style-five-item h5 {
	margin: 0;
}

.feature-style-four-items .thumb {
	height: 240px;
	width: 300px;
	margin: auto;
	margin-bottom: 20px;
}

.call-card-style-two {
	display: flex;
	align-items: center;
}

.call-card-style-two .icon {
	background: var(--dark);
	height: 57px;
	width: 57px;
	border-radius: 50%;
	padding: 12px;
	margin-right: 15px;
}

.call-card-style-two p {
	margin: 0;
}

.call-card-style-two a {
	font-size: 20px;
}

.bg-contain-left-bottom {
	background-size: 25%;
	background-repeat: no-repeat;
	background-position: left bottom;
}


/* Choose Us Style Two */
.thumb-style-three {
	position: relative;
	z-index: 1;
	padding-left: 80px;
	padding-top: 110px;
}

.thumb-style-three img {
	border-radius: 50%;
}

.thumb-style-three.secondary img {
	border-radius: 8px;
}

.thumb-style-three img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	height: 50%;
	border: 2px solid var(--white);
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}

.thumb-style-three img:nth-child(3) {
	position: absolute;
	left: -90px;
	bottom: 25%;
	width: 220px;
}

.bg-dark .thumb-style-three img:nth-child(2) {
	border: none;
	box-shadow: none;
}

.thumb-style-three .shape img {
	border-radius: 0;
	position: absolute;
	top: 20px;
	right: 50px;
	z-index: -1;
	height: 270px;
}

ul.list-style-two li {
	margin-top: 30px;
	background: var(--white);
	padding: 50px 30px;
	border-radius: 10px;
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}

.bg-dark ul.list-style-two li {
	background: #2e3139;
	box-shadow: none;
}

ul.list-style-two li img {
	width: 60px;
	min-width: 60px;
	height: auto;
	margin-right: 20px;
}

ul.list-style-two li .d-flex {
	align-items: flex-start;
}

ul.list-style-two li p {
	margin: 0;
}

ul.list-style-two li h4 {
	font-size: 20px;
}

/* Choose us Style Three */
.choose-us-style-three-area {
	background-size: 20%;
	background-repeat: no-repeat;
	background-position: top left;
}

.card-style-two {
	padding: 50px 30px;
	max-width: 270px;
}

.card-style-two h4 {
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
}

.card-style-two img {
	height: 60px;
	margin-bottom: 15px;
}

.choose-us-style-three-thumb {
	position: relative;
	padding-left: 50px;
	padding-bottom: 50px;
}

.choose-us-style-three-thumb .card-style-two {
	position: absolute;
	left: 0;
	bottom: 0;
}

ul.list-style-six {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 1;
	border-left: 2px solid var(--color-style-three);
	margin-left: 20px;
}

ul.list-style-six li {
	padding-left: 50px;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}

ul.list-style-six li span {
	position: absolute;
	left: -20px;
	top: 0;
	height: 40px;
	width: 40px;
	background: var(--color-style-three);
	text-align: center;
	line-height: 40px;
	color: var(--white);
	font-weight: 800;
	border-radius: 50%;
}

ul.list-style-six li h4 {
	margin-bottom: 15px;
}

ul.list-style-six li p {
	margin: 0;
}

ul.list-style-six li:first-child {
	margin-top: 0;
}


/* Choose Us Style Four */
.choose-us-style-four-thumb {
	position: relative;
}

.choose-us-style-four-thumb > img {
	width: 100%;
}

.choose-us-style-four-thumb .card-style-two {
	position: absolute;
	left: 0;
	bottom: 0;
}

.accordion-style-one.style-two button.accordion-button::before {
	background: transparent;
	content: "+";
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	font-size: 14px;
	position: absolute;
	top: 15px;
	right: 0;
}

.accordion-style-one.style-two button.accordion-button:not(.collapsed)::before {
	-webkit-transform: inherit;
	transform: inherit;
	content: "-";
}

.style-two .accordion-item {
	margin-top: 15px;
	overflow: hidden;
	border-radius: 10px;
	border: none;
}

.accordion-style-one.style-two button.accordion-button {
	padding: 22px 0 !important;
	padding-left: 30px !important;
	border: none !important;
}

.accordion-style-one.style-two button.accordion-button::before {
	right: 20px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background: var(--color-primary);
	text-align: center;
	color: var(--white);
	border-radius: 5px;
	top: 20px;
	font-size: 17px;
}

.color-style-five .accordion-style-one.style-two button.accordion-button::before {
	background: var(--color-secondary);
}

.accordion-style-one.style-two .accordion-body {
	padding: 25px 30px;
	border-color: #7998bf;
}
/* Responsive Adjustments for Tablets */
@media (max-width: 768px) {
  .accordion-style-one.style-two button.accordion-button {
    font-size: 14px; /* Smaller font for tablets */
    padding: 18px 20px !important; /* Adjust padding */
    padding-left: 25px !important;
  }

  .accordion-style-one.style-two button.accordion-button::before {
    right: 15px; /* Adjust icon position */
    top: 20px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 16px; /* Smaller icon size */
  }
  .choose-us-style-four-thumb > img {
    padding-top: 10px;
    width: 100%;
  }
}

/* Responsive Adjustments for Mobile */
@media (max-width: 480px) {
  .accordion-style-one.style-two button.accordion-button {
    font-size: 10px; /* Smaller font for mobile */
    font-weight: 500;
    padding: 15px 15px !important; /* Compact padding */
    padding-left: 20px !important;
  }

  .accordion-style-one.style-two button.accordion-button::before {
    right: 15px; /* Further adjust icon position */
    top: 15px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 13px; /* Even smaller icon size */
  }

  .accordion-style-one.style-two .accordion-body {
    font-size: 10px;
    padding: 20px 15px; /* Reduce body padding for narrow screens */
  }
  .choose-us-style-four-thumb > img {
    padding-top: 10px;
    width: 100%;
  }
}

/* ============================================================== 
    # Pricing One
=================================================================== */
.quick-call {
	display: flex;
	align-items: center;
}

.quick-call .icon {
	height: 80px;
	width: 80px;
	background: var(--color-primary);
	padding: 25px;
	border-radius: 50%;
	margin-right: 20px;
}

.quick-call p {
	margin-bottom: 0;
}

.quick-call a {
	display: inline-block;
	font-size: 24px;
	font-weight: 800;
}

.pricing-style-one-area .quick-call {
	border-top: 1px solid #e9e9e9;
	padding-top: 30px;
	margin-top: 30px;
}

.shape-left-bottom {
	position: absolute;
	left: 0;
	bottom: -70px;
	max-width: 15%;
	z-index: 1;
}

.pricing-style-one-item {
	padding: 45px;
	background: var(--white);
	margin-top: 30px;
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	border-radius: 8px;
}

.pricing-style-one-item:first-child {
	margin-top: 0;
}

.pricing-style-one-item .d-flex {
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	text-align: right;
}

.pricing-style-one-item h4 {
	font-weight: 800;
}

.pricing-style-one-item h2 {
	margin-bottom: 0;
	font-size: 52px;
}

.pricing-style-one-item span {
	text-align: right;
	text-transform: uppercase;
	font-size: 14px;
}

.pricing-style-one-item strong {
	color: var(--color-primary);
	font-weight: 900;
}

ul.list-style-three {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pricing-style-one-item .btn {
	margin-top: 30px;
}

.pricing-style-one-item p {
	margin-bottom: 15px;
}

ul.list-style-three li {
	position: relative;
	padding-left: 35px;
	margin-top: 5px;
	font-weight: 600;
}

ul.list-style-three li::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 20px;
	width: 20px;
	border: 1px solid var(--color-primary);
	transform: translateY(-50%);
}

ul.list-style-three li::before {
	position: absolute;
	content: "";
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	height: 10px;
	width: 10px;
	background: var(--color-primary);
}

/* Pricing Two */
.pricing-style-two {
	padding: 67px 37px;
	background: var(--white);
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}

.pricing-style-two h4 {
	color: var(--color-heading);
	margin-bottom: 15px;
}

.pricing-style-two h2 {
	color: var(--color-heading);
	margin-bottom: 5px;
}

.pricing-style-two p {
	color: var(--color-paragraph);
}

.pricing-style-two {
	color: var(--color-paragraph);
	border-radius: 10px;
}

.pricing-style-two .pricing-header {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.pricing-style-two .pricing-header p {
	margin-bottom: 15px;
}

.pricing-style-two ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pricing-style-two ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 5px;
}

.pricing-style-two ul li .fa-check {
	color: #00c47d;
}

.pricing-style-two ul li .fa-times {
	color: #f85d5d;
}

.pricing-two-box {
	position: relative;
	z-index: 1;
	background: var(--white);
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}

.pricing-two-box .pricing-style-two {
	position: relative;
	z-index: 1;
	background: transparent;
	box-shadow: none;
}

.pricing-two-box .pricing-style-two::after {
	position: absolute;
	right: -15px;
	top: 30px;
	bottom: 30px;
	content: "";
	background: #cccccc;
	width: 1px;
}

.pricing-two-box::after {
	position: absolute;
	left: 0;
	top: -100px;
	content: "";
	height: 100%;
	width: 100%;
	background: url(../img/shape/47.png);
	background-size: cover;
	background-position: top center;
}

.pricing-style-two .btn {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 30px;
}

.pricing-style-two-area {
	position: relative;
	z-index: 1;
}

.bg-dark.pricing-style-two-area::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 120px;
	width: 100%;
	background: var(--white);
	z-index: -1;
}

/* ============================================================== 
    # Process One
=================================================================== */

.process-style-one-item .thumb {
	height: 300px;
	width: 300px;
	margin: auto;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.process-style-one-item .thumb span {
	position: absolute;
	left: 50px;
	bottom: 10px;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	color: var(--white);
	z-index: 9;
	background: var(--color-primary);
	border-radius: 50%;
	font-weight: 800;
}

.process-style-one-item .thumb img {
	clip-path: polygon(    45% 1.33975%,    46.5798% 0.60307%,    48.26352% 0.15192%,    50% 0%,    51.73648% 0.15192%,    53.4202% 0.60307%,    55% 1.33975%,    89.64102% 21.33975%,    91.06889% 22.33956%,    92.30146% 23.57212%,    93.30127% 25%,    94.03794% 26.5798%,    94.48909% 28.26352%,    94.64102% 30%,    94.64102% 70%,    94.48909% 71.73648%,    94.03794% 73.4202%,    93.30127% 75%,    92.30146% 76.42788%,    91.06889% 77.66044%,    89.64102% 78.66025%,    55% 98.66025%,    53.4202% 99.39693%,    51.73648% 99.84808%,    50% 100%,    48.26352% 99.84808%,    46.5798% 99.39693%,    45% 98.66025%,    10.35898% 78.66025%,    8.93111% 77.66044%,    7.69854% 76.42788%,    6.69873% 75%,    5.96206% 73.4202%,    5.51091% 71.73648%,    5.35898% 70%,    5.35898% 30%,    5.51091% 28.26352%,    5.96206% 26.5798%,    6.69873% 25%,    7.69854% 23.57212%,    8.93111% 22.33956%,    10.35898% 21.33975%  );
	height: 300px;
	width: 300px;
	margin: auto;
}

.process-style-one-item .thumb span::after {
	position: absolute;
	left: -5px;
	top: -5px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	border: 1px solid var(--white);
	content: "";
	border-radius: 50%;
	opacity: 0.8;
}

.process-style-one-item h4 {
	margin-bottom: 15px;
	font-weight: 800;
}

.process-style-one-item p {
	margin: 0;
}

.process-style-one-item {
	padding: 0 30px;
	display: flex;
	flex-direction: column;
}

.process-style-one:nth-child(2n) .process-style-one-item {
	flex-direction: column-reverse;
}

.process-style-one {
	border-right: 1px solid #e7e7e7;
}

.process-style-one:last-child {
	border: none;
}

.process-style-one:nth-child(2n) .process-style-one-item img {
	margin: 0;
	margin-top: 30px;
}

.process-style-one:nth-child(2n) .process-style-one-item  span {
	bottom: auto;
	top: 50px;
}

form.short-newsletter {
	position: relative;
	z-index: 1;
	max-width: 500px;
	margin: 80px auto auto;
	background: var(--bg-gray);
	border: 1px solid #cccccc;
	border-radius: 5px;
}

form.short-newsletter input {
	background: transparent;
	border: none;
	min-height: 66px;
	padding: 20px;
}

form.short-newsletter button {
	position: absolute;
	right: 5px;
	top: 5px;
}

/* ============================================================== 
    # Process Style Two
=================================================================== */
.process-style-two-items {
	position: relative;
	z-index: 1;
	padding: 40px;
}

.process-style-two-items::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 125px;
	width: 100%;
	background: #cce7e8;
	z-index: -1;
	clip-path: polygon(50% 0%, 100% 0, 100% 80%, 98% 100%, 2% 100%, 0 80%, 0 0);
	border-radius: 10px 10px 0 0;
}

.process-style-two-items h4 {
	color: var(--color-heading);
	font-size: 20px;
	font-weight: 900;
}

.process-style-two-item span {
	display: inline-block;
	height: 70px;
	width: 70px;
	line-height: 65px;
	margin: auto;
	background: #cce7e8;
	color: var(--color-heading);
	font-weight: 900;
	border-radius: 50%;
	border: 3px solid var(--color-style-two);
	font-size: 20px;
	margin-bottom: 30px;
}

.process-style-two-item span img {
	height: 30px;
	position: relative;
	top: -2px;
}

.process-style-two-item {
	padding: 0 45px;
	display: flex;
	flex-direction: column;
}

.process-style-two-items .item {
	position: relative;
	z-index: 1;
}

.process-style-two-items .item::after {
	position: absolute;
	right: 0;
	top: 85px;
	content: "";
	bottom: 0;
	width: 2px;
	border-right: 1px solid #529a9d;
}

.process-style-two-items .item:last-child::after {
	display: none;
}

form.short-newsletter.style-two {
	background: #cbe6e7;
}

form.short-newsletter.style-two button {
	background: var(--dark);
}

form.short-newsletter.style-two button::after {
	background: var(--color-style-two);
}


/* ============================================================== 
    # Fun Fact Style One
=================================================================== */

.fun-factor-style-one-box .fun-fact .counter {
	font-size: 80px;
	color: transparent;
	-webkit-text-stroke: 2px var(--white);
	font-weight: 900;
	line-height: 1;
	margin-bottom: 25px;
}

.color-style-two .fun-factor-style-one-box .fun-fact .counter {
	-webkit-text-stroke: 2px var(--color-style-two);
}

.fun-factor-style-one-box .fun-fact h4 {
	margin-bottom: 15px;
}

.fun-factor-style-one-box .fun-fact p {
	margin: 0;
}

.color-style-two .fun-factor-style-one-box .fun-fact {
	background: rgba(0, 0, 0, 0.3);
	padding: 50px 35px;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}


/* ============================================================== 
    # Speciality Style One
=================================================================== */
.speciality-style-one-area {
	background-size: 25%;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.list-style-four {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 50px;
	align-items: center;
}

.list-style-four .item {
	margin-top: 30px;
	border-top: 1px solid #c2d1d2;
	padding-top: 30px;
}

.list-style-four .item:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}

.list-style-four .item img {
	height: 80px;
	margin-bottom: 30px;
}

.list-style-four .item h4 {
	margin-bottom: 15px;
}

.list-style-four .item p {
	margin: 0;
}

.list-style-four .item.active {
	background: var(--white);
	padding: 50px;
	border-radius: 7px;
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}

.list-style-four .item .icon img {
	background: #e1eefe;
	padding: 15px;
	border-radius: 7px;
}

.color-style-two .list-style-four .item .icon img {
	background: #e6f3f4;
}

.list-style-four .item.active .icon img {
	background: var(--color-primary);
}

.color-style-two .list-style-four .item.active .icon img {
	background: var(--color-style-two);
}

.shape-right-top {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 35%;
}

/* ============================================================== 
    # Estimate Style One
=================================================================== */
.quote-form-style-one {
	display: grid;
	grid-template-columns: 1fr 3.5fr;
	align-items: flex-start;
	margin-top: 60px;
}

.quote-form-style-one .nav-tabs::before, 
.quote-form-style-one .nav-tabs::after {
	display: none;
}

.quote-form-style-one .nav-tabs {
	background: linear-gradient(45deg, var(--color-primary) 30%, #0CE0FF 90%);
	margin-right: 50px;
	padding: 50px 30px;
	position: relative;
	z-index: 1;
	border-radius: 5px;
}

.quote-form-style-one .nav-tabs::after {
	position: absolute;
	left: -30px;
	top: -30px;
	content: "";
	height: 100%;
	width: 100%;
	background: url(../img/shape/45.png);
	background-repeat: no-repeat;
	z-index: -1;
}

.quote-form-style-one .nav-tabs .nav-item {
	display: block;
}

.quote-form-style-one .nav-tabs .nav-item button {
	display: block;
	border: none;
	border-radius: 5px;
	margin: 0;
	padding: 13px 30px;
	background: var(--white);
	color: var(--color-heading);
	font-weight: 900;
	min-width: 200px;
	margin-bottom: 15px;
	border: none;
	text-align: left;
}

.quote-form-style-one .nav-tabs .nav-item button:hover, 
.quote-form-style-one .nav-tabs .nav-item button.active {
	color: var(--white);
	background: var(--dark);
}

.quote-form-style-one .nav-tabs .nav-item:last-child button {
	margin: 0;
}

.thumb-style-two {
	position: relative;
	bottom: -120px;
	margin-top: -120px;
}

.thumb-style-two img {
	max-width: 120%;
}

.quote-style-one .row {
	align-items: end;
}

form.quote-style-one button {
	margin-top: 40px;
}

form.quote-style-one .form-group {
	margin-bottom: 25px;
	float: left;
	width: 100%;
}

form.quote-style-one .form-group label {
	font-weight: 600;
	color: var(--color-heading);
	display: block;
	margin-bottom: 5px;
}

form.quote-style-one .price-range-slider {
	margin-top: -15px;
}

form.quote-style-one .form-group .nice-select {
	border-radius: 5px;
	border: 1px solid #b8a2a2;
	background: transparent;
}

.quote-form-style-one .nav-tabs .nav-item button i {
	display: inline-block;
	font-weight: 100;
	min-width: 25px;
	font-size: 20px;
}

.quote-form-style-one .nav-tabs .nav-item button::after {
	background: var(--dark);
}

form.quote-style-one .form-group input {
	border: 1px solid #b8a2a2;
	background: transparent;
}


/* Estimate Style Two */

.infinite-text-box {
	display: flex;
	align-items: center;
	gap: 20px;
}

.infinite-text {
	font-size: 150px;
	font-weight: 600;
	color: transparent;
	-webkit-text-stroke: 1px var(--white);
	display: flex;
	align-items: center;
	line-height: 66px;
	font-family: var(--font-optional);
	margin-bottom: 120px;
	gap: 15px;
	animation: slide-left 50s linear infinite;
}

.bg-half-bottom-light {
	position: relative;
	z-index: 1;
}

.bg-half-bottom-light::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 150px;
	width: 100%;
	background: var(--white);
}

@keyframes slide-left {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.estimate-two-box {
	position: relative;
	z-index: 1;
}

.quote-form-style-two {
	background: var(--white);
	padding: 80px;
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	border-radius: 8px;
}

.estimate-two-box img {
	border-radius: 8px;
}

.quote-form-style-two .nav-tabs {
	margin-bottom: 30px;
	border: 2px solid var(--color-primary);
	border-radius: 5px;
	display: flex;
}

.quote-form-style-two .nav-tabs li.nav-item .nav-link {
	border-radius: 0;
	border: 1px solid transparent;
	border-bottom: none;
	text-transform: capitalize;
	font-weight: 700;
	color: var(--color-heading);
	font-size: 16px;
	padding: 12px 16px;
	display: flex;
	align-items: center;
	width: 100%;
	text-align: center;
	justify-content: center;
	margin: 0;
}

.quote-form-style-two .nav-tabs li.nav-item .nav-link::after {
	display: none;
}

.quote-form-style-two .nav-tabs li.nav-item .nav-link.active {
	background: var(--color-primary);
	color: var(--white);
}

.quote-form-style-two .nav-tabs li.nav-item .nav-link i {
	display: inline-block;
	font-weight: 100;
	color: var(--color-primary);
	margin-right: 10px;
}

.quote-form-style-two .nav-tabs li.nav-item .nav-link.active i {
	color: var(--white);
}

.quote-form-style-two .nav-tabs li.nav-item {
	flex: 1;
}

.quote-form-style-two .nav-tabs::before,
.quote-form-style-two .nav-tabs::after {
	display: none;
}

.quote-form-style-two .nav-tabs li.nav-item::after {
	position: absolute;
	right: 0;
	top: 10px;
	bottom: 10px;
	content: "";
	border-right: 1px solid #c1deff;
}

.quote-form-style-two .nav-tabs li.nav-item:last-child::after {
	display: none;
}

form.quote-style-two label {
	font-weight: 700;
	color: var(--color-heading);
}

form.quote-style-two .form-group {
	margin-bottom: 26px;
	float: left;
	width: 100%;
}

form.quote-style-two button {
	margin-top: 35px;
}

form.quote-style-two .price-range-slider {
	margin-top: -15px;
}

form.quote-style-two .form-group input {
	border: none;
	background: #edeff1;
	padding: 15px 30px;
}

form.quote-style-two select {
	border: none;
}

form.quote-style-two .nice-select {
	border-radius: 5px;
	border: none;
	background: #edeff1;
	padding: 0 30px;
	height: 56px;
	line-height: 56px;
}

/* Estimate Three */
.nav-tabs.estimate-three-nav-tabs {
	display: grid;
	margin: 0;
	border: 1px solid #e7e7e7;
	grid-auto-columns: minmax(0, 1fr);
	grid-auto-flow: column;
	overflow: hidden;
	position: relative;
	top: -40px;
	background: var(--dark);
	clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
}

.estimate-style-three-items {
	background: var(--white);
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	padding: 0 80px;
	margin-top: 40px;
}

.nav-tabs.estimate-three-nav-tabs .nav-link {
	margin: 0;
	padding: 23px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: var(--white);
	border-radius: 0;
}

.nav-tabs.estimate-three-nav-tabs .nav-link img {
	height: 30px;
	margin-right: 15px;
}

.nav-tabs.estimate-three-nav-tabs .nav-item {
	display: block;
	border-radius: 0;
}

.nav-tabs.estimate-three-nav-tabs::before, 
.nav-tabs.estimate-three-nav-tabs::after {
	display: none;
}

.nav-tabs.estimate-three-nav-tabs .nav-item .nav-link::after {
	display: none;
}

.nav-tabs.estimate-three-nav-tabs .nav-link.active {
	background: var(--color-style-three);
	color: var(--white);
}

.nav-tabs.estimate-three-nav-tabs .nav-link.active img {
	filter: brightness(0) invert(1);
}

.nav-tabs.estimate-three-nav-tabs .nav-item .nav-link {
	border-right: 1px solid var(--white);
}

.nav-tabs.estimate-three-nav-tabs .nav-item:last-child .nav-link {
	border: none;
}

.estimate-style-three-content form .form-group {
	margin-bottom: 30px;
}

.estimate-style-three-content form .form-group input {
	border: none;
	background: #F2F5FA;
}

.estimate-style-three-content form .form-group .nice-select {
	border: none;
	background: #F2F5FA;
	border-radius: 5px;
}

.estimate-style-three-content form .form-group label {
	font-weight: 700;
	color: var(--color-heading);
	display: block;
	margin-bottom: 10px;
}

.estimate-style-three-content form button[type="submit"] {
	margin-top: 40px;
}

.estimate-style-three-content form p.range-value {
	margin-top: 0;
}

.review-card {
	display: flex;
	align-items: self-start;
}

.review-card img {
	height: 25px;
}

.review-card p {
	margin-bottom: 10px;
	line-height: 1;
}

.review-card .left-info {
	margin-right: 20px;
}

.review-card .review-icon i {
	font-size: 13px;
}

.review-card .review-icon {
	margin-bottom: 20px;
	line-height: 0;
	margin-top: 3px;
}

.review-card .right-info p {
	margin: 0;
	line-height: 1;
}

.review-cards {
	display: flex;
	align-items: center;
	margin-top: 50px;
}

.review-cards .review-card {
	margin-right: 50px;
	border-right: 1px solid #cccccc;
	padding-right: 50px;
}

.review-cards .review-card:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.color-style-three .review-card .review-icon i {
	color: var(--color-style-three);
}

.row.flex-end {
	justify-content: flex-end;
}

.estimate-style-three-thumb {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
}

/* Estimate Style Four */
.estimate-style-four-items {
	padding: 120px;
	padding-bottom: 0;
	border-radius: 10px 0 0 10px;
	position: relative;
	margin-bottom: 50px;
}

.estimate-style-four-form {
	position: relative;
	z-index: 1;
	padding: 50px;
	bottom: -50px;
	border-radius: 10px;
}

.estimate-style-four-form .nice-select::after {
	border-bottom: 1px solid var(--white);
	border-right: 1px solid var(--white);
}

.review-style-one {
	display: inline-flex;
	align-items: center;
	background: var(--white);
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}

.review-style-one .thumb {
	margin-left: 30px;
	margin-right: 20px;
}

.review-style-one .thumb img {
	height: 60px;
	width: 60px;
	border: 1px solid var(--white);
	border-radius: 50%;
	margin-left: -30px;
}

.review-style-one h6 {
	margin-bottom: 8px;
}

.review-style-one i {
	font-size: 13px;
	letter-spacing: -1px;
	color: var(--color-primary);
}

.review-style-one  .rating {
	margin-right: 10px;
	position: relative;
	top: -1px;
}

.review-style-one .content {
	text-align: left;
}

.color-style-four .review-style-one i {
	color: var(--color-style-four);
}

.estimate-style-four-items .review-style-one {
	position: absolute;
	bottom: -50px;
	left: 120px;
}

.estimate-four-info {
	height: 100%;
	position: relative;
}

.estimate-four-info a.video-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

form.quote-style-four .form-group {
	margin-bottom: 30px;
}

form.quote-style-four .form-group input {
	background: transparent;
	color: var(--white);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

form.quote-style-four .form-group .nice-select {
	background: transparent;
	color: #cccccc;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 5px;
}

form.quote-style-four .form-group .nice-select li {
	color: var(--color-heading);
}

form.quote-style-four label {
	font-weight: 700;
	margin-bottom: 10px;
}

form.quote-style-four button {
	margin-top: 40px;
}

form.quote-style-four button::after {
	background: var(--white);
}

form.quote-style-four button:hover {
	color: var(--color-heading);
}

form.quote-style-four .price-range-slider .range-value input {
	color: var(--white);
}

form.quote-style-four {
	margin-top: 30px;
}

form.quote-style-four .form-group input::-webkit-input-placeholder {
 /* Chrome/Opera/Safari */
	color: #cccccc;
}

form.quote-style-four .form-group input::-moz-placeholder {
 /* Firefox 19+ */
	color: #cccccc;
}

form.quote-style-four .form-group input:-ms-input-placeholder {
 /* IE 10+ */
	color: #cccccc;
}

form.quote-style-four .form-group input:-moz-placeholder {
 /* Firefox 18- */
	color: #cccccc;
}

form.quote-style-four .price-range-slider .range-bar {
	background: var(--white);
}

form.quote-style-four .price-range-slider .range-bar .ui-slider-handle {
	border-color: var(--color-style-four);
}

/* ============================================================== 
    # Testimonial One
=================================================================== */
.testimonial-style-one {
	background: var(--white);
	padding: 50px;
	border-radius: 8px;
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}

.testimonial-style-one-carousel .swiper-wrapper .swiper-slide {
	padding: 50px;
}

.testimonial-style-one-carousel {
	position: relative;
	left: -30%;
	width: 137%;
	margin: -50px 0;
	margin-top: -20px;
}

.testimonial-style-one .d-flex {
	justify-content: space-between;
	margin-bottom: 30px;
}

.testimonial-style-one .d-flex h4 {
	margin: 0;
	font-size: 28px;
	font-weight: 800;
}

.testimonial-style-one .d-flex i {
	color: var(--color-primary);
	font-size: 15px;
}

.color-style-two .testimonial-style-one .d-flex i {
	color: var(--color-style-two);
}

.testimonial-style-one .provider {
	background: linear-gradient(45deg, var(--color-primary) 30%, #0CE0FF 90%);
	display: inline-flex;
	margin-left: -50px;
	padding: 20px 30px;
	padding-right: 80px;
	padding-left: 50px;
	align-items: center;
	border-radius: 0 8px 8px 0;
	margin-top: 15px;
}

.color-style-two .testimonial-style-one .provider {
	background: linear-gradient(65deg, var(--color-style-two) 30%, #13f0b2 100%);
}

.testimonial-style-one .provider img {
	height: 65px;
	width: 65px;
	min-width: 65px;
	border-radius: 50%;
	margin-right: 20px;
	border: 2px solid var(--white);
}

.testimonial-style-one .provider h4 {
	margin-bottom: 5px;
	color: var(--white);
	font-size: 20px;
}

.testimonial-style-one .provider span {
	color: #f1ebeb;
}

.testimonial-style-one p {
	font-size: 22px;
}

.thumb-circle img {
	border-radius: 8px;
}

.testimonial-nav {
	position: absolute;
	left: 20%;
	bottom: 0;
	right: 50px;
	height: 100px;
}

.testimonial-button-prev, .testimonial-button-next {
	height: 30px;
	width: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	color: var(--color-heading);
}

.testimonial-button-next {
	left: auto;
	right: 0;
	width: 100px;
	text-align: right;
}

.testimonial-button-next::before {
	position: absolute;
	left: 0;
	content: "";
	height: 2px;
	right: 54px;
	background: var(--color-heading);
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.testimonial-button-next::after {
	content: "Next";
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.6px;
}

.testimonial-button-prev::after {
	content: "Prev";
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.6px;
}

.testimonial-button-prev {
	width: 100px;
	text-align: left;
}

.testimonial-button-prev::before {
	position: absolute;
	right: 0;
	content: "";
	height: 2px;
	left: 54px;
	background: var(--color-heading);
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

/* Testimonial Two */
.testimonial-bullet .rev-author {
	min-width: 300px;
	margin: auto;
	position: relative;
	left: -100px;
	margin-top: 20px;
	text-align: center;
	transition: all 0.35s ease-in-out;
	visibility: hidden;
	opacity: 0;
}

.testimonial-bullet .swiper-slide-active .rev-author {
	visibility: visible;
	opacity: 1;
}

.testimonial-bullet .rev-author h4 {
	margin-bottom: 5px;
}

.testimonial-bullet .rev-author h4 {
	margin-bottom: 5px;
	color: var(--white);
}

.testimonial-bullet-items {
	position: relative;
	z-index: 1;
	padding-bottom: 30px;
}

.testimonial-bullet-items::after {
	position: absolute;
	left: 0;
	top: 50px;
	content: "";
	bottom: 0;
	background: var(--color-primary);
	width: 100%;
	border-radius: 10px;
}

.color-style-two .testimonial-bullet-items::after {
	background: var(--color-style-two);
}

.color-style-three .testimonial-bullet-items::after {
	background: var(--color-style-three);
}

.color-style-four .testimonial-bullet-items::after {
	background: var(--color-style-four);
}

.color-style-five .testimonial-bullet-items::after {
	background: var(--color-secondary);
}

.testimonial-bullet .rev-author span {
	color: var(--white);
}

.bg-gray .swiper-bullet-item img {
	border-color: var(--bg-gray);
}

.testimonial-style-two .tm-review i {
	display: inline-block;
}

.tm-reivew i {
	display: inline-block;
	color: var(--color-primary);
}

.color-style-two .tm-reivew i {
	color: var(--color-style-two);
}

.color-style-three .tm-reivew i {
	color: var(--color-style-three);
}

.color-style-four .tm-reivew i {
	color: var(--color-style-four);
}

.color-style-five .tm-reivew i {
	color: var(--color-secondary);
}

.tm-reivew {
	margin-bottom: 30px;
}

.testimonial-style-two-carousel .testimonials-quote i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 200px;
	z-index: -1;
	opacity: 0.1;
}

.bg-gray .testimonial-style-two-carousel .testimonials-quote i {
	color: var(--white);
	opacity: 1;
}

.testimonial-bullet-items {
	margin-top: 20px;
}

.testimonial-style-two p {
	font-size: 27px;
}

.testimonial-style-two h4 {
	font-size: 30px;
}

/* ============================================================== 
    # Testimonial Style Three
=================================================================== */

.testimonial-style-three-carousel {
	padding: 5px;
	margin: -5px;
}

.testimonial-style-three-item {
	border: 1px solid var(--color-style-four);
	padding: 50px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.testimonial-style-three-item .quote-icon {
	background: var(--white);
	display: inline-block;
	position: absolute;
	top: -14px;
	padding: 0 20px;
	margin-left: -20px;
}

.testimonial-style-three-carousel .swiper-wrapper {
	padding-top: 40px;
}

.testimonial-style-three-item .tm-provider {
	display: flex;
	align-items: center;
}

.testimonial-style-three-item .tm-provider img {
	border-radius: 50%;
	height: 70px;
	width: 70px;
	margin-right: 15px;
}

.testimonial-style-three-item .tm-provider h4 {
	margin-bottom: 7px;
	font-size: 18px;
}


/* ============================================================== 
    # Brand Style One
=================================================================== */

.brand-style-one-area {
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.brand-style-one-items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	overflow: hidden;
}

.brand-one-item {
	position: relative;
	z-index: 1;
	padding: 30px;
}

.brand-one-item::after {
	position: absolute;
	right: -1px;
	top: 0;
	content: "";
	height: 100%;
	width: 1px;
	background: #cccccc;
}

.brand-one-item::before {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: "";
	height: 1px;
	width: 100%;
	background: #cccccc;
}

.brand-one-info p {
	margin: 0;
}

/* Brand Two */
.brand-style-two-carousel img {
	max-height: 40px;
}

.brand-style-two-carousel {
	text-align: center;
}


/* ============================================================== 
    # Gallery Style One
=================================================================== */
.gallery-style-one-item {
	position: relative;
	z-index: 1;
	margin-top: 30px;
	overflow: hidden;
	border-radius: 8px;
}

.gallery-style-one-item .shape {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50%;
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: end;
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s ease-in-out;
	z-index: 1;
}

.gallery-style-one-item:hover .shape {
	opacity: 1;
	visibility: visible;
	transition-delay: 0.35s;
	height: 50%;
	width: 50%;
}

.gallery-style-one-item .overlay {
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 9;
	background: var(--white);
	padding: 20px 30px;
	border-radius: 10px;
	transition: all 0.35s ease-in-out;
	transform: translateX(30px);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
	-ms-transform: translateX(30px);
	-o-transform: translateX(30px);
}

.gallery-style-one-item .overlay h4 {
	margin-bottom: 5px;
	font-size: 20px;
}

.gallery-style-one-item .overlay span {
	text-transform: uppercase;
	font-weight: 600;
	color: var(--color-primary);
	font-size: 15px;
}

.color-style-two .gallery-style-one-item .overlay span {
	color: var(--color-style-two);
}

.gallery-style-one-item > img {
	transition: all 0.35s ease-in-out;
}

.gallery-style-one-item:hover > img {
	transform: scale(1.2);
}

.gallery-style-one-item:hover .overlay {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.20s;
}

.gallery-style-one-item::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 100px;
	width: 100px;
	transform: translate(-50%, -50%);
	background: var(--dark);
	border-radius: 50%;
	transition: all 0.55s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.gallery-style-one-item:hover::after {
	height: 1000px;
	width: 1000px;
	opacity: 0.6;
	visibility: visible;
}

/* ============================================================== 
    # Project Details
=================================================================== */

ul.project-info {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

ul.project-info li {
	border-right: 1px solid #e7e7e7;
	padding-right: 50px;
	padding-left: 50px;
	font-weight: 600;
}

ul.project-info li:last-child {
	border: none;
}

ul.project-info h4 {
	font-weight: 700;
	margin-bottom: 8px;
}

ul.project-info {
	background: var(--white);
	padding: 40px 30px;
	border-radius: 10px;
	position: relative;
	top: -50px;
	margin-bottom: 0;
	box-shadow: 0 5px 30px rgb(0 0 0 / 10%) !important;
}

.project-details-style-one img {
	border-radius: 10px;
}

.project-details-thumb img {
	margin-bottom: 60px;
}

.project-single-tags a {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding-right: 10px;
	text-transform: uppercase;
	color: var(--color-paragraph);
}

.project-single-tags a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: ",";
}

.project-single-tags a:last-child::after {
	display: none;
}

.project-single-tags {
	margin-bottom: 15px;
}

.project-single-tags a:hover {
	color: var(--color-primary);
}

.project-details-thumb h2 {
	font-weight: 800;
	margin: 0;
	padding-right: 15%;
}

.project-author-details ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-row-gap: 30px;
}

.project-author-details ul li {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-column-gap: 60px;
	position: relative;
	z-index: 1;
	border-top: 1px solid #dddddd;
	padding-top: 30px;
}

.project-author-details ul li:first-child {
	border: none;
	padding: 0;
}

.project-author-details ul li  h3 {
	font-weight: 800;
	font-size: 20px;
	margin: 0;
}

.project-author-details ul li p {
	margin: 0;
}

.project-author-details ul li .right-info h3 {
	color: var(--color-paragraph);
	font-weight: 600;
}

p.project-inner-tag {
	font-weight: 700;
	line-height: 2.3;
	text-transform: uppercase;
}

.item-grid-container {
	display: grid;
	grid-row-gap: 60px;
}

.item-grid-container img {
	margin-top: 50px;
}

.item-grid-colum {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-column-gap: 50px;
	grid-row-gap: 60px;
}

.item-grid-colum h1,
.item-grid-colum h2,
.item-grid-colum h3,
.item-grid-colum h4,
.item-grid-colum h5,
.item-grid-colum h6 {
	font-weight: 800;
}

ul.list-disc {
	list-style: disc;
	margin-left: 20px;
	padding: 0;
}

ul.list-disc li {
	list-style: disc;
	margin-top: 7px;
}

/* ============================================================== 
    # Contact
=================================================================== */
.contact-one-list .top {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.contact-one-list .top h4 {
	margin: 0;
}

.contact-one-list .top i {
	display: inline-block;
	height: 55px;
	width: 55px;
	line-height: 55px;
	text-align: center;
	background: var(--color-primary);
	border-radius: 50%;
	color: var(--white);
	margin-right: 15px;
	font-size: 20px;
}

.color-style-two .contact-one-list .top i {
	background: var(--color-style-two);
}

.color-style-three .contact-one-list .top i {
	background: var(--color-style-three);
}

.color-style-four .contact-one-list .top i {
	background: var(--color-style-four);
}

.color-style-five .contact-one-list .top i {
	background: var(--color-secondary);
}

.contact-one-list a {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-right: 15px;
	padding-right: 20px;
}

.contact-one-list a::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	height: 25px;
	width: 1px;
	background: #b7b4b4;
}

.contact-one-list a:last-child {
	margin: 0;
	padding: 0;
}

.contact-one-list a:last-child::after {
	display: none;
}

.contact-one-list p {
	margin: 0;
}

.contact-one-list .item {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #cccccc;
}

.contact-one-list .item:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}

form.contact-form.contact-form input, 
form.contact-form.contact-form textarea {
	border: none;
	min-height: 60px;
	padding: 0 30px;
}

form.contact-form.contact-form .form-group {
	margin-bottom: 15px;
}

form.contact-form.contact-form textarea {
	height: 180px;
	padding: 30px;
}

form.contact-form.contact-form input#validthemesRadio {
	height: 20px;
	width: 20px;
	min-height: 20px;
	padding: 0;
	margin-right: 10px;
	background-color: var(--color-primary);
	border: 4px solid #c9ceff;
}

.color-style-five form.contact-form.contact-form input#validthemesRadio {
	background-color: var(--color-secondary);
	border: 5px solid #046411;
}

form.contact-form.contact-form button {
	display: block;
	margin-top: 20px;
}

.color-style-two .contact-one-list .top i {
	background: var(--color-style-two);
}

.color-style-two form.contact-form.contact-form input#validthemesRadio {
	background-color: var(--color-style-two);
}

.maps-area iframe {
	min-height: 600px;
	margin-bottom: -10px;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/* ============================================================== 
    # App Download
=================================================================== */
.app-download-items {
	padding: 120px;
	border-radius: 30px;
	overflow: hidden;
}

.app-download-items .app-thumb {
	position: relative;
	bottom: -120px;
	margin-top: -120px;
	z-index: 1;
}

a.btn-app {
	display: flex;
	align-items: center;
	background: var(--white);
	padding: 7px 26px;
	margin-right: 15px;
	border-radius: 6px;
	padding-bottom: 10px;
	min-height: 60px;
	margin-top: 15px;
}

a.btn-app:nth-child(2) {
	background: var(--dark);
	color: var(--white);
}

a.btn-app i {
	display: inline-block;
	font-size: 40px;
	margin-right: 10px;
	color: var(--color-secondary);
}

a.btn-app h6 {
	margin: 0;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.3;
	color: var(--color-heading);
}

a.btn-app span {
	font-size: 11px;
	display: block;
	opacity: 0.9;
	margin-bottom: 2px;
	color: var(--color-paragraph);
}

a.btn-app i.fa-google-play {
	font-size: 35px;
	position: relative;
	top: 3px;
}

a.btn-app:nth-child(2) span {
	color: #cccccc;
}

a.btn-app:nth-child(2) h6 {
	color: var(--white);
}


/* ============================================================== 
    # Footer
=================================================================== */

footer.footer-one {
	background-color: #686868;
	background-size: 35%;
	background-repeat: no-repeat;
	background-position: right bottom;
}

footer .footer-style-one {
	padding-top: 70px;
	padding-bottom: 120px;
}

footer .f-item.about {
	background: #228bb0;
	padding: 50px;
	margin-right: 30px;
	position: relative;
	top: -240px;
	margin-bottom: -240px;
}

footer .f-item.about::after {
	position: absolute;
	right: -20px;
	top: 0;
	content: "";
	height: 120px;
	width: 20px;
	background: var(--white);
}

footer .f-item.about::before {
	position: absolute;
	left: -20px;
	top: 0;
	content: "";
	height: 120px;
	width: 20px;
	background: var(--white);
}

footer .f-item.about img {
	height: 62px;
	margin-bottom: 30px;
}

footer.footer-two .f-item.about {
	margin-bottom: 0;
	top: 0;
	background: transparent;
	padding: 0;
	margin: 0;
}

footer.footer-two .f-item.about::before,
footer.footer-two .f-item.about::after {
	display: none;
}

footer.footer-default .f-item.about {
	top: 0;
	margin-bottom: 0;
	padding: 30px 50px;
}

footer.footer-default .f-item.about::before, 
footer.footer-default .f-item.about::after {
	display: none;
}

.footer-style-two .footer-item:first-child {
	padding-left: 0;
}

.footer-style-two .footer-item:last-child {
	padding-right: 0;
}

footer .f-item .widget-title {
	margin-bottom: 30px;
}

ul.opening-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.opening-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 10px;
}

ul.opening-list li:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}

footer.bg-dark .f-item a {
	color: #cccccc;
	font-weight: 500;
}

footer.bg-dark .f-item a.btn {
	font-weight: 700;
	color: var(--white);
}

footer.bg-dark .f-item a:hover {
	color: var(--white);
}

footer .f-item.link li {
	margin-top: 13px;
}

footer .contact ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .contact ul li {
	display: flex;
	margin-top: 25px;
}

footer .contact ul li i {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: #686868;
	border-radius: 50%;
	margin-right: 15px;
	color: var(--white);
	border: 1px dashed rgba(255, 255, 255, 0.3);
}

footer .contact ul li:first-child {
	margin-top: 0;
}

footer .contact ul li:last-child {
	align-items: center;
}

footer.bg-dark li {
	color: #cccccc;
}

.f-item.newsletter form {
	position: relative;
}

.f-item.newsletter form input {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0;
	padding: 15px;
	border-radius: 5px;
	box-shadow: none;
	color: var(--white);
}

.f-item.newsletter form input::-webkit-input-placeholder {
 /* Chrome/Opera/Safari */
	color: #cccccc;
}

.f-item.newsletter form input::-moz-placeholder {
 /* Firefox 19+ */
	color: #cccccc;
}

.f-item.newsletter form input:-ms-input-placeholder {
 /* IE 10+ */
	color: #cccccc;
}

.f-item.newsletter form input:-moz-placeholder {
 /* Firefox 18- */
	color: #cccccc;
}

.f-item.newsletter form button {
	padding: 0;
	background: transparent;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 55px;
	width: 50px;
}

.f-item.newsletter form button:after {
	display: none;
}

.f-item.newsletter form button i {
	font-weight: 900;
}

.footer-item fieldset {
	display: flex;
	align-items: center;
	margin: 0;
	margin-top: 10px;
}

.footer-item fieldset input {
	min-height: auto;
	position: relative;
	margin-right: 10px;
}

.footer-item fieldset label {
	margin: 0;
}

.footer-item .about form {
	margin-top: 30px;
	position: relative;
}

.footer-item .about form input {
	min-height: 66px;
	padding-left: 30px;
	border-radius: 50px;
	border: none;
}

.footer-item .about form button {
	position: absolute;
	right: 8px;
	top: 8px;
	border-radius: 50%;
	background: var(--color-primary);
	border: none;
	height: 50px;
	width: 50px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0;
	color: var(--white);
}

.color-style-two .footer-item .about form button {
	background: var(--color-style-two);
}

.color-style-three .footer-item .about form button {
	background: var(--color-style-three);
}

.color-style-four .footer-item .about form button {
	background: var(--color-style-four);
}

.color-style-five .footer-item .about form button {
	background: var(--color-style-five);
}

.footer-item .about form button::after {
	display: none;
}

footer.footer-two {
	background-size: 35%;
	background-repeat: no-repeat;
	background-position: left bottom;
}

footer.footer-two {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.footer-style-two .footer-item {
	position: relative;
	z-index: 1;
	padding: 120px 50px;
}

.footer-style-two .footer-item::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 1px;
	background: var(--white);
	opacity: 0.1;
}

.footer-style-two .footer-item:last-child::after {
	display: none;
}

/* Footer Bottom */

.footer-bottom {
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: #686868;
}

.footer-bottom p {
	margin: 0;
}

.footer-bottom ul li {
	display: inline-block;
	margin-left: 25px;
}

.footer-bottom ul li a {
	font-weight: 500;
}


/* ============================================================== 
    # 404 page
=================================================================== */

.error-page-area {
	position: relative;
	z-index: 1;
}

.error-page-area .shape-left {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 20%;
	background-position: left !important;
	background-repeat: no-repeat !important;
	z-index: -1;
	opacity: 0.3;
	background-size: contain !important;
}

.error-page-area .shape-right {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 20%;
	background-position: right !important;
	background-repeat: no-repeat !important;
	z-index: -1;
	opacity: 0.3;
	background-size: contain !important;
}

.error-box h1 {
	font-size: 150px;
	line-height: 110px;
	font-weight: 800;
	margin-bottom: 40px;
	text-shadow: 3px 3px #c0c0c0;
}

.error-box h2 {
	font-weight: 700;
	margin-bottom: 20px;
}

.error-box p {
	padding: 0 10%;
}



/* ============================================================== 
    # Responsive CSS
=================================================================== */

@media (max-width: 1650px) {
	.navigation-left-center .swiper-nav-left {
		left: auto;
		right: 50px;
		margin-top: 30px;
	}
}

@media (max-width: 1399px) {
	.fun-fact-card::after {
		display: none;
	}

	.thumb-style-two img {
		width: 100%;
	}
}

@media (max-width: 1366px) {
	.services-carousel {
		margin: 0;
	}

	.services-carousel .swiper-wrapper {
		padding: 0;
	}

	.services-style-three {
		box-shadow: none;
		border: 1px solid #e7e7e7;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1700px) {
	.estimate-style-four-items .review-style-one {
		left: 0;
	}

	.estimate-style-four-items .col-xl-5.offset-xl-1.col-lg-7 {
		margin: 0;
		width: 58.33333333%;
	}

	.estimate-style-four-items {
		border-radius: 10px;
		padding: 120px 50px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.team-single-area .team-content-top {
		margin: 0;
		bottom: 0;
		padding-bottom: 120px;
	}

	.team-single-area .team-content-top .row {
		align-items: center;
	}

	.team-single-area .team-content-top .right-info {
		margin: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.title {
		font-size: 42px;
	}

    /* Banner Two */
	.banner-style-two h2 {
		font-size: 50px;
	}

	.revenew-growth {
		left: -80px;
	}

    /* Banenr Four */
	.banner-style-four-area div.align-center {
		align-items: center;
	}

    /* Banner Five */
	.banner-style-five h2 {
		font-size: 55px;
	}

	.banner-style-five .information {
		margin-top: 110px;
		padding-bottom: 100px;
	}

    /* About */
	.about-style-three-info .d-flex .thumb {
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
		display: none;
	}

	.about-style-three-info .d-flex {
		display: block !important;
	}

	.about-style-three-items::after {
		height: 55%;
		display: none;
	}

	.about-style-three-info .feature-hightlight {
		margin: 0;
		margin-top: 50px;
		background: transparent;
		border: none;
		float: left;
		width: 100%;
	}

	.feature-hightlight ul {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}

	.about-style-three-items {
		padding: 0;
	}

	.feature-hightlight ul li::after {
		display: none;
	}

	.feature-hightlight ul li {
		background: var(--color-style-two);
		border-radius: 6px;
	}

	.about-style-three-info .d-flex .thumb img {
		width: 100%;
	}

	.about-style-three-info .list-check li {
		float: left;
		width: 50%;
	}

	.about-style-three-info .d-flex .thumb img {
		width: 100%;
	}

	.about-style-three-thumb {
		text-align: left;
		margin-top: 50px;
		display: none;
	}

	.about-style-three-thumb img {
		width: 100%;
	}

	.about-style-foura-rea .pr-100 {
		padding-right: 30px;
	}

	.thumb-style-three img:nth-child(3) {
		left: 0;
		width: 150px;
		bottom: 20%;
	}

	.about-style-six-area .col-lg-6:first-child {
		padding-right: 30px;
	}

	.about-style-six-thumb {
		padding-right: 50px;
	}

	ul.list-style-sevel li {
		width: 100%;
	}

    /* Fun Factor */
	.fun-factor-style-one-box {
		margin-top: -30px;
	}

	.fun-factor-style-one-box .item {
		margin-top: 30px;
	}

    /* Estimate */
	.nav-tabs.estimate-three-nav-tabs .nav-link {
		font-size: 14px;
		padding: 15px;
	}

	.nav-tabs.estimate-three-nav-tabs .nav-link img {
		margin-right: 10px;
		height: 25px;
	}

	.estimate-style-three-items {
		padding: 0 50px;
	}

	.nav-tabs.estimate-three-nav-tabs {
		align-items: center;
	}

	.tab-content.estimate-style-three-content {
		padding-bottom: 50px;
	}

	.review-cards .review-card {
		padding-right: 30px;
		margin-right: 30px;
	}

	.review-card p {
		font-size: 15px;
	}

	.estimate-style-four-items {
		padding: 50px;
	}

	.estimate-style-four-items .review-style-one {
		left: 0;
		bottom: -120px;
	}

	.estimate-style-four-form {
		bottom: -120px;
	}

	.review-style-one .thumb img {
		height: 50px;
		width: 50px;
	}

	.review-style-one h6 {
		font-size: 15px;
	}

	.review-style-one i {
		font-size: 12px;
	}

	.review-style-one .content span {
		font-size: 14px;
	}

	.review-style-one .thumb {
		margin-left: 25px;
		margin-right: 15px;
	}
    

    /* Choose Us */
	.feature-style-one-items {
		width: 180%;
	}

	.choose-us-style-one-items .thumb img {
		top: 0;
		margin: 0;
	}

	.choose-us-style-one-area {
		background: var(--bg-gray);
	}

	.choose-us-style-one-items .shape {
		display: none;
	}

	.feature-style-four-items .thumb {
		width: 290px;
	}

	.feature-style-five-item {
		height: 240px;
		width: 240px;
	}

	.call-card-style-two {
		display: none;
	}

    /* Process */
	.process-style-one-item .thumb img {
		height: 250px;
		width: 250px;
	}

	.process-style-one-item .thumb {
		height: 250px;
		width: 250px;
	}

	.process-style-two-item {
		padding: 0 20px;
	}

	.process-style-two-items h4 {
		font-size: 18px;
	}

    /* Service Details */
	.process-items {
		padding: 50px 20px;
	}

	.process-style-one-item {
		padding: 0 15px;
	}

	.process-items .process-style-one-item .thumb {
		height: 180px;
		width: 180px;
	}

	.process-items .process-style-one-item .thumb img {
		height: 180px;
		width: 180px;
	}

	.process-items .process-style-one-item p {
		font-size: 15px;
	}

    /* Quote */
	.thumb-style-two img {
		width: 100%;
	}

	.thumb-two {
		display: none;
	}

	.quote-form-style-two .nav-tabs {
		border: none;
		display: block;
	}

	.quote-form-style-two .nav-tabs li.nav-item::after {
		display: none;
	}

	.quote-form-style-two .nav-tabs li.nav-item {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}

	.quote-form-style-two .nav-tabs li.nav-item .nav-link {
		background: var(--dark);
		color: var(--white);
	}

	.quote-form-style-two .nav-tabs li.nav-item .nav-link i {
		color: var(--white);
	}

	.quote-form-style-two {
		padding: 50px;
	}

    /* Services */
	.services-three-nav-tabs {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 15px;
	}

	.services-three-nav-tabs .nav-item:first-child {
		margin-top: 15px;
	}

	.services-style-three-items {
		padding: 0;
	}

	.services-three-nav-tabs::before {
		display: none;
	}

	.services-three-nav-tabs {
		margin: 0;
		margin-bottom: 30px;
	}

	.service-three-tab-content .thumb {
		position: relative;
		max-width: 100%;
		margin-bottom: 30px;
		display: none;
	}

	.service-three-tab-content .thumb img {
		width: 100%;
	}

	.service-style-three-item {
		box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
		padding: 50px 30px;
		border-radius: 7px;
	}

	.services-style-three-items .pl-50 {
		padding-left: 15px;
	}

	.services-style-six-area .col-xl-7 {
		padding-left: 15px;
		margin-top: 30px;
	}

    /* Testimonial */
	.testimonial-style-one-carousel {
		left: -40%;
		width: 150%;
	}

    /* Newsletter */
	.newsletter-subscribe h3 {
		font-size: 28px;
	}

    /* Footer */
	ul.opening-list li {
		display: block;
	}

	ul.opening-list li span {
		display: block;
		text-align: left !important;
	}
}

/* Screen Mobile To Tablet */
@media screen and (max-width: 1023px) {
    

	.text-end .item-flex {
		justify-content: center;
	}

	.top-bar-area ul.item-flex {
		justify-content: center;
	}

	.top-header-items .logo {
		display: none;
	}

	ul.top-header-list {
		justify-content: center;
	}

	.top-header-items {
		justify-content: center;
	}

	.top-bar-style-two {
		background: var(--dark);
	}

	.top-bar-style-two ul.top-header-list li p {
		color: #cccccc;
	}

	.top-bar-style-two ul.top-header-list li h6, 
    .top-bar-style-two ul.top-header-list li a {
		color: var(--white);
	}

	.top-bar-style-two ul.top-header-list li::after {
		background: rgba(255, 255, 255, 0.3);
	}

	.top-header-style-one {
		background: var(--bg-gray);
	}

	.top-bar-style-two ul.top-header-list li:last-child {
		display: none;
	}

    /* Banner */
	.navigation-left-center .swiper-nav-left {
		margin: 0;
	}

	.banner-style-two p {
		padding-right: 0;
	}

    /* Banner Four */
	.banner-style-four-area, .banner-style-four-area div {
		height: auto;
	}

	.banner-style-four-thumb {
		height: 400px !important;
		width: 100%;
		bottom: 0;
		top: auto;
	}

	.banner-style-four-area {
		padding-top: 120px;
		padding-bottom: 500px;
	}

	.banner-style-four-thumb {
		height: 450px !important;
	}

	.banner-style-four p {
		padding: 0;
	}

	.banner-style-four-thumb .video-btn {
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.banner-style-four-thumb .video-btn::before {
		display: none;
	}

	.banner-style-four .col-lg-6 {
		width: 100%;
	}

    /* Banner Six */
	.banner-style-six .item::before {
		background: var(--black);
		opacity: 0.6;
	}

	.banner-style-six .button .btn {
		margin-left: 0;
		margin-right: 15px;
	}

	.banner-area .content.text-end {
		text-align: left !important;
	}

	.banner-area .text-end p {
		padding: 0;
	}

	.banner-style-six h2 {
		font-size: 56px;
	}
}

/* Tablet Layout Custom */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.banner-style-five .information {
		margin-top: 110px;
	}

	.banner-style-five .thumb-right img {
		margin-top: 50px;
	}

	.banner-style-five p {
		padding: 0;
	}
}

@media screen and (max-width: 991px) {

	.heading-left .title {
		margin-bottom: 20px;
	}
  
	/* global reset - start */
	.order-last {
		order: 0;
	}

	.top-bar-area .text-end {
		text-align: center !important;
		margin-top: 15px;
		display: none;
	}

	.top-bar-area {
		padding: 15px 0;
	}

	.top-bar-style-three .text-end .item-flex::after {
		display: none;
	}

	.top-bar-style-three .text-end {
		display: none;
	}

    /* About */
	.fun-fact-card {
		display: block;
		margin-bottom: 0;
	}

	.fun-fact-card::after {
		display: none;
	}

	.fun-fact-card .fun-fact {
		margin-right: 30px;
		margin-top: 30px;
		display: inline-block;
	}

	.about-style-one-card {
		margin: 0;
		margin-top: 30px;
		padding: 50px;
	}

	.about-style-one-card .shape {
		display: none;
	}

    /* About Two */
	.about-style-two-info {
		margin-top: 40px;
	}

	ul.list-style-six li {
		padding-left: 40px;
		margin-top: 30px;
	}

	.app-download-items {
		padding: 50px 30px;
		padding-bottom: 0;
	}

	.bg-theme .sub-title img {
		margin-right: 20px;
		display: none;
	}

	.app-download-info .sub-title {
		align-items: normal;
	}

	.app-download-items .app-thumb {
		margin: 0;
		bottom: 0;
		margin-top: 40px;
	}

    

    /* Feature Style One */
	.feature-style-one-items {
		grid-template-columns: 1fr;
		grid-row-gap: 30px;
		overflow: inherit;
		border-radius: 0;
		width: 100%;
	}

	.feature-style-one-item {
		border-radius: 7px;
		text-align: center;
	}

	.choose-us-style-one-items .thumb img {
		top: 0;
		margin: 0;
		margin-top: 40px;
	}

	.choose-us-style-one-items .shape {
		top: 0;
		bottom: 0;
		width: auto;
		right: -15px;
		left: -15px;
		display: none;
	}

	.choose-us-style-one-area {
		background: var(--bg-gray);
	}

	.feature-style-three-item {
		margin-top: 30px;
    padding-top: 10px;
	}

	.choose-us-style-three-thumb {
		padding: 0;
		margin-top: 40px;
	}

	.choose-us-style-three-thumb > img {
		width: 100%;
	}

	.feature-style-four-area {
		text-align: center;
	}

	.feature-style-four-area .d-flex {
		justify-content: center;
	}

     /* Fun Factor */
	.color-style-two .fun-factor-style-one-box .fun-fact {
		background: #1a1b1e;
		text-align: center;
	}

	.fun-factor-style-one-box .fun-fact .counter {
		justify-content: center;
	}

	.fun-factor-style-one-box .item {
		margin-top: 30px;
	}

	.fun-factor-style-one-box .item:first-child {
		margin-top: 0;
	}

	.fun-fact-style-two .fun-fact {
		display: inline-block;
		border: none;
		margin: 0;
		padding: 0;
		margin-bottom: 30px;
		margin-right: 30px;
		padding-right: 30px;
		border-right: 1px solid #cccccc;
	}

	.history-fun-facts::after {
		display: none;
	}

	.history-fun-facts .fun-fact .counter {
		margin-bottom: 10px;
	}

	.history-fun-facts .icon {
		margin: auto auto 10px;
	}

	.history-fun-facts .fun-fact {
		background: rgba(255, 255, 255, 0.1);
		padding: 30px;
		border-radius: 10px;
		margin-top: 30px;
	}

	.history-fun-facts {
		margin-top: -30px;
	}

     /* Process */
	.process-style-one:nth-child(2n) .process-style-one-item {
		display: block;
	}

	.process-style-one {
		margin-top: 50px;
		padding: 0;
	}

	.process-style-one:first-child {
		margin-top: 0;
	}

	.process-style-one:nth-child(2n) .process-style-one-item img {
		margin: 0;
		margin-bottom: 30px;
	}

	.process-style-one:nth-child(2n) .process-style-one-item span {
		top: 10px !important;
	}

	.process-style-one {
		border: none;
	}

    /* Pricing */
	.pricing-two-box {
		background: transparent;
	}

	.pricing-two-box .pricing-style-two {
		background: var(--white);
		margin-top: 30px;
	}

    /* Quote Style One */
	.quote-form-style-one {
		grid-template-columns: 1fr;
		grid-row-gap: 30px;
	}

	.quote-form-style-one .nav-tabs {
		margin-right: 0;
	}

	.quote-form-style-one .nav-tabs .nav-item button {
		width: 100%;
	}

	.quote-form-style-one .nav-tabs::after {
		display: none;
	}

	.thumb-style-two {
		margin: 0;
		bottom: -120px;
	}

	.thumb-style-two img {
		width: 100%;
	}

	.quote-form-style-one .nav-tabs {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 15px;
	}

	.estimate-two-box img {
		margin-bottom: 40px;
	}

	.estimate-style-four-items {
		padding: 50px;
		border-radius: 10px;
		margin: 0;
		padding-top: 150px;
		background-image: none !important;
		background-color: var(--dark);
	}

	.estimate-style-four-items .review-style-one {
		position: inherit;
		left: 0;
		bottom: 0;
		width: 100%;
		justify-content: center;
	}

	.estimate-style-four-form {
		bottom: 0;
		margin-top: 40px;
		padding: 0;
		background: transparent;
	}

	.estimate-four-info a.video-play-button {
		position: relative;
		left: 0;
		transform: none;
		top: 0;
		margin-bottom: 50px;
	}

	.estimate-style-four-form .price-range-slider {
		margin-top: 20px;
	}

    /* Pricing */
	.pricing-style-one-item .d-flex {
		justify-content: left;
		align-items: flex-start;
		margin-top: 30px;
		text-align: left;
	}

	.pricing-style-one-item .d-flex img {
		display: none;
	}

	.pricing-style-one-item span {
		text-align: left;
	}

    /* Testimonial */
	.thumb-circle {
		margin-bottom: 35px;
	}

	.testimonial-style-one-carousel {
		left: 0;
		width: auto;
		margin: -50px;
	}

	.testimonial-nav {
		left: 50px;
		bottom: 50px;
		max-width: 250px;
		margin: auto;
		height: 35px;
	}

	.testimonial-style-one-carousel .swiper-wrapper .swiper-slide {
		padding-bottom: 120px;
	}

	.testimonial-style-one .provider {
		padding-right: 50px;
	}

    /* Feature */
	.feature-style-two .top-flex {
		display: block;
	}

	.feature-style-two .top-flex img {
		margin-bottom: 30px;
	}

      /* Services */
	.services-swiper-nav {
		position: relative;
		margin-top: 30px;
	}

	.col-xl-12 .services-swiper-nav {
		margin-top: 0;
	}

	.services-style-three-items {
		padding: 0;
	}

	.services-three-nav-tabs::before {
		display: none;
	}

	.services-three-nav-tabs {
		margin: 0;
		margin-bottom: 30px;
	}

	.service-three-tab-content .thumb {
		position: relative;
		max-width: 100%;
		margin-bottom: 30px;
	}

	.service-three-tab-content .thumb img {
		width: 100%;
	}

	.service-style-three-item {
		box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
		padding: 50px 30px;
		border-radius: 7px;
	}

	.service-five-tab-content {
		padding: 0;
		margin-top: 50px;
	}

	.services-five-thumb .overlay {
		left: 0;
		width: 100%;
		position: relative;
		bottom: 0;
		margin-top: 40px;
	}

	.services-five-thumb {
		padding: 0;
	}

	.services-five-thumb img:first-child {
		border-radius: 7px;
	}

	.services-five-thumb img:nth-child(2) {
		bottom: auto;
		top: 270px;
		border-bottom-right-radius: 7px;
		display: none;
	}

    /* Team */
	.team-content-top .thumb img {
		width: 100%;
		margin-bottom: 40px;
	}

	.team-single-area .team-content-top .right-info {
		padding: 0 15px;
		margin: 0;
	}

	.team-single-area .team-content-top {
		bottom: 0;
		margin: 0;
		padding-bottom: 120px;
	}

	.team-single-area .bottom-info .skill-items {
		padding: 0;
		margin-top: 50px;
	}

    /* Blog */
	.blog-area.home-blog .blog-title {
		font-size: 24px;
	}


    /* Footer */
	footer .f-item.about {
		margin: 0;
		top: 0;
	}

	footer .f-item.about::before, footer .f-item.about::after {
		display: none;
	}

	.footer-bottom {
		text-align: center;
	}

	.footer-bottom .text-end {
		text-align: center !important;
		margin-top: 12px;
	}

    /* Footer Two */
	.footer-style-two .footer-item {
		padding: 0 15px;
		margin-top: 50px;
	}

	.footer-style-two .footer-item:first-child {
		padding-left: 15px;
	}

	.footer-style-two .footer-item:last-child {
		padding-right: 15px;
	}

	.footer-style-two .footer-item::after {
		display: none;
	}
}

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* Banner */
	.banner-style-one .swiper-slide::before {
		transform: none;
		clip-path: none;
	}

	.banner-style-one .swiper-slide.swiper-slide-active::before {
		width: 100%;
	}

	.banner-style-one .swiper-slide.swiper-slide-active::after {
		width: 70%;
	}

    /* Banner Two */
	.banner-style-two .information {
		margin-top: 110px;
	}

	.banner-style-two .thumb {
		margin-top: 60px;
	}

	.revenew-growth {
		left: 0;
	}

    /* Banner Three */
	.banner-style-three h2 {
		font-size: 56px;
	}

    /* About */
	.about-style-two-info .thumb {
		margin-right: 50px;
	}

	.about-style-three-info .d-flex {
		align-items: center;
	}

	.feature-hightlight ul {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		margin-top: 30px;
	}

	.about-style-three-info .feature-hightlight {
		background: transparent;
		margin: 0;
		float: left;
		width: 100%;
	}

	.feature-hightlight ul li {
		background: var(--color-style-two);
		border: none;
		border-radius: 6px;
	}

	.about-style-three-items::after {
		display: none;
	}

	.about-style-three-thumb {
		margin-top: 50px;
		text-align: left;
	}

	.about-style-three-info .d-flex {
		display: block !important;
	}

	.about-style-three-info .d-flex .thumb {
		width: 100%;
		padding: 0;
		margin: 0;
		margin-bottom: 30px;
	}

	.about-style-three-items {
		padding-bottom: 0;
	}

	.about-style-three-info .list-check li {
		float: left;
		width: 50%;
	}

	.about-style-four-thumb {
		padding-bottom: 0;
		margin-bottom: 50px;
	}

	.about-style-four-thumb .short-card {
		bottom: 30px;
	}

	.award-thumb img:nth-child(3) {
		left: -30px;
	}

	.award-thumb {
		padding-right: 0;
		margin-bottom: 50px;
	}

	.award-thumb img:nth-child(4) {
		right: 30px;
	}

	.faq-thumb img {
		width: 100%;
	}

	.thumb-style-five-thumb .d-flex img:first-child {
		width: 80%;
	}

	.thumb-style-five-thumb .short-quote {
		bottom: 50px;
	}

	.thumb-style-five-thumb {
		margin-bottom: 50px;
	}

    /* Estimate Style Four */
    
	.nav-tabs.estimate-three-nav-tabs {
		display: grid;
		clip-path: none;
		top: 0;
		border: none;
		margin-bottom: 40px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-auto-columns: inherit;
		grid-auto-flow: inherit;
	}

	.estimate-style-three-items {
		padding: 50px;
		margin: 0;
		padding-bottom: 0;
		position: relative;
		overflow: hidden;
	}

	.nav-tabs.estimate-three-nav-tabs .nav-link {
		text-align: left;
		border: none !important;
		border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
		justify-content: left;
		padding: 19px 30px;
		border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
	}

	.estimate-style-three-content .price-range-slider {
		margin-top: 30px;
	}

	.estimate-style-three-thumb {
		margin-top: 30px;
	}

    /* Fun Fact */
	.fun-factor-style-one-box .item {
		margin-top: 30px;
	}

	.fun-factor-style-one-box {
		margin-top: -30px;
	}

    /* Speciality */
	.list-style-four {
		grid-template-columns: 1fr;
		margin-top: 50px;
	}

	.list-style-four .item-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 30px;
	}

	.list-style-four .item-grid .item {
		margin: 0;
		border: none;
		box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
		padding: 50px;
		border-radius: 8px;
	}

	.list-style-four .item-grid .item.active {
		padding: 50px;
	}

    /* Feature */
	.feature-style-one-items {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}

	.feature-style-one-item {
		text-align: left;
	}

	.feature-style-four-items {
		margin-bottom: 50px;
	}

    /* App */
	.app-download-items {
		padding: 80px;
		padding-bottom: 0;
	}

    /* Choose Us */
	ul.list-style-two {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 30px;
	}

	ul.list-style-two li {
		margin: 0;
	}

	.thumb-style-three {
		padding: 0;
		margin-bottom: 50px;
	}

	.bg-dark .thumb-style-three img:nth-child(2) {
		display: none;
	}

	.thumb-style-three img {
		border-radius: 5px;
	}

	.thumb-style-three.secondary {
		padding-left: 80px;
		padding-top: 110px;
	}

    /* Process */
	.process-style-two-items {
		padding: 0;
	}

	.process-style-two-items::after {
		display: none;
	}

	.process-style-two-items .item::after {
		display: none;
	}

	.process-style-two-item {
		background: #cce7e8;
		padding: 50px 37px;
		border-radius: 5px;
	}

	.process-style-two-item p {
		color: var(--color-heading);
	}

	.process-style-two-items .item {
		margin-bottom: 30px;
	}

	form.short-newsletter.style-two {
		margin: 40px auto auto;
	}

    /* Services */
	.services-style-one .d-flex {
		display: block !important;
	}

	.services-style-one .info .d-flex .icon img {
		margin: 0;
		margin-bottom: 20px;
	}

	.services-style-one .info {
		text-align: center;
	}

	.services-three-nav-tabs {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 15px;
	}

	.services-three-nav-tabs .nav-item:first-child {
		margin-top: 15px;
	}

	.services-three-nav-tabs {
		padding: 50px;
		padding-top: 35px;
	}

    /* Pricing */

	.pricing-style-one-area .col-lg-6.offset-lg-1 {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 30px;
	}

	.pricing-style-one-item {
		margin: 0;
	}

    /* Project Details */
	ul.project-info {
		top: 0;
		margin: 50px 0;
		box-shadow: inherit !important;
		display: grid;
		grid-template-columns: 1fr 1fr;
		background: var(--bg-gray);
	}

	ul.project-info li {
		padding: 15px 0;
		border-color: #cccccc;
	}

	ul.project-info li:nth-child(2) {
		border: none;
	}

	.item-grid-colum {
		grid-template-columns: 1fr;
		grid-row-gap: 0;
	}

	.item-grid-container {
		grid-row-gap: 30px;
	}

	.maps-area iframe {
		min-height: 500px;
	}

    /* Footer Two */
    
	.footer-style-two {
		padding-top: 70px;
		padding-bottom: 120px;
	}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

	h2 {
		font-size: 36px;
	}

	.site-heading .title {
		font-size: 36px;
	}

    /* Topbar */
	.top-bar-area {
		display: none;
	}

	.top-bar-area ul.item-flex {
		display: block;
		text-align: center;
	}

	.top-bar-area li {
		justify-content: center;
		padding: 0;
		margin: 5px 0;
	}

	.top-header-items {
		display: block;
	}

	ul.top-header-list {
		display: block;
		text-align: center;
	}

	ul.top-header-list li {
		margin: 0;
		padding: 0;
		border: none;
		display: block;
		text-align: center;
		margin-top: 24px;
	}

	ul.top-header-list li::after {
		display: none;
	}

	.top-header-style-one {
		display: none;
	}

	.top-bar-style-two ul.top-header-list li i {
		margin: 0;
		margin-bottom: 10px;
	}

	.top-bar-style-two {
		display: none;
	}

    /* Banner */
	.banner-style-one h4 {
		font-size: 28px;
	}

	.banner-style-one h2 {
		font-size: 40px;
	}

	.banner-style-one .swiper-slide::before {
		transform: none;
		clip-path: none;
	}

	.banner-style-one .swiper-slide.swiper-slide-active::before {
		width: 100%;
	}

    /* Banner Two */

	.banner-style-two .information {
		margin-top: 80px;
	}

	.banner-style-two h2 {
		font-size: 36px;
	}

	.banner-style-two p {
		padding-right: 0;
	}

	.banner-style-two .thumb {
		margin-top: 50px;
	}

	.revenew-growth {
		left: 0;
	}

    /* Banner Three */
	.banner-style-three h2 {
		font-size: 42px;
	}

    /* Banner Four */
	.banner-style-four-thumb {
		height: 400px !important;
		width: 100%;
		bottom: 0;
		top: auto;
	}

	.banner-style-four-area {
		padding-top: 80px;
		padding-bottom: 450px;
	}

	.banner-style-four h2 {
		font-size: 48px;
	}

    /* Banner Five */
	.banner-style-five h2 {
		font-size: 42px;
	}

	.banner-style-five p {
		padding: 0;
	}

	.banner-style-five .thumb-right img {
		margin-top: 50px;
	}

    /* Banner Six */
	.banner-area .content.text-end {
		text-align: left !important;
	}

	.banner-area .text-end p {
		padding: 0;
	}

	.banner-style-six h2 {
		font-size: 42px;
	}

    /* About */
	.about-style-two-info {
		margin-top: 40px;
	}

	.about-style-two-info {
		display: block !important;
	}

	.about-style-two-info img {
		margin-bottom: 30px;
	}

	.bg-dark .thumb-style-three img:nth-child(2) {
		border: 3px solid var(--white);
	}

    /* About */
	.about-style-three-info .d-flex {
		display: block !important;
	}

	.about-style-three-info .d-flex .thumb {
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
	}

	.about-style-three-items::after {
		display: none;
	}

	.about-style-three-info .feature-hightlight {
		margin: 30px 0;
	}

	.feature-hightlight ul {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.feature-hightlight ul li::after {
		display: none;
	}

	.feature-hightlight ul li {
		padding: 30px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.about-style-three-thumb {
		text-align: left;
	}

	.about-style-three-items {
		padding: 0;
	}

    /* About Four */
	.about-style-four-thumb {
		padding: 0;
		margin-bottom: 30px;
	}

	.about-style-four-thumb img:nth-child(2) {
		display: none;
	}

	.about-style-four-thumb .short-card {
		bottom: 15px;
		left: 15px;
		max-width: inherit;
		right: 15px;
	}

	ul.list-style-five {
		grid-template-columns: 1fr;
	}

	ul.list-style-five li {
		margin: 0;
		padding: 0;
		border: none;
	}

    /* About */
	.thumb-style-five-thumb {
		padding: 0;
		margin: 0;
		padding-bottom: 30px;
	}

	.thumb-style-five-thumb .d-flex {
		display: block !important;
	}

	.thumb-style-five-thumb .d-flex img:first-child {
		width: 100%;
	}

	.thumb-style-five-thumb .d-flex img:nth-child(2) {
		top: auto;
		bottom: 0;
		right: 30px;
		display: none;
	}

	.thumb-style-five-thumb .short-quote {
		position: inherit;
		width: 100%;
		left: 0;
		margin-top: 30px;
	}

	ul.list-style-seven li .icon::after {
		left: 0;
	}

	.about-style-six-thumb {
		padding: 0;
	}

	.about-style-six-thumb img:nth-child(2) {
		display: none;
	}

	.about-style-six-thumb .short-card-style-three {
		max-width: 100%;
	}

	.nav.nav-tabs.about-six-nav-tabs {
		margin-top: 30px;
	}

	ul.list-style-sevel li {
		width: 100%;
	}

    /* Thumb Three */
	.thumb-style-three img:nth-child(3) {
		display: none;
	}

	.thumb-style-three img:nth-child(2) {
		display: none;
	}

    /* Team */
	.team-style-two-item {
		margin-top: 40px;
	}

	.team-single-list {
		grid-template-columns: 1fr;
		grid-row-gap: 40px;
	}

	.team-single-area .team-content-top {
		padding-bottom: 60px;
	}

    /* Award */
	.award-thumb {
		padding: 0;
		margin-bottom: 50px;
	}

	.award-thumb img:nth-child(3) {
		left: 0;
		top: 20px;
		display: none;
	}

	.award-thumb img:nth-child(4) {
		width: 150px;
	}

    /* Feature */
	.feature-style-four-items {
		display: block;
		text-align: center;
	}

	.feature-style-four-items .d-flex {
		display: block !important;
	}

	.feature-style-five-item {
		margin: 30px auto;
	}

	.feature-style-four-items .thumb {
		margin-bottom: 85px;
	}

	.call-card-style-two a {
		font-size: 18px;
	}

    

  
    /* Brand */
	.brand-style-one-items {
		grid-template-columns: 1fr 1fr;
		margin-top: 30px;
		overflow: inherit;
		border-top: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
	}

	.thumb-style-three {
		padding: 0;
		margin-bottom: 40px;
	}

	ul.list-style-two li h4 {
		margin-bottom: 20px;
	}

    /* Testimonial */
	.testimonial-style-one .d-flex {
		display: block !important;
		margin-bottom: 15px;
	}

	.testimonial-style-one .d-flex .rating {
		margin-top: 15px;
	}

	.testimonial-style-one {
		margin-top: 15px;
	}

	.testimonial-style-two h4 {
		font-size: 24px;
	}

	.testimonial-style-two p {
		font-size: 20px;
	}

	.testimonial-bullet {
		max-width: 300px;
	}

    /* Quote */

	.quote-form-style-one .nav-tabs {
		grid-template-columns: 1fr;
	}

	.thumb-style-two {
		bottom: -60px;
	}

	.infinite-text {
		font-size: 80px;
		line-height: 1;
		margin-bottom: 50px;
	}

	.quote-form-style-two {
		padding: 50px;
	}

	.infinite-text {
		font-size: 80px;
		line-height: 1;
		margin-bottom: 50px;
	}

	.quote-form-style-two {
		padding: 50px;
	}

	.quote-form-style-two .nav-tabs {
		display: block;
		border: none;
		overflow: inherit;
		border-radius: 0;
	}

	.quote-form-style-two .nav-tabs li.nav-item {
		display: block;
		margin-bottom: 10px;
	}

	.quote-form-style-two .nav-tabs li.nav-item::after {
		display: none;
	}

	.quote-form-style-two .nav-tabs li.nav-item .nav-link {
		background: var(--dark);
		border-radius: 6px;
		color: var(--white);
	}

	.quote-form-style-two .nav-tabs li.nav-item .nav-link i {
		color: var(--white);
	}

    /* Estimate Style Four */
	.review-cards {
		display: block;
	}

	.nav-tabs.estimate-three-nav-tabs {
		display: block;
		clip-path: none;
		top: 0;
		border: none;
		margin-bottom: 40px;
	}

	.estimate-style-three-items {
		padding: 50px;
		margin: 0;
		padding-bottom: 0;
		position: relative;
		overflow: hidden;
	}

	.nav-tabs.estimate-three-nav-tabs .nav-link {
		text-align: left;
		border: none !important;
		border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
		justify-content: left;
		padding: 19px 30px;
	}

	.estimate-style-three-content .price-range-slider {
		margin-top: 30px;
	}

	.review-cards .review-card {
		margin: 0;
		padding: 0;
		border: none;
		margin-bottom: 20px;
		border-bottom: 1px solid #cccccc;
		padding-bottom: 25px;
	}

	.estimate-style-three-thumb {
		margin-top: 30px;
	}

    /* Servics */
	.services-style-six-grid {
		grid-template-columns: 1fr;
	}

	.service-six-items:first-child {
		margin: 0;
		margin-bottom: 30px;
	}
 

    /* Team */
	.team-style-one-item .thumb {
		padding-right: 0;
	}

	.team-one-social a {
		transform: none;
	}

	.team-style-one-item li {
		display: inline-block;
	}

	.team-one-social ul {
		left: 0;
		right: auto;
	}

	.team-style-one-item li::after {
		height: 2px;
		width: 9px;
		left: auto;
		right: 0;
		top: 50%;
		transform: translate(0, -50%);
		border: none;
		border-top: 1px solid var(--white);
		margin: 0;
		margin-top: 2px;
		opacity: 0.8;
	}

	.team-style-one-item .thumb {
		overflow: hidden;
		border-radius: 10px;
	}


    /* list Style Four */
	.list-style-four {
		grid-template-columns: 1fr;
		margin-top: 30px;
		gap: 30px;
	}

	.list-style-four .item {
		box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
		padding: 50px;
		border: none;
		border-radius: 7px;
	}

	.list-style-four .item:first-child {
		padding: 50px;
	}


    /* Process */
	.process-style-two-items {
		padding: 0;
	}

	.process-style-two-items::after {
		display: none;
	}

	.process-style-two-items .item::after {
		display: none;
	}

	.process-style-two-item {
		background: #cce7e8;
		padding: 50px 37px;
		border-radius: 5px;
	}

	.item:nth-child(2) .process-style-two-item span {
		height: 80px;
		width: 80px;
	}

	.item:nth-child(2) .process-style-two-item span img {
		height: 40px;
		top: 2px;
	}

	.process-style-two-item p {
		color: var(--color-heading);
	}

	.process-style-two-items .item {
		margin-top: 30px;
	}

	.process-style-two-items .item:first-child {
		margin-top: 0;
	}

	form.short-newsletter.style-two {
		margin: 40px auto auto;
	}

    /* Project Details */
	ul.project-info {
		top: 0;
		margin: 30px 0;
		box-shadow: inherit !important;
		border: none;
		display: grid;
		grid-template-columns: 1fr;
		background: var(--dark);
		grid-row-gap: 20px;
		text-align: left;
		padding: 50px;
	}

	ul.project-info li {
		padding: 0;
		border: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		padding-bottom: 20px;
		color: #cccccc;
	}

	ul.project-info h4 {
		color: var(--white);
		font-size: 20px;
	}

	.item-grid-colum {
		grid-template-columns: 1fr;
		grid-row-gap: 0;
	}

	.item-grid-container {
		grid-row-gap: 30px;
	}

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

   

    /* Video */
	.video-content h2 {
		font-size: 42px;
	}

	.video-area {
		padding: 60px 0;
		padding-bottom: 80px;
	}

	.shape-left-top {
		display: none;
	}

    /* Newsletter */
	.newsletter-subscribe {
		display: block;
		text-align: center;
	}

	.newsletter-subscribe form {
		max-width: 400px;
		margin: auto;
	}

	.newsletter-subscribe h3 {
		margin-bottom: 25px;
	}

	.newsletter-area {
		padding: 50px 0;
	}

	.newsletter-subscribe h2 i, 
    .newsletter-subscribe h3 i, 
    .newsletter-subscribe h4 i {
		height: 50px;
		width: 50px;
		line-height: 50px;
		font-size: 24px;
	}

	.newsletter-subscribe a {
		position: relative;
		top: -12px;
		margin-bottom: -15px;
	}

	.maps-area iframe {
		min-height: 400px;
	}

    /* Footer */
    
	footer .footer-style-one {
		padding-top: 30px;
		padding-bottom: 60px;
	}

    /* Footer Two */
    
	.footer-style-two {
		padding-top: 10px;
		padding-bottom: 60px;
	}
}

@media only screen and (max-width: 480px) {

	.banner-style-two {
		text-align: center;
	}

	.banner-style-two .bottom {
		display: block;
		margin-right: 0;
	}

	.banner-style-two .bottom .btn {
		margin-right: 0;
	}

	.banner-style-two .information .review-card {
		margin-top: 35px;
	}

	.banner-style-two .information .review-card .d-flex {
		justify-content: center;
	}

    /* About */
	.about-style-one-card {
		padding: 50px 30px;
	}

	.about-style-four-info .f-flex {
		display: block;
	}

	.about-style-four-info .f-flex .social-list {
		margin-top: 30px;
	}

	.app-download-info .d-flex {
		flex-direction: column;
		align-items: self-start !important;
	}

    /* Feature */
	.feature-style-four-area .d-flex {
		display: block !important;
	}

	.feature-style-four-area .d-flex .call-card-style-two {
		justify-content: center;
		margin-top: 20px;
	}

	.feature-style-four-area .d-flex .btn {
		margin: 0;
	}

    /* Services */
	.services-style-one .d-flex {
		display: block !important;
	}

	.services-style-one .info .d-flex .icon img {
		margin: 0;
		margin-bottom: 20px;
	}

	.services-style-one .info {
		text-align: center;
	}

	.services-five-nav-tabs .nav-item .nav-link .icon {
		margin-left: 25px;
	}

	.services-five-thumb .overlay li {
		display: block;
		border-top: 1px solid;
		padding-top: 15px;
		margin-top: 15px;
	}

	.services-five-thumb .overlay li::after {
		display: none;
	}

	.services-five-thumb .overlay li span {
		padding: 0;
		display: block;
		margin-top: 5px;
		color: var(--white);
		font-weight: 800;
	}

	.services-five-thumb .overlay li:first-child {
		margin: 0;
		padding: 0;
		border: none;
	}

    /* Faq */
	.accordion-style-one button.accordion-button {
		padding-right: 40px !important;
	}

	.faq-style-one-items .faq-content {
		padding: 30px;
	}

    /* Quote */
	.quote-form-style-two {
		padding: 50px 30px;
	}

    /* Estimat Style Four */
	.estimate-style-three-items {
		padding: 37px;
		padding-bottom: 0;
	}

	.review-style-one .thumb {
		display: none;
	}

	.estimate-style-four-items .review-style-one {
		justify-content: center;
	}

	.fun-fact-style-two .fun-fact {
		display: block;
		border: none;
	}

	.estimate-style-four-items {
		padding: 30px;
		padding-top: 120px;
	}

    /* Testimonial */

	.testimonial-style-one-area {
		text-align: center;
	}

	.testimonial-style-one .provider .thumb {
		display: none;
	}

	.testimonial-style-one .provider {
		padding-right: 50px;
	}

	.testimonial-style-one .provider {
		padding: 0;
		background: transparent !important;
		margin: 0;
	}

	.testimonial-style-one .provider h4 {
		color: var(--color-heading);
	}

	.testimonial-style-one .provider span {
		color: var(--color-primary);
	}

	.testimonial-style-one p {
		font-size: 18px;
	}

	.testimonial-style-one {
		padding: 50px 30px;
	}

    /* Team */
	.team-single-area .right-info .social .share-link {
		display: none;
	}

    /* Contact */
	.contact-one-list a:last-child {
		margin-top: 10px;
	}

	.contact-one-list a::after {
		display: none;
	}
}

@media only screen and (max-width: 370px) {
	.testimonial-style-three-item .tm-provider .thumb {
		display: none;
	}
}


/* ============================================================== 
    # Preloader CSS
=================================================================== */
#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: var(--white);
	z-index: 999;
}

.urane-loader-wrap {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
}

.urane-loader-inner {
	position: fixed;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.urane-loader {
	margin-left: 92px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.urane-loader {
		transform: scale(0.8);
		margin-left: 66px;
	}
}

.urane-loader-item {
	position: absolute;
	width: 6px;
	height: 80px;
	margin-top: -45px;
	border-radius: 0px;
	background-color: var(--color-primary);
	animation: urane-loader-aim 0.8s infinite;
	animation-direction: alternate-reverse;
}

.color-style-two .urane-loader-item {
	background-color: var(--color-style-two);
}

.color-style-three .urane-loader-item {
	background-color: var(--color-style-three);
}

.color-style-four .urane-loader-item {
	background-color: var(--color-style-four);
}

.color-style-five .urane-loader-item {
	background-color: var(--color-style-five);
}

.color-style-six .urane-loader-item {
	background-color: var(--color-secondary);
}

.urane-loader .urane-loader-item:nth-child(1) {
	margin-left: 0px;
}

.urane-loader .urane-loader-item:nth-child(2) {
	margin-left: -14px;
	animation-delay: 0.1s;
}

.urane-loader .urane-loader-item:nth-child(3) {
	margin-left: -28px;
	animation-delay: 0.2s;
}

.urane-loader .urane-loader-item:nth-child(4) {
	margin-left: -42px;
	animation-delay: 0.3s;
}

.urane-loader .urane-loader-item:nth-child(5) {
	margin-left: -56px;
	animation-delay: 0.4s;
}

.urane-loader .urane-loader-item:nth-child(6) {
	margin-left: -70px;
	animation-delay: 0.5s;
}

.urane-loader .urane-loader-item:nth-child(7) {
	margin-left: -84px;
	animation-delay: 0.6s;
}

.urane-loader .urane-loader-item:nth-child(8) {
	margin-left: -98px;
	animation-delay: 0.7s;
}

@keyframes urane-loader-aim {
	0% {
		height: 2px;
		margin-top: 0;
		transform: rotate(0deg);
	}

	100% {
		height: 80px;
		transform: rotate(0deg);
	}
}

/* About-1 section*/
.twm-about-1-section-wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .twm-about-1-section-wrap {
    margin-bottom: 30px;
  }
}
.twm-about-1-section-wrap > .row {
  display: flex;
  align-items: center;
}
.twm-about-1-section-wrap > .row .twm-about-1-section {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .twm-about-1-section-wrap > .row .twm-about-1-section {
    margin-right: 0px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.twm-about-1-section-wrap > .row .twm-about-1-section-right {
  margin-left: 20px;
}

.twm-about-1-bottom-wrap {
  max-width: 830px;
  margin: 0px auto 30px;
}
.twm-about-1-bottom-wrap .row {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .twm-about-1-bottom-wrap .row [class*=col-]:last-child .twm-card-blocks {
    margin-bottom: 0px;
  }
}
.twm-about-1-bottom-wrap .twm-card-blocks {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  position: relative;
  padding: 12px 20px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .twm-about-1-bottom-wrap .twm-card-blocks {
    margin-bottom: 30px;
  }
}
.twm-about-1-bottom-wrap .twm-card-blocks .twm-icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 64px;
  background-color: #228bb0;
  text-align: center;
  margin-right: 10px;
}
.twm-about-1-bottom-wrap .twm-card-blocks .twm-icon.pink {
  background-color: #c698d2;
}
.twm-about-1-bottom-wrap .twm-card-blocks .twm-icon img {
  width: 60%;
}
.twm-about-1-bottom-wrap .twm-card-blocks .twm-content .tw-count-number {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.twm-about-1-bottom-wrap .twm-card-blocks .twm-content .tw-count-number .counter {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}
.twm-about-1-bottom-wrap .twm-card-blocks .twm-content .icon-content-info {
  color: #17171d;
  margin-bottom: 0px;
  font-size: 14px;
}
.twm-about-1-bottom-wrap .twm-card-blocks-2 {
  background-color: #fff;
  border: 10px;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  position: relative;
  padding: 7px 20px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .twm-about-1-bottom-wrap .twm-card-blocks-2 {
    margin-bottom: 30px;
  }
}
.twm-about-1-bottom-wrap .twm-card-blocks-2 .twm-pics {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.twm-about-1-bottom-wrap .twm-card-blocks-2 .twm-pics span {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  margin-left: -15px;
}
.twm-about-1-bottom-wrap .twm-card-blocks-2 .twm-content {
  display: flex;
  align-items: center;
}
.twm-about-1-bottom-wrap .twm-card-blocks-2 .twm-content .tw-count-number {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  margin-right: 10px;
}
.twm-about-1-bottom-wrap .twm-card-blocks-2 .twm-content .tw-count-number .counter {
  font-size: 38px;
  line-height: 40px;
  font-weight: 600;
}
.twm-about-1-bottom-wrap .twm-card-blocks-2 .twm-content .icon-content-info {
  color: #17171d;
  margin-bottom: 0px;
  font-size: 14px;
}

/* For employee Section*/
.twm-for-employee-4 {
  max-width: 1560px;
  margin: 120px auto;
  border-radius: 80px;
  padding: 120px 125px 0px 125px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .twm-for-employee-4 {
    padding: 40px 30px;
    margin: 40px;
  }
}
@media (max-width: 991px) {
  .twm-for-employee-4 {
    margin: 40px 15px;
  }
}
.twm-for-employee-4 .twm-for-employee-content .row {
  display: flex;
  align-items: center;
}
.twm-for-employee-4 .twm-for-employee-content .twm-explore-top-section {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .twm-for-employee-4 .twm-for-employee-content .twm-explore-top-section {
    margin-right: 0px;
  }
}
.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section {
  position: relative;
  z-index: 1;
  height: 100%;
}
.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .twm-media {
  text-align: center;
  position: relative;
  width: 100%;
}
.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .twm-media img {
  width: 100%;
}
.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .twm-media .twm-employee-pic {
  position: relative;
  z-index: 1;
  width: 61.6%;
  left: 50%;
  transform: translateX(-50%);
}
.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .twm-media .twm-bg-circle {
  z-index: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0%;
  width: 70.5%;
}
.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .twm-media .twm-shot-pic1,
.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .twm-media .twm-shot-pic2,
.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .twm-media .twm-shot-pic3 {
  position: absolute;
}
.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .twm-media .twm-shot-pic1 {
  top: 1%;
  right: 15%;
}
.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .twm-media .twm-shot-pic2 {
  top: 45%;
  left: 10%;
}
.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .twm-media .twm-shot-pic3 {
  bottom: 35%;
  right: 10%;
}
.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .counter-outer-two {
  position: absolute;
  background-color: #fff;
  width: 220px;
  border-radius: 10px;
  padding: 10px;
}
.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .counter-outer-two .tw-count-number {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}
.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .counter-outer-two .counter {
  font-size: 46px;
  line-height: 50px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
}
.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .counter-outer-two .icon-content-info {
  color: #17171d;
  margin-bottom: 0px;
  font-size: 16px;
}
.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .counter-outer-two.one {
  top: 5%;
  left: 5%;
  z-index: 1;
}
.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .counter-outer-two.two {
  top: 35%;
  right: 0%;
  z-index: 2;
}
.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .counter-outer-two.three {
  bottom: 30%;
  left: 0%;
  z-index: 2;
}
@media (max-width: 767px) {
  .twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .counter-outer-two {
    position: inherit;
    width: 100%;
  }
  .twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .counter-outer-two.one, .twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .counter-outer-two.two, .twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .counter-outer-two.three {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .counter-outer-two.three {
    margin-bottom: 0px;
  }
}

/*Featured jobs*/
.twm-jobs-featured-style1 {
  background-color: #228bb0;
  border: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  position: relative;
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.twm-jobs-featured-style1:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -32px;
  left: -32px;
  background-color: #171d28;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 1s ease-out;
}
.twm-jobs-featured-style1:hover:before {
  transform: scale(50);
}
@media (max-width: 420px) {
  .twm-jobs-featured-style1 {
    text-align: center;
    margin-top: 0px;
  }
}
.twm-jobs-featured-style1 .twm-media {
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  margin-right: 30px;
  overflow: hidden;
}
@media (max-width: 420px) {
  .twm-jobs-featured-style1 .twm-media {
    margin-right: 0px;
  }
}
.twm-jobs-featured-style1 .twm-media img {
  display: block;
}
.twm-jobs-featured-style1 .twm-mid-content {
  padding-top: 20px;
  color: #fff;
}
.twm-jobs-featured-style1 .twm-mid-content .twm-job-title h4 {
  color: #fff;
  transition: 0.5s all ease;
}
.twm-jobs-featured-style1 .twm-mid-content .twm-job-title:hover h4 {
  color: #2d9bb3;
}
.twm-jobs-featured-style1 .twm-bot-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 420px) {
  .twm-jobs-featured-style1 .twm-bot-content {
    display: block;
  }
}
.twm-jobs-featured-style1 .twm-bot-content .twm-job-address {
  margin-bottom: 0px;
  color: #fff;
}
.twm-jobs-featured-style1 .twm-bot-content .twm-job-address i {
  margin-right: 5px;
}
.twm-jobs-featured-style1 .twm-job-post-duration {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 420px) {
  .twm-jobs-featured-style1 .twm-job-post-duration {
    display: block;
    margin: 0px;
  }
}
.twm-jobs-featured-style1 .twm-jobs-category {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 420px) {
  .twm-jobs-featured-style1 .twm-jobs-category {
    position: inherit;
    top: inherit;
    right: inherit;
    margin-top: 10px;
  }
}

/*Client carousel 4*/
.home-client-carousel4 {
  padding: 0px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .home-client-carousel4 {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.home-client-carousel4 .ow-client-logo {
  height: 100px;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(56, 152, 226, 0.2);
  padding: 12px 20px;
  border-radius: 10px;
  margin: 10px;
}
.home-client-carousel4 .client-logo {
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
}
.home-client-carousel4 .client-logo a {
  height: auto;
  display: flex;
  justify-content: space-around;
}
.home-client-carousel4 .client-logo a img {
  width: auto;
  height: auto;
}
.home-client-carousel4 .client-logo a:hover img {
  filter: grayscale(100%);
  transition: 0.5s all ease;
}

/* How It Work Section*/
.twm-how-it-work-1-area {
  max-width: 1560px;
  margin: 120px auto;
  border-radius: 80px;
  padding: 120px 125px 120px 125px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .twm-how-it-work-1-area {
    padding: 40px 30px;
    margin: 40px;
  }
}
@media (max-width: 991px) {
  .twm-how-it-work-1-area {
    margin: 40px 15px;
  }
}
.twm-how-it-work-1-area .twm-how-it-work-1-content .row {
  display: flex;
  align-items: center;
}
.twm-how-it-work-1-area .twm-how-it-work-1-content .twm-how-it-work-1-section {
  margin-bottom: 40px;
}
.twm-how-it-work-1-area .twm-how-it-work-1-content .twm-how-it-work-1-section .section-head .wt-small-separator {
  color: #fff;
}
.twm-how-it-work-1-area .twm-how-it-work-1-content .twm-how-it-work-1-section .section-head h2 {
  color: #fff;
}
.twm-how-it-work-1-area .twm-how-it-work-1-content .twm-how-it-work-1-left {
  margin-right: 100px;
}
@media (max-width: 1360px) {
  .twm-how-it-work-1-area .twm-how-it-work-1-content .twm-how-it-work-1-left {
    margin-right: 20px;
  }
}
.twm-how-it-work-1-area .twm-how-it-work-1-content .twm-how-it-right-section {
  position: relative;
  z-index: 1;
  height: 100%;
}
.twm-how-it-work-1-area .twm-how-it-work-1-content .twm-how-it-right-section .twm-media {
  text-align: center;
  position: relative;
  width: 100%;
}
.twm-how-it-work-1-area .twm-how-it-work-1-content .twm-how-it-right-section .twm-media .twm-bg-circle {
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 90.1%;
}
.twm-how-it-work-1-area .twm-how-it-work-1-content .twm-how-it-right-section .twm-media .twm-block-left {
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 0%;
  width: 16.5%;
}
.twm-how-it-work-1-area .twm-how-it-work-1-content .twm-how-it-right-section .twm-media .twm-block-right {
  position: absolute;
  z-index: 1;
  width: 12%;
  right: -4%;
  bottom: -4%;
}
.twm-how-it-work-1-area .twm-how-it-work-1-content .twm-how-it-right-section .twm-media .twm-main-bg {
  z-index: 1;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 91.7%;
}

.twm-step-section-4 ul {
  list-style: none;
  margin-bottom: 30px;
  position: relative;
}
.twm-step-section-4 ul li {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.twm-step-section-4 ul li:before {
  content: "";
  position: absolute;
  left: 33px;
  top: 70px;
  height: 125%;
  width: 5px;
  background-color: #fff;
  z-index: -1;
}
@media (max-width: 480px) {
  .twm-step-section-4 ul li:before {
    display: none;
  }
}
@media (max-width: 480px) {
  .twm-step-section-4 ul li {
    text-align: center;
  }
}
.twm-step-section-4 ul li:last-child:before {
  display: none;
}
.twm-step-section-4 ul li .twm-step-count {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  color: #228bb0;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  font-family: "Poppins", sans-serif;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (max-width: 480px) {
  .twm-step-section-4 ul li .twm-step-count {
    position: inherit;
    margin: 0px auto 30px;
  }
}
.twm-step-section-4 ul li .twm-step-content {
  padding-left: 110px;
}
@media (max-width: 480px) {
  .twm-step-section-4 ul li .twm-step-content {
    padding-left: 0px;
  }
}
.twm-step-section-4 ul li .twm-step-content .twm-title {
  color: #fff;
}
.twm-step-section-4 ul li .twm-step-content p {
  margin-bottom: 0px;
  color: #e7e7e7;
}

/* under Maintenance*/
.twm-u-maintenance-area {
  height: 100vh;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .twm-u-maintenance-area {
    height: auto;
  }
}

.twm-u-maintenance-wrap {
  padding: 100px 20px;
  max-width: 1360px;
  margin: 0px auto;
}
@media (max-width: 991px) {
  .twm-u-maintenance-wrap {
    padding-bottom: 30px;
  }
  .twm-u-maintenance-wrap .twm-error-image {
    margin-bottom: 30px;
  }
}
.twm-u-maintenance-wrap .row {
  display: flex;
  align-items: center;
}
.twm-u-maintenance-wrap .row .twm-u-maintenance-content {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .twm-u-maintenance-wrap .row .twm-u-maintenance-content {
    text-align: center;
  }
}
.twm-u-maintenance-wrap .row .twm-u-maintenance-content .media {
  margin-bottom: 50px;
  max-width: 140px;
}
@media (max-width: 575px) {
  .twm-u-maintenance-wrap .row .twm-u-maintenance-content .media {
    margin: 0px auto 50px;
  }
}
.twm-u-maintenance-wrap .row .twm-u-maintenance-content .twm-u-maintenance-title {
  font-size: 20px;
}
.twm-u-maintenance-wrap .row .twm-u-maintenance-content .twm-u-maintenance-title span {
  font-size: 60px;
  line-height: 80px;
  display: block;
}
@media (max-width: 575px) {
  .twm-u-maintenance-wrap .row .twm-u-maintenance-content .twm-u-maintenance-title span {
    font-size: 30px;
    line-height: 40px;
  }
}
.twm-u-maintenance-wrap .row .twm-u-maintenance-content .twm-u-maintenance-title2 {
  margin-bottom: 20px;
}
.twm-u-maintenance-wrap .row .twm-u-maintenance-content p {
  margin-bottom: 20px;
  font-size: 16px;
}
.twm-u-maintenance-wrap .row .twm-u-maintenance-content .social-icons {
  margin: 0px;
}
.twm-u-maintenance-wrap .row .twm-u-maintenance-content .social-icons li {
  display: inline-block;
}
.twm-u-maintenance-wrap .row .twm-u-maintenance-content .social-icons li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #fff;
  padding: 0px;
  color: #228bb0;
  font-size: 22px;
  text-align: center;
  margin-right: 3px;
  border-radius: 10px;
}
.twm-u-maintenance-wrap .row .twm-u-maintenance-content .social-icons li a:hover {
  color: #17171d;
}
.twm-u-maintenance-wrap .twm-u-maintenance-image {
  max-width: 840px;
  width: 100%;
}
.twm-u-maintenance-wrap .twm-u-maintenance-image img {
  width: 100%;
}

/* under Maintenance*/
.twm-c-soon-area {
  height: 100vh;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .twm-c-soon-area {
    height: auto;
  }
}

.twm-c-soon-wrap {
  padding: 100px 20px;
  max-width: 1360px;
  margin: 0px auto;
}
@media (max-width: 991px) {
  .twm-c-soon-wrap {
    padding-bottom: 30px;
  }
  .twm-c-soon-wrap .twm-error-image {
    margin-bottom: 30px;
  }
}
.twm-c-soon-wrap .row {
  display: flex;
  align-items: center;
}
.twm-c-soon-wrap .row .twm-c-soon-content {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 575px) {
  .twm-c-soon-wrap .row .twm-c-soon-content {
    text-align: center;
  }
}
.twm-c-soon-wrap .row .twm-c-soon-content .twm-c-soon-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.twm-c-soon-wrap .row .twm-c-soon-content .twm-c-soon-title span {
  font-size: 60px;
  line-height: 80px;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .twm-c-soon-wrap .row .twm-c-soon-content .twm-c-soon-title span {
    font-size: 30px;
    line-height: 40px;
  }
}
.twm-c-soon-wrap .row .twm-c-soon-content .twm-c-soon-title2 {
  margin-bottom: 30px;
}
.twm-c-soon-wrap .row .twm-c-soon-content p {
  margin-bottom: 30px;
  font-size: 16px;
}
.twm-c-soon-wrap .row .twm-c-soon-content .social-icons {
  margin: 0px 0px 50px 0px;
}
.twm-c-soon-wrap .row .twm-c-soon-content .social-icons li {
  display: inline-block;
}
.twm-c-soon-wrap .row .twm-c-soon-content .social-icons li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #fff;
  padding: 0px;
  color: #228bb0;
  font-size: 22px;
  text-align: center;
  margin-right: 3px;
  border-radius: 10px;
}
.twm-c-soon-wrap .row .twm-c-soon-content .social-icons li a:hover {
  color: #228bb0;
}
.twm-c-soon-wrap .cs-nw-form {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 400px) {
  .twm-c-soon-wrap .cs-nw-form {
    display: block;
  }
}
.twm-c-soon-wrap .cs-nw-form .form-control {
  height: 66px;
  border: 0px;
  background-color: #dbe6f7;
  border-radius: 10px 0px 0px 10px;
}
@media (max-width: 575px) {
  .twm-c-soon-wrap .cs-nw-form .form-control {
    height: 48px;
  }
}
@media (max-width: 400px) {
  .twm-c-soon-wrap .cs-nw-form .form-control {
    border-radius: 10px;
  }
}
.twm-c-soon-wrap .cs-nw-form .cs-subcribe-btn {
  font-size: 16px;
  color: #fff;
  background-color: #228bb0;
  border: none;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  padding: 9px 30px;
  border-radius: 0px 10px 10px 0px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .twm-c-soon-wrap .cs-nw-form .cs-subcribe-btn {
    font-size: 16px;
    padding: 7px 20px;
  }
}
@media (max-width: 400px) {
  .twm-c-soon-wrap .cs-nw-form .cs-subcribe-btn {
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}

/*Countdown*/
.twm-countdown-wrap {
  border-radius: 20px;
}
.twm-countdown-wrap span {
  display: inline-block;
  line-height: 1;
  padding: 20px;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  vertical-align: bottom;
}
@media (max-width: 600px) {
  .twm-countdown-wrap span {
    padding: 10px;
  }
}
@media (max-width: 420px) {
  .twm-countdown-wrap span {
    padding: 5px;
  }
}
.twm-countdown-wrap span > span {
  display: block;
  font-size: 20px;
  color: #17171d;
  box-shadow: none;
  background-color: transparent;
}
@media (max-width: 600px) {
  .twm-countdown-wrap span > span {
    font-size: 14px;
  }
}
.twm-countdown-wrap #days {
  font-size: 100px;
  background-color: #7cb5ea;
}
@media (max-width: 600px) {
  .twm-countdown-wrap #days {
    font-size: 40px;
  }
}
@media (max-width: 420px) {
  .twm-countdown-wrap #days {
    font-size: 26px;
  }
}
.twm-countdown-wrap #hours {
  font-size: 80px;
  background-color: #cea7d9;
}
@media (max-width: 600px) {
  .twm-countdown-wrap #hours {
    font-size: 30px;
  }
}
@media (max-width: 420px) {
  .twm-countdown-wrap #hours {
    font-size: 20px;
  }
}
.twm-countdown-wrap #minutes {
  font-size: 55px;
  background-color: #8be3c6;
}
@media (max-width: 600px) {
  .twm-countdown-wrap #minutes {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .twm-countdown-wrap #minutes {
    font-size: 16px;
  }
}
.twm-countdown-wrap #seconds {
  font-size: 35px;
  background-color: #eac87c;
}
@media (max-width: 600px) {
  .twm-countdown-wrap #seconds {
    font-size: 14px;
  }
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}
@keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}
/*Candidate pages start------------------------------------------------------------*/
.side-bar-st-1 {
  background: #d4e6ff;
  padding: 30px;
  border-radius: 10px;
}

/*Edit Profile*/
.twm-candidate-profile-pic {
  position: relative;
  display: block;
  max-width: 150px;
  margin: 0px auto 30px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.twm-candidate-profile-pic img {
  border-radius: 10px;
  margin: 10px;
  display: block;
  width: 128px;
}
.twm-candidate-profile-pic .upload-btn-wrapper {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.twm-candidate-profile-pic .upload-btn-wrapper button {
  left: 50%;
  transform: translateX(-50%);
}

/*Upload Image File*/
#upload-image-grid {
  width: 128px;
  height: 128px;
  overflow: hidden;
  border-radius: 10px;
  top: 30px;
  position: relative;
}
#upload-image-grid img {
  object-fit: cover;
  object-position: center;
  width: 128px;
  height: 128px;
  padding: 0px;
  position: absolute;
  left: -10px;
  bottom: -10px;
  border-radius: 10px;
}

/*Navigation list*/
.twm-nav-list-1 ul {
  list-style: none;
  margin: 0;
  font-weight: 500;
}
.twm-nav-list-1 ul li {
  float: none;
}
.twm-nav-list-1 ul li:last-child {
  border-bottom: none;
}
.twm-nav-list-1 ul li.has-child {
  position: relative;
}
.twm-nav-list-1 ul li a > i {
  font-size: 18px;
  margin-right: 25px;
  position: absolute;
  left: 10px;
  top: 14px;
  color: #228bb0;
}
.twm-nav-list-1 ul > li > a {
  padding: 10px 15px 10px 40px;
  color: #323232;
  display: block;
  font-size: 14px;
  position: relative;
  font-weight: 400;
  transition: 0.5s all ease;
}
.twm-nav-list-1 ul > li > a:hover {
  color: #228bb0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(180, 205, 237, 0.7);
}
.twm-nav-list-1 ul > li ul {
  display: none;
  position: static;
  visibility: visible;
  width: auto;
}
.twm-nav-list-1 ul > li.active > a {
  color: #228bb0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(180, 205, 237, 0.7);
}

.twm-right-section-panel-wrap2 {
  margin-bottom: 30px;
}

.twm-right-section-panel {
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 540px) {
  .twm-right-section-panel {
    padding: 15px;
  }
}
.twm-right-section-panel textarea.form-control {
  height: auto;
  resize: none;
}

.twm-right-section-panel .panel.panel-default {
  border-radius: 10px;
  background: #fff;
}

.apl-job-inpopup {
  border-radius: 10px;
}
@media (max-width: 540px) {
  .apl-job-inpopup {
    padding: 15px;
  }
}
.apl-job-inpopup textarea.form-control {
  height: auto;
  resize: none;
}

.apl-job-inpopup .panel.panel-default {
  border-radius: 10px;
  background: #fff;
}

/*Candidate Save Jobs*/
.candidate-save-job .twm-D_table {
  padding: 0px;
}

/* Data Table Candidets */
.twm-candidate-save-job-list-wrap .twm-candidate-save-job-list {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
.twm-candidate-save-job-list-wrap .twm-candidate-save-job-list .twm-media {
  width: 100%;
  max-width: 40px;
  display: inline-block;
  margin-right: 20px;
  border-radius: 10px;
  height: 40px;
}
.twm-candidate-save-job-list-wrap .twm-candidate-save-job-list .twm-media .twm-media-pic {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.twm-candidate-save-job-list-wrap .twm-candidate-save-job-list .twm-media .twm-media-pic img {
  display: block;
  width: 100%;
}
.twm-candidate-save-job-list-wrap .twm-candidate-save-job-list .twm-job-title h4 {
  color: #228bb0;
  font-size: 16px;
  font-weight: 500;
}

/*CV Manager List*/
.twm-cv-manager-list-wrap {
  padding-top: 0px;
}
.twm-cv-manager-list-wrap ul {
  margin: 0px;
}
.twm-cv-manager-list-wrap ul li {
  list-style: none;
}

.twm-cv-manager-list-style1 {
  background-color: #fff;
  border: 1px solid #ddd;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .twm-cv-manager-list-style1 {
    display: block;
    text-align: center;
  }
}
.twm-cv-manager-list-style1 .twm-media {
  width: 110px;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .twm-cv-manager-list-style1 .twm-media {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 90px;
  }
}
.twm-cv-manager-list-style1 .twm-media .twm-media-pic {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.twm-cv-manager-list-style1 .twm-media .twm-media-pic img {
  display: inline-block;
}
.twm-cv-manager-list-style1 .twm-candidates-tag span {
  color: #228bb0;
}
.twm-cv-manager-list-style1 p {
  font-size: 14px;
  margin-bottom: 5px;
}
.twm-cv-manager-list-style1 .twm-mid-content {
  flex-grow: 1;
}
.twm-cv-manager-list-style1 .twm-fot-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 420px) {
  .twm-cv-manager-list-style1 .twm-fot-content {
    display: block;
  }
}
.twm-cv-manager-list-style1 .twm-fot-content .twm-left-info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 420px) {
  .twm-cv-manager-list-style1 .twm-fot-content .twm-left-info {
    display: block;
  }
}
.twm-cv-manager-list-style1 .twm-fot-content .twm-candidate-address {
  font-size: 14px;
  margin-bottom: 0px;
  margin-right: 20px;
  font-weight: 500;
}
@media (max-width: 420px) {
  .twm-cv-manager-list-style1 .twm-fot-content .twm-candidate-address {
    margin-right: 0px;
  }
}
.twm-cv-manager-list-style1 .twm-fot-content .twm-candidate-address i {
  margin-right: 5px;
}
.twm-cv-manager-list-style1 .twm-fot-content .twm-view-button a {
  text-align: center;
  display: inline-block;
}
.twm-cv-manager-list-style1 .twm-fot-content .twm-view-button a .fa {
  background-color: #f0f6fe;
  color: #228bb0;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.twm-cv-manager-list-style1 .twm-job-post-duration {
  color: #2db346;
  font-size: 14px;
  margin-right: 20px;
}
@media (max-width: 420px) {
  .twm-cv-manager-list-style1 .twm-job-post-duration {
    margin-right: 0px;
  }
}

.twm-table-controls .twm-DT-controls-icon li a {
  background-color: #f0f6fe;
  color: #228bb0;
  border: none;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.twm-table-controls .twm-DT-controls-icon li a:hover {
  background-color: #228bb0;
  color: #fff;
}

/*saved jobs view popup*/
.twm-saved-jobs-view {
  margin-bottom: 10px;
}
.twm-saved-jobs-view .modal-dialog {
  max-width: 590px;
}
@media (max-width: 575px) {
  .twm-saved-jobs-view .modal-dialog {
    margin: 20px;
  }
}
.twm-saved-jobs-view .modal-content {
  border-top: 6px solid #228bb0;
}
.twm-saved-jobs-view .modal-header {
  display: block;
  text-align: center;
  border: none;
  margin-top: 50px;
}
.twm-saved-jobs-view .modal-header .modal-title {
  font-size: 24px;
  margin-bottom: 0px;
}
.twm-saved-jobs-view .modal-header .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 1;
}
.twm-saved-jobs-view .modal-body {
  padding: 30px 50px;
}
@media (max-width: 575px) {
  .twm-saved-jobs-view .modal-body {
    padding: 20px;
  }
}
.twm-saved-jobs-view .modal-footer {
  border: none;
  background-color: #f0f6fe;
  text-align: center;
  display: block;
  padding: 20px;
  margin-top: 30px;
}
.twm-saved-jobs-view .modal-footer .site-button {
  display: inline-block;
  text-align: center;
}

.twm-table tbody tr td a {
  border: none;
  background: transparent;
  display: inline-block;
  margin-bottom: 5px;
  text-align: center;
}
.twm-table tbody tr td a .fa {
  background-color: #f0f6fe;
  color: #228bb0;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.twm-table tbody tr td a:hover .fa {
  background-color: #228bb0;
  color: #fff;
}

.panel-heading-with-btn {
  display: flex;
  justify-content: space-between;
}

.twm-textarea-full .form-control {
  height: 130px;
}

.twm-s-detail-section {
  position: relative;
  margin-bottom: 15px;
}
.twm-s-detail-section .twm-title {
  font-size: 15px;
  font-weight: 600;
  color: #17171d;
  word-break: break-word;
}
.twm-s-detail-section .twm-s-info-discription {
  font-size: 14px;
  color: #666666;
}

.twm-panel-inner .twm-list-wrap {
  margin: 0px 0px 30px 0px;
  border-bottom: 1px solid #f9fcff;
}

.wt-search-bar-select {
  height: 34px;
  border: none;
  line-height: 20px;
  border-radius: 0px;
  width: 100% !important;
  display: block !important;
}
.wt-search-bar-select .btn-light {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  background-color: transparent;
  border: none;
  padding: 7px 0px !important;
}
.wt-search-bar-select .btn-light:focus {
  box-shadow: none;
  outline: 0px !important;
}
.wt-search-bar-select .form-control {
  padding-left: 10px;
  padding-right: 10px;
}

.wt-select-bar-2 {
  width: 160px !important;
  margin-right: 20px;
}
.wt-select-bar-2:last-child {
  margin-right: 0px;
}
@media (max-width: 400px) {
  .wt-select-bar-2 {
    margin-top: 10px;
    width: 100%;
  }
}
.wt-select-bar-2 .form-control {
  height: 30px;
}
.wt-select-bar-2 .btn-light {
  font-size: 14px;
  color: #6c757d;
  height: 50px;
  line-height: 50px;
  background-color: #f0f6fe !important;
  border: none;
  padding: 0px 15px;
  border-radius: 10px;
}
.wt-select-bar-2 .btn-light:focus {
  box-shadow: none;
  outline: 0px !important;
}
.wt-select-bar-2 .dropdown-menu {
  font-size: 12px;
}

.wt-select-bar-large {
  border: none;
  width: 100% !important;
}
.wt-select-bar-large .form-control {
  height: 30px;
}
.wt-select-bar-large .btn-light {
  font-size: 16px;
  color: #a0a0a0;
  height: 60px;
  line-height: 60px;
  background-color: #fff !important;
  border: none;
  padding: 0px 20px;
  border-radius: 10px;
  border: 1px solid #ededed;
}
.wt-select-bar-large .btn-light:focus {
  box-shadow: none;
  outline: 0px !important;
}
.wt-select-bar-large .dropdown-toggle:after {
  color: #17171d;
}

.sidebar-elements .input-group {
  border: 1px solid #ededed;
  border-radius: 10px;
}

/*Login - Register Form Wrap*/
.twm-log-reg-media-wrap {
  background-color: #f0f6fe;
  display: flex;
  align-items: center;
  justify-content: center;
}

.twm-log-reg-logo-head {
  text-align: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.twm-log-reg-logo-head .logo {
  max-width: 130px;
  margin: 0px auto 10px;
}

.twm-log-reg-head {
  text-align: center;
}
.twm-log-reg-head .log-reg-form-title {
  font-size: 32px;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.twm-log-reg-media {
  padding: 120px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.twm-log-reg-media .twm-l-media {
  max-width: 720px;
  margin: 0px auto;
}
.twm-log-reg-media .twm-l-media img {
  width: 100%;
}

.twm-log-reg-form-wrap {
  padding: 30px 0px 120px 0px;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .twm-log-reg-form-wrap {
    padding: 30px 0px 0px 0px;
  }
}
.twm-log-reg-form-wrap .twm-log-reg-inner {
  padding: 20px 50px;
}
@media (max-width: 575px) {
  .twm-log-reg-form-wrap .twm-log-reg-inner {
    padding: 10px 0px 0px 0px;
  }
}
.twm-log-reg-form-wrap .twm-log-reg-inner .twm-tabs-style-2 {
  text-align: center;
}
.twm-log-reg-form-wrap .twm-log-reg-inner .twm-tabs-style-2 .form-check {
  font-size: 14px;
  text-align: left;
}
.twm-log-reg-form-wrap .twm-log-reg-inner .twm-tabs-style-2 .nav-tabs {
  border: none;
  margin: 0px auto 30px;
  display: inline-flex;
}
.twm-log-reg-form-wrap .twm-log-reg-inner .site-button {
  display: block;
  width: 100%;
}
.twm-log-reg-form-wrap .twm-log-reg-inner .twm-forgot-wrap {
  text-align: left;
}
.twm-log-reg-form-wrap .twm-log-reg-inner .twm-forgot-wrap .form-check {
  display: inline-block;
}
.twm-log-reg-form-wrap .twm-log-reg-inner .log_with_facebook {
  display: block;
  border: none;
  border-radius: 50px;
  padding: 10px 30px;
  cursor: pointer;
  text-align: center;
  background-color: #1877f2;
  transition: opacity 0.2s linear 0s;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  max-width: 270px;
  margin: 0px auto;
  color: #fff;
}
.twm-log-reg-form-wrap .twm-log-reg-inner .log_with_facebook i {
  font-size: 24px;
  margin-right: 10px;
}
.twm-log-reg-form-wrap .twm-log-reg-inner .log_with_google {
  display: block;
  border: 1px solid #e1e2e6;
  border-radius: 50px;
  padding: 10px 30px;
  cursor: pointer;
  text-align: center;
  background-color: #f7faff;
  transition: opacity 0.2s linear 0s;
  width: 100%;
  max-width: 270px;
  margin: 0px auto;
  font-size: 14px;
  font-weight: 500;
  color: #17171d;
}
.twm-log-reg-form-wrap .twm-log-reg-inner .log_with_google img {
  width: 24px;
  margin-right: 10px;
}
.twm-log-reg-form-wrap .twm-log-reg-inner .center-text-or {
  font-size: 15px;
  font-weight: 600;
  color: #17171d;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .twm-log-reg-form-wrap {
    padding: 20px;
  }
}

/*Frontend Login menu*/
.twm-login-user-menu {
  margin-right: 0px;
  position: relative;
  padding: 14px 0px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.twm-login-user-menu .user-name {
  color: inherit;
  transition: 0.5s all ease;
  color: #fff;
}
@media (max-width: 600px) {
  .twm-login-user-menu .user-name {
    font-size: 0px;
  }
}
.twm-login-user-menu .user-name:after {
  color: inherit;
}
.twm-login-user-menu .user-name:before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  transition: 0.5s all ease;
  display: inline-block;
  margin-left: 6px;
  color: #228bb0;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  display: none;
}
@media (max-width: 600px) {
  .twm-login-user-menu .user-name:before {
    font-size: 18px;
  }
}
.twm-login-user-menu span {
  display: inline-block;
  width: 40px;
  margin-right: 0px;
}
@media (max-width: 575px) {
  .twm-login-user-menu span {
    width: 30px;
  }
}
.twm-login-user-menu span img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
@media (max-width: 575px) {
  .twm-login-user-menu span img {
    width: 30px;
    height: 30px;
  }
}
.twm-login-user-menu ul {
  list-style: none;
}
.twm-login-user-menu ul li.af-user {
  margin-bottom: 8px;
  padding: 5px 5px 5px 0px;
  font-size: 14px;
  color: #17171d;
  border-bottom: 1px solid #d2d2d2;
}
.twm-login-user-menu ul li.af-user i {
  margin-right: 15px;
  color: #17171d;
  font-size: 12px;
}
.twm-login-user-menu ul li a {
  line-height: 22px;
  color: #17171d;
  font-size: 13px;
  padding: 5px 5px 5px 24px;
  display: block;
  transition: 0.2s;
  position: relative;
}
.twm-login-user-menu ul li a i {
  position: absolute;
  left: 0px;
  top: 10px;
  color: #228bb0;
}
.twm-login-user-menu ul li a:hover {
  color: #228bb0;
}
.twm-login-user-menu .dropdown-menu {
  width: 100%;
  min-width: 180px;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  border: 0px;
  padding: 20px;
}
.twm-login-user-menu .dropdown-toggle {
  padding-right: 0px;
  display: block;
}
.twm-login-user-menu .dropdown-toggle::after {
  display: none;
}

/**/
.twm-hdr-user-notification {
  background-color: #228bb0;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 100%;
}

.widget .section-head-small {
  font-size: 22px;
  font-weight: 500;
  padding-left: 10px;
  border-left: 3px solid #228bb0;
}

/*link hover effect-underline*/
.twm-jobs-browse,
.twm-view-prifile {
  position: relative;
}
.twm-jobs-browse:after,
.twm-view-prifile:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(0, 1);
}
.twm-jobs-browse:hover:after,
.twm-view-prifile:hover:after {
  opacity: 1;
  transform: scale(1);
}

.twm-ac-fresher-wrap {
  position: relative;
  z-index: 1;
}
.twm-ac-fresher-wrap .twm-section-bg-img {
  position: absolute;
  max-width: 600px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}
.twm-ac-fresher-wrap .twm-section-bg-img img {
  width: 100%;
}
.twm-ac-fresher-wrap .twm-section-bg-img2 {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: 50px auto 0px;
  display: block;
}
.twm-ac-fresher-wrap .twm-section-bg-img2 img {
  width: 100%;
}

/*===========Half Map list==============*/
.half-map-list {
  position: relative;
  z-index: 1;
  max-width: 50vw;
  background-color: #fff;
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 1366px) {
  .half-map-list {
    max-width: 850px;
  }
}
@media (max-width: 1136px) {
  .half-map-list {
    max-width: 700px;
  }
}
@media (max-width: 991px) {
  .half-map-list {
    max-width: 100%;
    float: none;
  }
}

.half-map-section {
  width: 100%;
  height: calc(100% - 80px);
  position: fixed;
  right: 0;
  bottom: 0;
  padding-left: 50vw;
  z-index: 0;
}
@media (max-width: 1366px) {
  .half-map-section {
    padding-left: 850px;
  }
}
@media (max-width: 1136px) {
  .half-map-section {
    padding-left: 700px;
  }
}
.half-map-section .map-show-btn-close {
  display: none;
}
.half-map-section .map-show-btn-open {
  display: none;
}
@media (max-width: 991px) {
  .half-map-section {
    z-index: 1;
    height: 100%;
    width: auto;
    padding-left: 20px;
  }
  .half-map-section #map-container {
    padding: 0px;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: block;
    position: fixed;
    left: 100%;
    right: auto;
    transition: all 0.5s linear;
  }
  .half-map-section #map-container #map {
    display: block;
  }
  .half-map-section .map-show-btn-outer {
    position: fixed;
    top: 50%;
    right: 12px;
    z-index: 10;
    transform: translateY(-50%);
    transition: all 0.5s linear;
  }
  .half-map-section .map-show-btn-open {
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    background-color: #228bb0;
    border: none;
    padding: 2px 15px;
    color: #fff;
    right: 20px;
    top: 50%;
    position: absolute;
    transform: rotate(270deg);
    transform-origin: center right;
    font-size: 13px;
    border-radius: 10px;
    display: block;
  }
  .half-map-section .map-show-btn-close {
    cursor: pointer;
    white-space: nowrap;
    background-color: #228bb0;
    border: none;
    padding: 2px 15px;
    color: #fff;
    position: absolute;
    transform: rotate(270deg);
    transform-origin: center right;
    display: none;
    right: -20px;
    top: 50%;
    z-index: 11;
    font-size: 13px;
    border-radius: 10px;
    display: block;
  }
}
@media (max-width: 768px) {
  .half-map-section {
    padding-left: 0px;
  }
  .half-map-section .map-show-btn-open {
    right: 14px;
  }
  .half-map-section .map-show-btn-close {
    right: 14px;
  }
}
.half-map-section #map-container {
  height: 100%;
}
@media (max-width: 991px) {
  .half-map-section.active #map-container {
    left: 0px;
    z-index: 10;
  }
  .half-map-section.active .map-show-btn-outer {
    right: 100%;
  }
  .half-map-section.active .map-show-btn-open {
    display: none;
  }
  .half-map-section.active .map-show-btn-close {
    display: block;
    right: 20px;
  }
}

/* Product Detail Page Slider */
.twm-radius-range {
  display: flex;
  white-space: nowrap;
  margin-top: 20px;
}
.twm-radius-range b {
  font-weight: 400;
  color: #228bb0;
  font-size: 12px;
}
.twm-radius-range .slider.slider-horizontal {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
.twm-radius-range .slider.slider-horizontal .slider-track {
  height: 3px;
  background-color: #228bb0;
  background-image: none;
  margin-top: 0px;
  margin-left: 0px;
}
.twm-radius-range .slider.slider-horizontal .slider-handle {
  background-color: #17171d;
  background-image: none;
  width: 5px;
  height: 12px;
  top: 5px;
  margin-left: 0px;
}

@media (max-width: 575px) {
  .side-bar-opposite {
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .wt-listing-full-width .panel-body {
    padding: 10px;
  }
}

/*iconfont*/
.icon-font-block {
  text-align: center;
  padding: 15px 10px;
  color: #17171d;
  background-color: #f0f6fe;
  margin-bottom: 24px;
  border-radius: 10px;
}
.icon-font-block [class*=flaticon-] {
  margin: 0px 0px 10px 0px;
  display: block;
  font-size: 48px;
  line-height: 1;
  color: #228bb0;
}

/*Custom tooltip*/
.custom-toltip {
  position: relative;
}
.custom-toltip .custom-toltip-block {
  position: absolute;
  top: -36px;
  left: 50%;
  white-space: nowrap;
  background: #000;
  display: table;
  padding: 7px 10px;
  font-size: 13px;
  color: #fff;
  border-radius: 3px;
  transform: translateX(-50%);
  display: none;
  letter-spacing: 0.5px;
  transition: all 0.5s ease;
  font-family: "arial";
  font-weight: 500;
  line-height: 13px;
}
.custom-toltip .custom-toltip-block:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
}
.custom-toltip:hover {
  overflow: visible;
  position: relative;
}
.custom-toltip:hover .custom-toltip-block {
  opacity: 1;
  display: block;
}

/* Top Wide Banner*/
.twm-top-wide-banner {
  margin: 50px 50px 50px 50px;
  padding: 50px;
  border-radius: 30px;
  min-height: 400px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.twm-top-wide-banner .overlay-main {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .twm-top-wide-banner {
    margin: 0px 15px 30px 15px;
  }
}
@media (max-width: 575px) {
  .twm-top-wide-banner {
    margin: 0px 15px 30px 15px;
    padding: 25px 15px;
  }
}

.twm-top-wide-banner-content {
  display: table;
  position: relative;
}
.twm-top-wide-banner-content .twm-mid-content {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 991px) {
  .twm-top-wide-banner-content .twm-mid-content {
    display: block;
  }
}
@media (max-width: 991px) {
  .twm-top-wide-banner-content .twm-mid-content .twm-employer-self-top {
    margin-bottom: 20px;
  }
}
.twm-top-wide-banner-content .twm-mid-content .twm-media {
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.twm-top-wide-banner-content .twm-mid-content .twm-media img {
  width: 100%;
  display: block;
}
.twm-top-wide-banner-content .twm-mid-content .twm-employer-address {
  color: #fff;
}
.twm-top-wide-banner-content .twm-mid-content .twm-employer-address i {
  padding-right: 10px;
}
.twm-top-wide-banner-content .twm-mid-content .twm-job-title {
  margin-bottom: 15px;
  font-size: 24px;
  color: #fff;
}
.twm-top-wide-banner-content .twm-mid-content .twm-employer-websites {
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  display: block;
}
.twm-top-wide-banner-content .twm-employer-self-bottom {
  position: relative;
}
.twm-top-wide-banner-content .twm-employer-self-bottom .twm-employer-btn-controls a {
  margin-right: 15px;
}
.twm-top-wide-banner-content .twm-employer-self-bottom .twm-employer-btn-controls a:last-child {
  margin-right: 0px;
}

.twm-ep-detail-tags .de-info {
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  line-height: 20px;
  padding: 3px 15px;
  border: none;
  font-size: 14px;
  margin: 0 5px 5px 0px;
  border-radius: 5px;
  padding: 5px 12px;
  white-space: nowrap;
}
.twm-ep-detail-tags .de-info:hover {
  background-color: #17171d;
}

.twm-s-map-iframe.twm-s-map-iframe-2 {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #f3f3f3;
}

.twm-s-contact.twm-s-contact-2 {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #f3f3f3;
  padding: 20px;
}

.twm-social-btns {
  height: 30px;
  margin: auto;
  font-size: 0;
  position: relative;
  margin-bottom: 20px;
}
.twm-social-btns .btn {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
  display: inline-block;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  opacity: 0.99;
  padding: 0px;
}
.twm-social-btns .btn:before {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
  top: 90%;
  left: -110%;
  content: "";
  width: 140%;
  height: 140%;
  position: absolute;
  transform: rotate(45deg);
}
.twm-social-btns .btn .fab {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transform: scale(0.8);
  font-size: 18px;
}
.twm-social-btns .btn.facebook .fab {
  color: #3b5998;
}
.twm-social-btns .btn.facebook:before {
  background-color: #3b5998;
}
.twm-social-btns .btn.twitter .fab {
  color: #3cf;
}
.twm-social-btns .btn.twitter:before {
  background-color: #3cf;
}
.twm-social-btns .btn.google .fab {
  color: #dc4a38;
}
.twm-social-btns .btn.google:before {
  background-color: #dc4a38;
}
.twm-social-btns .btn.linkedin .fab {
  color: #0579b6;
}
.twm-social-btns .btn.linkedin:before {
  background-color: #0579b6;
}
.twm-social-btns .btn.skype .fab {
  color: #00aff0;
}
.twm-social-btns .btn.skype:before {
  background-color: #00aff0;
}
.twm-social-btns .btn:focus:before, .twm-social-btns .btn:hover:before {
  top: -20%;
  left: -20%;
}
.twm-social-btns .btn:hover .fab {
  color: #fff;
  transform: scale(1);
}
.twm-social-btns .btn:focus .fab {
  color: #fff;
  transform: scale(1);
}

.twm-s-info-3 {
  border-radius: 10px;
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #ddd;
  padding: 40px;
}
@media (max-width: 575px) {
  .twm-s-info-3 {
    padding: 20px;
  }
}
.twm-s-info-3 ul {
  list-style: none;
  margin-bottom: 0px;
}
.twm-s-info-3 ul li {
  margin-bottom: 10px;
}
.twm-s-info-3 ul li:last-child {
  margin-bottom: 0px;
}
.twm-s-info-3 ul li:last-child .twm-s-info-inner {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}
.twm-s-info-3 ul li .twm-s-info-inner {
  position: relative;
  padding-left: 50px;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.twm-s-info-3 ul li .twm-s-info-inner i {
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 14px;
  color: #228bb0;
  width: 30px;
  height: 30px;
  border: 1px solid #228bb0;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}
.twm-s-info-3 ul li .twm-s-info-inner .twm-title {
  font-size: 14px;
  color: #666666;
}
.twm-s-info-3 ul li .twm-s-info-inner .twm-s-info-discription {
  font-size: 16px;
  color: #17171d;
  word-break: break-word;
}

.bg-clr-green {
  background-color: #56d8b1;
}

.ani-circle-1 {
  display: block;
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  left: -30px;
  bottom: -100px;
  opacity: 0.3;
}

.ani-circle-2 {
  display: block;
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 30px;
  position: absolute;
  right: -30px;
  top: -50px;
  opacity: 0.3;
}

.rotate-center {
  -webkit-animation: rotate-center 15s linear infinite;
  animation: rotate-center 15s linear infinite;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.twm-job-detail-2-wrap {
  background-color: #f0f6fe;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .twm-job-detail-2-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .twm-job-detail-2-wrap {
    padding: 10px;
  }
}

.twm-related-jobs-carousel {
  margin-bottom: 30px;
}

.twm-jobs-grid-style2 {
  background-color: #fff;
  border: 10px;
  border: 1px solid #efefef;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.twm-jobs-grid-style2:after {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #228bb0;
  border-radius: 20px;
  position: absolute;
  left: -30px;
  bottom: -50px;
  opacity: 0.1;
  content: "";
  animation: rotate-center 15s linear infinite;
}
.twm-jobs-grid-style2:before {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #228bb0;
  border-radius: 20px;
  position: absolute;
  right: -10px;
  top: -30px;
  opacity: 0.1;
  content: "";
  animation: rotate-center 15s linear infinite;
}
.twm-jobs-grid-style2 .twm-media {
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: block;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #efefef;
  margin: 0px auto;
}
.twm-jobs-grid-style2 .twm-media img {
  display: block;
}
.twm-jobs-grid-style2 .twm-mid-content {
  padding-top: 30px;
}
.twm-jobs-grid-style2 .twm-right-content {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media (max-width: 420px) {
  .twm-jobs-grid-style2 .twm-right-content {
    display: block;
  }
}
.twm-jobs-grid-style2 .twm-right-content .twm-job-address {
  margin-bottom: 0px;
}
.twm-jobs-grid-style2 .twm-right-content .twm-jobs-amount {
  font-weight: 500;
  color: #17171d;
  margin: 20px 0px 10px 0px;
}
.twm-jobs-grid-style2 .twm-right-content .twm-jobs-amount span {
  color: #046c38;
}
.twm-jobs-grid-style2 .twm-right-content .twm-jobs-browse {
  font-weight: 600;
  font-size: 14px;
}
.twm-jobs-grid-style2 .twm-job-post-duration {
  color: #2db346;
  font-size: 14px;
}
@media (max-width: 420px) {
  .twm-jobs-grid-style2 .twm-job-post-duration {
    display: block;
    margin: 0px;
  }
}
.twm-jobs-grid-style2 .twm-jobs-category {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (max-width: 420px) {
  .twm-jobs-grid-style2 .twm-jobs-category {
    position: inherit;
    top: inherit;
    right: inherit;
    margin-top: 10px;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 0px;
  overflow: hidden;
  border-radius: 10px;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive .ytp-impression-link {
  opacity: 0;
}

.ytp-impression-link {
  opacity: 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*Candidate detail v2*/
.twm-candi-self-wrap-2 {
  padding: 80px 40px 40px 40px;
  margin-bottom: 40px;
  margin-top: 100px;
  background-size: cover;
  margin-bottom: 180px;
}
@media (max-width: 991px) {
  .twm-candi-self-wrap-2 {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .twm-candi-self-wrap-2 {
    padding: 40px 0px;
  }
}
.twm-candi-self-wrap-2 .twm-candi-self-info-2 {
  position: relative;
  z-index: 1;
  max-width: 480px;
  margin: 0px auto;
  padding: 30px;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 15px rgba(56, 152, 226, 0.3);
  margin-bottom: -140px;
  overflow: hidden;
}
.twm-candi-self-wrap-2 .twm-candi-self-info-2:after {
  display: block;
  width: 200px;
  height: 200px;
  background-color: #228bb0;
  border-radius: 20px;
  position: absolute;
  left: -100px;
  bottom: -50px;
  opacity: 0.1;
  content: "";
  animation: rotate-center 15s linear infinite;
  z-index: -1;
}
.twm-candi-self-wrap-2 .twm-candi-self-info-2:before {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #228bb0;
  border-radius: 20px;
  position: absolute;
  right: -10px;
  top: -30px;
  opacity: 0.1;
  content: "";
  animation: rotate-center 15s linear infinite;
  z-index: -1;
}
.twm-candi-self-wrap-2 .twm-candi-self-info-2 .twm-candi-self-top {
  text-align: center;
  color: #17171d;
  position: relative;
  padding-top: 20px;
}
.twm-candi-self-wrap-2 .twm-candi-self-info-2 .twm-candi-self-top .twm-candi-fee {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  top: -20px;
  right: -30px;
  background: #2db346;
  padding: 6px 15px;
  border-radius: 10px 0px 0px 10px;
}
@media (max-width: 575px) {
  .twm-candi-self-wrap-2 .twm-candi-self-info-2 .twm-candi-self-top .twm-candi-fee {
    font-size: 16px;
  }
}
.twm-candi-self-wrap-2 .twm-candi-self-info-2 .twm-candi-self-top .twm-media {
  width: 100%;
  max-width: 200px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0px auto 30px;
  box-shadow: 5px 5px 0px #f0f6fe;
}
.twm-candi-self-wrap-2 .twm-candi-self-info-2 .twm-candi-self-top .twm-media img {
  width: 100%;
}
.twm-candi-self-wrap-2 .twm-candi-self-info-2 .twm-candi-self-top .twm-job-title {
  color: #17171d;
  margin-bottom: 15px;
}
.twm-candi-self-wrap-2 .twm-candi-self-info-2 .twm-candi-self-top .twm-candidate-address i {
  padding-right: 3px;
}
.twm-candi-self-wrap-2 .twm-candi-self-info-2 .twm-ep-detail-tags {
  margin: 0px auto 20px;
  text-align: center;
}
.twm-candi-self-wrap-2 .twm-candi-self-info-2 .twm-candi-self-bottom {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 360px) {
  .twm-candi-self-wrap-2 .twm-candi-self-info-2 .twm-candi-self-bottom {
    display: block;
  }
  .twm-candi-self-wrap-2 .twm-candi-self-info-2 .twm-candi-self-bottom .site-button {
    display: block;
    margin-top: 3px;
    text-align: center;
  }
}

.twm-s-info-4 {
  border-radius: 10px;
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #ddd;
  padding: 20px;
}
@media (max-width: 575px) {
  .twm-s-info-4 {
    padding: 20px;
  }
}
.twm-s-info-4 .row {
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
}
.twm-s-info-4 .row .twm-s-info-inner {
  position: relative;
  padding: 10px 10px 10px 50px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #f0f6fe;
}
.twm-s-info-4 .row .twm-s-info-inner i {
  position: absolute;
  left: 10px;
  top: 14px;
  font-size: 14px;
  color: #228bb0;
  width: 30px;
  height: 30px;
  border: 1px solid #228bb0;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}
.twm-s-info-4 .row .twm-s-info-inner .twm-title {
  font-size: 14px;
  color: #666666;
}
.twm-s-info-4 .row .twm-s-info-inner .twm-s-info-discription {
  font-size: 16px;
  color: #17171d;
  word-break: break-word;
}
.twm-s-info-4 .row [class*=col-]:last-child .twm-s-info-inner {
  margin-bottom: 0px;
}

/*Dashboard Card*/
.dashboard-card-2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
.dashboard-card-2 .wt-card-wrap-2 {
  color: #fff;
}
.dashboard-card-2 .wt-card-icon-2 {
  font-size: 48px;
  line-height: 0px;
  z-index: -1;
  position: absolute;
  left: 30px;
  top: 30px;
}
.dashboard-card-2 .wt-card-bottom-2 h4 {
  font-weight: 400;
  color: #fff;
}

.block-gradient {
  background: #7596fc; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #7596fc 0%, #b479ff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #7596fc 0%, #b479ff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #7596fc 0%, #b479ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7596fc", endColorstr="#b479ff",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.block-gradient-2 {
  background: #1aa8ed; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #1aa8ed 0%, #07f4ac 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #1aa8ed 0%, #07f4ac 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #1aa8ed 0%, #07f4ac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1aa8ed", endColorstr="#07f4ac",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.block-gradient-3 {
  background: #fccf6e; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #fccf6e 0%, #fe6662 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #fccf6e 0%, #fe6662 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #fccf6e 0%, #fe6662 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fccf6e", endColorstr="#fe6662",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.block-gradient-4 {
  background: #46c6fb; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #46c6fb 0%, #2e429f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #46c6fb 0%, #2e429f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #46c6fb 0%, #2e429f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#46c6fb", endColorstr="#2e429f",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*----------------------------------------------------------------------------------------------------------
						Home Page 5
----------------------------------------------------------------------------------------------------------*/
/*Footer light with background*/
.ftr-light-with-bg .footer-top {
  padding-top: 0px;
  border-top: 0px;
}

/*Newsletter Subscriber section*/
.twm-new-sub-section-wrap {
  margin: 0px 85px 120px 85px;
  background-color: #000e31;
  border-radius: 40px;
  padding: 80px 80px 108px 80px;
}
@media (max-width: 1199px) {
  .twm-new-sub-section-wrap {
    margin: 0px 15px 120px 15px;
  }
}
@media (max-width: 991px) {
  .twm-new-sub-section-wrap {
    padding: 30px 15px 30px 15px;
    margin-bottom: 40px;
  }
}
@media (max-width: 360px) {
  .twm-new-sub-section-wrap {
    padding: 0px;
  }
}
.twm-new-sub-section-wrap .twm-sub-2-section {
  background-color: #228bb0;
  padding: 60px 60px 60px 60px;
  border-radius: 40px;
  text-align: center;
  position: relative;
}
@media (max-width: 480px) {
  .twm-new-sub-section-wrap .twm-sub-2-section {
    padding: 20px;
  }
}
.twm-new-sub-section-wrap .twm-sub-2-section .twm-sub-title {
  font-size: 28px;
  color: #fff;
  max-width: 380px;
  margin: 0px auto 20px;
}
@media (max-width: 575px) {
  .twm-new-sub-section-wrap .twm-sub-2-section .twm-sub-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.twm-new-sub-section-wrap .twm-sub-2-section .twm-sub-discription {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
.twm-new-sub-section-wrap .twm-sub-2-section .twm-sub-btn {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  .twm-new-sub-section-wrap .twm-sub-2-section .twm-sub-btn {
    position: inherit;
    bottom: inherit;
    left: auto;
    transform: inherit;
  }
}
.twm-new-sub-section-wrap .twm-sub-2-section .form-group {
  margin-bottom: 12px;
}
.twm-new-sub-section-wrap .twm-sub-2-section .form-group .form-control {
  background-color: #fff;
  text-align: center;
}

.twm-nl-map-media-wrap {
  position: relative;
  height: 100%;
}
@media (max-width: 991px) {
  .twm-nl-map-media-wrap {
    margin: 30px 0px;
    height: 120px;
  }
}
.twm-nl-map-media-wrap .twm-nl-map-pic {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
}
.twm-nl-map-media-wrap .twm-nl-map-pic:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid white;
}
.twm-nl-map-media-wrap .twm-nl-map-pic img {
  border-radius: 50%;
}
.twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic1 {
  width: 53px;
  height: 53px;
  padding: 3px;
  bottom: 4%;
  left: 35%;
}
.twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic2 {
  width: 53px;
  height: 53px;
  padding: 3px;
  bottom: 30%;
  left: 14%;
}
.twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic3 {
  width: 69px;
  height: 69px;
  padding: 4px;
  top: 8%;
  right: 12%;
}
.twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic4 {
  width: 83px;
  height: 83px;
  padding: 5px;
  bottom: 24%;
  right: 0%;
}
.twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic5 {
  width: 69px;
  height: 69px;
  padding: 4px;
  top: 8%;
  left: 12%;
}
.twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic6 {
  width: 83px;
  height: 83px;
  padding: 5px;
  bottom: 24%;
  right: 25%;
}
.twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic7 {
  width: 53px;
  height: 53px;
  padding: 3px;
  bottom: 10%;
  left: 5%;
}
@media (max-width: 575px) {
  .twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic1 {
    width: 33px;
    height: 33px;
    padding: 3px;
    bottom: 4%;
    left: 35%;
  }
  .twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic2 {
    width: 33px;
    height: 33px;
    padding: 3px;
    bottom: 30%;
    left: 14%;
  }
  .twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic3 {
    width: 49px;
    height: 49px;
    padding: 4px;
    top: 8%;
    right: 40%;
  }
  .twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic4 {
    width: 63px;
    height: 63px;
    padding: 5px;
    bottom: 24%;
    right: 0%;
  }
  .twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic5 {
    width: 49px;
    height: 49px;
    padding: 4px;
    top: 8%;
    left: 30%;
  }
  .twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic6 {
    width: 63px;
    height: 63px;
    padding: 5px;
    bottom: 24%;
    right: 25%;
  }
  .twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic7 {
    width: 33px;
    height: 33px;
    padding: 3px;
    bottom: 10%;
    left: 5%;
  }
}

.bounce {
  animation: bounce 1s linear infinite alternate-reverse both;
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.bounce2 {
  animation: bounce2 1.5s linear infinite alternate-reverse both;
}

@keyframes bounce2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
/*Blog style home-5*/
.twm-blog-post-h5-wrap {
  padding-top: 0px;
}
.twm-blog-post-h5-wrap .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.twm-blog-post-h5-outer {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #f1f1f1;
}
.twm-blog-post-h5-outer.shadow-none {
  box-shadow: none;
}
.twm-blog-post-h5-outer .wt-post-media {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: 0.5s all ease;
}
.twm-blog-post-h5-outer .wt-post-media img {
  width: 100%;
}
.twm-blog-post-h5-outer .wt-post-info {
  position: relative;
  z-index: 1;
}
.twm-blog-post-h5-outer .wt-post-info .wt-post-meta {
  position: relative;
  margin-bottom: 20px;
}
.twm-blog-post-h5-outer .wt-post-info .post-author {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.twm-blog-post-h5-outer .wt-post-info .post-author .post-author-pic {
  display: flex;
  align-items: center;
}
.twm-blog-post-h5-outer .wt-post-info .post-author .post-author-pic .p-a-pic {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  min-width: 35px;
  margin-right: 10px;
  overflow: hidden;
}
.twm-blog-post-h5-outer .wt-post-info .post-author .post-author-pic .p-a-info a {
  display: block;
  font-size: 13px;
  color: #228bb0;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
.twm-blog-post-h5-outer .wt-post-info .post-author .post-author-pic .p-a-info p {
  margin-bottom: 0px;
  font-size: 12px;
}
.twm-blog-post-h5-outer .wt-post-info .post-author .post-categories {
  text-align: right;
}
.twm-blog-post-h5-outer .wt-post-info .post-author .post-categories a {
  color: #228bb0;
  background-color: #e0e6f7;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 4px;
}
.twm-blog-post-h5-outer .wt-post-info .wt-post-title .post-title {
  margin-bottom: 15px;
}
.twm-blog-post-h5-outer .wt-post-info .wt-post-text p {
  font-size: 16px;
  margin-bottom: 10px;
}
.twm-blog-post-h5-outer:hover .wt-post-media {
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
}

/*Featured cities*/
.twm-featured-city2 {
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  transition: 0.5s all ease;
}
.twm-featured-city2 .twm-media {
  position: relative;
  border-radius: 10px;
  height: 262px;
  background-size: cover;
  background-position: right;
  transition: 0.5s all ease;
}
.twm-featured-city2 .twm-city-info {
  padding: 20px 0px 0px 0px;
}
.twm-featured-city2 .twm-city-info .twm-city-jobs {
  color: #228bb0;
}
.twm-featured-city2 .twm-city-info .twm-title {
  margin-bottom: 10px;
}
.twm-featured-city2:hover .twm-media {
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
}

.pos-relative {
  position: relative;
  z-index: 1;
}

.twm-bg-section-box {
  height: 560px;
  background-color: #228bb0;
  border-radius: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin: 0px 80px;
  z-index: -1;
}
@media (max-width: 1360px) {
  .twm-bg-section-box {
    margin: 0px 15px;
  }
}
@media (max-width: 575px) {
  .twm-bg-section-box {
    margin: 0px;
    height: 300px;
  }
}

.wt-separator-two-part.content-white .wt-small-separator {
  color: #fff;
}
.wt-separator-two-part.content-white .wt-title {
  color: #fff;
}

/*Recruiters*/
.twm-column-5 ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}
.twm-column-5 ul li {
  width: 20%;
}
@media (max-width: 1199px) {
  .twm-column-5 ul li {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .twm-column-5 ul li {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .twm-column-5 ul li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .twm-column-5 ul li {
    width: 100%;
  }
}
.twm-column-5 ul li .twm-recruiters5-box {
  margin: 0px 10px 40px;
  position: relative;
  z-index: 1;
}
.twm-column-5 ul li .twm-recruiters5-box .twm-title a {
  transition: 0.5s all ease;
}
.twm-column-5 ul li .twm-recruiters5-box:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0%;
  height: 0%;
  transform: translate(-50%, -50%);
  background-color: #228bb0;
  opacity: 0;
  transition: 0.5s all ease;
}
.twm-column-5 ul li .twm-recruiters5-box:hover {
  box-shadow: 0px 0px 20px rgba(56, 152, 226, 0.4);
}
.twm-column-5 ul li .twm-recruiters5-box:hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
  border-radius: 10px;
  border: 5px solid #fff;
}
.twm-column-5 ul li .twm-recruiters5-box:hover .twm-title a {
  color: #fff;
}
.twm-column-5 ul li .twm-recruiters5-box:hover .twm-job-address,
.twm-column-5 ul li .twm-recruiters5-box:hover .twm-rec-rating-count {
  color: #fff;
}

.twm-recruiters5-box {
  position: relative;
  top: 20px;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  transition: 0.5s all ease;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}
.twm-recruiters5-box .twm-rec-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
.twm-recruiters5-box .twm-rec-rating-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
.twm-recruiters5-box .twm-rec-rating-wrap .twm-rec-rating span {
  display: inline;
  cursor: pointer;
}
.twm-recruiters5-box .twm-rec-rating-wrap .twm-rec-rating span i {
  color: #ffac16;
  font-size: 12px;
}
.twm-recruiters5-box .twm-job-address {
  color: #777;
  font-size: 12px;
  transition: 0.5s all ease;
}
.twm-recruiters5-box .twm-job-address i {
  display: inline-block;
  margin-right: 5px;
}
.twm-recruiters5-box .twm-rec-rating-count {
  transition: 0.5s all ease;
}
.twm-recruiters5-box .twm-rec-media {
  margin-top: -36px;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 8px;
  overflow: hidden;
}
.twm-recruiters5-box .twm-rec-jobs {
  color: #228bb0;
  background-color: #e0e6f7;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  padding: 0px 12px;
  border-radius: 8px;
}

/* Counter h5 */
.twm-company-approch5-outer {
  position: relative;
}
.twm-company-approch5-outer .twm-company-approch5 {
  border-radius: 40px;
  padding: 70px 20px 40px;
}
.twm-company-approch5-outer .twm-company-approch5 .counter-outer-two {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.twm-company-approch5-outer .twm-company-approch5 .counter-outer-two .icon-content-info {
  color: #fff;
  font-size: 18px;
}

/* Home 5 Millions section*/
.twm-millions-section-wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .twm-millions-section-wrap {
    margin-bottom: 30px;
  }
}
.twm-millions-section-wrap > .row {
  display: flex;
  align-items: center;
}
.twm-millions-section-wrap > .row .twm-millions-1-section {
  margin-right: 76px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .twm-millions-section-wrap > .row .twm-millions-1-section {
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  .twm-millions-section-wrap > .row .twm-millions-1-section {
    margin-right: 0px;
    margin-bottom: 50px;
  }
}
.twm-millions-section-wrap > .row .twm-millions-1-section .twm-media {
  text-align: center;
}
@media (max-width: 575px) {
  .twm-millions-section-wrap > .row .twm-millions-1-section .twm-media > img {
    width: 65%;
  }
}
.twm-millions-section-wrap > .row .twm-millions-1-section .twm-bg-circle-pic {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 100%;
}
.twm-millions-section-wrap > .row .twm-millions-1-section .twm-bg-circle-pic img {
  width: 100%;
}
.twm-millions-section-wrap > .row .twm-millions-1-section .twm-circle-jobs-box {
  position: absolute;
  z-index: 3;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}
.twm-millions-section-wrap > .row .twm-millions-1-section .twm-circle-jobs-box.one {
  width: 48px;
  height: 48px;
  padding: 10px;
  left: 20%;
  bottom: 4%;
}
.twm-millions-section-wrap > .row .twm-millions-1-section .twm-circle-jobs-box.two {
  width: 90px;
  height: 90px;
  padding: 15px;
  left: 0%;
  bottom: 28%;
}
.twm-millions-section-wrap > .row .twm-millions-1-section .twm-circle-jobs-box.three {
  width: 112px;
  height: 112px;
  padding: 12px;
  left: 0%;
  bottom: 65%;
}
.twm-millions-section-wrap > .row .twm-millions-1-section .twm-circle-jobs-box.four {
  width: 84px;
  height: 84px;
  padding: 12px;
  right: 15%;
  bottom: 75%;
}
.twm-millions-section-wrap > .row .twm-millions-1-section .twm-circle-jobs-box.five {
  width: 52px;
  height: 52px;
  padding: 5px;
  right: 3%;
  bottom: 45%;
}
.twm-millions-section-wrap > .row .twm-millions-1-section .twm-circle-jobs-box.six {
  width: 80px;
  height: 80px;
  padding: 8px;
  right: 4%;
  bottom: 12%;
}
@media (max-width: 575px) {
  .twm-millions-section-wrap > .row .twm-millions-1-section .twm-circle-jobs-box.two {
    width: 55px;
    height: 55px;
    padding: 10px;
  }
  .twm-millions-section-wrap > .row .twm-millions-1-section .twm-circle-jobs-box.three {
    width: 72px;
    height: 72px;
    padding: 6px;
  }
  .twm-millions-section-wrap > .row .twm-millions-1-section .twm-circle-jobs-box.four {
    width: 64px;
    height: 64px;
    padding: 8px;
  }
  .twm-millions-section-wrap > .row .twm-millions-1-section .twm-circle-jobs-box.six {
    width: 60px;
    height: 60px;
    padding: 7px;
  }
}
.twm-millions-section-wrap > .row .twm-millions-1-section-right {
  margin-left: 0px;
}
.twm-millions-section-wrap > .row .twm-millions-1-section-right .twm-avail-jobs {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #171d28;
  font-weight: 500;
  margin-bottom: 20px;
}
.twm-millions-section-wrap > .row .twm-millions-1-section-right .twm-avail-jobs span {
  color: #228bb0;
  font-size: 46px;
  font-weight: 700;
  display: block;
  margin-right: 10px;
}
.twm-millions-section-wrap > .row .twm-millions-1-section-right .section-head.left.wt-small-separator-outer p {
  margin-bottom: 20px;
}

.twm-read-more.cplumn-2 a {
  margin-right: 20px;
}
.twm-read-more.cplumn-2 a:last-child {
  margin-right: 0px;
}

.site-button-link.underline {
  position: relative;
  color: #212223;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
  transition: 0.5s all ease;
  overflow: hidden;
  text-decoration: underline;
}

.twm-bg-shape5 {
  background-image: url(../images/home-5/bg-shape.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: right center;
  bottom: 0px;
  right: 0px;
}
@media (max-width: 1199px) {
  .twm-bg-shape5 {
    background-size: 25%;
  }
}
@media (max-width: 1024px) {
  .twm-bg-shape5 {
    background: none;
  }
}

.twm-bg-shape5-left {
  background-image: url(../images/home-5/bg-shape-1.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: left top;
  top: 0px;
  left: 0px;
}
@media (max-width: 1199px) {
  .twm-bg-shape5-left {
    background-size: 40%;
  }
}

/*job style 5*/
.twm-jobs-st5 {
  background-color: #fff;
  border: 10px;
  box-shadow: 0px 0px 15px rgba(56, 152, 226, 0.3);
  position: relative;
  padding: 20px 30px 30px;
  border-radius: 10px;
  width: 100%;
}
.twm-jobs-st5 .twm-jobs-amount {
  font-weight: 500;
  font-size: 18px;
  color: #228bb0;
  margin: 0px 0px 10px 0px;
  text-align: right;
  line-height: 18px;
}
.twm-jobs-st5 .twm-jobs-amount span {
  color: #171d28;
  font-size: 14px;
}
.twm-jobs-st5 .twm-media {
  width: 70px;
  height: 70px;
  min-width: 70px;
  line-height: 70px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 30px;
  overflow: hidden;
}
.twm-jobs-st5 .twm-media img {
  display: block;
}
.twm-jobs-st5 .twm-mid-content {
  margin-bottom: 20px;
}
.twm-jobs-st5 .twm-candi-thum-content {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.twm-jobs-st5 .twm-candi-thum-content .twm-pics {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.twm-jobs-st5 .twm-candi-thum-content .twm-pics span {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  margin-left: -15px;
}
.twm-jobs-st5 .twm-candi-thum-content .twm-pics .tot-view {
  background-color: #228bb0;
  border: 2px solid #fff;
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 38px;
  line-height: 12px;
  display: flex;
  border-radius: 50%;
  margin-left: -15px;
  align-items: center;
  justify-content: center;
}
.twm-jobs-st5 .twm-candi-thum-content .twm-pics .tot-view b {
  display: block;
  align-items: center;
}
.twm-jobs-st5 .twm-candi-thum-content .twm-pics .tot-view b i {
  font-style: normal;
  display: block;
}
.twm-jobs-st5 .twm-job-duration ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.twm-jobs-st5 .twm-job-duration ul li {
  padding-right: 10px;
}
.twm-jobs-st5 .twm-job-duration ul li span {
  font-size: 13px;
  color: #6b6b6b;
}
.twm-jobs-st5 .twm-job-duration ul li span i {
  color: #228bb0;
  margin-right: 5px;
  display: inline-block;
}
.twm-jobs-st5 .twm-job-duration ul li:last-child {
  padding-right: 0px;
}
.twm-jobs-st5 .twm-right-content {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.twm-jobs-st5 .twm-jobs-category.outline {
  display: flex;
  flex-wrap: wrap;
}
.twm-jobs-st5 .twm-jobs-category.outline a {
  font-size: 12px;
  color: #228bb0;
  background-color: #f0f6fe;
  margin-right: 4px;
  margin-bottom: 4px;
  display: block;
  padding: 2px 10px;
  border-radius: 5px;
  border: 1px solid transparent;
}
.twm-jobs-st5 .twm-jobs-category.outline a:hover {
  background-color: #fff;
  border: 1px solid #ddd;
}
.twm-jobs-st5 .twm-job-address {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 500;
  color: #6b6b6b;
}
.twm-jobs-st5 .twm-jobs-browse {
  font-weight: 600;
  font-size: 14px;
}
.twm-jobs-st5 .twm-job-st5-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 420px) {
  .twm-jobs-st5 .twm-job-st5-top {
    display: block;
  }
}
.twm-jobs-st5 .twm-job-com-name {
  font-size: 18px;
  font-weight: 500;
}

/* Home Page 5 Banner Section Css Start*/
.twm-home5-banner-section {
  border-left: 80px solid #fff;
  height: 865px;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 991px) {
  .twm-home5-banner-section {
    height: auto;
    border-left: 0px;
  }
}
.twm-home5-banner-section .row {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  justify-content: center;
}
.twm-home5-banner-section .row .btm-bdr-banner:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 80px;
  width: 50%;
  background-color: #fff;
}
@media (max-width: 991px) {
  .twm-home5-banner-section .row .btm-bdr-banner:after {
    display: none;
  }
}
.twm-home5-banner-section .row .twm-bnr-5-blocks {
  position: relative;
}
.twm-home5-banner-section .row .twm-bnr-5-blocks .twm-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.twm-home5-banner-section .row .twm-bnr-5-blocks .twm-bnr-5-blocks-inner {
  display: flex;
  align-items: center;
}
.twm-home5-banner-section .row .twm-bnr-5-blocks .twm-bnr-5-blocks-inner .twm-pics {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.twm-home5-banner-section .row .twm-bnr-5-blocks .twm-bnr-5-blocks-inner .twm-pics span {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  margin-left: -15px;
}
.twm-home5-banner-section .row .twm-bnr-5-blocks .twm-bnr-5-blocks-inner .twm-content .tw-count-number {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}
.twm-home5-banner-section .row .twm-bnr-left-section {
  max-width: 650px;
  margin-left: auto;
  position: relative;
  z-index: 2;
  padding-left: 30px;
}
@media (max-width: 1360px) {
  .twm-home5-banner-section .row .twm-bnr-left-section {
    padding-left: 30px;
    padding-right: 0px;
  }
}
@media (max-width: 1199px) {
  .twm-home5-banner-section .row .twm-bnr-left-section {
    margin: 0px auto 50px;
  }
}
@media (max-width: 991px) {
  .twm-home5-banner-section .row .twm-bnr-left-section {
    margin: 100px auto 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.twm-home5-banner-section .row .twm-bnr-left-section .twm-bnr-search-bar {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .twm-home5-banner-section .row .twm-bnr-left-section .twm-bnr-search-bar {
    padding: 10px 20px;
  }
}
.twm-home5-banner-section .row .twm-bnr-left-section .twm-bnr-title-large {
  font-size: 66px;
  line-height: 72px;
  font-weight: 500;
  color: #17171d;
  margin-bottom: 30px;
}
@media (max-width: 1360px) {
  .twm-home5-banner-section .row .twm-bnr-left-section .twm-bnr-title-large {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .twm-home5-banner-section .row .twm-bnr-left-section .twm-bnr-title-large {
    font-size: 28px;
    line-height: 36px;
  }
}
.twm-home5-banner-section .row .twm-bnr-left-section .twm-bnr-title-large span {
  text-decoration: underline;
}
.twm-home5-banner-section .row .twm-bnr-left-section .twm-bnr-discription {
  font-size: 24px;
  margin-bottom: 30px;
}
.twm-home5-banner-section .row .twm-bnr-right-main {
  position: relative;
  height: 100%;
}
.twm-home5-banner-section .row .twm-bnr-right-section {
  max-width: 520px;
  width: 100%;
}
@media (max-width: 1199px) {
  .twm-home5-banner-section .row .twm-bnr-right-section {
    margin: 0px auto 50px;
  }
}
.twm-home5-banner-section .row .twm-bnr-right-section .twm-bnr-right-section-inner {
  position: relative;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .twm-home5-banner-section .row .twm-bnr-right-section .twm-bnr-right-section-inner {
    padding-top: 0px;
    margin-bottom: 120px;
  }
}
.twm-home5-banner-section .row .twm-bnr-right-section .twm-graphics-h5 {
  position: absolute;
}
.twm-home5-banner-section .row .twm-bnr-right-section .twm-graphics-user {
  position: relative;
  z-index: 4;
}
.twm-home5-banner-section .row .twm-bnr-right-section .twm-p1 {
  z-index: 4;
  left: 14%;
  top: auto;
  width: 79.5%;
  position: inherit;
  border-radius: 200px;
  overflow: hidden;
  box-shadow: 20px 20px 0px #fff;
}
.twm-home5-banner-section .row .twm-bnr-right-section .twm-p2 {
  z-index: 3;
  right: 0%;
  bottom: 0%;
  width: 19%;
}
.twm-home5-banner-section .row .twm-bnr-right-section .twm-p3 {
  z-index: 3;
  left: 10%;
  top: 12%;
  width: 35.4%;
}
.twm-home5-banner-section .row .twm-bnr-right-section .twm-p4 {
  z-index: 3;
  left: 8%;
  top: 18%;
  width: 35.4%;
}
.twm-home5-banner-section .twm-banner-h5-r-b-info {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.twm-home5-banner-section .twm-banner-h5-r-b-info span {
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  color: #000;
  letter-spacing: 2px;
}
.twm-home5-banner-section .twm-banner-h5-r-b-info .twm-banner-h5-r-b-outline-text {
  display: block;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #228bb0;
  font-size: 100px;
  font-weight: 600;
  line-height: 0.75;
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .twm-home5-banner-section .twm-banner-h5-r-b-info .twm-banner-h5-r-b-outline-text {
    font-size: 54px;
  }
}

.twm-bdr-bottom-1 {
  border-bottom: 1px solid #f1f1f1;
}

/*job Category Home 5*/
.twm-jobs-grid-h5-section-outer {
  margin: 0px 80px 120px 80px;
}
@media (max-width: 1360px) {
  .twm-jobs-grid-h5-section-outer {
    margin: 0px 15px 40px 15px;
  }
}
.twm-jobs-grid-h5-section-outer .overlay-main {
  border-radius: 40px;
}
@media (max-width: 480px) {
  .twm-jobs-grid-h5-section-outer .overlay-main {
    border-radius: 10px;
  }
}

.twm-jobs-grid-h5-section {
  background-color: #228bb0;
  background-size: contain;
  border-radius: 40px;
  padding: 70px 100px;
}
@media (max-width: 420px) {
  .twm-jobs-grid-h5-section {
    padding: 15px 15px 70px 15px;
  }
}

.job-categories-home-5 {
  padding: 25px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  transition: 0.5s all ease;
}
.job-categories-home-5:after {
  width: 200px;
  height: 200px;
  position: absolute;
  right: -90px;
  top: -100px;
  content: "";
  background-color: #228bb0;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  transition: 0.5s all ease;
}
.job-categories-home-5:before {
  width: 20px;
  height: 70px;
  position: absolute;
  left: -12px;
  bottom: -8px;
  content: "";
  background-color: #7998bf;
  border-radius: 12px;
  opacity: 0;
  z-index: -1;
  transition: 0.5s all ease;
}
.job-categories-home-5 .twm-media {
  width: 80px;
  height: 80px;
  line-height: 0;
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  margin: 0px auto 30px;
  border-radius: 50%;
  transition: 0.5s all ease;
}
.job-categories-home-5 .twm-media img {
  width: auto;
  transition: 0.5s all ease;
}
.job-categories-home-5 .twm-media [class*=flaticon-] {
  color: #fff;
  font-size: 50px;
  line-height: 0px;
  transition: 0.5s all ease;
}
.job-categories-home-5 .twm-media [class*=flaticon-]:before {
  transform: translateX(-50%);
  left: 50%;
  position: inherit;
}
.job-categories-home-5 .twm-content .twm-jobs-available {
  font-size: 14px;
  display: block;
  margin-bottom: 0px;
  transition: 0.5s all ease;
}
.job-categories-home-5 .twm-content a {
  margin-bottom: 0px;
  display: block;
  transition: 0.5s all ease;
  font-size: 16px;
  font-weight: 500;
}
.job-categories-home-5:hover {
  background-color: #ffff;
}
.job-categories-home-5:hover:after {
  opacity: 0.2;
}
.job-categories-home-5:hover:before {
  opacity: 1;
}
.job-categories-home-5:hover .twm-jobs-available {
  color: #b4b4b4;
}
.job-categories-home-5:hover .twm-content a {
  color: #228bb0;
}
.job-categories-home-5:hover .twm-media {
  border-radius: 20px;
  transform: rotate(45deg);
}
.job-categories-home-5:hover .twm-media img {
  transform: scale(0.8) rotate(-45deg);
  z-index: 9;
}
.job-categories-home-5:hover .twm-media [class*=flaticon-] {
  transform: scale(0.8) rotate(-45deg);
  z-index: 9;
}

.cat-bg-clr-1 {
  background-color: #228bb0;
}

.cat-bg-clr-2 {
  background-color: #228bb0;
}

.cat-bg-clr-3 {
  background-color: #228bb0;
}

.cat-bg-clr-4 {
  background-color: #228bb0;
}

.category-5-slider {
  overflow: hidden;
  padding: 18px;
  margin-bottom: -190px;
}
@media (max-width: 1360px) {
  .category-5-slider {
    margin-bottom: 0px;
    padding: 0px;
  }
}
.category-5-slider .swiper-button-next,
.category-5-slider .swiper-button-prev {
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 70px 30px;
}
@media (max-width: 1360px) {
  .category-5-slider .swiper-button-next,
  .category-5-slider .swiper-button-prev {
    margin: -30px 10px;
  }
}
@media (max-width: 420px) {
  .category-5-slider .swiper-button-next,
  .category-5-slider .swiper-button-prev {
    width: auto;
    margin: 0px;
    top: auto;
    position: relative;
  }
}
@media (max-width: 420px) {
  .category-5-slider .swiper-button-prev {
    left: 15px;
    text-align: center;
    position: absolute;
    bottom: 10px;
  }
  .category-5-slider .swiper-button-next {
    right: 15px;
    text-align: center;
    position: absolute;
    bottom: 10px;
  }
}
.category-5-slider .swiper-button-next::after,
.category-5-slider .swiper-button-prev::after {
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 46px;
}



/* ---- Home Page 8 Banner Section CSS Start ---- */
.twm-home8-banner-section {
  background-color: #ffff;
  position: relative;
  padding-top: 150px;
  min-height: 750px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .twm-home8-banner-section {
    padding-top: 130px;
  }
}
@media (max-width: 767px) {
  .twm-home8-banner-section {
    padding-top: 100px;
  }
}

.twm-home8-banner-section .twm-home8-inner-section .twm-bnr-left-section {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .twm-home8-banner-section .twm-home8-inner-section .twm-bnr-left-section {
    text-align: center;
    padding-bottom: 10px;
  }
}

/* Adjusting Title */
.twm-home8-banner-section .twm-home8-inner-section .twm-bnr-left-section .twm-bnr-title-large {
  font-size: 20px;
  max-width: 720px;
  line-height: 30px;
  text-transform: none;
  font-weight: 400;
  color: #565555;
  margin-bottom: 5px;
  text-align: left;
}

.twm-home8-banner-section .twm-home8-inner-section .twm-bnr-left-section .text-clr-sky {
  font-size: 35px;
  font-weight: 700;
}

/* Responsive Adjustments for Medium Screens (1199px and below) */
@media (max-width: 1199px) {
  .twm-home8-banner-section .twm-home8-inner-section .twm-bnr-left-section .twm-bnr-title-large {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    text-align: left;
  }

  .twm-home8-banner-section .twm-home8-inner-section .twm-bnr-left-section .text-clr-sky {
    font-size: 30px;
  }
}

/* Responsive Adjustments for Tablet Screens (991px and below) */
@media (max-width: 991px) {
  .twm-home8-banner-section .twm-home8-inner-section .twm-bnr-left-section .twm-bnr-title-large {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
    text-align: left;
  }

  .twm-home8-banner-section .twm-home8-inner-section .twm-bnr-left-section .text-clr-sky {
    font-size: 28px;
  }
}

/* Responsive Adjustments for Mobile Screens (575px and below) */
@media (max-width: 575px) {
  .twm-home8-banner-section .twm-home8-inner-section .twm-bnr-left-section .twm-bnr-title-large {
    font-size: 15px;
    line-height: 22px;
    text-align: left;
  }

  .twm-home8-banner-section .twm-home8-inner-section .twm-bnr-left-section .text-clr-sky {
    font-size: 24px;
  }
}


/*H page Counter*/
.twm-bnr-hpage-15-counter {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .twm-bnr-hpage-15-counter {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .twm-bnr-hpage-15-counter .row {
    display: grid !important; /* Ensure grid is applied */
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    gap: 15px; /* Add space between grid items */
    padding: 0 10px; /* Add padding for better spacing */
  }

  .twm-bnr-hpage-15-counter .col-lg-4,
  .twm-bnr-hpage-15-counter .col-md-6 {
    width: 100%; /* Reset column width for grid */
  }

  .twm-bnr-hpage-15-counter .counter-outer-two {
    margin: 0 auto; /* Center the blocks */
    max-width: 100%; /* Prevent overflow */
  }

  .twm-bnr-hpage-15-counter .twm-media {
    margin: 0 auto; /* Center the icon */
    width: 60px;
    height: 60px;
  }

  .twm-bnr-hpage-15-counter .twm-media img {
    width: 100%; /* Ensure icons fit within the circle */
    height: auto;
  }

  .twm-bnr-hpage-15-counter .icon-content {
    margin-top: 10px;
  }

  .twm-bnr-hpage-15-counter .icon-content h2 {
    font-size: 14px; /* Adjust font size for mobile */
    line-height: 1.4; /* Better readability */
  }
}

@media (max-width: 768px) {
  .twm-bnr-hpage-15-counter .row {
    display: grid !important; /* Ensure grid is applied */
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    gap: 15px; /* Add space between grid items */
    padding: 0 10px; /* Add padding for better spacing */
  }

  .twm-bnr-hpage-15-counter .col-lg-4,
  .twm-bnr-hpage-15-counter .col-md-6 {
    width: 100%; /* Reset column width for grid */
  }

  .twm-bnr-hpage-15-counter .counter-outer-two {
    margin: 0 auto; /* Center the blocks */
    max-width: 100%; /* Prevent overflow */
  }

  .twm-bnr-hpage-15-counter .twm-media {
    margin: 0 auto; /* Center the icon */
    width: 60px;
    height: 60px;
  }

  .twm-bnr-hpage-15-counter .twm-media img {
    width: 100%; /* Ensure icons fit within the circle */
    height: auto;
  }

  .twm-bnr-hpage-15-counter .icon-content {
    margin-top: 10px;
  }

  .twm-bnr-hpage-15-counter .icon-content h2 {
    font-size: 14px; /* Adjust font size for mobile */
    line-height: 1.4; /* Better readability */
  }
}



.twm-bnr-hpage-15-counter .counter-outer-two {
  text-align: center;
}
.twm-bnr-hpage-15-counter .counter-outer-two .icon-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px 20px 20px;
}
.twm-bnr-hpage-15-counter .counter-outer-two .counter {
  font-size: 38px;
}
.twm-bnr-hpage-15-counter .counter-outer-two .twm-media {
  width: 50px;
  height: 50px;
  line-height: 0;
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  margin: 0px auto -25px;
  border-radius: 50%;
  transition: 0.5s all ease;
}
.twm-bnr-hpage-15-counter .counter-outer-two .twm-media img {
  width: auto;
  transition: 0.5s all ease;
}
.twm-bnr-hpage-15-counter .counter-outer-two .twm-media [class*=flaticon-] {
  color: #fff;
  font-size: 24px;
  line-height: 0px;
  transition: 0.5s all ease;
}
.twm-bnr-hpage-15-counter .counter-outer-two .twm-media [class*=flaticon-]:before {
  transform: translateX(-50%);
  left: 50%;
  position: inherit;
}
.twm-bnr-hpage-15-counter .counter-outer-two:hover .twm-media {
  border-radius: 20px;
  transform: rotate(45deg);
}
.twm-bnr-hpage-15-counter .counter-outer-two:hover .twm-media img {
  transform: scale(0.8) rotate(-45deg);
  z-index: 9;
}
.twm-bnr-hpage-15-counter .counter-outer-two:hover .twm-media [class*=flaticon-] {
  transform: scale(0.8) rotate(-45deg);
  z-index: 9;
}


/* Adjusting media and other elements */
.twm-home8-banner-section .twm-home8-inner-section .bnr-media {
  margin-right: -125px;
  margin-left: 125px;
}
@media (max-width: 1366px) {
  .twm-home8-banner-section .twm-home8-inner-section .bnr-media {
    margin-right: -30px;
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .twm-home8-banner-section .twm-home8-inner-section .bnr-media {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

/* Google Review Image Styling */
.google-review-image-container {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

.google-review-image {
  max-width: 300px;
  height: auto;
}

@media (max-width: 767px) {
  .google-review-image {
    max-width: 200px;
  }
}

/*---------------------------------------------------------------------------------
	trypewrite & slide
---------------------------------------------------------------------------------*/

.typewrite .wrap {
  text-decoration: underline;
}

.slider-thumb-wrap {
  position: relative;
}
.slider-thumb-wrap .slider-thumb {
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 100%;
  max-width: 450px;
  height: 450px;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.slider-thumb::before {
  position: absolute;
  content: "";
  left: 30%;
  top: 20%;
  width: 450px;
  height: 450px;
  background: #8883ec;
  border-radius: 62% 47% 82% 35%/45% 45% 80% 66%;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 5s linear infinite;
  display: block;
  z-index: -1;
  -webkit-animation: sliderShape 5s linear infinite;
}
@media (max-width: 1440px) {
  .slider-thumb::before {
    left: 5%;
  }
}
@media (max-width: 1199px) {
  .slider-thumb::before {
    left: 0%;
  }
}
@media (max-width: 575px) {
  .slider-thumb::before {
    width: 100%;
    height: 100%;
    left: auto;
    top: 0%;
  }
}
@media (max-width: 480px) {
  .slider-thumb::before {
    width: 100%;
    height: 74%;
    left: auto;
    top: 15%;
  }
}
@media (max-width: 360px) {
  .slider-thumb::before {
    width: 100%;
    height: 65%;
    left: auto;
    top: 50%;
  }
}

@keyframes sliderShape {
  0%, 100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
/*Footer Light version css*/
.footer-light .ftr-nw-content .ftr-nw-form {
  display: flex;
}
@media (max-width: 480px) {
  .footer-light .ftr-nw-content .ftr-nw-form {
    display: block;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .footer-light .ftr-nw-content .ftr-nw-form .form-control {
    border-radius: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .footer-light .ftr-nw-content .ftr-nw-form .ftr-nw-subcribe-btn {
    border-radius: 10px;
  }
}




/*Side bar navigation-------------------------*/
.vnav-btn {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 21px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  border: none;
}
.vnav-btn:hover {
  color: #228bb0;
}

.vnav-btn.dark {
  color: #565555;
}
.vnav-btn.dark:hover {
  color: #ffff;
}

.vnav-close {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 10;
  width: 40px;
  height: 40px;
}
.vnav-close:after, .vnav-close:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  width: 24px;
  height: 1px;
  background-color: #262423;
}
.vnav-close:after {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.vnav-close:before {
  background-color: #262423;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.twm-side-navigation-menu {
  position: fixed;
  width: 400px;
  z-index: 999;
  height: 100%;
  overflow-y: inherit !important;
  right: -500px;
  top: 0px;
  background-color: #fff;
  transition: all 0.5s linear;
  /*-- Submenu direction---*/
}
@media (max-width: 575px) {
  .twm-side-navigation-menu {
    width: 300px;
  }
}
.twm-side-navigation-menu.active {
  right: 0px;
}
.twm-side-navigation-menu .nav-sidebar-wrap {
  height: 100vh;
}
.twm-side-navigation-menu .nav {
  max-width: 240px;
  width: 100%;
  margin: 50px auto 40px;
  float: none;
  display: block;
}
.twm-side-navigation-menu .nav li {
  float: none;
}
.twm-side-navigation-menu .nav > li:hover > .sub-menu {
  animation: none !important;
}
.twm-side-navigation-menu .nav > li .sub-menu {
  transition: none !important;
}
.twm-side-navigation-menu .nav > li .sub-menu li:hover > .sub-menu {
  animation: none !important;
}
.twm-side-navigation-menu.navbar-collapse {
  align-items: start;
}
.twm-side-navigation-menu .nav > li {
  position: relative;
  font-family: "Rubik", sans-serif;
}
.twm-side-navigation-menu .nav > li ul {
  display: none;
  position: static;
  visibility: visible;
  width: auto;
  background: #f9f9f9;
  overflow: auto;
}
.twm-side-navigation-menu .nav > li > a {
  color: #2f2f2f;
  font-size: 18px;
  padding: 10px 16px;
  cursor: pointer;
  margin: 0px 0px;
  font-weight: 500;
  display: block;
}
.twm-side-navigation-menu .nav > li > a:hover {
  background-color: transparent;
  color: #228bb0;
}
.twm-side-navigation-menu .nav > li > a:active, .twm-side-navigation-menu .nav > li > a:focus {
  background-color: transparent;
}
.twm-side-navigation-menu .nav > li.active > a, .twm-side-navigation-menu .nav > li.current-menu-item > a {
  color: #000;
}
.twm-side-navigation-menu .nav > li > a:hover, .twm-side-navigation-menu .nav > li > a:active, .twm-side-navigation-menu .nav > li > a:focus {
  text-decoration: none;
}
.twm-side-navigation-menu .nav > li.active > a {
  background-color: transparent;
  color: #000;
}
.twm-side-navigation-menu .nav > li:hover > a {
  color: #228bb0;
}
.twm-side-navigation-menu .nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  transition: all 0.3s ease;
}
.twm-side-navigation-menu .nav > li .sub-menu {
  list-style: none;
  padding: 0px;
  z-index: 10;
  display: none;
  visibility: visible;
  width: auto;
  opacity: 1;
  margin-left: 30px;
  background-color: transparent;
}
.twm-side-navigation-menu .nav > li .sub-menu li {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  text-transform: none;
}
.twm-side-navigation-menu .nav > li .sub-menu li a {
  color: #999;
  display: block;
  font-size: 13px;
  padding: 11px 20px;
  padding-left: 20px;
  font-weight: 500;
  position: relative;
}
.twm-side-navigation-menu .nav > li .sub-menu li a:hover {
  color: #000;
  text-decoration: none;
}
.twm-side-navigation-menu .nav > li .sub-menu li a:before {
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  top: 20px;
  position: absolute;
  background-color: #999;
}
.twm-side-navigation-menu .nav > li .sub-menu li:hover > a {
  color: #228bb0;
}
.twm-side-navigation-menu .nav > li .sub-menu li:last-child {
  border-bottom: 0px;
}
.twm-side-navigation-menu .nav > li .sub-menu li .fa {
  color: #000;
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: -1;
}
.twm-side-navigation-menu .nav > li .sub-menu li.has-child.nav-active > a {
  color: #228bb0;
}
.twm-side-navigation-menu .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  margin: 0px 0px 0px 0px;
  transition: all 0.1s ease;
}
.twm-side-navigation-menu .nav > li .sub-menu li > .sub-menu > li {
  float: none;
  display: block;
  width: auto;
  margin-left: 20px;
}
.twm-side-navigation-menu .nav > li .sub-menu li:hover > .sub-menu {
  left: 220px;
  margin: 0px;
  opacity: 1;
  top: -1px;
  visibility: visible;
}
.twm-side-navigation-menu .nav > li .sub-menu li:hover > .sub-menu:before {
  background-color: transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0px;
  width: 6px;
}
.twm-side-navigation-menu .nav > li .sub-menu li .fa {
  z-index: 1;
  top: 4px;
  width: 100%;
  padding: 10px;
  text-align: right;
}
.twm-side-navigation-menu .nav > li .sub-menu li > a:hover + .fa {
  z-index: 0;
}
.twm-side-navigation-menu .has-child {
  position: relative;
}
.twm-side-navigation-menu .has-child .submenu-toogle {
  position: absolute;
  right: 4px;
  top: 6px;
  color: #000;
  background-color: transparent;
  z-index: 900;
  cursor: pointer;
  padding: 10px;
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: right;
}
.twm-side-navigation-menu .has-child li .submenu-toogle {
  opacity: 0.9;
}
.twm-side-navigation-menu .has-child.nav-active > a + .submenu-toogle.fa.fa-angle-right::before {
  content: "\f107";
}
.twm-side-navigation-menu .submenu-direction .sub-menu {
  left: auto;
  right: 0px;
}
.twm-side-navigation-menu .submenu-direction .sub-menu li > .sub-menu {
  left: auto;
  right: 220px;
  margin: 0px 20px 0px 0px;
}
.twm-side-navigation-menu .submenu-direction .sub-menu li:hover > .sub-menu {
  left: auto;
  right: 220px;
  margin: 0px 0px 0px 0px;
}

.is-fixed .main-bar.color-fill .vnav-btn {
  color: #17171d;
}

.buy-btn-list {
  display: flex;
}

.buy-btn-wrap {
  position: fixed;
  z-index: 999;
  right: 0px;
  top: 290px;
  width: 0px;
  transform: rotate(90deg);
  transform-origin: right top;
}

.all-demos-view {
  font-size: 18px;
  padding: 5px 20px;
  line-height: 1.5;
  color: #17171d;
  display: block;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0px 4px 0px #ddd;
  white-space: nowrap;
  border: none;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .all-demos-view {
    font-size: 13px;
    box-shadow: none;
  }
}

.buy-now-btn {
  font-size: 18px;
  padding: 5px 20px;
  line-height: 1.5;
  color: #fff;
  display: block;
  text-transform: uppercase;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #82b440;
  box-shadow: 0px 4px 0px #6f9a37;
  white-space: nowrap;
  border: none;
}
@media (max-width: 991px) {
  .buy-now-btn {
    font-size: 13px;
    box-shadow: none;
  }
}
.buy-now-btn i {
  margin-right: 10px;
}
.buy-now-btn:hover {
  background-color: #7aa93c;
  box-shadow: 0 2px 0 #6f9a37;
  color: #fff;
}
@media (max-width: 991px) {
  .buy-now-btn:hover {
    box-shadow: none;
  }
}
/* START WhatsApp Widget */
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');

.WA_Chat_Widget * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.WA_Chat_Widget {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999 !important; /* Ensure the widget stays on top */
    pointer-events: auto;
}

.WA_Chat_Widget .WA_FloatingButton {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

.WA_Chat_Widget .WA_FloatingButton svg {
    width: 40px;
    height: 40px;
    fill: #228bb0;
}

.WA_Chat_Widget .WA_ChatBox {
    position: fixed;
    width: 360px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: none;
    bottom: 110px;
    left: 30px;
    z-index: 9999; /* Ensure the chat box stays on top */
}

.WA_Chat_Widget .WA_ChatBox_Header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background-color: #565555;
    color: #fff;
    position: relative;
}

.WA_Chat_Widget .avatarBox {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
}

.WA_Chat_Widget .avatarBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.WA_Chat_Widget .infoBox .name {
    color: #fff;
    font-weight: 600;
}

.WA_Chat_Widget .infoBox .answer_time {
    color: #e4e4e4;
    font-size: 14px;
}

.WA_Chat_Widget .WA_Close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.WA_Chat_Widget .WA_ChatBox_Body {
    position: relative;
    padding: 20px;
    background: #fff;
}

.WA_Chat_Widget .WA_ChatBox_Body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./bg-pattern.png);
    opacity: 0.1;
    z-index: 0;
}

.WA_Chat_Widget .message {
    max-width: 280px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
}

.WA_Chat_Widget .message::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    left: -10px;
    top: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.WA_Chat_Widget .username {
    color: darkgray;
    font-weight: 500;
}

.WA_Chat_Widget .message_content {
    font-size: 14px;
    color: #000;
}

.WA_Chat_Widget .WA_ChatBox_Footer {
    padding: 20px;
    background-color: #fff;
}

.WA_Chat_Widget .btn {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.WA_Chat_Widget .btn-whatsapp {
    background-color: #228bb0;
    color: #fff;
    text-decoration: none;
}
/* END WhatsApp Widget */


/*All Demo List*/
.all-demo-close {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 10;
  width: 40px;
  height: 40px;
}
.all-demo-close:after, .all-demo-close:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  width: 24px;
  height: 1px;
  background-color: #262423;
}
.all-demo-close:after {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.all-demo-close:before {
  background-color: #262423;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.twm-all-demo-list-wrap {
  position: fixed;
  width: 360px;
  z-index: 1000;
  height: 100%;
  overflow-y: inherit !important;
  right: -500px;
  top: 0px;
  background-color: #fff;
  transition: all 0.5s linear;
}
@media (max-width: 575px) {
  .twm-all-demo-list-wrap {
    width: 300px;
  }
}
.twm-all-demo-list-wrap .twm-all-demo-inner {
  height: 100vh;
}
.twm-all-demo-list-wrap.active {
  right: 0px;
}
.twm-all-demo-list-wrap .twm-all-demo-list {
  list-style: none;
  margin-top: 50px;
  padding: 20px 10px;
  display: flex;
  flex-wrap: wrap;
}
.twm-all-demo-list-wrap .twm-all-demo-list li {
  width: 150px;
  height: 100px;
  overflow: hidden;
  border: 2px solid #228bb0;
  border-radius: 10px;
  margin: 10px;
}
@media (max-width: 575px) {
  .twm-all-demo-list-wrap .twm-all-demo-list li {
    width: 120px;
  }
}
.twm-all-demo-list-wrap .twm-all-demo-list li a {
  display: block;
}
.twm-all-demo-list-wrap .twm-all-demo-list li img {
  width: 100%;
}

/*-------------------------------------------------------------------
HOME PAGE 15 START
--------------------------------------------------------------------*/
/*Mega Menu Start*/
.has-mega-menu {
  position: inherit !important;
}
.has-mega-menu .mega-menu {
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  left: 0px;
  list-style: none;
  opacity: 0;
  position: absolute;
  right: 0px;
  visibility: hidden;
  width: 100%;
  margin-top: 20px;
  z-index: 10;
  max-width: 620px;
  left: 50%;
  transform: translateX(-50%);
}
.has-mega-menu .mega-menu > li {
  width: 25%;
  padding: 0px;
  position: relative;
  vertical-align: top;
  text-transform: none;
}
.has-mega-menu .mega-menu > li ul {
  list-style: none;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
@media (max-width: 991px) {
  .has-mega-menu .mega-menu > li ul {
    margin: 0px 0px 0px 0px;
  }
}
.has-mega-menu .mega-menu > li ul li {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  text-transform: none;
}
.has-mega-menu .mega-menu > li ul li a {
  color: #686868;
  display: block;
  font-size: 13px;
  padding: 11px 20px;
  padding-left: 20px;
  font-weight: 500;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 1;
}
.has-mega-menu .mega-menu > li ul li a:hover {
  color: #228bb0;
  text-decoration: none;
  padding-left: 40px;
}
.has-mega-menu .mega-menu > li ul li:hover > a {
  color: #228bb0;
}
.has-mega-menu .mega-menu > li ul li:last-child {
  border-bottom: 0px;
}
.has-mega-menu .mega-menu > li ul li .fa {
  color: #565555;
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: -1;
}
.has-mega-menu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .has-mega-menu .mega-menu {
    transition: none !important;
    transform: none;
  }
  .has-mega-menu .mega-menu > li {
    float: none;
    display: block;
    width: auto;
  }
}

@media (max-width: 991px) {
  .header-nav .nav > li ul.mega-menu ul {
    display: block;
  }
  .header-nav .nav > li .mega-menu > li {
    padding: 0px;
  }
  .header-nav .nav > li ul.mega-menu li:hover ul {
    display: block;
  }
  .header-nav .nav li .mega-menu {
    opacity: 1;
    margin-top: 0px;
  }
  .has-mega-menu.has-child.nav-active .mega-menu {
    margin-top: 0px;
  }
}
/*Mega Menu End*/
/* Home Page 15 Banner Section Css Start */
.twm-home1-banner-section.twm-bnr-hpage-15 {
  padding-bottom: 190px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .twm-home1-banner-section.twm-bnr-hpage-15 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .twm-home1-banner-section.twm-bnr-hpage-15 {
    padding-bottom: 40px;
  }
}
.twm-home1-banner-section.twm-bnr-hpage-15 > .row .twm-bnr-left-section {
  margin-right: auto;
  margin-left: inherit;
  padding-right: 55px;
}
@media (max-width: 1360px) {
  .twm-home1-banner-section.twm-bnr-hpage-15 > .row .twm-bnr-left-section {
    padding-left: 0px;
  }
}
@media (max-width: 1199px) {
  .twm-home1-banner-section.twm-bnr-hpage-15 > .row .twm-bnr-left-section {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .twm-home1-banner-section.twm-bnr-hpage-15 > .row .twm-bnr-left-section {
    max-width: 768px;
    margin: 0px auto;
    padding: 0px 30px 0px 30px;
  }
}
.twm-home1-banner-section.twm-bnr-hpage-15 > .row .twm-bnr-left-section .twm-bnr-title-large {
  font-size: 66px;
  line-height: 72px;
  font-weight: 500;
  color: #228bb0;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .twm-home1-banner-section.twm-bnr-hpage-15 > .row .twm-bnr-left-section .twm-bnr-title-large {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .twm-home1-banner-section.twm-bnr-hpage-15 > .row .twm-bnr-left-section .twm-bnr-title-large {
    font-size: 28px;
    line-height: 36px;
  }
}
.twm-home1-banner-section.twm-bnr-hpage-15 > .row .twm-bnr-left-section .twm-bnr-discription {
  font-size: 18px;
  margin-bottom: 30px;
}
.twm-home1-banner-section.twm-bnr-hpage-15 .twm-bnr-blocks {
  display: flex;
  background-color: #fff;
  border: 10px;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  position: relative;
  padding: 10px 20px;
  border-radius: 10px;
  width: 270px;
  margin: 0px 4px;
}
.twm-home1-banner-section.twm-bnr-hpage-15 .twm-bnr-blocks .twm-icon {
  width: 70px;
  margin-right: 20px;
}
.twm-home1-banner-section.twm-bnr-hpage-15 .twm-bnr-blocks .twm-content .tw-count-number {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
}
.twm-home1-banner-section.twm-bnr-hpage-15 .twm-bnr-blocks .twm-content .tw-count-number .counter {
  font-size: 38px;
  line-height: 40px;
  font-weight: 600;
}
.twm-home1-banner-section.twm-bnr-hpage-15 .twm-bnr-blocks .twm-content .icon-content-info {
  color: #17171d;
  margin-bottom: 0px;
  font-size: 16px;
}
.twm-home1-banner-section.twm-bnr-hpage-15 .twm-bnr-blocks-3 {
  display: flex;
  background-color: #fff;
  border: 10px;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  position: relative;
  padding: 10px 20px;
  border-radius: 10px;
  width: 290px;
  margin: 0px 4px;
}
.twm-home1-banner-section.twm-bnr-hpage-15 .twm-bnr-blocks-3 .twm-pics {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.twm-home1-banner-section.twm-bnr-hpage-15 .twm-bnr-blocks-3 .twm-pics span {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  margin-left: -15px;
}
.twm-home1-banner-section.twm-bnr-hpage-15 .twm-bnr-blocks-3 .twm-content .tw-count-number {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}
.twm-home1-banner-section.twm-bnr-hpage-15 .twm-bnr-blocks-3 .twm-content .tw-count-number .counter {
  font-size: 38px;
  line-height: 40px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
}
.twm-home1-banner-section.twm-bnr-hpage-15 .twm-bnr-blocks-3 .twm-content .icon-content-info {
  color: #565555;
  margin-bottom: 0px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .twm-home1-banner-section.twm-bnr-hpage-15 .twm-bnr-blocks-position-wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .twm-home1-banner-section.twm-bnr-hpage-15 .twm-bnr-blocks-position-wrap {
    display: none;
  }
}
.twm-home1-banner-section.twm-bnr-hpage-15 .twm-bnr-blocks-position-1 {
  position: absolute;
  z-index: 4;
  top: 200px;
  left: 45px;
}
@media (max-width: 991px) {
  .twm-home1-banner-section.twm-bnr-hpage-15 .twm-bnr-blocks-position-1 {
    position: inherit;
    top: inherit;
    left: inherit;
  }
}
.twm-home1-banner-section.twm-bnr-hpage-15 .twm-bnr-blocks-position-2 {
  position: absolute;
  z-index: 4;
  top: 90px;
  right: 0px;
}
@media (max-width: 1366px) {
  .twm-home1-banner-section.twm-bnr-hpage-15 .twm-bnr-blocks-position-2 {
    top: -30px;
  }
}
@media (max-width: 991px) {
  .twm-home1-banner-section.twm-bnr-hpage-15 .twm-bnr-blocks-position-2 {
    position: inherit;
    top: inherit;
    right: inherit;
  }
}
.twm-home1-banner-section.twm-bnr-hpage-15 .twm-bnr-blocks-position-3 {
  position: absolute;
  z-index: 4;
  bottom: 50px;
  right: 20px;
}
@media (max-width: 991px) {
  .twm-home1-banner-section.twm-bnr-hpage-15 .twm-bnr-blocks-position-3 {
    position: inherit;
    right: inherit;
    bottom: inherit;
  }
}

.twm-bnr-hpage-15 {
  position: relative;
  z-index: 1;
}
.twm-bnr-hpage-15:before {
  width: 100%;
  bottom: 60px;
  content: "";
  right: calc(50% + 250px);
  top: 0px;
  background-color: #171d28;
  position: absolute;
  z-index: -1;
  transform: skewX(-10deg);
}
@media (max-width: 1024px) {
  .twm-bnr-hpage-15:before {
    transform: none;
    right: auto;
    bottom: 0px;
    height: 400px;
    left: 0px;
    width: 47%;
  }
}
.twm-bnr-hpage-15:after {
  width: 100%;
  content: "";
  left: calc(50% - 350px);
  top: 0px;
  background-color: #f0f6fe;
  position: absolute;
  z-index: -2;
  transform: skewX(-10deg);
  bottom: -70px;
}
@media (max-width: 1024px) {
  .twm-bnr-hpage-15:after {
    transform: none;
    left: 0px;
  }
}

.twm-bnr-15-carousal {
  max-width: 780px;
  margin-left: auto;
  margin-right: 40px;
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1360px) {
  .twm-bnr-15-carousal {
    margin-right: 0px;
  }
}
@media (max-width: 1199px) {
  .twm-bnr-15-carousal {
    margin-right: auto;
    margin-bottom: 100px;
    padding-right: 20px;
  }
}

.twm-bnr-15-carousal .twm-bnr-15-carousal-section img {
  border-radius: 20px;
  width: 100%;
}
.twm-bnr-15-carousal .bnr-15-left-pic1 {
  position: absolute;
  left: -40px;
  top: -40px;
  z-index: -1;
}
.twm-bnr-15-carousal .bnr-15-left-pic2 {
  position: absolute;
  right: 39%;
  bottom: -70px;
  z-index: -1;
}
.twm-bnr-15-carousal .bnr-15-left-pic3 {
  position: absolute;
  bottom: -75px;
  left: -40px;
  width: 100px;
  height: 100px;
  border: 14px solid #f9f9f9;
  border-radius: 50%;
  z-index: 1;
}

