

/*------------------------------------------
Project Name : Quick Recruitment
Desgined By  : Pirates Technologies
Developed By : sharjeel;
Date        :  01/July/24;

Table Of Index
------------------
1. Base css
2. Typography css
3. Header css
4. Banner css
5. About Us css
6. Jobs css
7. Services css
8. Testimonials css
9. Blog css
10. Inner Pages
11. contact form css
12. Footer css
13. Media Quries css
------------------------------------------*/

@import url("css2.css");
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #242f51;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
a,
button {
  color: #242f51;
  outline: medium none;
}
ul,
ol {
  list-style: none;
}
img {
  max-width: 100%;
}
p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #777777;
}
.style_none {
  list-style: none;
  margin-bottom: 0;
}
ul.tick {
  list-style: none;
}
ul.tick li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  font-weight: 600;
  flex-basis: 50%;
}
ul.tick li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f14a";
  position: absolute;
  top: 0;
  left: 0;
  color: #61ac18;
}
.navbar-nav li:hover .signbtn{color: #fff !important;}
ul.tick li {
  margin-bottom: 10px;
}
.style_none {
  list-style: none;
}
.readmore {
  margin-top: 30px;
}
.readmore a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  background: #3e78ba;
  padding: 15px 40px;
  border-radius: 5px;
}
.readmore a:hover {
  background: rgb(23, 40, 59);
}
.section-title {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.section-title h1 {
  font-size: 30px;
  color: #000000;
  margin: 0;
  font-weight: bold;
  line-height: 40px;
}
.section-title h5 {
  font-size: 18px;
  color: #61ac18;
  margin: 0;
  font-weight: bold;
  line-height: 24px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl{max-width: 1270px;}

/********************************************
       == Header Css Start ==
********************************************/
header {
  position: relative;
  padding: 15px 0px;

    z-index: 999;
}
.navbar {
  padding: 0;
}
.navbar-brand {
  display: none;
}
.navbar-nav li {
  position: relative;
  padding: 0 5px;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  padding: 12px 15px;
  z-index: 1000;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #000;
}

.caret {
  display: inline-block !important;
  font-size: 15px !important;
  line-height: 18px;
  color: #fff !important;
  padding-left: 4px;
}
.header_logo img {
  width: 100%;
}
.navbar li span {
  display: block;
  text-align: center;
  font-size: 24px;
}
.header-wrap .dropdown a {
  border-radius: 6px;
  position: relative;
  z-index: 1000;
}
.header-wrap .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  z-index: 1000;
  top: -10px;
}
.navbar li a {
  position: relative;
}
.navbar li:last-child a:after {
  border-radius: 30px;
}
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
  color: #61ac18;
}
.navbar-light .navbar-nav .nav-item:hover .nav-link .caret,
.navbar-light .navbar-nav .nav-link:hover .caret {
  color: #61ac18;
}
.close-toggler {
  display: none;
}
.submenu li:last-child {
  border: none;
}
.navbar-nav > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.navbar-nav > li > ul > li {
  position: relative;
  float: none;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  padding: 0;
}
.submenu > li:hover > a {
  background: #61ac18;
  color: #fff !important;
}
.navbar-light .navbar-nav .nav-link.signbtn {
  color: #fff;
  background-color: #61ac18;
  border-radius: 5px;
  padding: 12px 25px;
}
.navbar-light .navbar-nav .nav-link.regbtn {
  color: #fff;
  background-color: #3978bb;
  border-radius: 5px;
  padding: 12px 25px;
}
.navbar-light .navbar-nav .nav-link.regbtn:hover{color: #fff; background: #333;} 
.navbar-light .navbar-nav .nav-link.signbtn:hover{ 
  background: linear-gradient( -90deg, rgba(62, 120, 186, 1) 0%, rgb(62 157 186) 100% );
  color: #fff;
}
.navbar-nav > li > ul > li > a {
  text-decoration: none;
  position: relative;
  display: block;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  color: #000 !important;
  word-wrap: break-word;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.navbar-nav li > .submenu > li a + i {
  display: none;
  position: absolute;
  right: 15px;
  top: 7px;
  font-size: 24px;
  cursor: pointer;
  color: #0b3c5d;
  background: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.navbar-nav > li > a + i {
  display: none;
  position: absolute;
  right: 15px;
  top: 7px;
  font-size: 24px;
  cursor: pointer;
  color: #0b3c5d;
  background: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  z-index: 1000;
}
.navbar-nav li {
  position: relative;
}
.navbar-nav > li > ul {
  list-style: none;
  position: absolute;
  left: 0;
  top: 200%;
  width: 240px;
  padding: 0px;
  z-index: 100;
  background: #fff !important;
  visibility: hidden;
  opacity: 0;
  border-radius: 0px 2px 2px 2px;
  -ms-border-radius: 0px 2px 2px 2px;
  -webkit-border-radius: 0px 2px 2px 2px;
  -moz-border-radius: 0px 2px 2px 2px;
  -o-border-radius: 0px 2px 2px 2px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.38);
}
.submenu li .submenu_right {
  display: none;
}
.submenu_right {
  background: #fff;
  position: absolute;
  top: 0;
  left: 100%;
  width: 200px;
}
.submenu_right li {
  padding-bottom: 0;
  padding: 0px;
  border-bottom: 1px solid #e8e8e8;
}
.submenu_right li a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
}
.submenu_right li a:hover {
  background: #61ac18;
  color: #fff !important;
}
.submenu li:hover .submenu_right {
  display: block;
}
.error{

  color: red;

}
/*** ==============================================
                mainBanner
================================================***/
.mainBanner {
  position: relative;
  height: 100%;
  background-image: url(../image/banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding-top: 50px;
  z-index: 1;
}
.mainBanner:before {
  position: absolute;
  background-color: rgb(34 34 34 / 1%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
}
.mainBanner .bannerBox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-right: 40px;
  color: #fff;
}
.mainBanner .bannerBox h1 {
  font-size: 60px;
  line-height: 55px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.mainBanner .bannerBox h1 span {
  color: #61ac18;
}
.mainBanner .bannerBox p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 20px;
}
.mainBanner .bannerBox .banenr_search {
  position: relative;
}
.mainBanner .bannerBox .banenr_search .form-control {
  padding: 12px 25px 12px 30px;
  margin: 0;
  background-color: #fff;
  font-size: 18px;
  color: #a4a4a4;
  letter-spacing: 0;
  line-height: inherit;
  width: 100%;
  height: 70px;
  text-shadow: none;
  border: none;
  border-radius: 50px;
}
.mainBanner .bannerBox .banenr_search .btn {
  position: absolute;
  top: 8px;
  right: 10px;
  background-color: #61ac18;
  color: #fff;
  transform: none;
  font-size: 20px;
  width: 55px;
  border-radius: 50px;
  height: 55px;
  line-height: 55px;
  padding: 0px;
}
.mainBanner .bannerBox .banenr_search .btn:hover{
  background: rgb(62, 120, 186);
  transform: none;
  background: linear-gradient( -90deg, rgba(62, 120, 186, 1) 0%, rgb(62 157 186) 100% );  
}
.mainBanner .bannerBox .bttomBox {
  margin-top: 50px;
  position: relative;
}
.mainBanner .bannerBox .bttomBox h4 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.mainBanner .bannerBox .bttomBox .counterBox .number {
  font-size: 36px;
  color: #61ac18;
  line-height: 55px;
  font-weight: normal;
}
.counterBox{background: rgba(0,0,0,0.5);
  border-radius: 5px;
  border: 1px solid #444;
  padding: 20px;
  text-align: center;}
.mainBanner .bannerBox .bttomBox .counterBox p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 0;
}





/*** ==============================================
                Job Category
================================================***/
.homecategories{padding: 0;}
.jobcategory{padding:60px 0;}
.catebox{border: 1px solid #eee; border-radius: 5px; padding: 20px; text-align: center;  margin-bottom: 30px; transition: 0.3s ease-in-out; -webkit-transition: 0.3s ease-in-out;}
.catebox:hover{border-color:#3e78ba; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);}
.catebox img{max-width:80px;}
.catebox a{font-size: 14px; text-decoration: none; display: block;}
.catebox h3{font-size: 14px; margin-bottom:10px; min-height: 35px;}
.catebox:hover h3{color: #3e78ba;}
.catebox p{margin-bottom: 0; font-size: 14px;}
.catebox p span{display: inline-block; background: #61ac18; color: #fff; padding: 3px 8px;line-height: 18px;border-radius: 5px;}
.catebox .cateico{margin-bottom: 15px;}


/*** ==============================================
                aboutWrap
================================================***/
.aboutWrap {
  padding: 55px 0px;
  position: relative;
  background-color: #fff;
}
.aboutWrap .aboutBox {
  padding-right: 60px;
}
.aboutWrap .aboutBoxRIght {
  padding-right:0px;
  padding-left: 50px;
}
.aboutWrap .aboutBox h1 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 20px;
}

.aboutWrap .aboutBox h5 {
  font-size: 18px;
  color: #61ac18;
  margin: 0;
  font-weight: bold;
  line-height: 24px;
}

.aboutBox p{
white-space: pre-wrap;
}
.aboutWrap .aboutBox .readmore {
  margin-top: 45px;
}

.aboutWrap .aboutBoxRIght ul{list-style: disc; margin-bottom: 0;}
.aboutWrap .aboutBoxRIght ul li{font-weight: 600; padding-top: 5px; padding-bottom: 5px;}


.aboutImg{
	-webkit-animation: hero-thumb-animation 2s linear infinite alternate;
    -moz-animation: hero-thumb-animation 2s linear infinite alternate;
    -o-animation: hero-thumb-animation 2s linear infinite alternate;
    animation: hero-thumb-animation 2s linear infinite alternate;
}

@keyframes hero-thumb-animation {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(40px);
    }
}

.cmspostimg{margin-bottom: 20px;}


/*** ==============================================
                expertiseWrap
================================================***/
.expertiseWrap {
  padding: 50px 0px;
  position: relative; 
}


.expertiseBox {
  background-color: #fff;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.expertiseBox:hover{border-color:#3e78ba;}
.expertiseBox h2 {
  font-family: "Montserrat", sans-serif;
  color: #3e78ba;
  font-size: 20px;
  line-height: 26px;
  font-style: normal;
  margin-bottom: 0px;
  padding:0 20px;
  font-weight: 700;
  min-height:52px;
}
.expertiseBox h2 a {
  color: #3e78ba;
  text-decoration: none;
}
.expertiseBox h2 a:hover{color:#61ac18;}
.servico{margin-bottom:20px; overflow: hidden; border-radius: 10px;}
.servico img {
  margin:0 auto;
  
  -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.expertiseBox:hover .servico img{-webkit-transform: scale(1.1);
  transform: scale(1.1);}


.expertiseBox p {
  color: #636363;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  margin-bottom: 0px;
  padding:15px 0 25px 0;
  font-weight: normal;
}
.expertiseBox .readmore {
  margin-top: 0;
}
.expertiseBox .readmore a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  background: #61ac18;
  padding: 16px 40px;
  border-radius: 5px;
  transition: cubic-bezier(0, 0, 0.24, 1.01);
}
.expertiseBox .readmore a:hover{ 
  background:#3e78ba;
}
.expertiseWrap .brand-active {
  position: relative;
}
.expertiseWrap .brand-active .owl-dots {
  display: none;
}
.expertiseWrap .brand-active .owl-nav {
  text-align: center;
  margin-top: 30px;
  position: relative;
}
.expertiseWrap .brand-active .owl-next {
  height: 46px;
  width: 46px;
  line-height: 44px !important;
  margin: 5px;
  text-align: center;
  font-size: 18px !important;
  background: transparent !important;
  color: #fff !important;
  position: relative;
  border: 2px solid #c2c4cd !important;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.expertiseWrap .brand-active .owl-next:hover{
  transform: scale(1.04);
}
.expertiseWrap .brand-active .owl-next span {
  display: none;
}
.expertiseWrap .brand-active .owl-next:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
}
.expertiseWrap .brand-active .owl-prev {
  height: 46px;
  width: 46px;
  line-height: 44px !important;
  margin: 5px;
  text-align: center;
  font-size: 18px !important;
  background: transparent !important;
  color: #fff !important;
  position: relative;
  border: 2px solid #c2c4cd !important;

  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.expertiseWrap .brand-active .owl-prev:hover{
  transform: scale(1.04);
}
.expertiseWrap .brand-active .owl-prev span {
  display: none;
}
.expertiseWrap .brand-active .owl-prev:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f104";
}

/*** ==============================================
                whyChooseWrap
================================================***/
.whyChooseWrap {
  padding: 60px 0px;
  position: relative;
  background: rgb(97,172,24);
background: -moz-linear-gradient(90deg, rgba(97,172,24,1) 0%, rgba(62,120,186,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(97,172,24,1) 0%, rgba(62,120,186,1) 100%);
background: linear-gradient(90deg, rgba(97,172,24,1) 0%, rgba(62,120,186,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#61ac18",endColorstr="#3e78ba",GradientType=1);
}

.whyChooseWrap .section-title h5, .whyChooseWrap .section-title h1{color: #fff;}

.twm-w-process-steps {
  padding-top: 60px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.twm-w-process-steps .twm-large-number {
  background: #fff;
  color: #61ac18;
  font-size: 16px;
  font-weight:700;
  line-height:36px;
  position: absolute;
  left:0px;
  top: 0px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}


.twm-w-process-steps .twm-media { 
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border:3px dashed #fff;
  margin: 0 auto;
  position: relative;
}
.twm-w-process-steps .twm-media img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.twm-w-process-steps .twm-w-pro-top .twm-media img:hover{
  transform: scale(1.04);
}
.twm-w-process-steps .twm-title {
  color: #fff;
  font-size:24px;
  margin: 20px 0;
}
.twm-w-process-steps p{color: #fff;}

/*** ==============================================
                millionWrap
================================================***/
.millionWrap {
  position: relative;
  padding: 60px 0;
}
.millionImg {
  text-align: center;
}
.millionWrap .section-title {
  margin-bottom: 55px;
}
.millionWrap .section-title h1 {
  color: #3e78ba;
  margin-bottom: 10px;
}
.millionWrap .section-title p {
  color: #333;
}
.howWork h5 {
  font-size: 24px;
  color: #61ac18;
  margin: 0;
  font-weight: bold;
  line-height: 28px;
}
.howWorkBox {
  position: relative;
  text-align: left;
}


.millionImg{
	-webkit-animation: hero-img-animation 2s linear infinite alternate;
    -moz-animation: hero-img-animation 2s linear infinite alternate;
    -o-animation: hero-img-animation 2s linear infinite alternate;
    animation: hero-img-animation 2s linear infinite alternate;
}

@keyframes hero-img-animation {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(40px);
    }
}





.howWorkBox .howWorkBoxImg {
  width: 90px;
  height: 90px;
  margin: 10px 00;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #3e78ba;
  background:#3e78ba; 
  line-height: 90px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.howWorkBox .howWorkBoxImg:hover{
  transform: scale(1.04);
}
.howWorkBox h3 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  line-height: 24px;
}
.howWorkBox p {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 0;
}

.clienthowit{background: #f3f3f3;}
/*** ==============================================
                featuredWrap
================================================***/
.featuredWrap {
  padding:60px 0;
  position: relative;
  background-color: #f1f2f7;
}
.job-box {
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  margin-bottom: 25px;
  padding: 30px 40px;
  box-shadow: 0px 4px 40px 6px rgb(82 82 82 / 7%);
  border: 1px solid #f6f6f6;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.job-box:hover {
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  border: 1px solid #e0e6f7;
  box-shadow: 0px 4px 40px 6px rgb(82 82 82 / 7%);
}
.job-box h6 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 26px;
}
 .job-box h6 a {
  text-decoration: none;
  color: #000;
}
.job-box h6 a:hover {
  color: #61ac18;
}
.job-box .jobdetails {
  position: relative;
}
.job-box .jobdetails ul {
  margin-top: 10px;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
.job-box .jobdetails ul li {
  display: inline-block;
  padding-right: 10px;
  color: #444;
  font-size: 13px;
}
.job-box .jobdetails ul li .fa-solid {
  padding-right: 4px;
}
.job-box .jobbtns {
  position: relative;
}
.job-box .jobbtns ul {
  margin-top: 10px;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
  text-align: right;
} 
.job-box .jobbtns ul li {
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 5px;
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 50px;
}
.job-box .jobbtns ul li:nth-child(1) {
  background-color: #fef0d6;
  color: #a68342;
}
.job-box .jobbtns ul li:nth-child(2) {
  background-color: #d6ebdb;
  color: #82a38a;
}
.job-box .jobbtns ul li:nth-child(3) {
  background-color: #b3dcef;
  color: #437288;
}

.featuredbox .jobbtns ul{text-align: left;}

.homejob .jobbtns ul{text-align: left;}

.featuredbox{background: #fff9f9;  border:1px solid #efd1d1;}
.featuredbox h6 i {
  font-size: 16px;
  color: rgb(231, 1, 1);
}


.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 10px 0;
  background-color: #db3434;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top right*/
.ribbon-top-right {
  top: 0px;
  right: 0px;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

.partnersWrap{padding: 60px 0px; background: #eee;}
.partnerbox{text-align:center; background: #fff; padding: 15px;}
.partnerbox h3{font-size:14px; margin-top:10px; margin-bottom:0;}
.partners .owl-dots{display:block !important; margin-top: 25px; text-align:center;} 
.partners .owl-dots button {
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: #ccc;
    margin: 5px;
    display:inline-block;
}
.partners button:hover, .partners button.active {
    background: #3e78ba;
    border: 1px solid #3e78ba;
}
.partners .owl-nav{display:none !important;}
.partners .owl-item img{width:auto; max-width:100%; display: inline-block;}






/*** ==============================================
                testimonialsWrap
================================================***/
.testimonialsWrap {
  padding: 55px 0px;
  position: relative;
  height: 100%;
  background-image: url(../image/testimonial-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}

.testimonialsWrap .section-title h1{color:#fff;}



.testimonialsWrap .testiBox {
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  padding: 35px 40px;
}
.testimonialsWrap .testiBox .author {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 28px;
  font-weight: bold;
}
.testimonialsWrap .testiBox .author .destination {
  color: #6f3fba;
  font-size: 14px;
  display: block;
}
.testimonialsWrap .testiBox .ratingStars {
  position: relative;
      color: #ff8100;
    padding: 10px 0;
}
.testimonialsWrap .testiBox .ratingStars ul {
  padding-left: 0px;
  margin: 10px 0 13px;
  display: block;
}
.testimonialsWrap .testiBox .ratingStars ul li {
  display: inline-block;
  padding-right: 2px;
  font-size: 14px;
  color: #f5cf1c;
}
.testimonialsWrap .testiBox p:empty{display:none;}
.testimonialsWrap .testiBox p {
  color: #8e8e8e;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
  min-height:120px;
}
.testimonialsWrap .test_active {
  position: relative;
  margin-top: 0px;
  text-align: center;
}
.testimonialsWrap .test_active .owl-nav {
  display: none;
}
.testimonialsWrap .test_active .owl-dots {
  margin-top: 25px;
  display: block;
}
.testimonialsWrap .test_active .owl-dots button {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 100%;
  background: #fff;
  margin: 5px;
}
.testimonialsWrap .test_active button.active,
.testimonialsWrap .test_active button:hover {
  background: #fff;
  border: 1px solid #fff;
}


.testimonialsWrap .readmore a{background:#fff; color:#6f3fba;}



/*** ==============================================
                networkWrap
================================================***/
.networkWrap {
  padding: 55px 0px;
  position: relative;
  background-color: #fff;
}
.networkBox {
  position: relative;
  overflow: hidden;
}
.networkBox .networkImg {
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
}
.networkBox .networkImg img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.networkBox:hover .networkImg img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.expertiseBox .expertiseBoxImg {
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.expertiseBox .expertiseBoxImg img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.expertiseBox:hover .expertiseBoxImg img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.networkWrap .locations {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 26px;
  margin-bottom: 15px;
  margin-top:5px;
}
.networkWrap .locations span {
  font-weight: normal;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.networkWrap .network-adress {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.networkWrap .network-adress li {
  margin: 0;
  padding-bottom: 10px;
  display: flex;
}
.networkWrap .network-adress li > i {
  vertical-align: top;
  font-size: 16px;
  color: #61ac18;
  width: 25px;
  padding-top: 0px;
  margin-right: 10px;
}
.networkWrap .network-adress li:nth-child(3) i {
  width: 40px;
}
.networkWrap .network-adress li:nth-child(1) span {
  font-weight: bold;
}
.networkWrap .network-adress li:nth-child(1) span a {
  font-weight: bold;
}
.networkWrap .network-adress li span a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: normal;
}

.networkWrap .network_active .owl-dots {
  display: none;
}
.networkWrap .network_active .owl-nav {
  text-align: center;
  margin-top: 30px;
  display: block !important;
  position: relative;
}
.networkWrap .network_active .owl-next {
  height: 46px;
  width: 46px;
  line-height: 44px !important;
  margin: 5px;
  text-align: center;
  font-size: 18px !important;
  background: transparent !important;
  color: #000 !important;
  position: relative;
  border: 2px solid #c2c4cd !important;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.networkWrap .network_active .owl-next:hover{
  transform: scale(1.04);
}
.networkWrap .network_active .owl-next span {
  display: none;
}
.networkWrap .network_active .owl-next:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
}
.networkWrap .network_active .owl-prev {
  height: 46px;
  width: 46px;
  line-height: 44px !important;
  margin: 5px;
  text-align: center;
  font-size: 18px !important;
  background: transparent !important;
  color: #000 !important;
  position: relative;
  border: 2px solid #c2c4cd !important;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.networkWrap .network_active .owl-prev:hover{
  transform: scale(1.04);
}
.networkWrap .network_active .owl-prev span {
  display: none;
}
.networkWrap .network_active .owl-prev:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f104";
}

.reviewslist{padding-left: 0;}
.reviewslist > li{padding: 30px;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
  border-radius: 10px;
  border-bottom: 2px solid #ddd;}
  .reviewslist > li:hover {
    box-shadow: 10px 0 35px rgb(0 0 0 / 20%);
}



  .reviewslist > li .starWrp{padding: 0; margin-bottom: 10px;}
  .reviewslist > li .starWrp li{display: inline-block; margin-right: 5px; color: rgb(252, 143, 19);}
  .reviewslist > li p:empty{display: none;}
  .reviewslist > li h3{font-size:20px;}
  .reviewslist > li h3 span{display: block; font-weight: normal; color: #999; font-size: 16px;}

/*blogWrap*/
.blogWrap{background:#fff; position:relative; padding:50px 0;}
.blogWrap .section-title p{color:#000; font-size:24px; font-weight:700;}
.blogWrap .section-title h2{color:#3e78ba;}
.blogWrap .post{position:relative; border-radius:4px; overflow:hidden;}
.blogWrap .post .post-desc .date{position:absolute; top:-65px; right:25px; padding:15px; background:#61ac18; color:#fff; width:65px; height:65px; line-height:18px; text-align:center;font-size:16px; font-weight:700;}
.blogWrap .post .post-desc .date span{display:block; font-size:14px; font-weight:normal; line-height:16px;}
.blogWrap .post .post-image{overflow:hidden; position:relative;}
.blogWrap .post .post-image img{border-radius: 10px; -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;}
  .blogWrap .post:hover .post-image img{-webkit-transform: scale(1.1);    transform: scale(1.1);}
.blogWrap .post .post-desc{position:relative; padding:25px 0; background:#ffffff; -webkit-box-shadow:0px 15px 30px rgba(0, 0, 0, 0.3); -moz-box-shadow:0px 15px 30px rgba(0, 0, 0, 0.3); box-shadow:0px 15px 30px rgba(0, 0, 0, 0.3);}
.blogWrap .post-title{position:relative; margin-top:0; margin-bottom: 10px;}
.blogWrap .post .post-title h4{font-size:18px; font-weight:700; font-family:'Montserrat', sans-serif;}
.blogWrap .post .post-title h4 a{color:#3e78ba; text-decoration: none;}
.blogWrap .post .post-title h4 a:hover{color:#000;}
.blogWrap .post .post-desc p{color:#5c5c5c; margin-bottom:20px;}
.blogWrap .post .post-desc .primary-btn{height:auto; line-height:0; padding:0; background:transparent; border-color:transparent; box-shadow:none; color:#343c47; margin-bottom:15px; font-size:16px; font-weight:700; font-family:'Montserrat', sans-serif;}
.blogWrap .post .post-desc .primary-btn:hover{color: #61ac18;}
.blogWrap .post .post-desc .primary-btn i{margin-left:10px;}


/*** ==============================================
                footerWrap
================================================***/
.footerWrap {
  padding:30px 0px 0px 0;
  position: relative;
  background: #1c2136;

    z-index: 999;
}
.footerLogo {
  padding-top:40px;
}
.footer-adress {
  list-style: none;
  padding-bottom: 10px;
  padding-left: 0;
}
.footer-adress li {
  margin: 0;
  padding-bottom: 15px;
  display: flex;
  font-size: 14px;
  color: #9099a5;
}
.footer-adress li > i {
  vertical-align: top;
  font-size: 16px;
  color: #61ac18;
  width: 22px;
  padding-top: 0px;
  margin-right: 10px;
}
.footer-adress li:nth-child(3) i {
  width: 44px;
}
.footer-adress li span a {
  font-size: 14px;
  color: #9099a5;
  text-decoration: none;
  font-weight: normal;
}
.footer-adress li:nth-child(1) a {
  font-weight: bold;
}
.footer-adress li span a:hover {
  color: #f5a412;
}
.socialLinks {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-top: 25px;
  text-align: center;
}
.socialLinks li {
  position: relative;
  margin-right: 15px;
  display: inline-block;
}
.socialLinks li a {
  position: relative;
  font-size: 25px;
  color: #61ac18;
}
.socialLinks li a:hover {
  color: #fff;
}
.footerWrap h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom:20px;
}
.footerWrap p {
  color: #9099a5;
  line-height: 25px;
  font-size: 15px;
}
.footerLinks {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.footerLinks li {
  position: relative;
  display: block;
  margin-left: 0;
}
.footerLinks li a {
  font-size: 14px;
  color: #9099a5;
  line-height: 30px;
  text-decoration: none;
}
.footerLinks li a:hover {
  color: #61ac18;
}
/*** ==============================================
                Copyright Css
================================================***/
.copyright-wrap {
  padding: 15px 0;
  background: #000000;
  margin-top:30px;
}
.copyright {
  font-size: 14px;
  color: #a3a3a3;
  font-size: 14px;
}
.copyright a {
  text-decoration: none;
  color: #8b8d96;
}
.copyright a:hover {
  color: #61ac18;
}
.copyright {
  font-size: 14px;
  color: #8b8d96;
}
/* scrollUp */
#scrollUp {
  background: #61ac18;
  height: 45px;
  width: 45px;
  right: 45px;
  bottom: 45px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  box-shadow: 3px 4px 25px #0000001a;
  font-size: 24px;
  line-height: 45px;
  transition: 0.3s;
}
#scrollUp:hover {
  color: #fff;
  background: #002e5b;
}

/*** ==============================================
                breadcrubWrap Css
================================================***/
.bg-img-about {
  background: url(../image/img-about.png) no-repeat top center;
  background-size: cover;
  position: relative;
  padding: 100px 0;
}
.bg-img-about::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 55%);
}
.bg-img-about h2 {
  color: #ffffff;
  z-index: 99;
  position: relative;
}
.bg-img-about p {
  color: #ffffff;
  margin-bottom: 0px;
  z-index: 99;
  position: relative;
}
.wt-breadcrumb {
  margin: 0;
  display: inline-block;
  list-style: none;
  z-index: 99;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}
.wt-breadcrumb li {
  padding-right: 30px;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #fff;
}
.wt-breadcrumb li:last-child {
  color: #61ac18;
  padding-right: 0px;
}
.wt-breadcrumb li:last-child:after {
  display: none;
}
.wt-breadcrumb li a {
  color: #fff;
  outline: 0px none;
  text-decoration: none;
}
.wt-breadcrumb li:after {
  content: "";
  position: absolute;
  right: 8px;
  width: 8px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  color: #17171d;
  font-size: 12px;
  font-weight: 600;
}

/* ---------------------------------- 
       section-jobdetails
------------------------------------- */
.section-jobdetails {
  padding: 55px 0px;
  position: relative;
  background: #fff;
}
.side-bar {
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 10px;
}
.section-head-small {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #17171d;
}
.wt-select-bar-large {
  height: 55px;
  background-color: #fff;
  font-size: 16px;
  border: none;
  padding: 14px;
  border-radius: 10px;
  width: 100%;
}
.wt-select-bar-large .btn-light {
  font-size: 16px;
  color: #a0a0a0;
  height: 55px;
  line-height: 55px;
  background-color: #fff !important;
  border: none;
  padding: 0px 20px;
  border-radius: 10px;
  border: 1px solid #ededed;
}

.clientsfaqswrp{
  background: rgb(97,172,24);
background: -moz-linear-gradient(280deg, rgba(97,172,24,1) 0%, rgba(62,120,186,1) 100%);
background: -webkit-linear-gradient(280deg, rgba(97,172,24,1) 0%, rgba(62,120,186,1) 100%);
background: linear-gradient(280deg, rgba(97,172,24,1) 0%, rgba(62,120,186,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#61ac18",endColorstr="#3e78ba",GradientType=1);
}

.clientsfaqswrp h2{color:#fff;}


.sidebar-elements .input-group {
  border: 1px solid #ededed;
  border-radius: 10px;
}
.side-bar .search-bx .input-group .form-control {
  height: 55px;
  background-color: #fff;
  font-size: 16px;
  border: none;
  padding: 0px 25px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.side-bar .search-bx .input-group .form-control:focus {
  box-shadow: none;
}
.side-bar .search-bx .input-group .btn {
  color: #17171d;
  border-radius: 0px;
  height: 55px;
  padding: 0px 15px;
  font-size: 18px;
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.twm-sidebar-ele-filter {
  margin: 30px 0px;
}
.twm-sidebar-ele-filter ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 24px;
}
.twm-sidebar-ele-filter ul li {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 10px;
  color: #666666;
}
.twm-sidebar-ele-filter ul li .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.twm-sidebar-ele-filter ul li .form-check-input {
  width: 16px;
  height: 16px;
}
.twm-sidebar-ele-filter ul li .form-check-input:focus {
  box-shadow: none;
}
.twm-sidebar-ele-filter ul li .twm-job-type-count {
  padding-left: 30px;
  color: #6f3eba;
  font-size: 14px;
}
.side-bar .widget:last-child {
  margin-bottom: 0px;
}
.widget .section-head-small {
  font-size: 22px;
  font-weight: 500;
  padding-left: 10px;
  border-left: 3px solid #1967d2;
}
.tw-sidebar-tags-wrap .tagcloud {
  margin-top: -10px;
}
.tw-sidebar-tags-wrap .tagcloud span{
  padding: 5px 15px;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  color: #1967d2;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
  background-color: #e6eaef;
}
.tw-sidebar-tags-wrap .tagcloud a:hover {
  background-color: #1967d2;
  color: #fff;
}

.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 .overlay {
  background: rgb(62, 120, 186);
  background: linear-gradient(
    90deg,
    rgba(62, 120, 186, 1) 0%,
    rgb(62 157 186) 100%
  );
  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 {
  color: #fff;
  margin-bottom: 35px;
}
.twm-advertisment .site-button {
  background: #61ac18;
  color: #fff;
  padding: 14px 30px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 50px;
}

.twm-advertisment .site-button:hover {
  color: #fff;
  background: rgb(62, 120, 186);
  background: linear-gradient( 90deg, rgba(62, 120, 186, 1) 0%, rgb(62 157 186) 100% );
}
.product-filter-wrap { 
}
.product-filter-wrap .pagination{
  margin-bottom: 0px;
  text-align: center;
  margin-top: 30px;
}
.product-filter-wrap .pagination .hidden{display:none;}
.product-filter-wrap .pagination a, .product-filter-wrap .pagination span{display: inline-block; text-decoration: none;}


.product-filter-wrap .pagination .page-item .page-link{
  color: #1c2136;
}
.product-filter-wrap .pagination .page-item .page-link:focus{

  box-shadow: none;
}
.product-filter-wrap .pagination .page-item.active .page-link, .product-filter-wrap .pagination .page-item .page-link:hover{
  z-index: 3;
  color: #fff;
  background: rgb(62, 120, 186);
  background: linear-gradient( 90deg, rgba(62, 120, 186, 1) 0%, rgb(62 157 186) 100% );
  border-color: rgb(62, 120, 186);;
}
.product-filter-wrap .woocommerce-result-count-left {
  font-size: 16px;
  font-weight: 600;
}
.product-filter-wrap .twm-filter-select {
  display: flex;
  align-items: center;
}
.product-filter-wrap .twm-filter-select .woocommerce-result-count {
  margin-right: 15px;
  font-size: 16px;
  font-weight: 600;
}
.wt-select-bar-2 {
  width: 160px !important;
  margin-right: 20px;
}
.wt-select-bar-2:last-child {
  margin-right: 0px;
}

.wt-select-bar-2 {
  font-size: 14px;
  color: #6c757d;
  height: 50px;
  line-height: 50px;
  background-color: #f0f6fe !important;
  border: none;
  padding: 0px 15px;
  border-radius: 10px;
}
.twm-job-self-wrap {
  margin-bottom: 30px;
  border: 1px solid #E0E6F7;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}
.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;
}
.cabdidate-de-info .twm-jobs-category span {
  color: #fff;
  background-color: #2db346;
  border-radius: 5px;
  padding: 5px 12px;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-mid-content {
  position: relative; 
}
.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 rgb(56 152 226 / 30%);
  position: absolute;
  top: -40px;
  left: 20px;
  overflow: hidden;
  margin-bottom: -20px;
}
.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: 18px;
}
.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;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-job-websites {
  margin-bottom: 10px;
  margin-right: 5px;
  color: #61ac18;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-jobs-amount {
  font-weight: 500;
  color: #17171d;
  font-size: 18px;
  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-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-bottom {
 margin-top: 10px;
}

.modal-content .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}
.pr-30 {
  padding-right: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pt-50 {
  padding-top: 50px !important;
}

.btn-primary{background: rgb(62, 120, 186);
  background: linear-gradient( 90deg, rgba(62, 120, 186, 1) 0%, rgb(62 157 186) 100% );
  padding: 15px 30px; border: none;}
  .form-group {
    margin-bottom: 1rem;
}

.uploadbg{background: #eee; padding: 40px; border: 2px dashed #ddd; text-align: center;}

.myresumes{margin-top: 40px;}
.myresumes .btn-danger{padding:8px 15px; font-size: 14px;}
.myresumes .btn-primary{padding:9px 15px; font-size: 14px;}
.myresumes .btn-cv{padding:9px 15px; background: #eee; color: #777;}



.login-register .form-control { 
  font-size: 16px;
  padding:10px 12px;
  appearance: auto;
}

.login-register textarea.form-control{height: 200px;}

.modal-lg{
  max-width: 600px;
}
.apply-job-form .text-brand-2 {
  background: #d5deff;
  display: inline-block;
  border-radius: 8px;
  padding: 5px 15px;
  color: #3e78ba;
}


.cabdidate-de-info .twm-s-title {
  margin: 30px 0px 20px;
  font-size: 18px;
  line-height: 1.2;
  color: #17171d;
  font-weight: 600;
}
.cabdidate-de-info p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cabdidate-de-info .description-list-2 {
  margin: 30px 0px;
  padding: 0px;
}
.cabdidate-de-info .description-list-2 li {
  padding-left: 40px;
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}
.cabdidate-de-info .description-list-2 li i {
  color: #1967d2;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  font-size: 18px;
  width: 28px;
  height: 28px;
  line-height: 24px;
  border-radius: 50%;
}

.jobesc li, .jobesc p{font-family: "Open Sans", sans-serif !important; font-size:16px !important; color: #212529 !important;}
.jobesc h3{font-size: 18px; margin-top: 30px;}
.jobesc ul{list-style-type: disc;}
.jobesc ul li{font-size: 16px; color: #212529; margin-bottom: 8px;}



.twm-social-tags {
  margin-top: -10px;
}

.twm-social-tags a {
  padding: 5px 15px;
  margin-top: 10px;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
}
.tw-clr {
  background-color: #38b2e1;
}
.fb-clr {
  background-color: #4d69b2;
}
.link-clr {
  background-color: #0579b6;
}
.pinte-clr {
  background-color: #f03c41;
}
.whats-clr {
  background-color: #2ca53b;
}

.twm-social-tags a:hover {
  opacity: 0.9;
}
.twm-m-map {
  width: 100%;
}
.twm-m-map-iframe {
  position: relative;
  width: 100%;
}
.twm-m-map-iframe iframe {
  border: 0;
  position: relative;
  width: 100%;
}
.section-content .side-bar {
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 10px;
}

.twm-job-hilites {
  padding-bottom: 30px;
  padding-left: 0px;
}
.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 i {
  position: absolute;
  left: 15px;
  top: 19px;
  font-size: 18px;
  color: #3e78ba;
}
.twm-s-info2 .twm-job-hilites2 {
  list-style: none;
  margin-bottom: 0px;
  margin-left: 15px;
  padding: 0px;
}
.twm-s-info2 .twm-job-hilites2 li {
  margin-bottom: 10px;
  padding: 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: #3e78ba;
}
.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;
}
.card-grid-1 {
  position: relative;
  border-radius: 10px;
  border: 0.88px solid #e0e6f7;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  background: #f7f7f7;
  text-align: center;
  padding: 30px;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.card-grid-1:hover {
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.card-grid-1 .info-text {
  text-align: center;
  margin-top: 20px;
}
.card-grid-1 .info-text h5 a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 26px;
}
.card-grid-1 .info-text .ratingStars {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-grid-1 .info-text .ratingStars ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.card-grid-1 .info-text .ratingStars ul li {
  display: inline-block;
  font-size: 11px;
  color: #f5cf1c;
  padding-right: 0;
}
.card-grid-1 .info-text .ratingStars .jobboxx {
  margin-left: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  top: 3px;
  color: #a0abb8;
}
.card-grid-1 .info-text .locationjob {
  font-size: 16px;
  color: #a0abb8;
  margin-top: 15px;
  display: inline-block;
  line-height: 24px;
}
.card-grid-1 .info-text .locationjob .fa-solid {
  margin-right: 5px;
}

.twm-tabs-style-1 {
  position: relative;
}
.twm-tabs-style-1 .tw-faq .accordion-item {
  border: 1px solid transparent;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
  border-radius: 10px;
  background-color: #f0f6fe;
}
.twm-tabs-style-1 .tw-faq .accordion-item .accordion-button {
  font-size: 16px;
  color: #17171d;
  padding: 10px 16px 10px 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.twm-tabs-style-1 .tw-faq .accordion-item .accordion-button:after {
  background-image: none;
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 900;
  color: #17171d;
  text-align: center;
  font-size: 22px;
}
.twm-tabs-style-1 .tw-faq .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: #f0f6fe;
}
.twm-tabs-style-1
  .tw-faq
  .accordion-item
  .accordion-button:not(.collapsed):after {
  background-image: none;
  content: "\f068";
  transform: none;
}

.thumbnail_box {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
  -moz-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
  -o-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
  border-bottom: solid 6px #002e5b;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 15px 0px;
  text-align:center;
}

.thumbnail_box:hover {
  border-bottom: solid 6px #61ac18;
}

.thumbnail_box .tb-image {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.thumbnail_box .tb-image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.thumbnail_box .tb-image img {
  width: 100%;
}

.thumbnail_box .tb-image:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.thumbnail_box .tb-caption {
  background-color: #fff;
  padding: 0rem 0.7rem 2rem;
}

.thumbnail_box .inner-caption {
  background-color: #fff; 
  position: relative;
  z-index: 1;
  padding: 1.5rem 2rem 0rem;
}

.thumbnail_box .inner-caption .ic-icon {
  width: 30px;
  float: left;
  margin-bottom: 0px;
  margin-right: 25px;
  padding-top: 0px;
  margin-left: 0px;
}

.thumbnail_box:hover .tb-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.thumbnail_box .inner-caption p {
  font-size: 16px;
  line-height: 1.8;
  clear: both;
  min-height:116px;
}

.thumbnail_box .inner-caption h2 {
  font-weight: 600;
  color: #002e5b;
  text-decoration: none;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 26px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.thumbnail_box .inner-caption h2 a {
  font-weight: 600;
  color: #3e78ba;
  text-decoration: none;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 26px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.thumbnail_box .inner-caption h2 a:hover {
  color: #61ac18;
}
.sidebar .sidebar-item {
  margin-bottom: 40px;
  overflow: hidden;
}
.sidebar-item .title {
  text-align: left;
  margin-bottom: 0px;
}
.sidebar .sidebar-item .title h4 {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.sidebar .list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.sidebar-list .list-group-item {
  position: relative;
  display: block;
  padding:10px 0;
  border: none;
  border-radius: 0px;
  transition: 0.3s ease;
  cursor: pointer;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.sidebar-list .list-group-item .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  border-bottom:2px solid #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  color: #333;
  transition: 0.3s ease;
}
.sidebar-list .list-group-item:hover, .sidebar-list .list-group-item.active {
  border-bottom-color:#61ac18;  
  color: #61ac18;
  background-color: #fff;
}
.sidebar-list .list-group-item:hover {
  color: #61ac18;
}

.sidebar-list .list-group-item:hover .badge, .sidebar-list .list-group-item.active .badge {
  color: #61ac18;
}

.bg-grey{background-color: #f1f2f7;}

.ser_details .services_box {
  padding: 0;
  box-shadow: none;
  background: none;
}
.ser_details .services_box .servicesImg {
  position: relative;
  overflow: hidden;
}
.ser_details .services_box .servicesImg img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.ser_details .services_box:hover .servicesImg img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ser_details ul{list-style-type: disc;}
.ser_details ul li{font-size: 16px; color: #777777; margin-bottom: 8px;}

.ser_details .services_box h3 {
  min-height: inherit;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ser_details .services_box h3 a {
  text-decoration: none;
  font-size: 22px;
  color: #000;
  font-weight: 500;
}

.ser_details .services_box blockquote {
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  background: #3763eb12;
  padding: 25px;
  border-left: 8px solid #3763eb;
  margin: 20px 0;
}

.ser_details .services_box ul.tick {
  list-style: none;
  padding-left: 0;
}

.ser_details .services_box ul.tick li {
  margin-bottom: 10px;
}

.ser_details .services_box ul.tick li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  font-weight: 600;
  flex-basis: 50%;
}

.ser_details .services_box ul.tick li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f14a";
  position: absolute;
  top: 0;
  left: 0;
  color: #61ac18;
}

.conFormWrapper {
  position: relative;
}
.conFormWrapper p {
  margin-bottom: 20px;
}
.contact_form_page {
  position: relative;
}
.contact_form_page input[type="email"],
.contact_form_page input[type="text"],
.contact_form_page input[type="url"],
.contact_form_page input[type="tel"],
.contact_form_page input[type="number"],
.contact_form_page textarea {
  display: block;
  width: 100%;
  height: 55px;
  padding: 10px 20px;
  border: none;
  border: 1px solid #b9b9b9;
  border-radius: 0;
  font-size: 16px;
  background-color: #fcfcfc;
  line-height: 55px;
  margin: 0 0 30px;
  color: #181818;
  border-radius: 10px;
}

.contact_form_page textarea {
  height: 132px;
  line-height: 26px;
  padding-top: 27px;
  margin-bottom: 20px;
  resize: none;
}
.contact_form_page .dgBtn {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  border: none;
  font-weight: bold;
  background: rgb(62, 120, 186);
  background: linear-gradient(
    90deg,
    rgba(62, 120, 186, 1) 0%,
    rgb(62 157 186) 100%
  );
  padding: 16px 40px;
  font-family: "Montserrat", sans-serif;
  border-radius: 50px;
}
.contact_form_page .dgBtn:hover {
  background: rgb(62, 120, 186);
  background: linear-gradient(
    -90deg,
    rgba(62, 120, 186, 1) 0%,
    rgb(62 157 186) 100%
  );
}
.contactInfo {
  position: relative;
  background: #fdf2e9;
  padding: 25px 25px 25px 110px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.contactInfo .fa-solid {
  max-height: 50px;
  width: auto;
  max-width: 50px;
  position: absolute;
  font-size: 45px;
  left: 30px;
  top: 35px;
  background: -webkit-linear-gradient(#3e78ba, #703eba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 
}
.contactInfo h4 {
  font-size: 22px;
  color: #000108;
  line-height: 42px;
  font-weight: 500;
  font-family: inherit;
  margin-bottom: 8px;
}
.contactInfo p {
  font-size: 16px;
  color: #03030f;
  line-height: 27px;
  margin: 0;
}
.contactInfo p a {
  text-decoration: none;
  color: #03030f;
}
.contactInfo p a:hover {
  text-decoration: none;
  color: #e3b000;
}
.contactInfo:last-child {
  background: #f3fafc;
}
.contactInfo:first-child {
  background: #fff3cb;
}
.con_message {
  display: block;
  width: 100%;
  display: none;
  font-size: 18px;
  padding: 15px;
  border-radius: 0;
  border-width: 2px;
  margin: 15px 0 0;
}

.contactWrapp {
  position: relative;
}
.contact-map {
  position: relative;
}
.contactWrapp .contact-map #map {
}
.contactWrapp .contact-map #map iframe {
  margin-bottom: -6px;
  height: 300px;
  width: 100%;
}

/*loginPage*/
.loginPage {
  position: relative;
  overflow: hidden;
}
.loginPage .full-height {
  height: 100vh;
}
.loginPage .auth-box2 h4 {
  margin-bottom: 15px;
}
.loginPage .auth-box2 span {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #777777;
}
.loginPage .auth-box2 span.invalid-feedback{color: #d80404;}
.loginPage .auth-box2 span a {
  color: #777777;
  font-weight: 600;
  text-decoration: none;
}
.auth-right-sidebar {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 89;
  width: 50%;
}

.auth-right-sidebar.r-z .sidebar-bg {
  z-index: 999 !important;
}
.auth-right-sidebar .sidebar-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidebar-content {
  max-width: 700px;
  padding-left: 138px;
  padding-bottom: 112px;
}
.sidebar-content h4 {
  color: #fff;
}
.sidebar-content .iconbox-content {
  color: #fff;
}
.auth-box2 .header_logo {
  width: 210px;
  position: relative;
  margin-bottom: 40px;
}
.rt-mb-50 {
  margin-bottom: 50px;
}
.card.counterbox4 {
  background: 0 0 !important;
  border-color: transparent;
  box-shadow: 0 12px 48px rgb(0 44 109 / 0%);
  transition: all 0.24s ease-in-out;
  border-radius: 12px;
}

.card.counterbox4 .card-body {
  padding: 0;
}
.rt-single-icon-box.icon-center2 {
  display: block;
}
.card.counterbox4 .card-body .icon-thumb {
  margin-right: 0;
  margin-bottom: 24px;
}
.card.counterbox4 .card-body .icon-64 {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 4px;
  transition: all 0.24s ease-in-out;
  font-size: 32px;
}

.loginPage .auth-box2 .fromGroup{margin: 0 0 20px;}
.loginPage .auth-box2 .fromGroup .form-control {
  display: block;
  width: 100%;
  height: 55px;
  padding: 10px 20px;
  border: none;
  border: 1px solid #b9b9b9;
  border-radius: 0;
  font-size: 16px;
  background-color: #fcfcfc;
  line-height: 55px;
  
  color: #181818;
  border-radius: 10px;
}
.loginPage .auth-box2 .fromGroup .form-control:focus {
  box-shadow: none;
}
.loginPage .auth-box2 .forgetPass {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.loginPage .auth-box2 .forgetPass p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
  color: #777777;
}
.loginPage .auth-box2 .forgetPass p a {
  text-decoration: none;
  color: #000;
}

.loginPage .auth-box2 .btn-primary {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  border: none;
  font-weight: bold;
  background: rgb(62, 120, 186);
  background: linear-gradient(
    90deg,
    rgba(62, 120, 186, 1) 0%,
    rgb(62 157 186) 100%
  );
  padding: 16px 40px;
  font-family: "Montserrat", sans-serif;
  border-radius: 50px;
  margin-bottom: 25px;
}

.loginPage .auth-box2 .btn-primary:hover {
  background: rgb(62, 120, 186);
  background: linear-gradient(
    -90deg,
    rgba(62, 120, 186, 1) 0%,
    rgb(62 157 186) 100%
  );
}
.googlebttn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.googlebttn a {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 50px;
  padding: 12px 24px 13px 24px;
  font-weight: 600;
  transition: all 0.24s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  font-family: Inter, sans-serif;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  border: 1px solid #f1f2f4;
  font-weight: 600;
  width: 100%;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.googlebttn a:hover {
  background: rgb(62, 120, 186);
  color: #fff;
  background: linear-gradient(
    -90deg,
    rgba(62, 120, 186, 1) 0%,
    rgb(62 157 186) 100%
  );
}


/*dashboard*/
.menuDash{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.dashboard{margin-left: 15px;}
.dashboard .dropdown-toggle{padding:1px;  border-radius:50%; color: #fff; background-color: #61ac18; border-color: #61ac18;} 
.dashboard .btn-secondary{ color: #fff; background-color: #61ac18; border-color: #61ac18;} 
.dashboard .dropdown-toggle::after{display:none;}
.dashboard .dropdown img{width:40px; padding:2px; border-radius:50%;}
.dashboard .dropdown .dropdown-menu{
  right: -10px !important;
  margin-top: 10px !important;
  left: auto !important;}
.dashboard .dropdown .dropdown-menu .dropdown-item	{font-size:14px;}
.dashboard .dropdown .dropdown-menu .dropdown-item i{font-size:14px; color:#61ac18; width: 24px;}
.dashboard_page {
  padding: 50px 0px;
  background: #fff;
}
.dashboard .dropdown .dropdown-menu .dropdown-item:hover{
  background: #3e78ba;
  position: relative;
  color: #fff;
}

.dashboard_page .left_side{ 
  border: 1px solid #e0eded;
  border-radius: 0.25rem;
  padding: 1.5rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19);
  background: linear-gradient( 90deg, rgba(62, 120, 186, 1) 0%, rgb(62 157 186) 100% );
  color: #FFF !important;
}
.dashboard_page .left_side .profile-picture{ width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}.dashboard_page .left_side .profile-picture img{
border: 10px solid rgba(255, 255, 255, 0.1);
  width: 200px;
  border-radius: 50%;
  margin-top: 30px; margin-right: auto!important;
  margin-left: auto!important;
}

.dashboard_page .left_side .profile-details{margin-top: 30px; text-align:center; border-bottom:1px solid #fff; padding-bottom:20px;}
.dashboard_page .left_side .profile-details h2{font-size:24px; font-weight:600; color:#fff; margin-bottom: 15px;}
.dashboard_page .left_side .profile-details h5{font-size:16px; font-weight:400; color:#fff;}
.profile-details ul{list-style:none; padding-top:5px; padding-left: 0;}
.profile-details ul li{display:block; padding:5px 0px; text-align: center;}
.profile-details ul li a{color:#fff; text-decoration: none;}
.profile-details ul li a i{padding-right:5px;}

.dash-nav{    padding: 20px 0px; }
.dash-nav .nav {display: block; border:0px;}
.dash-nav .nav li{display: block; margin-bottom:0px;     padding-bottom: 10px;}
.dash-nav .nav li .nav-link{ 
  border:0px; text-align:center;
  border-radius:50px;
  line-height: 40px;
  color: #6f3eba;
  background-color: #fff;
  width:100%;
 
   
  border-color: #dee2e6 #dee2e6 #fff;
}
.dash-nav .nav li.active, .dash-nav .nav li .nav-link:hover {
  color: #fff;
  background-color: #61ac18;
  border-color: #dee2e6 #dee2e6 #fff;
}



.right_side{    border: 1px solid #e0eded;
  border-radius: 0.25rem;
  padding: 1.5rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19);
  background-color: #fff !important;
  color: #000 !important;
}
.right_side .profilestat{ list-style:none;}
.right_side .profilestat li{padding:0px;}
.profilestat li .inbox {
text-align: center;
background: #fff;
padding: 15px 10px;
 
border-radius: 5px;
}
.profilestat li i {
font-size: 36px;
color: #999;
margin-bottom: 15px;
display: block;
}
.profilestat li h6 {
font-size: 30px;
font-weight: 600;
color: #61ac18;
margin-bottom: 10px;
}
.profilestat li h6 span {
font-size: 18px;
color: #999;
}
.profilestat li strong {
display: block;
font-size: 13px;
color: #333;
}
.userccount .login-page{ border-radius:0px;  
    padding: 0;  
  position: relative;
   box-shadow:none;

  background-color: #fff;
}
.userccount .login-page .btn{color:#fff;}
.right_side .plan-title {
  text-align: center;
  margin: 0;
  padding-top: 36px;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  color: #2b2b2c;
  text-transform: capitalize;
}
.right_side .block{text-align:center;  }
.right_side .block .btn{
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 15px;
margin-top:20px;
color:#fff;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 2px;
  border-color: #61ac18 !important;
  background-color: #61ac18 !important;
}
.userccount .login-page {
  border-radius: 0px;
  padding: 0;
  position: relative;
  box-shadow: none;
  background-color: #fff;
}
.userccount .login-page .form-group {
  margin-bottom: 20px;
}
.userccount .login-page .form-group label {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.userccount .login-page .form-group .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #ced4da;
  color: #3c4858;
  height: 40px;
  height: 45px;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.userccount .login-page .btn {
  cursor: pointer;
  color: #fff;
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  border-radius:50px;
  border-color: #61ac18 !important;
  background-color: #61ac18 !important;

}
.userccount .login-page .form-group textarea.form-control{
  height: 120px;
  padding-top: 15px;
  border-radius: 25px;
}

.profileCandi .form-contact .form-control {
  display: block;
  width: 100%;
  height: 55px;
  padding: 10px 20px;
  border: none;
  border: 1px solid #b9b9b9;
  border-radius: 0;
  font-size: 16px;
  background-color: #fcfcfc;
  line-height: 34px !important;
  margin: 0 0 20px;
  color: #181818;
  border-radius: 10px;
}
label.error{
    position: absolute;
  margin-top: -30px;
}


.side-bar-st-1 {    background: rgb(62, 120, 186);
    background: linear-gradient( 90deg, rgba(62, 120, 186, 1) 0%, rgb(62 157 186) 100% );
    padding: 30px;
    border-radius: 10px;
}
.twm-candidate-profile-pic {
    position: relative;
    display: block;
    max-width: 150px;
    height: 150px;
    margin: 0px auto 30px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.twm-candidate-profile-pic img {
    border-radius: 50%;
    margin: 10px;
    display: block;
    width: 128px;
}
.twm-candidate-profile-pic .upload-btn-wrapper {
    position: absolute;
    left: 10px;
    bottom: 10px;
        overflow: hidden;
    display: inline-block;
}
#upload-image-grid {
    width: 128px;
    height: 128px;
    overflow: hidden;
    border-radius: 50px;
    top: 30px;
    position: relative;
}
.twm-candidate-profile-pic .upload-btn-wrapper button {
    left: 50%;
    transform: translateX(-50%);
 
    outline: none;
    color: rgba(0, 0, 0, 0) !important;
    transition: all 0.3s ease !important;
    text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
    padding: 15px 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-table;
    background-color: #61ac18;
    border: none; 
    font-weight: 600;
    transition: 0.5s all ease;
        padding: 5px 10px;
    font-size: 12px;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    display: block;
}


 
.side-bar-st-1 h4{ 
    color: #fff;
    margin-top: 0px;
    font-size: 18px;
    font-style: normal;
    margin-bottom:7px;
    font-weight: 700;
    text-transform: normal;
  }
  .side-bar-st-1 a h4{
  text-decoration: none;
      color: #fff;
}
 
.side-bar-st-1 a{text-decoration: none;}
.side-bar-st-1 p {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}


.twm-nav-list-1 ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    font-weight: 500;
}

.twm-nav-list-1 ul li {
    float: none;
    padding: 0px;
    margin-bottom: 3px;
  }
.twm-nav-list-1 ul > li > a {
    padding: 10px 15px 10px 50px;
    color: #fff;
    display: block;
    font-size: 14px;
    position: relative;border-radius: 25px; 
    font-weight: 400;
    transition: 0.5s all ease;
}
.twm-nav-list-1 ul > li.active > a {
    color: #1967d2;
    background-color: #fff; 
}
.twm-nav-list-1 ul li a > i {
    font-size: 18px;
    margin-right: 25px;
    position: absolute;
    left: 17px;
    top: 12px;
    color: #fff;
}
.twm-nav-list-1 ul > li > a:hover {
    color: #1967d2;
    background-color: #fff;
     
} 
.twm-nav-list-1 ul li.active i{color:#1967d2;}

.twm-right-section-panel .panel.panel-default {
    border-radius: 10px;
    background: #fff;
}
.dashboard-card-2 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
}


.block-gradient {
    background: #7596fc;
    background: -moz-linear-gradient(-45deg, #7596fc 0%, #b479ff 100%);
    background: -webkit-linear-gradient(-45deg, #7596fc 0%, #b479ff 100%);
    background: linear-gradient(135deg, #7596fc 0%, #b479ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7596fc", endColorstr="#b479ff",GradientType=1 );
}
.block-gradient-3 {
    background: #fccf6e;
    background: -moz-linear-gradient(-45deg, #fccf6e 0%, #fe6662 100%);
    background: -webkit-linear-gradient(-45deg, #fccf6e 0%, #fe6662 100%);
    background: linear-gradient(135deg, #fccf6e 0%, #fe6662 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fccf6e", endColorstr="#fe6662",GradientType=1 );
}
.block-gradient-2 {
    background: #5fae46;
    background: -moz-linear-gradient(135deg, #5fae46 0%, #3978bb 100%);
    background: -webkit-linear-gradient(135deg, #5fae46 0%, #3978bb 100%);
    background: linear-gradient(135deg, #5fae46 0%, #3978bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5fae46", endColorstr="#3978bb",GradientType=1 );
}
.block-gradient-4 {
    background: #46c6fb;
    background: -moz-linear-gradient(-45deg, #46c6fb 0%, #2e429f 100%);
    background: -webkit-linear-gradient(-45deg, #46c6fb 0%, #2e429f 100%);
    background: linear-gradient(135deg, #46c6fb 0%, #2e429f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#46c6fb", endColorstr="#2e429f",GradientType=1 );
}

.dashboard-card-2 .wt-card-wrap-2 {
    color: #fff;
}
.dashboard-card-2 .wt-card-icon-2 .fa-solid{
    font-size: 48px;
    line-height: 0px;
    z-index: -1;
    position: absolute;
    left: 30px;
    top: 48px;
}
.wt-card-right {
    text-align: right;
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
    margin-bottom: 10px;
}
.dashboard-card-2 .wt-card-bottom-2 h4 {
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

.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: 20px;
}

.twm-dashboard-candidates-wrap .twm-dash-candidates-list:hover{background-color: #f7f7f7; box-shadow: 0 10px 30px rgb(0 0 0 / 10%);}

.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-media {
    width: 70px;
    display: inline-block;
    margin-right: 10px;
}
.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 .twm-mid-content {
    flex-grow: 1;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-mid-content a {
    color: #17171d;
    outline: 0px none;
    text-decoration: none;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-mid-content h4 {
    font-size: 18px;
    font-weight: 500;
        line-height: 1.2;
    color: #17171d;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list p {
    font-size: 14px;
    margin-bottom: 5px;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-fot-content {
    display: flex;
    justify-content: space-between;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-fot-content .twm-left-info {
    display: flex;
    justify-content: space-between;
}
.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-jobs-vacancies {
    font-weight: 500;
    color: #17171d;
    font-size: 16px;
}
.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-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;
    padding-left: 0px;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-controls-icon li button {
    background-color: #f0f6fe;
    color: #1967d2;
    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: #1967d2;
    color: #fff;
}
.profileCandi .color-text-paragraph-2 {
    color: #66789C;
        font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

.box-info-profie{
      margin-bottom: 40px !important;
 
    margin-top: 35px !important;
}
.box-info-profie .image-profile {
    display: inline-block;
    max-width: 85px;
    vertical-align: middle;
    margin-right: 25px;
}
.box-info-profie .image-profile img {
    border-radius: 16px;
    display: block;
}
.box-info-profie .btn-apply {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    background: rgb(62, 120, 186);
    background: linear-gradient( 90deg, rgba(62, 120, 186, 1) 0%, rgb(62 157 186) 100% );
    padding: 16px 40px;
    font-family: "Montserrat", sans-serif;
    border-radius: 50px;
}
.box-info-profie .btn-apply:hover {
    background: rgb(62, 120, 186);
    background: linear-gradient( -90deg, rgba(62, 120, 186, 1) 0%, rgb(62 157 186) 100% );
}
.box-info-profie .btn-link { 
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #05264E;
    text-decoration: underline;
}
.box-info-profie .btn-link:hover {
    color: #3C65F5;
}

.profileCandi .form-contact{
  position: relative;
}
.profileCandi .form-contact .form-group {
    margin-bottom: 1rem;
}
.profileCandi .form-contact .form-group .color-text-mutted {
    color: #5a5a5a;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}
.profileCandi .form-contact .form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: 10px 20px;
    border: none;
    border: 1px solid #b9b9b9;
    border-radius: 0;
    font-size: 16px;
    background-color: #fcfcfc;
    line-height: 55px;
    margin: 0 0 20px;
    color: #181818;
    border-radius: 10px;
    appearance: auto;
}

.profileCandi .form-contact .form-control:focus{
  box-shadow: none;
}
.profileCandi .form-contact textarea.form-control {
    height: auto;
    min-height: calc(1.5em + 0.75rem + 2px);
        width: 100%;
    font-size: 14px;
    line-height: 22px;
    }

.profileCandi .form-contact .box-agree{
    color: #66789C;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 18px;
}
.profileCandi .form-contact .box-button{

}
.profileCandi .form-contact .box-button .btn {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    background: rgb(62, 120, 186);
    background: linear-gradient( 90deg, rgba(62, 120, 186, 1) 0%, rgb(62 157 186) 100% );
    padding: 16px 40px;
    font-family: "Montserrat", sans-serif;
    border-radius: 50px;
}
.profileCandi .form-contact .box-button .btn:hover {
    background: rgb(62, 120, 186);
    background: linear-gradient( -90deg, rgba(62, 120, 186, 1) 0%, rgb(62 157 186) 100% );
}
.profileCandi .box-skills {
    border: 2px solid #E0E6F6;
    padding: 22px 27px;
    margin-top: 33px;
    border-radius: 4px;
}
.profileCandi .box-skills .box-tags{

}
.profileCandi .box-skills .box-tags a {
    margin-bottom: 10px;
        margin-right: 10px;
        background-color: #EFF3FC;
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 5px;
    color: #4F5E64;
}
.profileCandi .box-skills .card-info {
    display: inline-block;
    padding: 0px 0px 0px 20px;
    background-image: url(../image/info.svg);
    background-position: left center;
    background-repeat: no-repeat;
    color: #66789C;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
  }




.logoWrap ul{
  list-style: none;
  padding-left: 0;
}
.logoWrap ul li{
  padding-bottom: 20px;
  display: inline-block;
}
.logoWrap .logo-box{display:flex; align-items:center; justify-content:center; text-align:center; background:#f7f7f7; overflow:hidden; padding:10px; min-height:130px; border:1px solid hsl(0deg 0% 100% / 10%); position:relative; border-radius:5px;}
.logoWrap .logo-box figure{text-align:center; margin-bottom:0px;}
.logoWrap .logo-box img{width:100%; text-align:center; pointer-events:none; transition:0.3s linear 0.3s;}
.logoWrap .logo-box .info{z-index:1; position:absolute; left:-100px; opacity:0; visibility:hidden; transform:translateX(-30px); transition:1s;}
.logoWrap .logo-box .info h5{margin-bottom:5px;}
.logoWrap .logo-box .info a{color:#333; text-decoration:none;}
.logoWrap .logo-box:hover .info{transform:none; opacity:1; left:65px; visibility:visible; transition-delay:0.05s;}
.logoWrap .logo-box:hover img{opacity:0; visibility:hidden; transition-delay:0s; transform:translateY(10px);}


/*************************************
      Blog Start
*************************************/
.innerpagecontent{padding: 50px 0;}

.blogwraper a{text-decoration: none;}
.blogwposts{border-left: 1px solid #ddd; padding-left: 60px;}
.bloglist li{margin-bottom: 40px; border-bottom: 1px solid #ddd; padding-bottom: 40px;}

.bloglist li .post_title{font-size: 30px;  font-weight: 700;}
.bloglist li .post_title a{color: #383838;}
.bloglist li .post_title a:hover{text-decoration: underline; color: #000;}
.bloglist li .postdate{margin-bottom: 10px; color: #888;}
.bloglist li .postimg{margin-bottom: 10px;}
.bloglist li .postimg img{border-radius: 10px; width: 100%;}

.postbtn{margin-top: 10px;}
.postbtn a{display: inline-block; background: #3e78ba; color: #fff; padding: 10px 25px; border-radius: 50px;}
.postbtn a:hover{background: #703eba;}

.blogsidebar .widget{margin-bottom: 30px;}
.blogsidebar .widget .widget_title{font-size: 22px; font-weight: 700; color: #383838;}
.wdgtnav{padding-left: 0;}

.blogsidebar .widget .wdgtnav li{padding: 4px 0;}
.blogsidebar .widget .wdgtnav li a{color: #555;}
.blogsidebar .widget .wdgtnav li a:hover{color:#3e78ba;}

.sidebar-search-form {
    position: relative;
}
.sidebar-search-form input[type="search"] {
    border-radius: 4px;
    border: 1px solid #ebedf5;
    background: #f9fafc;
    font-size: 16px;
    padding: 10px 70px 10px 16px;
    height: 60px;
    width: 100%;
}
.sidebar-search-form button {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 0px;
    cursor: pointer;
    border-radius: 4px;
    background: #3e78ba;
    color: #ffffff;
    border: 0;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    width: 52px;
}


.pagination .page-link{color: #383838;}


.post-title{font-size: 36px; font-weight: 700; margin-bottom:30px;}
.blogmeta{margin-bottom: 40px; position: relative; padding-left: 100px;}
.metaname{font-weight: 600; font-size: 18px; color: #3e78ba;}
.metadate{color: #777;}

.postcontent{padding-bottom: 25px;}
.postcontent p{margin-bottom: 30px; font-size: 20px; line-height: 1.50;}
.postcontent h3{font-size:30px; color: darkslategrey; margin-bottom:20px;}
.postcontent ul{list-style: disc; margin-left: 50px; margin-bottom: 30px;}
.postcontent ul li{margin-top: 10px; font-size: 20px;}
.postcontent ol{list-style:decimal; margin-left: 50px; margin-bottom: 30px;}
.postcontent ol li{margin-top: 10px; font-size: 20px;}

.blogmeta img {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height:80px;
    border-radius: 50%;
}


blockquote{margin-left: 40px;}
blockquote p{margin: 0;}


.postcontent blockquote{box-shadow: 0 0 30px rgba(0,0,0,0.1); max-width: 1000px; margin: 50px auto; padding: 35px; border-radius: 10px; font-size: 20px; line-height: 1.50;}
.postcontent blockquote p{margin-bottom: 15px;}

.postimage{margin-bottom:40px;}
.postimage img{border-radius: 10px; width:100%;}




/*-------------------------------- 
        Media Screen Css
------------------------------------- */
@media screen and (max-width: 1199px) {
  .mainBanner .bannerBox h1 {
    font-size: 50px;
    line-height: 56px;
  }
  .mainBanner .bannerBox p {
    font-size: 15px;
    line-height: 25px;
  }
  .mainBanner .bannerBox .bttomBox {
    margin-top: 32px;
  }
  .mainBanner .bannerBox .bttomBox .counterBox p {
    font-size: 13px;
    line-height: 19px;
  }
  .mainBanner .bannerBox {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .navbar-nav li {
    position: relative;
    padding: 0;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    padding: 12px 15px;
  }
  .navbar-light .navbar-nav .nav-link.regbtn{margin-left: 10px;}
  .aboutWrap .aboutBox .readmore {
    margin-top: 30px;
  }
  .whyChooseBox .titlebox h3 {
    font-size: 17px;
  }
  .auth-right-sidebar {
    width: 48%;
  }
  .sidebar-content {
    padding-left: 60px;
  }
}
@media screen and (max-width: 990px) {
  .bannerImg {
    display: none;
  }
  .header_logo{padding-right: 80px; padding-left: 15px;}
  .right_side{margin-top: 50px;}
  .menuDash {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 16px;
}
.dashboard {
  margin-left: 0;
}
  .contact_form_page .dgBtn {
    margin-bottom: 40px;
  }
  .ser_details .services_box {
    margin-top: 35px;
  }
  .product-filter-wrap {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: flex !important;
    flex-direction: column !important;
  }
  .product-filter-wrap .woocommerce-result-count-left {
    padding-bottom: 30px;
  }
  .mainBanner .bannerBox {
    padding-right: 0;
    padding-bottom: 50px;
  }
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgb(255 255 255);
  }
  .header-wrap {
    padding: 20px 0;
  }
  .navbar-nav {
    clear: both;
  }
  .navbar {
    float: none;
  }
  .navbar-toggler {
    position: absolute;
    top: 50%;
    right:15px;
    border: 1px solid #eee;
    margin-top: -20px;
  }
  .navbar-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 100%;
    width: 60%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
    z-index: 10000;
  }
  .navbar-nav > li > ul {
    width: 100%;
    position: static;
    display: none;
    margin-left: 0;
    opacity: 1;
    visibility: visible;
  }
  .navbar-collapse.show {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .close-toggler {
    background: none;
    color: #fff;
    padding: 5px;
    border: none;
    margin-top: 10px;
    font-size: 24px;
    float: right;
    display: block;
  }
  .navbar-nav li a + i {
    display: block;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
  }
  .navbar li {
    padding: 0;
  }
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link {
    color: #fff !important;
  }
  .navbar li span {
    display: inline-block;
    width: 30px;
    padding-right: 10px;
  }
  .navbar-nav > li > ul > li > a:hover {
    background: #61ac18;
  }
  .caret {
    display: none !important;
  }
  .aboutWrap .aboutImg img {
    width: 100%;
    margin-top: 40px;
  }
  .millionWrap {
    padding-top: 55px;
  }
  .howWork {
    padding-bottom: 55px;
  }
  .auth-right-sidebar {
    width: 100%;
    position: static;
    height: auto;
  }
  .auth-right-sidebar .sidebar-bg {
    position: static;
  }
  .sidebar-content {
    padding-top: 112px;
  }
  .aboutWrap .aboutBoxRIght {
  padding-right:0px;
  margin-top: 50px;
  padding-left: 0px;
}
}
@media screen and (max-width: 767px) {
  .mainBanner .bannerBox h1 {
    font-size: 35px;
    line-height: 38px;
  }
  .mainBanner .bannerBox p {
    font-size: 14px;
    line-height: 23px;
  }
  .millionImg img {
    width: 100%;
    text-align: center;
  }
  .bg-img-about h2 {
    text-align: center;
  }
  .bg-img-about p {
    text-align: center;
  }
  .wt-breadcrumb {
    margin-top: 25px;
  }
  .bg-img-about{padding: 50px 0;}
}

@media screen and (max-width: 575px) {
  .mainBanner .bannerBox .bttomBox .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .footerWrap .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
    margin-top: 2rem !important;
  }
  .footerLogo,
  .socialLinks {
    text-align: center;
  }
  .socialLinks {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 425px) {
.footerWrap .col-sm-6 {
  flex: 0 0 auto;
  width: 100%;
  margin-top: 2rem !important;
}
}