@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Francois+One|Oswald|Roboto|Roboto+Condensed');

@font-face {
	font-family: Kashie Mercy;
	src: url(../fonts/Kashie-Mercy.ttf)
}

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
  overflow-x: hidden !important;
  background-color: #ffffff !important;
  color: #666666 !important;
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h4 {
  font-size: 20px;
}

h1,h2,h3,h4 {
  margin-bottom: 15px;
}

h5,h5 {
  margin-bottom: 10px;
}
p {
  color: #666666;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}
.tabtop .active a:before {
  /* content: "â™¦"; */
  position: absolute;
  top: 32px;
  left: 82px;
  color: #2280FC;
  font-size: 30px;
  content: ' \2023'!important;
  transform: rotate(210deg);
}
.tabtop .active a {
  background-color: #2280FC !important;
  color: #FFF !important;
}
.tabtop li a:last-child {
  padding: 15px 22px;
}
.Registration-formbg {
  /*background: url(../images/bg.jpg) no-repeat #f7f7f7;*/
}
.Registration-formbg .container-fluid {
  padding: 0px;
}
.registration-main {
  background-color: #fff;
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
}
.registration-from {
  padding: 0px 50px 50px 50px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.clickable .glyphicon {
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 0px 12px;
  font-size: 30px;
  font-weight: bold;
}
.registration-from .panel-info > .panel-heading {
  background: #2280FC;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
.registration-from .panel-heading {
  border-radius: 0px;
}
.tabtop .active a:before {
  /* content: "♦"; */
  position: absolute;
  top: 32px;
  left: 82px;
  color: #2280FC;
  font-size: 30px;
  content: ' \2023'!important;
  transform: rotate(210deg);
}
.tabtop li a {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #1b2834;
  border-radius: 0px;
  border: 1px solid #ebebeb !important;
}
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.customradio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2280FC;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.customradio {
  margin: 0px 20px 0px 0px!important;
}
.customradio {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  margin: 20px 20px 20px 0px;
}
.customradio input:checked ~ .checkmark:after {
  display: block;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #BEBEBE;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.customradio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2280FC;
}
.panel-heading span {
  margin-top: -26px;
  font-size: 18px;
  margin-right: -9px;
}
.form-check-inline {
  display: flex;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}
.tabsetting {
  padding-top: 6px;
}
.b-select-wrap {
  border: none;
  color: #ccc;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
  }
  
  .b-select-wrap::after {
    content: "⌄";
    position: absolute;
    right: 0px;
    top: 3px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    font-size: 24px;
    font-weight: bold;
}
  .b-select-wrap select{color: #999;}
  
  .b-select {
    height: 40px;
    background-color: white;
    border: 0;
    outline: none;
    font-size: 14px;
    -webkit-appearance: none; /* for webkit browsers */
    -moz-appearance: none; /* for firefox */
    appearance: none; /* for modern browsers */
  }
img {
  border: none;
  outline: none;
  max-width: 100%;
}
.about-area h2{font-weight: 600;}
.about-area p{text-align: justify;}
.events_info{background:#fff; padding: 15px 30px 15px 30px; text-align: left;} 
.events_info h4{font-weight: 600; font-size: 20px; margin-top: 15px;}
.membership-main ul li{font-size: 16px; font-family: 'Roboto', sans-serif; }
.membership-main ul li i{
  color:#2280fc;
  font-size: 16px;
  padding-top: 4px;
  float: left;
  margin-right: 10px;
  width: 20px;}

  .portfolio-items .branding {margin-bottom: 20px;}
  .events-table{font-size: 16px; font-family: 'Roboto', sans-serif;}
  .events-table tr th{background-color: #307ad5; color:#fff;}
  .table-hover > tbody > tr:hover{background-color: #D4E4F7;}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img, iframe {
  border: none;
}



hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}
.list-1 ul{
  list-style:circle;
}
ul {
  margin: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

b, strong {
  font-weight: 900;
}

.btn.active, .btn:active {
  background-image: inherit !important;
}

.btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 40px;
}
/* Default CSS */
.container-half {
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #f9f9f9;
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: #eeeeee;
}

.bg-theme {
  background-color: #2280fc;
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #2280fc none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: #2280fc none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.default-padding {
  padding-top:40px;
  padding-bottom: 40px;
}

.default-padding-top {
  padding-top: 80px;
}

.default-padding-bottom {
  padding-bottom: 40px;
}

.default-padding.bottom-less {
  padding-top: 40px;
  padding-bottom: 40px;
}

.default-padding.bottom-30 {
  padding-top: 80px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 80px;
  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

.carousel-shadow {
  padding-bottom: 65px;
}

.btn {
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.btn-md {
  padding: 10px 40px 10px;
}

.btn-sm {
  padding: 8px 35px;
  font-size: 12px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover, 
 .btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #232323;
  border: 2px solid #ffffff;
}

.btn-dark {
  background-color: #232323;
  color: #ffffff;
  border: 2px solid #232323;
}

.btn-dark.border {
  background-color: transparent;
  color: #232323;
  border: 2px solid #232323;
}

.btn-dark.border:hover {
  background-color: #232323;
  color: #ffffff !important;
  border: 2px solid #232323;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #232323;
}

.btn.btn-light:hover, 
 .btn.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.effect:hover, 
 .btn.btn-light.effect:focus {
  background-color: #2280fc;
  color: #ffffff !important;
  border: 2px solid #2280fc;
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 2px solid #ffffff !important;
  color: #232323 !important;
}

.btn-dark:hover, 
 .btn-dark:focus {
  color: #232323 !important;
  background: transparent;
}

.bg-dark {
  background: #1d2024 none repeat scroll 0 0;
}

.btn-theme {
  background-color: #2280fc;
  color: #ffffff !important;
  border: 2px solid #2280fc;
}

.btn-theme.border {
  background-color: transparent;
  color: #2280fc !important;
  border: 2px solid #2280fc;
}

.btn-theme.border:hover {
  background-color: #2280fc;
  color: #ffffff !important;
  border: 2px solid #2280fc;
}

.btn-theme.effect:hover, 
 .btn-theme.effect:focus {
  background: #2280fc none repeat scroll 0 0;
  border: 2px solid #2280fc;
  color: #ffffff;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.btn.border.btn-light.standard {
  padding-left: 20px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}

.btn.border.btn-light.standard::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 53px;
  position: absolute;
  right: -18px;
  top: -10px;
  transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  width: 50px;
  z-index: -1;
}

.btn.border.btn-light.standard::before {
  color: #2280fc;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  height: 100%;
  position: absolute;
  right: 0;
  width: 25px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.container-full {
  padding: 0 15px;
  width: 100%;
}

.oh {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

header {
  position: relative;
}

header nav.navbar.bootsnav.navbar-fixed:not(.navbar-transparent) {
  box-shadow: 0 10px 20px 0 rgba(28,30,35,0.2) !important;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}

.attr-nav .social.right li {
  margin-left: 20px;
}

.attr-nav .social li a {
  font-size: 16px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}

.attr-nav > a.btn-theme.effect:hover, 
.attr-nav > a.btn-theme.effect, 
.attr-nav > a.btn-theme.effect:focus {
  background: #2280fc none repeat scroll 0 0;
  border: 2px solid #2280fc;
  color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #2280fc;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}

.site-heading h2 {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
}

.site-heading h4 {
  text-transform: uppercase;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #2280fc;
}

.site-heading h2 span {
  color: #2280fc;
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
}

.site-heading.clean h2::after,
.site-heading.clean h2::before {
  display: none;
}

.site-heading h2::before {
  background: #2280fc none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 40px;
}

.shadow .site-heading h2::before,
.shadow .site-heading h2::after {
  background: #ffffff none repeat scroll 0 0;
}

.bg-theme .site-heading h2::before,
.bg-theme-hard .site-heading h2::before {
  background: #ffffff none repeat scroll 0 0;
}

.site-heading h2::after {
  background: #232323 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 40px;
}

.bg-theme .site-heading h2::after,
.bg-theme-hard .site-heading h2::after {
  background: #ffffff none repeat scroll 0 0;
}

.site-heading h2 span {
  color: #2280fc;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.site-heading.single {
  margin-bottom: 35px;
}

.carousel-shadow .site-heading {
  margin-bottom: 45px;
}

.carousel-shadow .owl-stage-outer {
  margin: 0 -15px;
  padding: 15px;
}

/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
  padding: 180px 0 100px 0px;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.breadcrumb-area h1 {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
  margin-top: -10px;
}

.breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding: 0 5px;
  color: #ffffff;
  display: none;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb li::after {
  border: 2px solid #ffffff;
  content: "";
  height: 10px;
  left: -7px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.breadcrumb-area .breadcrumb li:first-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a, 
.breadcrumb-area .breadcrumb li {
  font-family: "Poppins",sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}

.breadcrumb-area .breadcrumb li.active {
  color: #dcdcdc;
}


/* Topbar CSS */

.top-bar-area.bg-light-gray {
  border-bottom: 1px solid #e7e7e7;
}

.top-bar-area .info li {
  border-right: 1px solid #e7e7e7;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
}

.top-bar-area.bg-theme-small .info li {
  border-color: #cdcdcd;
}

.top-bar-area {
  padding: 10px 0;
}

.top-bar-area .address-info .info {
  margin-top: 7px;
}

.top-bar-area .info li i {
  color: #2280fc;
  margin-right: 5px;
}

.top-bar-area .info li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.top-bar-area .social li {
  display: inline-block;
}

.top-bar-area .social li a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #2280fc;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-left: 5px;
  text-align: center;
  width: 40px;
}

.top-bar-area .button a {
  background: #2280fc none repeat scroll 0 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  padding: 8px 30px;
  text-transform: capitalize;
}

.top-bar-area .button.border a {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #2280fc;
  color: #2280fc;
}

.top-bar-area .button.border a:hover {
  background: #2280fc none repeat scroll 0 0;
  border: 2px solid transparent;
  color: #ffffff;
}

/* ============================================================== 
     # Banner 
=================================================================== */
body, 
.banner-area, 
.banner-area div {
  height: 100%;
}

.banner-area.auto-height, 
.banner-area.auto-height div {
  height: auto;
  min-height: 100%;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell, 
 .banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area .wavesshape {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.banner-area .wavesshape.shape {
  bottom: -50px;
  height: auto;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.banner-area.wavesshape {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow::before {
  border-bottom: 0 solid transparent;
  border-right: 100vw solid #fff;
  border-top: 80px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.banner-area.shadow-inner .content {
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}


/* Conent */

.banner-area .text-medium h1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: capitalize;
  margin-top: -5px;
}

.banner-area .text-medium a {
  margin-top: 15px;
}

.banner-area .text-medium.conetnt-lead p {
  font-size: 18px;
  line-height: 30px;
}

.banner-area .double-items h1 {
  margin-top: -10px;
}

.banner-area .content-carousel .owl-dots,
.banner-area .content-bollet-carousel .owl-dots {
  margin-top: 25px !important;
  text-align: left;
}

.banner-area .content-carousel .owl-dots .owl-dot span,
.banner-area .content-bollet-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 3px solid #2280fc;
  border-radius: 0;
  height: 15px;
  width: 15px;
}

.banner-area .content-carousel .owl-dots .owl-dot.active span,
.banner-area .content-bollet-carousel .owl-dots .owl-dot.active span {
  background: #2280fc none repeat scroll 0 0;
}

.banner-area .content-carousel .item:hover,
.banner-area .content-bollet-carousel .item:hover {
  cursor: ew-resize;
}

.banner-area.content-double .content-carousel .owl-nav,
.banner-area.content-bollet-double .content-carousel .owl-nav {
  margin: 0;
}

.banner-area.content-double .content-carousel .owl-nav .owl-prev, 
.banner-area.content-double .content-carousel .owl-nav .owl-next,
.banner-area.content-double .content-bollet-carousel .owl-nav .owl-prev, 
.banner-area.content-double .content-bollet-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #2280fc;
  font-size: 30px;
  height: 30px;
  left: -60px;
  line-height: 30px;
  margin-top: -15px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 30px;
  z-index: 9999;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.banner-area.content-double .content-carousel .owl-nav .owl-prev.disabled, 
.banner-area.content-double .content-carousel .owl-nav .owl-next.disabled,
.banner-area.content-double .content-bollet-carousel .owl-nav .owl-prev.disabled, 
.banner-area.content-double .content-bollet-carousel .owl-nav .owl-next.disabled {
  opacity: .3;
}

.banner-area.content-double .content-carousel .owl-nav .owl-next,
.banner-area.content-bollet-double .content-carousel .owl-nav .owl-next {
  left: auto;
  right: -30px;
}

.banner-area ul li {
  color: #ffffff;
  display: block;
  font-size: 16px;
  margin: 15px 0;
  padding-left: 25px;
  position: relative;
  z-index: 1;
}

.banner-area ul li::before {
  content: "\f560";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 2px;
}

.banner-area .double-items .content-full-carousel .item .col-md-6 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

/* Side BG */

.side-bg img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-40%, -40%);
  -webkit-transform: translate(-40%, -40%);
  -moz-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  -o-transform: translate(-40%, -40%);
}

.side-bg {
  height: 100%;
  position: absolute;
  right: -30px;
  top: 0;
  width: 50%;
}

.side-bg.left {
  left: -30px;
  right: auto;
}

/* Animation delays */
.banner-area .item h1:first-child, 
 .banner-area .item h2:first-child, 
 .banner-area .item h3:first-child, 
 .banner-area .item h4:first-child, 
 .banner-area .item h5:first-child, 
 .banner-area .item h6:first-child {
  animation-delay: .5s;
}

.banner-area .item h1:nth-child(2), 
 .banner-area .item h2:nth-child(2), 
 .banner-area .item h3:nth-child(2), 
 .banner-area .item h4:nth-child(2), 
 .banner-area .item h5:nth-child(2), 
 .banner-area .item h6:nth-child(2) {
  animation-delay: .7s;
}

.carousel-caption h1:nth-child(3), 
 .carousel-caption h2:nth-child(3), 
 .carousel-caption h3:nth-child(3), 
 .carousel-caption h4:nth-child(3), 
 .carousel-caption h5:nth-child(3), 
 .carousel-caption h6:nth-child(3) {
  animation-delay: .9s;
}

.banner-area .item p {
  animation-delay: .5s;
}

.banner-area .item ul {
  animation-delay: .6s;
}

.banner-area .item a, 
 .banner-area .item button {
  animation-delay: .7s;
}
/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active, 
 .carousel-fade .carousel-inner .next.left, 
 .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next, 
 .carousel-fade .carousel-inner .prev, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.left {
  left: -50px;
}

.banner-area:hover .carousel-control.left {
  left: 0;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}

.banner-area .carousel-control.right {
  right: -50px;
}

.banner-area:hover .carousel-control.right {
  right: 0;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}


/* Banner Owl Carousel */

.banner-area .double-items .content-full-carousel .owl-dots {
  margin: -70px 0 0;
  position: absolute;
  right: -30px;
  top: 50%;
}

.banner-area .double-items .content-full-carousel .owl-dots .owl-dot {
  display: block;
}

.banner-area .double-items .content-full-carousel .owl-dots .owl-dot span {
  background: transparent none repeat scroll 0 0;
  border: 3px solid #ffffff;
  height: 20px;
  margin: 20px 0;
  position: relative;
  width: 20px;
  z-index: 1;
}

.banner-area .double-items .content-full-carousel .owl-dots .owl-dot.active span {
  background: #ffffff none repeat scroll 0 0;
}

.banner-area .double-items .content-full-carousel .owl-dots .owl-dot span::after {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 30px;
  left: -8px;
  opacity: 0.4;
  position: absolute;
  top: -8px;
  width: 30px;
  z-index: -1;
}

/* ============================================================== 
     # Video Button Play
=================================================================== */

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff 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;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

@-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;
  }
}

.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
}


/* ============================================================== 
     # About
=================================================================== */
.about-area {
  border-top: 1px dashed #e7e7e7;
  margin-top: 50px;
  padding-top: 50px;
}

.about-area.default-padding {
  border: none;
  padding-top: 50px;
  margin: 0;
}

.about-area .info h2 {
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
  margin-top: -5px;
}

.about-area .info a {
  margin-top: 30px;
}

.about-area .info.less-list a {
  margin-top: 10px;
}

.about-area .info h4 {
  color: #2280fc;
  margin-bottom: 15px;
}

.about-area .info ul li i, 
.about-area .info ul li p {
  display: table-cell;
  vertical-align: top;
}

.about-area .info ul li i {
  color: #2280fc;
  font-size: 20px;
  padding-top: 4px;
  width: 20px;
}

.about-area .info ul li p {
  font-family: "Poppins",sans-serif;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  padding-left: 10px;
}

.about-area .info ul li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.about-area .info ul {
  margin-top: 25px;
}

.about-area .info ul li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding: 0;
}

.about-area .info-ietms .item {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.about-area .info-ietms .item::after {
  background: rgba(0, 0, 0, 0) url("assets/img/shape.svg") repeat scroll center center / cover;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.03;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.about-area .info-ietms.less-bg .item::after {
  display: none;
}

.about-area .info-ietms .item {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  padding: 30px;
}

.about-area .info-ietms .equal-height {
  margin-top: 30px;
}

.about-area .info-ietms .equal-height:nth-child(1), 
.about-area .info-ietms .equal-height:nth-child(2) {
  margin-top: 0;
}

.about-area .info-ietms .item i {
  background: #2280fc none repeat scroll 0 0;
  -webkit-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  -moz-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  margin-bottom: 20px;
  text-align: center;
  width: 80px;
}

.about-area .info-ietms .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.about-area .info-ietms .item p {
  margin: 0;
}

.about-area .info-ietms {
  padding-right: 35px;
}

.about-area.item-reverse .info-ietms {
  padding-right: 15px;
}


/* Achivement */

.achivement-items .timer {
  color: #232323;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.achivement-items .item {
  margin-top: 30px;
}

.about-area .achivement-items {
  margin-top: 30px;
}

.achivement-items .item i {
  color: #2280fc;
  display: block;
  font-size: 50px;
  margin-bottom: 20px;
}

.achivement-items .medium {
  display: block;
  font-family: "Poppins",sans-serif;
  font-size: 18px;
}

.achivement-items .timer::after {
  color: #2280fc;
  content: "+";
  font-size: 30px;
  position: absolute;
  right: -20px;
  top: -1px;
}


/* ============================================================== 
     # Our Features
=================================================================== */

.our-feautes-area {
  position: relative;
  z-index: 1;
}

.our-feautes-area::after {
  border-bottom: 2px dashed #e7e7e7;
  content: "";
  height: 1px;
  left: 0;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
}

.our-feautes-area.less-border::after {
  display: none;
}

.our-feautes-area.bg-theme-small::after {
  display: none;
}

.our-feautes-area.bg-theme-small .features-box {
  float: left;
  position: relative;
  width: 100%;
  z-index: 1;
}

.our-feautes-area.bg-theme-small .features-box::after {
  border-bottom: 2px dashed #2280fc;
  content: "";
  height: 1px;
  left: 5%;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  width: 90%;
  z-index: -1;
}

.our-feautes-area .item {
  -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  padding: 45px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.our-feautes-area .item span {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  -o-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  color: #2280fc;
  font-family: "Poppins",sans-serif;
  font-size: 40px;
  font-weight: 900;
  height: 80px;
  left: -40px;
  line-height: 80px;
  position: absolute;
  text-align: center;
  top: -40px;
  width: 80px;
}

.our-feautes-area .item > i {
  -webkit-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  -moz-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 50px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 25px;
  text-align: center;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100px;
}

.our-feautes-area .single-item:nth-child(1) .item > i {
  background: rgb(72, 212, 194) none repeat scroll 0 0;
}

.our-feautes-area .single-item:nth-child(2) .item > i {
  background: rgb(229, 89, 87) none repeat scroll 0 0;
}

.our-feautes-area .single-item:nth-child(3) .item > i {
  background: #2280fc none repeat scroll 0 0;
}

.our-feautes-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.our-feautes-area .item a {
  color: #2280fc;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}

.our-feautes-area .item a i {
  background: transparent none repeat scroll 0 0 !important;
  padding-left: 2px;
}

/* ============================================================== 
     # Our Story
=================================================================== */

.story-area.default-padding {
  padding-bottom: 70px;
}

.story-box {
  margin-bottom: -15px;
  margin-top: -10px;
  position: relative;
}

.story-box li {
  position: relative;
  padding: 7px 0 24px 32px;
  transition: all 100ms;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  min-height: 44px;
}

.story-box li::before, .story-box li::after {
  transition: all 100ms;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
}

.story-box li::before {
  background-color: #2280fc;
  border: 3px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 20px;
  z-index: 2;
}

.story-box li::after {
  content: '';
  display: block;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 10px;
  height: 100%;
  z-index: 1;
}

.story-box li:first-child::after {
  top: 10px;
}

.story-box li:last-child::after {
  height: 10px;
}

.story-box li:last-child {
  padding-bottom: 0;
}

.story-box h4 {
  text-transform: uppercase;
}

.story-box h3 {
  text-transform: capitalize;
  font-weight: 500;
}

@media (min-width: 800px) {
  .story-box li:nth-child(odd) {
    text-align: right;
    padding-left: 0;
    padding-right: calc(50% + 22px);
  }

  .story-box li:nth-child(even) {
    padding-left: calc(50% + 20px);
  }

  .story-box li::before {
    left: calc(50% - 10px);
  }

  .story-box li::after {
    left: 50%;
  }
}


/* ============================================================== 
     # Test SEO Score
=================================================================== */

.seo-form-area {
  position: relative;
  overflow: hidden;
}

.seo-form-area button {
  background: #2280fc none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-family: "Poppins",sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  text-transform: uppercase;
  width: 100%;
}

.seo-form-area.bg-theme button {
  background: #ffffff none repeat scroll 0 0;
  color: #2280fc;
}

.seo-form-area input {
  border: medium none;
  -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  min-height: 60px;
  padding: 20px;
}

.seo-form-area .site-heading {
  margin-bottom: 30px;
}

.seo-form-area .col-md-6:first-child {
  padding-right: 5px;
}

.seo-form-area .col-md-6:last-child {
  padding-left: 5px;
}

.seo-form-area .side-bg {
  left: -20%;
}

/* ============================================================== 
     # Services
=================================================================== */

.services-area.default-padding {
  padding-bottom: 40px;
}

.services-area.inc-shadow.default-padding {
  padding-bottom: 50px;
}

.services-area .services-items .equal-height {
  margin-bottom: 50px;
}

.services-area.inc-shadow .services-items .equal-height {
  margin-bottom: 30px;
}

.services-area.inc-shadow .services-items .equal-height:last-child {
  margin-bottom: 0;
}

.services-area.inc-shadow .services-items .item {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  padding: 50px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.services-area .services-items .item h4 {
  font-weight: 500;
  text-transform: capitalize;
  font-family: 'Roboto Condensed', sans-serif;
}

.services-area .services-items .item i {
  background: #edf5ff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  display: inline-block;
  font-size: 45px;
  height: 100px;
  line-height: 98px;
  margin-bottom: 20px;
  text-align: center;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100px;
  color: #ffffff;
}

.services-area .services-items .equal-height:nth-child(1) i {
  background: rgb(72, 212, 194) none repeat scroll 0 0;
}

.services-area .services-items .equal-height:nth-child(2) i {
  background: rgb(44, 194, 214) none repeat scroll 0 0;
}

.services-area .services-items .equal-height:nth-child(3) i {
  background: rgb(4, 156, 229) none repeat scroll 0 0;
}

.services-area .services-items .equal-height:nth-child(4) i {
  background: rgb(89, 134, 149) none repeat scroll 0 0;
}

.services-area .services-items .equal-height:nth-child(5) i {
  background: rgb(255, 183, 77) none repeat scroll 0 0;
}

.services-area .services-items .equal-height:nth-child(6) i {
  background: rgb(99, 188, 111) none repeat scroll 0 0;
}

.services-area .services-items .item:hover i {
  background: #2280fc none repeat scroll 0 0;
  color: #ffffff;
}

.services-area .services-items.text-left .item .icon, 
.services-area .services-items.text-left .item .info {
  display: table-cell;
  vertical-align: top;
}

.services-area .services-items.text-left .item .info {
  padding-left: 25px;
}

.services-area .services-items .item .info p {
  margin: 0;
}

.services-details-area .service-details-carousel .item .info h2 {
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.services-details-area .service-details-carousel .item .info ul li {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 50px;
  position: relative;
  z-index: 1;
  min-height: 40px;
}

.services-details-area .service-details-carousel .item .info ul li::after {
  background: #2280fc none repeat scroll 0 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  height: 40px;
  left: 0;
  line-height: 38px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}

.services-details-area .service-details-carousel .item .info ul li:last-child {
  margin-bottom: 0;
}

.services-details-area .service-details-carousel .owl-nav {
  margin: 0;
}

.services-details-area .service-details-carousel .owl-nav .owl-prev, 
.services-details-area .service-details-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #2280fc;
  font-size: 30px;
  height: 40px;
  left: -30px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.services-details-area .service-details-carousel .owl-nav .owl-next {
  left: auto;
  right: -30px;
}

/* ============================================================== 
     # Work Process
=================================================================== */

.work-process.top-border {
  border-top: 1px dashed #e7e7e7;
  margin-top: 50px;
  padding-top: 50px;
}

.work-process .info h2 {
  font-weight: 600;
  text-transform: capitalize;
}

.work-process.bg-theme-small .info h2 {
  margin-bottom: 40px;
}

.work-process .process-list {
  margin-left: 20px;
  padding-left: 40px;
  position: relative;
  z-index: 1;
}

.work-process .process-list::before {
  background: #2280fc none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.work-process .process-list li span {
  background: #2280fc none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  color: #ffffff;
  font-family: "Poppins",sans-serif;
  font-weight: 900;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  width: 40px;
}

.work-process .process-list li span:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: #2280fc 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;
}

.work-process .process-list li:hover span:before {
  display: none;
}

.work-process .process-list li {
  margin-bottom: 30px;
}

.work-process .process-list li:last-child {
  margin-bottom: 0;
}

.work-process .process-list li h4 {
  font-weight: 500;
  text-transform: capitalize;
}

/* Top List */
.work-process.top-list .process-list {
  display: inline-block;
  margin-bottom: -15px;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  z-index: 1;
}

.work-process.top-list .process-list::before {
  height: 1px;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
}

.work-process.top-list .process-list li span {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin: 0 0 30px;
  position: relative;
  width: 50px;
}

.work-process.top-list .process-list li span::before {
  height: 50px;
  width: 50px;
}

.work-process.top-list .process-list li {
  float: left;
  margin-bottom: 0;
  padding: 0 15px;
  position: relative;
  width: 33.333%;
  border-right: 1px solid #e7e7e7;
}

.work-process.top-list .process-list li:last-child {
  border: medium none;
}

.work-process .process-list p {
  margin: 0;
}

/* lineChart */
.lineChart {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  padding: 50px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}


/* ============================================================== 
     #Accordion
=================================================================== */

.work-process .acd-items {
  margin-bottom: -35px;
}

.faq-area {
  overflow: hidden;
}

.faq-area .faq-items {
  margin-top: -15px;
}

.acd-items .panel-heading .panel-title a span {
  background: #2280fc none repeat scroll 0 0;
  -webkit-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  -moz-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  color: #ffffff;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  text-align: center;
  width: 35px;
}

.acd-items .panel-heading .panel-title a {
  background: transparent none repeat scroll 0 0;
  display: block;
  font-weight: 600;
  padding: 15px 0;
  position: relative;
}

.acd-items .panel-heading {
  background: transparent none repeat scroll 0 0;
  padding: 0;
}

.acd-items .panel.panel-default {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #e7e7e7;
  border-image: none;
  border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: inherit;
  margin: 0;
  background: transparent;
}

.acd-items .panel.panel-default:last-child {
  border: medium none;
  margin: 0;
}

.faq-area .panel-body p:last-child {
  margin: 0;
}

.faq-area .panel-body {
  padding: 20px 0;
}

.faq-area .faq-items .acd-items .panel .panel-body {
  border-color: #e7e7e7;
}

.acd-arrow .panel-group.symb .panel-heading a::after {
  content: "\f107";
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #2280fc;
}

.acd-arrow.left .panel-group.symb .panel-heading a::after {
  content: "\f01b" !important;
  font-size: 20px;
  position: absolute;
  right: auto;
  left: 10px;
  top: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.acd-arrow.left .panel-group.symb .panel-heading a.collapsed:after {
  content: "\f01a" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.faq-area .faq-items .panel-group {
  margin: 0;
}

.acd-arrow .panel-group.symb .panel-heading a.collapsed:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.work-process .acd-items .panel-body {
    padding: 15px 0;
}

.work-process .acd-items .panel-body p:last-child {
    margin-bottom: 0;
}


/* ============================================================== 
     # Case Study
=================================================================== */

.case-items .info {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  padding: 30px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}

.case-items .info h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.case-items .info p {
  margin: 0;
}

.case-study-area .case-items .thumb {
  position: relative;
  z-index: 1;
}

.case-study-area .case-items .thumb img {
  -webkit-border-radius: 5px 5px 0;
  -moz-border-radius: 5px 5px 0;
  border-radius: 5px 5px 0;
}

.case-study-area .case-items .thumb .top-info {
  bottom: 0;
  padding: 15px 30px;
  position: absolute;
  z-index: 1;
}

.case-study-area .case-items .thumb .top-info h4 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;
}

.case-study-area .case-items .thumb .top-info a {
  color: #ffffff;
}

.case-study-area .case-items .thumb::after {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 150%) repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
}

.case-study-area .case-items .thumb .top-info h4 a {
  color: #ffffff;
}

.case-study-area .case-items .thumb .top-info li {
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  padding-right: 5px;
  position: relative;
  z-index: 1;
}

.case-study-area .case-items .thumb .top-info li::after {
  content: ",";
  font-family: "Times New Roman";
  font-weight: 600;
  position: absolute;
  right: 0;
}

.case-study-area .case-items .thumb .top-info li:last-child::after {
  display: none;
}

.case-study-area .case-items .owl-nav {
  margin: 0;
}

.case-study-area .case-items .owl-nav .owl-prev, 
.case-study-area .case-items .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #2280fc;
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.case-study-area .case-items .owl-nav .owl-next {
  left: auto;
  right: -50px;
}


/* ============================================================== 
     # Team
=================================================================== */

.team-area .team-items .single-item {
  margin-bottom: 30px;
}

.team-area .team-items .item .thumb {
  position: relative;
  z-index: 1;
}

.team-area .team-items .item .thumb img {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.team-area .team-items .item .info {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  left: 0;
  padding: 30px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.team-area .team-items .item .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.team-area .team-items .item .info span {
  color: #2280fc;
  margin: 0;
  display: block;
}

.team-area .team-items .item .thumb .fixed-item {
  bottom: -23px;
  left: 30px;
  position: absolute;
}

.team-area .team-items .item .thumb .fixed-item a {
  background: #2280fc none repeat scroll 0 0;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 46px;
  line-height: 42px;
  text-align: center;
  width: 46px;
}

.team-area .team-items .item ul li.twitter a {
  background-color: #00b6f1;
}

.team-area .team-items .item ul li.pinterest a {
  background-color: #bd081c;
}

.team-area .team-items .item ul li.facebook a {
  background-color: #3b5998;
}

.team-area .team-items .item ul li.google-plus a {
  background-color: #df4a32;
}

.team-area .team-items .item ul li.vimeo a {
  background-color: #1ab7ea;
}

.team-area .team-items .item ul li.instagram a {
  background-color: #cd486b;
}

.team-area .item .info li {
    display: inline-block;
}

.team-area .item .info li a {
    background: #2280fc none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0 2px;
    text-align: center;
    width: 35px;
}

.team-area .item ul {
    border-top: 1px solid #e7e7e7;
    margin-top: 15px;
    padding-top: 20px;
}

/* ********footer-social*********** */
.footer-social ul li.twitter a {
  background-color: #00b6f1;
}

.footer-social ul li.pinterest a {
  background-color: #bd081c;
}

.footer-social ul li.facebook a {
  background-color: #3b5998;
}

.footer-social ul li.google-plus a {
  background-color: #df4a32;
}

.footer-social ul li.vimeo a {
  background-color: #1ab7ea;
}

.footer-social ul li.instagram a {
  background-color: #cd486b;
}

.footer-social li {
    display: inline-block;
}

.footer-social li a {
    background: #2280fc none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0 2px;
    text-align: center;
    width: 35px;
}

/* ********footer-social*********** */

/* Team Single */
.team-area .team-items.single .item .info {
  padding-top: 30px;
}

.team-area .team-items.single li {
  display: inline-block;
  margin-right: 5px;
}

.team-area .team-items.single li a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.team-area .team-items.single ul {
  border-bottom: 1px solid #e7e7e7;
  border-top: medium none;
  margin-bottom: 20px;
  margin-top: 15px;
  padding-bottom: 25px;
  padding-top: 0;
}

.team-area .team-items.single ul li a {
  margin: 0;
}

.team-items.single .progress-box .progress {
  height: 10px;
  margin-bottom: 0;
}

.team-items.single .progress-bar {
  background: #2280fc none repeat scroll 0 0;
}

.team-items.single .progress-box {
  margin-top: 20px;
}

.team-items.single .progress-box h5 {
  text-transform: uppercase;
}

.team-items.single .progress-box h5 span {
  color: #232323 !important;
}

/* ============================================================== 
     # Pricing Table
=================================================================== */

.pricing-area .pricing-item {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  overflow: hidden;
  padding: 50px 30px;
  position: relative;
  z-index: 1;
}

.pricing-area .col-md-3,
.pricing-area .col-md-4,
.pricing-area .col-md-6 {
  margin-bottom: 30px;
}

.pricing-area .pricing-item .title {
}

.pricing-area .pricing-item .title h4 {
  color: #2280fc;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.pricing-area .pricing-item .title h4::after {
  background: #2280fc none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: -25px;
  position: absolute;
  top: 50%;
  width: 20px;
}

.pricing-area .pricing-item .title h4::before {
  background: #2280fc none repeat scroll 0 0;
  content: "";
  height: 1px;
  right: -25px;
  position: absolute;
  top: 50%;
  width: 20px;
}

.pricing-area .pricing-item.active .title h4::after,
.pricing-area .pricing-item.active .title h4::before {
  background: #ffffff none repeat scroll 0 0;
}

.pricing-area .pricing-item i {
  display: none;
  font-size: 80px;
}

.pricing-area .pricing-item.active {
  background: #2280fc none repeat scroll 0 0;
  color: #ffffff;
}

.pricing-area .pricing-item.active .title h4 {
  color: #ffffff;
}

.pricing-area .pricing-item.active h2 {
  color: #ffffff;
}

.pricing-area .pricing-item h2 {
  font-size: 50px;
  font-weight: 700;
  margin: 0;
}

.pricing-area .pricing-item h2 sup {
  bottom: auto;
  font-size: 30px;
  font-weight: 500;
  right: 5px;
  top: -15px;
}

.pricing-area .pricing-item h2 sub {
  font-size: 15px;
}

.pricing-area .pricing-item .footer a {
  margin-top: 20px;
}

.pricing-area .pricing-item.active .footer a:hover {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
}

.pricing-area .pricing-item li {
  line-height: 40px;
}

.pricing-area .pricing-item li.pricing-header {
  line-height: inherit;
  margin-bottom: 20px;
  padding-bottom: 25px;
  position: relative;
  z-index: 1;
}

.pricing-area .pricing-item li.pricing-header::after {
  background: #e7e7e7 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: -50%;
  position: absolute;
  width: 200%;
  opacity: .5;
}

.pricing-area .pricing-item.active li.pricing-header::after {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  opacity: 1;
}

.pricing-simple li.pricing-header span.badge {
  background: #ffffff none repeat scroll 0 0;
  border-radius: inherit;
  color: #2280fc;
  font-family: "Poppins",sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 13px 0;
  position: absolute;
  right: -87px;
  text-transform: uppercase;
  top: -68px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 200px;
}


/* ============================================================== 
     # Testimonials
=================================================================== */
.testimonials-area .intro h2 {
  font-weight: 600;
  font-size: 26px;
}

.testimonials-area .intro a {
  margin-top: 5px;
}

.testimonial-items {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.testimonial-items h2{font-weight: 600; font-size: 26px;}

.testimonial-items::before {
  border-left: 1px solid #e7e7e7;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.testimonials-area .carousel-indicators {
  bottom: 0;
  left: 0;
  margin-left: -10px;
  margin-top: 30px;
  position: relative;
  text-align: left;
  width: 100%;
}

.testimonials-area .carousel-indicators li {
  border: 2px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  height: 60px;
  margin: 0 5px;
  opacity: 0.4;
  overflow: hidden;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  vertical-align: middle;
  width: 60px;
}

.testimonials-area .carousel-indicators li img {
  display: block;
  height: auto;
  width: 100%;
}

.testimonials-area .carousel-indicators .active {
  border: 2px solid #2280fc;
  margin: 0 15px;
  opacity: 1;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.testimonials-area .carousel-inner .item h4 {
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 20px;
  text-transform: uppercase;
}

.testimonials-area .carousel-inner .item span {
  color: #2280fc;
}

.testimonials-area .carousel-inner .item p {
  position: relative;
  z-index: 1;
}

.testimonials-area .carousel-inner .item p::before {
  content: ",,";
  font-family: "Times New Roman";
  font-size: 100px;
  /* left: 3px; */
  letter-spacing: -8px;
  opacity: 0.1;
  position: absolute;
  top: 40px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}


/* ============================================================== 
     # Portfolio
=================================================================== */

.portfolio-area .portfolio-items .pf-item {
  float: left;
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.portfolio-area .portfolio-items.col-2 .pf-item {
  width: 50%;
}

.portfolio-area .portfolio-items.col-4 .pf-item {
  width: 25%;
}

.portfolio-area .portfolio-items .pf-item .item-inner {
  position: relative;
  z-index: 1;
  background: #232323;
  overflow: hidden;
}

.portfolio-area .mix-item-menu {
  margin-bottom: 50px;
  overflow: hidden;
  margin-top: -13px;  
}

.portfolio-area .mix-item-menu button {
  background: transparent none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #232323;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  margin: 0 10px;
  position: relative;
  text-transform: uppercase;
  padding: 5px 20px 5px 20px;
  border: 1px solid #cdcccc;
}

.portfolio-area .mix-item-menu button.active {
  color: #fff;
  background-color: #2280fc;
  border-color: #2280fc;
}

.pf-item img {
  max-width: inherit;
  /*max-width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  max-width: none;
  width: -webkit-calc(100% + 50px) !important;
  width: calc(100% + 50px) !important;
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);*/
}

.pf-item:hover img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pf-item .info {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
}

.pf-item .info a {
  color: #ffffff;
}

.pf-item .info a i {
  background: #2280fc none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  margin: 0;
  opacity: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 45px;
}

.pf-item .info::before {
  position: absolute;
  top: 30px;
  right: 50%;
  bottom: 30px;
  left: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.pf-item:hover img {
  opacity: 0.35;
}

.pf-item:hover .info i {
  opacity: 0.9;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.pf-item:hover .info a:first-child i {
  -webkit-transform: translate3d(-5px, -50%, 0);
  transform: translate3d(-5px, -50%, 0);
}

.pf-item:hover .info a:last-child i {
  -webkit-transform: translate3d(5px, -50%, 0);
  transform: translate3d(5px, -50%, 0);
}

.pf-item:hover .info::before {
  left: 30px;
  right: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: rgba(255, 255, 255, 0);
}

/* ============================================================== 
     # Blog
=================================================================== */

.blog-area .single-item {
  margin-bottom: 30px;
}

.blog-area .item .info {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  padding: 30px;
  border-radius: 0 0 8px 8px;
}

.blog-area .item .info span, 
.blog-area .item .thumb span {
  background: rgba(34, 128, 252, 0.8) none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding: 3px 20px;
  text-transform: uppercase;
}

.blog-area .thumb {
    position: relative;
}

.blog-area .thumb span {
    bottom: 0;
    left: 30px;
    position: absolute;
}

.blog-area .thumb a {
    display: block;
}
.blog-area .thumb a img{border-radius: 8px 8px 0px 0px;}
.blog-area .item .info h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.blog-area .item .info .meta li {
  display: inline-block;
  margin-right: 10px;
}

.blog-area .item .info .meta ul {
  float: left;
}

.blog-area .item .info .meta a {
  float: right;
}

.blog-area .item .info .meta a:hover {
  color: #2280fc;
}

.blog-area .item .info .meta {
  border-top: 1px solid #e7e7e7;
  margin-bottom: -15px;
  overflow: hidden;
  padding-top: 15px;
  margin-top: 15px;
}

.blog-area .item .info .meta > a {
  color: #2280fc;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-area .item .info .meta li a {
  display: inline-block;
}

.blog-area .item .info .meta li i {
  margin-right: 3px;
}

/* Full Blog */
.blog-area.left-sidebar .blog-content {
  float: right;
}
.blog-content h2{
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
  margin-top: -5px;}
  .blog-content p{margin-bottom: 20px;}

.blog-area.full-blog .single-item.item {
  margin-bottom: 50px;
}

.blog-area .pagi-area .pagination li a,.blog-area .pagi-area .pagination-list li a,.tab-content .tab-pane .pagination li a,.tab-content .tab-pane .pagination-list li a,.tab-content .service-block-list .pagination li a,.tab-content .service-block-list .pagination-list li a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* color: #2280fc;
 */  font-weight: 600;
  margin-right: 10px;
  margin-top: 5px;
  padding: 15px 20px;
  text-transform: uppercase;
}

.blog-area .pagi-area .pagination li.active a,.blog-area .pagi-area .pagination-list li a.active, .tab-content .tab-pane .pagination li.active a ,.tab-content .tab-pane .pagination-list li a.active, .tab-content .service-block-list .pagination li.active a ,.tab-content .service-block-list .pagination-list li a.active{
  background: #2280fc none repeat scroll 0 0;
  border-color: transparent;
  color: #ffffff;
}

.blog-area .pagi-area .pagination,.blog-area .pagi-area .pagination-list, .tab-content .tab-pane .pagination, .tab-content .tab-pane .pagination-list, .tab-content .service-block-list .pagination, .tab-content .service-block-list .pagination-list {
  margin-bottom: -10px;
  /* margin-top: -5px; */
}


/* Sidebar */

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: -5px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  padding-top: 10px;      
}

.blog-area .sidebar .title h4::before {
  background: #2280fc none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.blog-area .sidebar input[type="text"] {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
}

.blog-area .sidebar form {
  position: relative;
}

.blog-area .sidebar input[type="submit"] {
  background: #2280fc none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  text-transform: capitalize;
  top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.blog-area .sidebar .sidebar-item {
  margin-bottom: 50px;
  overflow: hidden;
}

.blog-area .sidebar .sidebar-item.gallery {
  margin-bottom: 40px;
}

.blog-area .sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info, 
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
  margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}

.blog-area .sidebar .sidebar-item.category li a {
  display: inline-block;
  text-transform: capitalize;
  padding-left: 25px;
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: #2280fc;
}

.sidebar-item.category ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f07b";
  font-family: "Font Awesome 5 Free";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
}

.blog-area .sidebar .sidebar-item.category li a span {
  background: #2280fc none repeat scroll 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 500;
  padding: 0 8px;
  position: absolute;
  right: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-item.recent-post li a {
  color: #232323;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
  font-weight: 400;
}

.sidebar-item.recent-post .meta-title {
  color: #999999;
  font-family: "Poppins",sans-serif;
}

.sidebar-item.recent-post li a:hover {
  color: #2154cf;
}

.color-yellow .sidebar-item.recent-post li a:hover {
  color: #ff9800;
}

.sidebar-item.recent-post li a span {
  display: inline-block;
  color: #232323;
}

.sidebar-item.recent-post li span {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.sidebar-item.recent-post .meta-title a {
  text-transform: capitalize;
  color: #999999;
}

.sidebar-item.recent-post li {
  color: #cdd0d3;
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.sidebar-item.recent-post li:last-child {
  margin: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

.sidebar-item.recent-post .thumb img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.sidebar-item.recent-post li .info {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
  line-height: 26px;
  color: #837f7e;
}

.sidebar-item.gallery ul li {
  box-sizing: border-box;
  float: left;
  padding: 0 10px 10px 0;
  width: 33.333%;
  float: left;
}

.sidebar-item.gallery ul li img {
  min-height: 70px;
  width: 100%;
}

.sidebar-item.archives ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-item.archives ul li:last-child {
  margin-bottom: 0;
}

.sidebar-item.archives ul li a {
  color: #666666;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  z-index: 1;
  padding-left: 25px;
}

.sidebar-item.archives ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f07b";
  font-family: "Font Awesome 5 Free";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.sidebar-item.social-sidebar li a {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 50px;
}

.sidebar-item.social-sidebar li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul li {
  display: inline-block;
}

.sidebar-item.tags ul li a {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 8px;
  margin-right: 5px;
  padding: 6px 20px;
  text-transform: capitalize;
}

.sidebar-item.tags ul li a:hover {
  color: #2154cf;
}


/* Blog Single */

.blog-area.single .item .content-box {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  padding: 30px;
}

.blog-area.single .item .content-box span {
  background: #2280fc none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding: 3px 20px;
  text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.blog-area.single .item {
  margin-bottom: 0;
}

.blog-area .item blockquote {
  background: #f6f6f6 none repeat scroll 0 0;
  border: medium none;
  color: #414141;
  font-size: 15px;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.blog-area .item blockquote p {
  margin: 0;
  position: relative;
  z-index: 1;
  font-style: italic;
}

.author-bio {
  border: 1px solid #e7e7e7;
  display: block;
  margin-top: 20px;
  padding: 30px;
  width: 100%;
}

.author-bio .avatar {
  display: table-cell;
  vertical-align: top;
  width: 200px;
}

.author-bio .content {
  display: table-cell;
  padding: 0 0 0 30px;
  vertical-align: middle;
}

.author-bio .content p {
  margin: 0;
  position: relative;
  z-index: 1;
  padding-top: 5px;
}

.author-bio .content p::after {
  content: ",,";
  font-family: "Times New Roman";
  font-size: 60px;
  left: 0;
  letter-spacing: -4px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.author-bio .content h4 {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 15px;
  text-transform: uppercase;
}

.blog-area .author-bio img {
  -webkit-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  -moz-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
}

.blog-area.single .post-pagi-area {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  margin: 30px 0;
  overflow: hidden;
  padding: 15px 0;
}

.blog-area.single .post-pagi-area a {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-area.single .post-pagi-area a:hover {
  color: #2154cf;
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
  color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
  float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
  margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
  margin-left: 3px;
}

.blog-area.single .post-tags span {
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  margin-right: 5px;
  text-transform: uppercase;
}

.blog-area.single .post-tags a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #232323;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-right: 5px;
  padding: 3px 25px;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.comments-area .commen-item .comments-info p {
  display: inline-block;
  margin: 0;
}

.blog-area.single .post-tags a:hover {
  color: #2154cf;
}

.blog-area.single.color-yellow .post-tags a:hover {
  color: #ff9800;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
 /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.comments-list .commen-item .avatar {
  float: left;
  height: 100px;
  width: 100px;
}

.comments-list .commen-item .content {
  display: table-cell;
  vertical-align: top;
}

.comments-list .commen-item .avatar img {
  height: 80px;
  width: 80px;
}

.comments-list .commen-item {
  margin-bottom: 30px;
}

.comments-list .commen-item.reply {
  padding-left: 80px;
}

.comments-area {
  margin-top: 50px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  border-bottom: 1px solid #e2e2e2;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.comments-list .commen-item .content h3, 
.comments-list .commen-item .content h4, 
.comments-list .commen-item .content h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.comments-info a {
  border: 1px solid #e7e7e7;
  color: #232323;
  display: inline-block;
  font-size: 12px;
  margin-left: 14px;
  padding: 1px 10px;
  text-transform: uppercase;
}

.comments-info a:hover {
  color: #2154cf;
}

.color-yellow .comments-info a:hover {
  color: #ff9800;
}

.comments-info a i {
  margin-right: 10px;
}

.comments-form input, .comments-form textarea {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
}

.comments-form textarea {
  min-height: 150px;
}

.blog-area.full-blog.single-blog .form-group.submit {
  margin-bottom: 0;
}

.comments-form button {
  background-color: #2280fc;
  border: 1px solid transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 20px;
  padding: 9px 35px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.comments-form button:hover {
  color: #ffffff;
  background-color: #232323;
  border: 1px solid transparent;
}

.comments-area .commen-item .comments-info {
  margin-bottom: 15px;
}

.comments-form .title h2, 
.comments-form .title h3, 
.comments-form .title h4 {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.blog-area .contact-comments .comments {
  margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
  float: left;
  padding: 0 15px;
}


/* ============================================================== 
     # Clients
=================================================================== */

.clients-area.pos-top .clients-items {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 80px;
}

.clients-area .clients-items .single-item img {
  width: auto;
  margin: auto;
}

.clients-area .clients-items a {
  display: block;
}

.clients-area .clients-items .owl-nav {
  margin: 0;
}

.clients-area .clients-items .owl-nav .owl-prev, 
.clients-area .clients-items .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 25px;
  height: 30px;
  left: -35px;
  line-height: 30px;
  margin-top: -15px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 30px;
  z-index: 9999;
}

.clients-area .clients-items .owl-nav .owl-next {
  left: auto;
  right: -35px;
}


/* ============================================================== 
     # Subscribe
=================================================================== */
.subscribe-area .bg, 
.subscribe-area .info {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.subscribe-area .info h4 {
  font-weight: 600;
  text-transform: uppercase;
}

.subscribe-area .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.subscribe-area .info form {
  width: 80%;
}

.subscribe-area .info form input {
  border: medium none;
  min-height: 60px;
  box-shadow: inherit;
}

.subscribe-area .info form .input-group-addon {
  border: medium none;
  padding: 0;
}

.subscribe-area .info form .input-group-addon button {
  border: medium none;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  color: #2280fc;
  font-size: 20px;
  min-height: 60px;
  padding: 0 20px;
}


/* ============================================================== 
     # Contact
=================================================================== */
.contact-us-area .address-items .info li {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}

.contact-us-area .address-items .info li .left, 
.contact-us-area .address-items .info li .right {
  display: inline-block;
}

.contact-us-area .address-items .info li .left {
  border-right: 1px solid #e7e7e7;
  float: left;
  margin-right: 20px;
  min-width: 170px;
}

.contact-us-area .address-items .info li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.contact-us-area .address-items .info li i {
  color: #2280fc;
  display: inline-block;
  font-size: 20px;
  min-width: 30px;
}

.contact-us-area .address-items .info li h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
}

.contact-us-area .address-items .info li i, 
.contact-us-area .address-items .info li h4 {
  display: inline-block;
}

.contact-us-area .address-items .info .title {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.contact-us-area .address-items {
  padding-right: 35px;
}

.contact-us-area .form-box input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;  
}

.contact-us-area .agreebox{
  margin-top: -7px;
}

.contact-us-area .form-box textarea {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  /*padding-top: 20px;*/
}

.contact-us-area .form-box button,.candidate .form-box button.btndefault {
  background: #2280fc none repeat scroll 0 0; 
  border: medium none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: inherit;
  color: #ffffff;
  font-family: "Poppins",sans-serif;  
  padding: 10px 30px;
  margin-right: 20px;
  font-size: 14px;
}

.b-select button, .b-select button.btndefault {
  margin-top: -6px;
  background: #fff !important; 
  border-radius: 0px !important; 
  color: #999 !important; 
  border: 1px solid #ddd !important; 
  padding: 10px 15px  !important;   
  margin: 0px !important;  
  font-family: "Poppins",sans-serif;  
  margin-right: 20px;
  font-size: 14px !important;
  margin-left: -12px !important;  
}

.bs-actionsbox {
  margin-left: 12px;
}

.dropdown-menu li {
  margin-left: 12px;
  font-size: 14px !important;
}

.contact-us-area .form-box button i {
  margin-left: 5px;
}

.contact-us-area .form-box img.loader {
  margin-left: 5px;
}

.contact-us-area .form-box h2 {
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
  background:#2280FC;
  color: #fff;
  padding:15px 50px 15px 50px;
}
#contactformerror .form-error{
  margin: 0;
}

.contact-form-area .alert-notification {
  margin-top: 15px;
  padding: 0;
}

.contact-form-area .alert-notification .alert-error {
  background: #e7e7e7 none repeat scroll 0 0;
  color: red;
  margin-top: 0;
  text-align: left;
}

.contact-form-area.bg-fixed .alert-notification .alert-error {
  background: #ffffff none repeat scroll 0 0;
  color: red;
  margin-top: 0;
  text-align: left;
}

.contact-form .alert-notification {
  padding: 0;
}

.contact-form .alert-notification .alert-msg {
  background: #f4f4f4 none repeat scroll 0 0;
  color: red;
}



/*--------- Start  Footer Class Outside Media Query --------- */

.footer-top .content li {
  display: inline-block;
  margin-left: 100px;
  text-align: left;
}

.footer-top .content li .icon, .footer-top .content li .info {
  display: table-cell;
  vertical-align: middle;
}

.footer-top .content li i {
  color: #2280fc;
  display: inline-block;
  font-size: 50px;
}

.footer-top .content li .info {
  padding-left: 15px;
}

.footer-top .content li .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.footer-top .content li:first-child {
  border: medium none;
  margin-left: 0;
  padding-left: 0;
}

.footer-top {
  border-bottom: 1px solid  #e7e7e7;
  display: block;
  margin-bottom: 40px;
  overflow: hidden;
  padding-bottom: 30px;
}

.footer-top .content li .info span {
  font-size: 16px;
}

.footer-top .logo a {
  display: inline-block;
  margin-top: 10px;
}

footer .footer-top img {
  height: 50px;
}

footer .f-item h4 {
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: uppercase;
}

footer .f-item.link li {
  display: block;
  margin-bottom: 15px;
}

footer .f-item.link li a {
  display: inline-block;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}

footer .f-item.link li a:hover {
  color: #2280fc;
}

footer .f-item.link li a::before {
  border: 2px solid #2280fc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 8px;
  width: 10px;
}

footer .f-item.link li:last-child {
  margin: 0;
}

footer .f-item .address h5 {
  text-transform: uppercase;
}

footer .f-item .address li {
  margin-bottom: 15px;
}

footer .f-item .address li:last-child {
  margin: 0;
}

footer .f-item .address h5 i {
  color: #2280fc;
  margin-right: 5px;
}

footer .f-item.newsletter .input-group.stylish-input-group {
  border: medium none;
  -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}

footer .f-item.newsletter input {
  border: medium none;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 55px;
}

footer .f-item.newsletter .input-group-addon {
  border: medium none;
  border-radius: inherit;
  padding: 0;
}

footer .f-item.newsletter .input-group-addon button {
  background: #2280fc none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: block;
  min-height: 55px;
  padding: 0 20px;
}

footer .f-item .social li {
  display: inline-block;
  margin-right: 10px;
}

footer .f-item .social li a {
  border: 1px solid #e7e7e7;
  color: #2280fc;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

footer .f-item .social {
  border-top: 1px solid #e7e7e7;
  margin-top: 20px;
  padding-top: 20px;
}

/* Start  Footer Bottom */

.footer-bottom img{height:25px; opacity: 0.5;}
.footer-bottom img:hover{opacity: 0.9;}
.footer-bottom {
  border-top: 1px solid #e7e7e7;
  margin-top: 25px;
  padding: 20px 0;
}



.footer-bottom.bg-theme-small {
  border-top: medium none;
}

.footer-bottom li {
  display: inline-block;
}

.footer-bottom li a {
  display: inline-block;
  margin-left: 15px;
}

.footer-bottom li a:hover {
  color: #D4E7FF;
}

.footer-bottom p {
  margin: 0;
}
/* End  Footer Bottom */

/* Start  Register Now Button */

.registration-but {
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  z-index:99;
  transform-origin: 0 0;
  transform: rotate(270deg);
  -moz-box-shadow: -1px 3px 10px 0 #00AFEF;
  -webkit-box-shadow: -1px 3px 10px 0 #1C59DD;
  -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  
  -webkit-animation: Registration-but 1s infinite;  /* Safari 4+ */
  -moz-animation: Registration-but 1s infinite;  /* Fx 5+ */
  -o-animation: Registration-but 1s infinite;  /* Opera 12+ */
  animation: Registration-but 1s infinite;  /* IE 10+, Fx 29+ */
}

#event-but {
  position: fixed;
  top: 50%;
  left:0px;
  z-index: 99;
}

#register-but {
  position: fixed;
  top: 80%;
  left:0px;
  z-index: 99;
}
@keyframes Registration-but{
  0%		{ background-color: #10c018;}
  25%		{ background-color: #1056c0;}
  50%		{ background-color: #ef0a1a;}
  75%		{ background-color: #254878;}
  100%	        { background-color: #04a1d5;}
}

/* End  Register Now Button */

/* Start Google Map */

.google-maps iframe {
  margin-bottom: -10px;
  min-height: 500px;
  width: 100%;
}

.google-maps {
  overflow: hidden;
}

/* End Google Map */

/* Start Login */
.logincss{
  background: #FFF;
  padding: 0px 0px 40px 0px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
  float: left;
  width: 100%;
}

/* End Login */

.notfound{
  border-radius: 8px !important;
    font-size: 15px;
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
    padding: 30px;
}

/*--------- End  Footer Class Outside Media Query --------- */

@media (min-width: 1500px) {
  .container{
    width: 1400px;
  }

.alert.alert-success h3 {
  color: green;
  margin-bottom: 10px;
}

.contact-form .alert {
  margin-bottom: 0;
}

.google-maps iframe {
  margin-bottom: -10px;
  min-height: 500px;
  width: 100%;
}

.google-maps {
  overflow: hidden;
}


/* ============================================================== 
     # 404 
=================================================================== */

.error-page-area h1 {
  font-size: 150px;
  font-weight: 900;
  line-height: 120px;
  margin-bottom: 30px;
  margin-top: -5px;
}

.error-page-area h2 {
  font-weight: 600;
  text-transform: uppercase;
}

.error-page-area a {
  margin-top: 15px;
}

.error-box .search {
  margin-bottom: 15px;
  margin-top: 30px;
  text-align: center;
}

.error-box .search form {
  margin: auto;
  position: relative;
  width: 400px;
}

.error-box .search .input-group {
  width: 100%;
}

.error-box .search form input {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  box-shadow: inherit;
}

.error-box .search form button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  line-height: 50px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

/* ============================================================== 
     # Footer
=================================================================== */

.footer-top .content li {
  display: inline-block;
  margin-left: 100px;
  text-align: left;
}

.footer-top .content li .icon, .footer-top .content li .info {
  display: table-cell;
  vertical-align: middle;
}

.footer-top .content li i {
  color: #2280fc;
  display: inline-block;
  font-size: 50px;
}

.footer-top .content li .info {
  padding-left: 15px;
}

.footer-top .content li .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.footer-top .content li:first-child {
  border: medium none;
  margin-left: 0;
  padding-left: 0;
}

.footer-top {
  border-bottom: 1px solid  #e7e7e7;
  display: block;
  margin-bottom: 40px;
  overflow: hidden;
  padding-bottom: 30px;
}

.footer-top .content li .info span {
  font-size: 16px;
}

.footer-top .logo a {
  display: inline-block;
  margin-top: 10px;
}

footer .footer-top img {
  height: 50px;
}

footer .f-item h4 {
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: uppercase;
}

footer .f-item.link li {
  display: block;
  margin-bottom: 15px;
}

footer .f-item.link li a {
  display: inline-block;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}

footer .f-item.link li a:hover {
  color: #2280fc;
}

footer .f-item.link li a::before {
  border: 2px solid #2280fc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 8px;
  width: 10px;
}

footer .f-item.link li:last-child {
  margin: 0;
}

footer .f-item .address h5 {
  text-transform: uppercase;
}

footer .f-item .address li {
  margin-bottom: 15px;
}

footer .f-item .address li:last-child {
  margin: 0;
}

footer .f-item .address h5 i {
  color: #2280fc;
  margin-right: 5px;
}

footer .f-item.newsletter .input-group.stylish-input-group {
  border: medium none;
  -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}

footer .f-item.newsletter input {
  border: medium none;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 55px;
}

footer .f-item.newsletter .input-group-addon {
  border: medium none;
  border-radius: inherit;
  padding: 0;
}

footer .f-item.newsletter .input-group-addon button {
  background: #2280fc none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: block;
  min-height: 55px;
  padding: 0 20px;
}

footer .f-item .social li {
  display: inline-block;
  margin-right: 10px;
}

/* footer .f-item .social li a {
  border: 1px solid #e7e7e7;
  color: #2280fc;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
} */

footer .f-item .social {
  border-top: 1px solid #e7e7e7;
  margin-top: 20px;
  padding-top: 20px;
}

/* Footer Bottom */
.footer-bottom img{height:25px; opacity: 0.5;}
.footer-bottom img:hover{opacity: 0.9;}
.footer-bottom {
  border-top: 1px solid #e7e7e7;
  margin-top: 25px;
  padding: 20px 0;
}



.footer-bottom.bg-theme-small {
  border-top: medium none;
}

.footer-bottom li {
  display: inline-block;
}

.footer-bottom li a {
  display: inline-block;
  margin-left: 15px;
}

.footer-bottom li a:hover {
  color: #D4E7FF;
}

.footer-bottom p {
  margin: 0;
}

/* Registration-Form */
.Registration-formbg{background: url(../images/bg.jpg)  no-repeat #f7f7f7; }
.registration-main{background-color: #fff;
box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
-webkit-box-shadow: 0 8px 25px 0
rgba(0, 0, 0, 0.04);
-o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
}
.registration-from{ padding:0px 50px 50px 50px;}
.contact-form h4{font-size: 16px; font-weight: bold; color: #2280FC; margin-top: 20px;}
.Registration-formbg .container-fluid{padding: 0px;}


.b-select-wrap {
border: none;
color: #ccc;
overflow: hidden;
position: relative;
border: 1px solid #ddd;
}

.b-select-wrap::after {
  content: "⌄";
  position: absolute;
  right: 0px;
  top: 3px;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  font-size: 24px;
  font-weight: bold;
}
.b-select-wrap select{color: #999;}

.b-select {
  height: 40px;
  background-color: white;
  border: 0;
  outline: none;
  font-size: 14px;
  -webkit-appearance: none; /* for webkit browsers */
  -moz-appearance: none; /* for firefox */
  appearance: none; /* for modern browsers */
}
.registration-main .input-group-addon{border-radius: 0px; padding: 6px 20px;font-size: 16px;}
.registration-main .center-block{margin-left: 0px;}
.registration-main p{margin-bottom: 0px;}


/* tabs */

.content-quality{float:left;width:193px;}
.content-quality p{margin-left:10px;font-family:'Open Sans', sans-serif;font-size:14px;font-weight:600;line-height:17px;}
.content-quality p span{display:block;}
.tabtop li a{font-family: 'Roboto', sans-serif; font-weight: bold; font-size: 16px; color:#1b2834;border-radius:0px; border:1px solid #ebebeb !important; }
.tabtop .active a:before{/*content:"♦";*/position:absolute;top:32px;left:82px;color:#2280FC;font-size:30px;content: ' \2023'!important;transform: rotate(210deg);}
.tabtop li a:hover{color:#2280FC !important;text-decoration:none;}
.tabtop .active a:hover{color:#fff !important;}
.tabtop .active a{background-color:#2280FC !important;color:#FFF !important;}
.margin-tops{margin-top:30px;}
.tabtop li a:last-child{padding:15px 22px;}
.thbada{padding:10px 28px !important;}
section p{font-family:'Lato', sans-serif;}
.margin-tops4{margin-top:20px;}
.tabsetting{padding-top:6px;}
.services{background-color:#d4d4d4;min-height:710px;padding:65px 0 27px 0;}
.services a:hover{color:#000;}
.services h1{margin-top:0px !important;}


/* ************************************ */

/* remove default caret for ie */


.customradio {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  margin: 20px 20px 20px 0px;
}

/* Hide the browser's default radio button */
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: white;
  border-radius: 50%;
  border:1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
  background-color: white;
  border:1px solid #BEBEBE;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2280FC;
}

/* Custom Radio Button End*/

.registration-from .panel-info > .panel-heading{background: #2280FC; color: #fff; font-family: 'Roboto', sans-serif; font-size: 16px;}
.registration-from .panel-info > .panel-heading h3{font-family: 'Roboto', sans-serif; font-size: 18px; font-weight: bold;}
.registration-from .panel-heading{border-radius: 0px;}
.registration-from .panel{border-radius: 0px;}
.clickable{cursor: pointer;}
.clickable .glyphicon{
background: rgba(0, 0, 0, 0.15);
display: inline-block;
padding: 0px 12px;
font-size: 30px;
font-weight: bold;
}

.panel-heading span
{
margin-top: -26px;
font-size: 18px;
margin-right: -9px;
}
a.clickable { color: inherit; }
a.clickable:hover { text-decoration:none; }


/* ****************************** */


.registration-but {
color: white;
padding: 10px 20px;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
font-family: 'Roboto', sans-serif;
z-index:99;
transform-origin: 0 0;
transform: rotate(270deg);
-moz-box-shadow: -1px 3px 10px 0 #00AFEF;
-webkit-box-shadow: -1px 3px 10px 0 #1C59DD;
-o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);

-webkit-animation: Registration-but 1s infinite;  /* Safari 4+ */
-moz-animation: Registration-but 1s infinite;  /* Fx 5+ */
-o-animation: Registration-but 1s infinite;  /* Opera 12+ */
animation: Registration-but 1s infinite;  /* IE 10+, Fx 29+ */
}

#register-but {
  position: fixed;
  top: 80%;
  left:0px;
  z-index: 99;
}
@keyframes Registration-but{
  0%		{ background-color: #10c018;}
  25%		{ background-color: #1056c0;}
  50%		{ background-color: #ef0a1a;}
  75%		{ background-color: #254878;}
  100%	        { background-color: #04a1d5;}
}
@keyframes Error-but{
  0%		{ color: #ef0a1a;}
  /*25%		{ color: #1056c0;}
  50%		{ color: #ef0a1a;}
  75%		{ color: #254878;}*/
  100%	        { color: #FFF;}
}

/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 0px; /* 100px */
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  /*background: url(assets/img/preloader.gif) center no-repeat #fff;*/
  text-align: center;
}


/* ============================================================== 
     # Demo 
=================================================================== */
.demo-area .single-item {
  box-shadow: 0 0 5px #cccccc;
  position: relative;
  z-index: 1;
  padding: 5px;
}

.demo-area .item {
    margin-bottom: 30px
}

.demo-area .single-item .info {
  background: #f3f6f8 none repeat scroll 0 0;
  color: #333;
  padding: 15px 10px;
  text-align: center;
  margin-top: 15px;
}
.demo-area .single-item .info h4 {
  color: #232323;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
.banner-area .demo-banner h1 {
  font-weight: 700;
  margin-bottom: 30px;
}
.banner-area .demo-banner img {
  height: auto;
  margin-bottom: 20px;
  max-height: 150px;
}
.demo-area .def-heading h2 {
  font-weight: 900;
  margin: 30px 0;
  text-transform: uppercase;
  color: #333333;
}
.demo-footer {
  padding-bottom: 80px;
}

.introduction-area h2 span {
  color: #fd0060;
}

.introduction-area h4 {
  font-weight: 300;
  line-height: 30px;
}

.introduction-area h2 {
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.introduction-area h2::before {
  background: #fd0060 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 50px;
}

.introduction-area h2::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 25px;
}

footer.demo .copyright {
  margin-top: 15px;
}
.demo-area .comming-soon.item img {
    opacity: 0.3;
}
.banner-area.demo-banner {
  padding: 50px 0;
}


.demo-area .tab-navigation .nav-pills li {
    display: inline-block;
    float: none;
}
.demo-area .tab-navigation .nav-pills li a {
    background: #232323 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 15px 40px;
    text-transform: uppercase;
}
.demo-area .tab-navigation .nav-pills li.active a {
  background: #307ad5 none repeat scroll 0 0;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.demo-area .tab-navigation .nav-pills li.active a::after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #307ad5;
  bottom: -14px;
  content: "";
  left: 50%;
  margin-left: -15px;
  position: absolute;
  transition: all 0.35s ease-in-out 0s;
}
.demo-area .tab-navigation .nav-pills {
    display: block;
    margin-bottom: 50px;
}

/* news inner */
.news-banner-main .carousel-control.left, .carousel-control.right{background: none;}
/* News inner end */

/* search */

.data-table-search{margin-bottom: 25px; float: right;}
.data-table-search .input-group-addon{background-color: #307ad5; color:#fff; padding:6px 25px;}

/* End search */

/* privacy-policy-area start */
.privacy-policy-area h2{
  border-bottom: 1px dashed #ccc;
  color:#37404d;
  padding-bottom: 10px;
  margin-top: 20px;
font-weight: 600;
margin-bottom: 10px;
text-transform: capitalize;
font-size: 24px;
}
.privacy-policy-area h4 {color: #2280fc;margin-bottom: 15px;}
.privacy-policy-area p{text-align: justify; font-size: 14px; font-family: 'Roboto', sans-serif; color: #848c99;}

/* privacy-policy-area end */

.capitalize-first-letter{
  text-transform: capitalize !important;
}
.lowercase-all-letter{
  text-transform: lowercase !important;
}
.uppercase-all-letter{
  text-transform: uppercase !important;
}
.pagination-list>li{display: inline;}
.pagination-list>li>a:focus, .pagination-list>li>a:hover, .pagination-list>li>span:focus, 
.pagination-list>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination-list>li:first-child>a, .pagination-list>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination-list>li>a, .pagination-list>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.text-justify{text-align: justify;}

.notfound{
  border-radius: 8px !important;
    font-size: 15px;
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
    padding: 30px;
}
.mintextcontent{
  padding-top: 20px; 
  font-weight: 400; 
  font-size: 20px; 
  width: 100%; 
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis;
}
.news-img-thumb{
  min-height: 225px;
  max-height: 225px; 
}
.my-profile-from {
    padding: 0px 50px 50px 50px;
}
.resentbtn{
    font-size: 12px !important;
    padding: 8px 15px !important;
    border-radius: 5px !important;
    margin-top: 30px;
    margin-right: 0!important;
}
.logincss{
  background: #FFF;
  padding: 0px 0px 40px 0px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
  float: left;
  width: 100%;
}
.center-content{
  text-align: center;
}
.sidebar-register-form{
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  padding: 30px;
  border-radius: 0 0 8px 8px;
}
.pagenumber{
    left: 43%;
}
.priceing{
  font-size: 18px;
  font-weight: 500;
  color: #232323;
}
.list-price{  
  font-size: 16px;
  font-weight: 500;
  color: #232323;
}
.thumbwidth {
  width: 80px;
}
.form-group input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
/* .unselectable { 
  -webkit-user-select: none; 
  -webkit-touch-callout: none; 
  -moz-user-select: none; 
  -ms-user-select: none; 
  user-select: none;    
} */
.info-tile {
  margin: 0px 0px 32px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 1px 1px 1px 0 rgba(0, 0, 0, 0.12) !important;
  position: relative;
  /*overflow: hidden;*/
  border-radius: 2px;
  display: table !important;
  border: 0;
  width: 100%;
  position: initial;
}
.info-tile .stats,
.info-tile .info {
  display: table-cell;
  padding: 10px 0px;
  vertical-align: middle;
}
.info-tile .tile-heading {
  text-align: center;
  /*height: 16px;*/
  line-height: 16px;
  font-weight: 400;
  opacity: 1;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.info-tile .tile-content {
  text-align: center;
  color: #9e9e9e;
  font-weight: 400;
  /* margin: 8px 0; */
  font-size: 13px;
  text-transform: uppercase;
  display: block;
}
.info-tile .tile-content .tile-icon {
  font-size: 40px;
  color: #fafafa;
  opacity: .4;
}
.info-tile .tile-body {
  text-align: center;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
  position: relative;
  z-index: 1;
}
.info-tile .tile-footer {
  text-align: center;
  font-size: 11px;
  position: absolute;
  bottom: 8px;
}
.info-tile .tile-footer-extra {
  position: relative;
  text-align: left;
}
.info-tile .tile-footer-extra .progress {
  margin: 8px 0 0 0;
  height: 4px;
}
.info-tile.info-tile-alt.tile-warning .stats {
  background-color: #ffc721;
  color: #fff8e1;
}
.info-tile.info-tile-alt.tile-warning .stats .tile-heading,
.info-tile.info-tile-alt.tile-warning .stats .tile-body {
  color: #fff8e1;
}
.info-tile.info-tile-alt.tile-warning .info {
  background-color: #ffc107;
  color: #fff8e1;
}
.info-tile.info-tile-alt.tile-warning .info .tile-heading,
.info-tile.info-tile-alt.tile-warning .info .tile-body {
  color: #fff8e1;
}
.info-tile.info-tile-alt.tile-success .stats {
  background-color: #97c95d;
  color: #f1f8e9;
}
.info-tile.info-tile-alt.tile-success .stats .tile-heading,
.info-tile.info-tile-alt.tile-success .stats .tile-body {
  color: #f1f8e9;
}
.info-tile.info-tile-alt.tile-success .info {
  background-color: #8bc34a;
  color: #f1f8e9;
}
.info-tile.info-tile-alt.tile-success .info .tile-heading,
.info-tile.info-tile-alt.tile-success .info .tile-body {
  color: #f1f8e9;
}
.info-tile.info-tile-alt.tile-teal .stats {
  background-color: #00b09f;
  color: #e0f2f1;
}
.info-tile.info-tile-alt.tile-teal .stats .tile-heading,
.info-tile.info-tile-alt.tile-teal .stats .tile-body {
  color: #e0f2f1;
}
.info-tile.info-tile-alt.tile-teal .info {
  background-color: #009688;
  color: #e0f2f1;
}
.info-tile.info-tile-alt.tile-teal .info .tile-heading,
.info-tile.info-tile-alt.tile-teal .info .tile-body {
  color: #e0f2f1;
}
.info-tile.info-tile-alt.tile-lime .stats {
  background-color: #c7d046;
  color: #f4f7d5;
}
.info-tile.info-tile-alt.tile-lime .stats .tile-heading,
.info-tile.info-tile-alt.tile-lime .stats .tile-body {
  color: #f4f7d5;
}
.info-tile.info-tile-alt.tile-lime .info {
  background-color: #c0ca33;
  color: #f4f7d5;
}
.info-tile.info-tile-alt.tile-lime .info .tile-heading,
.info-tile.info-tile-alt.tile-lime .info .tile-body {
  color: #f4f7d5;
}
.info-tile.info-tile-alt.tile-danger .stats {
  background-color: #eb6357;
  color: #fde0dc;
}
.info-tile.info-tile-alt.tile-danger .stats .tile-heading,
.info-tile.info-tile-alt.tile-danger .stats .tile-body {
  color: #fde0dc;
}
.info-tile.info-tile-alt.tile-danger .info {
  background-color: #e84e40;
  color: #fde0dc;
}
.info-tile.info-tile-alt.tile-danger .info .tile-heading,
.info-tile.info-tile-alt.tile-danger .info .tile-body {
  color: #fde0dc;
}
.info-tile.info-tile-alt.tile-info .stats {
  background-color: #00d3ee;
  color: #e0f7fa;
}
.info-tile.info-tile-alt.tile-info .stats .tile-heading,
.info-tile.info-tile-alt.tile-info .stats .tile-body {
  color: #e0f7fa;
}
.info-tile.info-tile-alt.tile-info .info {
  background-color: #00bcd4;
  color: #e0f7fa;
}
.info-tile.info-tile-alt.tile-info .info .tile-heading,
.info-tile.info-tile-alt.tile-info .info .tile-body {
  color: #e0f7fa;
}
.info-tile.info-tile-alt.tile-green .stats {
  background-color: #5cb860;
  color: #e8f5e9;
}
.info-tile.info-tile-alt.tile-green .stats .tile-heading,
.info-tile.info-tile-alt.tile-green .stats .tile-body {
  color: #e8f5e9;
}
.info-tile.info-tile-alt.tile-green .info {
  background-color: #4caf50;
  color: #e8f5e9;
}
.info-tile.info-tile-alt.tile-green .info .tile-heading,
.info-tile.info-tile-alt.tile-green .info .tile-body {
  color: #e8f5e9;
}
.info-tile.info-tile-alt.tile-primary .stats {
  background-color: #14b4fc;
  color: #e1f5fe;
}
.info-tile.info-tile-alt.tile-primary .stats .tile-heading,
.info-tile.info-tile-alt.tile-primary .stats .tile-body {
  color: #e1f5fe;
}
.info-tile.info-tile-alt.tile-primary .info {
  background-color: #03a9f4;
  color: #e1f5fe;
}
.info-tile.info-tile-alt.tile-primary .info .tile-heading,
.info-tile.info-tile-alt.tile-primary .info .tile-body {
  color: #e1f5fe;
}
.info-tile.info-tile-alt.tile-gray .stats {
  background-color: #ababab;
  color: #fafafa;
}
.info-tile.info-tile-alt.tile-gray .stats .tile-heading,
.info-tile.info-tile-alt.tile-gray .stats .tile-body {
  color: #fafafa;
}
.info-tile.info-tile-alt.tile-gray .info {
  background-color: #9e9e9e;
  color: #fafafa;
}
.info-tile.info-tile-alt.tile-gray .info .tile-heading,
.info-tile.info-tile-alt.tile-gray .info .tile-body {
  color: #fafafa;
}
.info-tile.info-tile-alt.tile-orange .stats {
  background-color: #ffa21a;
  color: #fff3e0;
}
.info-tile.info-tile-alt.tile-orange .stats .tile-heading,
.info-tile.info-tile-alt.tile-orange .stats .tile-body {
  color: #fff3e0;
}
.info-tile.info-tile-alt.tile-orange .info {
  background-color: #ff9800;
  color: #fff3e0;
}
.info-tile.info-tile-alt.tile-orange .info .tile-heading,
.info-tile.info-tile-alt.tile-orange .info .tile-body {
  color: #fff3e0;
}
.info-tile.info-tile-alt.tile-blue .stats {
  background-color: #39a1f4;
  color: #e3f2fd;
}
.info-tile.info-tile-alt.tile-blue .stats .tile-heading,
.info-tile.info-tile-alt.tile-blue .stats .tile-body {
  color: #e3f2fd;
}
.info-tile.info-tile-alt.tile-blue .info {
  background-color: #2196f3;
  color: #e3f2fd;
}
.info-tile.info-tile-alt.tile-blue .info .tile-heading,
.info-tile.info-tile-alt.tile-blue .info .tile-body {
  color: #e3f2fd;
}
.info-tile.info-tile-alt.tile-green .stats {
  background-color: #5cb860;
  color: #e8f5e9;
}
.info-tile.info-tile-alt.tile-green .stats .tile-heading,
.info-tile.info-tile-alt.tile-green .stats .tile-body {
  color: #e8f5e9;
}
.info-tile.info-tile-alt.tile-green .info {
  background-color: #4caf50;
  color: #e8f5e9;
}
.info-tile.info-tile-alt.tile-green .info .tile-heading,
.info-tile.info-tile-alt.tile-green .info .tile-body {
  color: #e8f5e9;
}
.info-tile.info-tile-alt.tile-purple .stats {
  background-color: #af2cc5;
  color: #f3e5f5;
}
.info-tile.info-tile-alt.tile-purple .stats .tile-heading,
.info-tile.info-tile-alt.tile-purple .stats .tile-body {
  color: #f3e5f5;
}
.info-tile.info-tile-alt.tile-purple .info {
  background-color: #9c27b0;
  color: #f3e5f5;
}
.info-tile.info-tile-alt.tile-purple .info .tile-heading,
.info-tile.info-tile-alt.tile-purple .info .tile-body {
  color: #f3e5f5;
}
.info-tile.info-tile-alt.tile-indigo .stats {
  background-color: #4d5ec1;
  color: #e8eaf6;
}
.info-tile.info-tile-alt.tile-indigo .stats .tile-heading,
.info-tile.info-tile-alt.tile-indigo .stats .tile-body {
  color: #e8eaf6;
}
.info-tile.info-tile-alt.tile-indigo .info {
  background-color: #3f51b5;
  color: #e8eaf6;
}
.info-tile.info-tile-alt.tile-indigo .info .tile-heading,
.info-tile.info-tile-alt.tile-indigo .info .tile-body {
  color: #e8eaf6;
}
.info-tile.info-tile-alt.tile-brown .stats {
  background-color: #896052;
  color: #efebe9;
}
.info-tile.info-tile-alt.tile-brown .stats .tile-heading,
.info-tile.info-tile-alt.tile-brown .stats .tile-body {
  color: #efebe9;
}
.info-tile.info-tile-alt.tile-brown .info {
  background-color: #795548;
  color: #efebe9;
}
.info-tile.info-tile-alt.tile-brown .info .tile-heading,
.info-tile.info-tile-alt.tile-brown .info .tile-body {
  color: #efebe9;
}
.info-tile.info-tile-alt.tile-midnighblue .stats {
  background-color: #39a1f4;
  color: #607d8b;
}
.info-tile.info-tile-alt.tile-midnighblue .stats .tile-heading,
.info-tile.info-tile-alt.tile-midnighblue .stats .tile-body {
  color: #607d8b;
}
.info-tile.info-tile-alt.tile-midnighblue .info {
  background-color: #2196f3;
  color: #607d8b;
}
.info-tile.info-tile-alt.tile-midnighblue .info .tile-heading,
.info-tile.info-tile-alt.tile-midnighblue .info .tile-body {
  color: #607d8b;
}
.anchortagcolor a,.anchortagcolor a:hover,.anchortagcolor a:focus {
    color: #03a9f4;
}



/* **************JOB PAGES************** */







.listing.featured { background-color: #fffcee; }




.listing-badge {
    background-color: #fac710;
    float: left;
    position: absolute;
    transform: rotate(45deg);
    text-align: center;
    font-size: 14px;
    margin: 0;
    z-index: 999;
    color: #fff;
    font-weight: 500;
    width: 66px;
    height: 66px;
    right: -33px;
    top: -33px;
    line-height: 106px;
}

.listing-badge i {
    transform: rotate(-45deg);
}







.listing .listing-title {
	flex-wrap: wrap;
	padding-left: 25px;
	padding-right: 110px;
}


.listing-type {
	border-radius: 3px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	color: #888;
	padding: 4px 8px;
	line-height: 18px;
	font-weight: 500;
	top: 25px;
	position: absolute;
	right: 25px;
	white-space: nowrap;
	text-align: center;
	min-width: 76px;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 768px) {
	.listing-type {
		position: relative;
		left: 0;
		top: 0;
		transform: translateY(0%);
		margin: 8px 0;
		display: inline-block;
	}

	.listing .listing-title { padding-right: 20px; }

	.listing .listing-logo {
		width: 40px;
		min-width: 40px;
  }
  #primary {
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    width: 67%!important;
    margin-top: 11px;
    margin-left: 32px;
}


}


.job-spotlight span.full-time   { color: #186fc9 !important; border: 1px solid #186fc9; background-color: #f1f7fc; }
.job-spotlight span.part-time   { color: #f1630d !important; border: 1px solid #f1630d; background-color: #fef6f0; }
.job-spotlight span.freelance   { color: #53b427 !important; border: 1px solid #53b427; background-color: #f5fbf2; }
.job-spotlight span.internship  { color: #dcaa0c !important; border: 1px solid #dfb634; background-color: #fdfcf2; }
.job-spotlight span.temporary   { color: #e12335 !important; border: 1px solid #e12335; background-color: #fdf2f3; }

.job-spotlight span.full-time,
.job-spotlight span.part-time,
.job-spotlight span.freelance,
.job-spotlight span.internship,
.job-spotlight span.temporary   {
	text-transform: none !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	line-height: 26px;
}

li .job-spotlight p { color: #888; }
.job-spotlight a h4 { line-height: 29px; }

.listing-date { 
	background-color: #fff;
	border: 1px solid #e0e0e0;
	color: #888;
	display: inline-block;
	border-radius: 3px;
	font-size: 12px;
	padding: 3px 8px;
	line-height: 18px;
	font-weight: 500;
}

.listing-date.new {
    border-color: #26ae62;
    background-color: #e9fff3;
    color: #26ae62;
}

.listing-details { flex-wrap: wrap; }






.listing-type {
   border-radius: 3px;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  color: #888;
  padding: 4px 8px;
  line-height: 18px;
  font-weight: 600;
  top: 25px;
   position: absolute;
  right: 25px;
  white-space: nowrap;
  text-align: center;
  min-width: 55px;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar ul {
  list-style: outside none none;
  padding: 0;
  margin: 0;
}
.accordionjs {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 20px;
}
.faq-section .accordionjs .acc_section {
 /* border: none;*/
  position: relative;
  z-index: 10;
  margin-top: 0;
  overflow: hidden;
  margin-bottom: 28px;
  border: 1px solid #f2f2f2;
}
.faq-section .accordionjs .acc_section:first-of-type, .faq-section .accordionjs .acc_section:first-of-type .acc_head {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


/* Logo to right */
.listings-container.logo-to-right .listing-type {
	position: relative;
	margin-left: 5px;
	left: auto;
	right: auto;
	top: -1px;
}

.listings-container.logo-to-right .listing .listing-title {
	padding-left: 5px;
	padding-right: 80px;
}

.listings-container.logo-to-right .listing .listing-logo {
	position: absolute;
	right: 25px;
}

@media (max-width: 1290px) {
	.listings-container.logo-to-right .listing .listing-title{
		padding-right: 60px;
	}

	.listings-container.logo-to-right .listing .listing-logo {
		width: 40px;
	}
}

.five_columns ul li::before{display: none; }

.checkboxes input[type="checkbox"]:checked + label::before {
    content: "✓";
    font-family: "FontAwesome";
	font-size: 12px;
	font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 15px;
    background-color: #505050;
    border: 2px solid transparent;
}
.checkboxes label::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 5px;
    background-color: #fff;
    border: 2px solid #d0d0d0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.checkboxes label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
}
legend {
    display: block;
    font-weight: bold;
    font-size: 16px;
    font-weight: normal;
	margin-bottom: 8px;
	font-family: 'Roboto', sans-serif;
}
.checkboxes input[type="checkbox"] {
    display: none;
}
.check-4{background-color: #26ae61;}
.checkboxes input[type="checkbox"]:checked + label::before {background-color: #2761d8;}
.filter_moretext a{color:#2761d8 !important; font-family: 'Roboto', sans-serif; font-weight: bold;}
.filter_moretext a:hover{ color: #000 !important; }

.job-overview ul li { margin: 0 0 3px 0; }
.job-overview ul li:last-child { margin: 0; }
.job-overview ul li:first-child { margin-top: 5px; }
.job-overview ul li i {font-size: 16px;color: #505050;}
.job-overview ul li i.fa.fa-map-marker {font-size: 18px;}
.job-overview ul li span {display: block;margin-top: 3px;line-height: 23px;}
.job-overview ul li div {position: relative;top: -28px;}
.job-overview a.button { margin-top: 10px; }
.company-info {border-bottom: 1px solid #e0e0e0;padding-bottom: 33px;margin-bottom: 35px;}
.company-info img {float: left;display: inline-block;margin-right: 30px;}
.company-info .content {display: block;float: left;margin: 23px 0 0 0px;}
.company-info span { margin-right: 10px; }
.company-info span a { color: #666; }
.company-info span a:hover { color: #505050; }
.company-info h4 {font-size: 20px;line-height: 30px;}

@media (max-width: 1024px  ){
  
  #primary {
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    width: 63%;
    margin-top: 11px;
}
p {
  color: #666666;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}
.customefontcolor {
  color: #3a405b !important;
  margin-left: -1px!important;
}
.sidebar {
  width: 23%!important;
  margin-top: 7px;
  padding-left: 25px;
  padding-right: 25px;
  float: left;
}

/* .careers .inner-wrapper{
  margin-left: 20px !important;
  margin-right: -20px !important;
} */




}

body .job-overview .fa-map-marker:before, 
body .job-spotlight .fa-map-marker:before,
body .job-overview .fa-user:before, 
body .job-spotlight .fa-user:before,
body .job-overview .fa-clock-o:before, 
body .job-spotlight .fa-clock-o:before,
body .job-overview .fa-money:before, 
body .job-spotlight .fa-money:before,
body .job-overview .fa-briefcase:before, 
body .job-spotlight .fa-briefcase:before {
font-family: "linearicons";
font-size: 22px;
position: relative;
top: 2px;}



  .company-info {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 33px;
    margin-bottom: 35px;
    margin-left: -166px;
}
p {
  font-size: 16px;
  color: #8e8d8d;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 10px;
  margin-left: -162px;
}

.jobrequirment {
  font-weight: 500;
  color: #222;
  margin-left: -164px;
}
.sidebar {
  width: 55%;
  margin-top: 7px;
  padding-left: 52px;
  padding-right: 25px;
  float: left;
}
.customejobdes {
  margin-top: -18px;
  margin-left: 28px;
  font-size: 16px;
  font-weight: bold;
  color: #3a405b;
}

.job-overview a.button, .job-spotlight a.button {
  width: 170%;
  text-align: center;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}

body .job-spotlight .fa-map-marker:before,
body .job-spotlight .fa-user:before,
body .job-spotlight .fa-clock-o:before,
body .job-spotlight .fa-money:before,
body .job-spotlight .fa-briefcase:before {
font-family: "linearicons";
font-size: 19px;
position: relative;
top: 1px;
color: #666;}
.job-overview ul li i{ color: #2761d8; }



#primary {
  float: left;
  padding-left: 25px;
  padding-right: 25px;
  width: 76%;
  margin-top: 11px;
}

.listing-type {
  top: 71%;
  float: right;
  margin-right: 66px;
 
}
.listing-type1{
  top: 63%!important;
    float: right !important;
    margin-right: 54px !important;
}

}


@media (max-width: 360px){
  .listing-type {
    border-radius: 3px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #888;
    padding: 3px 8px;
    line-height: 18px;
    font-weight: 600;
    top: 119px;
    position: absolute;
    right: -80px!important;
    white-space: nowrap;
    text-align: center;
    min-width: 19px;
    transform: translateY(-50%);
    width: 21%;
  }
  .listing-type1 {
    position: relative;
    left: -139px!important;
    top: 29px!important;
    transform: translateY(0%);
    margin: 1px 0!important;
    display: inline-block;
  }
  
  .customejobdes {
    margin-top: -18px!important;
    margin-left: 28px!important;
    font-size: 16px;
    font-weight: bold;
    color: #3a405b;
    float: inherit;
  }
  .company-info {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 33px;
    margin-bottom: 35px;
    margin-left: -65px!important;
  }
  #primary {
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
  }
  .listingimg {
    width: 55px;
    height: 55px;
  }
  .listing .listing-title {
    padding-right: 20px;
  }

  .customefontcolor {
    color: #3a405b !important;
    margin-left: 50px;
  }

  .sidebar {
    width: 97%!important;
    padding-left: 25px;
    padding-right: 25px;
    float: left;
    margin-left:3px;
  }
  .job-overview, .job-spotlight {
    background-color: #fdfdfd;
    border: 1px solid #e2e2e2;
    padding: 35px 38px 31px 38px;
    margin-left: 13px;
  }
  .job-overview a.button, .job-spotlight a.button {
    width: 58%;
    text-align: center;
    box-sizing: border-box;
    margin: 20px 0 0 0;
  }

  .inner-wrapper {
    margin-left: -25px;
    margin-right: -15px;
  }

  .faq-section .accordionjs .acc_section .acc_head {
    position: relative;
    padding: 10px;
    display: block;
    cursor: pointer;
    padding: 15px 35px;
    width: 232px;
  }
  .jobrequirment {
    font-weight: 500;
    color: #222;
    margin-left: -249px!important;
  }
  p {
    font-size: 16px;
    color: #8e8d8d;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 10px;
    margin-left: -256px!important;
  }

  .committeesection .col-grid-3{
    width: 100% !important;
  }
  .committeesection .site-main{
    margin-left: -20px !important;
  }
  .membersection .service-block-item{
    width: 100% !important;
    padding-left: 62px;
  }

  .membersection .inner-wrapper{
    margin-left: -25px !important;
  }

  .careerdetails .inner-wrapper{
    margin-left: -7px !important;
    margin-right: -25px !important;
  }
  .careerdetails .col-grid-4{
    width: 100% !important;
  }
}
 

/*#primary {
  float: left;
  padding-left: 25px;
  padding-right: 25px;
  width: 90%!important;
  margin-top: 11px;
}*/


.listingimg {
  width: 55px;
  height: 55px;
}
.listing .listing-title {
  padding-right: 20px;
}

.customefontcolor {
  color: #3a405b !important;
  margin-left: 50px;
}

.sidebar {
  width: 36%;
  padding-left: 25px;
  padding-right: 25px;
  float: left;
 
  /*padding-left: 25px;
  /*  padding-right: -12px;*/
    /*float: left;
    //margin-top: -1002px!important;*/
}
.job-overview a.button, .job-spotlight a.button {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}



.container::after,
.inner-wrapper::after {
	clear: both;
	content: "";
	display: table;
}
.inner-wrapper {
	margin-left: -20px;
  margin-right: -20px;
  color:#3a405b;
}
.inner-wrapper:after {
	clear: both
}
#content.global-layout-no-sidebar > .container > .inner-wrapper {
	margin: 0;
}
.service-layout-4 .container, .service-layout-4 .inner-wrapper {
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
.grid-structure .inner-wrapper > div {
	margin-bottom: 20px;
}

.item-inner-wrapper:hover .overlay:before {
	bottom: 0;
	opacity: 0.9;
}


.item-inner-wrapper {
	position: relative;
	overflow: hidden;
	background-color: #f5f5f5;
	/* padding: 15px; */
}

.item-inner-wrapper .portfolio-content {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	 transition: all 0.3s ease 0s;
	padding: 20px 20px 20px;
}

.item-inner-wrapper:hover .portfolio-content {
	opacity: 1;
	visibility: visible;
	bottom: 10px;
}
.item-inner-wrapper:hover a.zoom-icon {
  top: 45%;
  visibility: visible;
}

.contact-map .map-inner-wrapper {
	background: #ffffff;
	padding: 10px 10px 0;
	box-shadow: 0 0 29px #efeded;
}

.contact-map .map-inner-wrapper p {
	color:#fff;
	margin: 0;
}
.instagram-inner-wrapper {
	position: relative;
}
@media only screen and (max-width:1000px) {

  .item-inner-wrapper:hover .portfolio-content {
		bottom: 35px;
	}
	
	.inner-wrapper {
		margin-left: 5px;
		margin-right: -15px;
  }
  .nav-inner-wrapper {
		box-shadow: none;
		width: auto;
		float: right;
		margin-top: -55px;
  }
  .header-v2 .nav-inner-wrapper {
		box-shadow: none;
		padding-right: 0;
		padding-left: 0;
		margin: 0;
		text-align: center;
		float: none;
		padding: 0;
		background: no-repeat;
  }
  .header-v5 .nav-inner-wrapper.nav-color-bg {
		float: none;
		margin: 0;
		padding: 5px 0;
	}

 }
 @media only screen and (max-width:767px) {



	.inner-wrapper {
		margin-left: -156px;
		margin-right: -15px;
  }
  .sidebar {
    width: 66% !important;
    margin-top: 7px;
    padding-left: 172px!important;
    padding-right: 25px;
    float: left;
}
  .nav-inner-wrapper {
		box-shadow: none;
		width: auto;
		float: right;
		margin-top: -50px;
		background: none;
	}
 }
 /* Smaller than standard 480 (devices and browsers) */

@media only screen and (max-width:479px) {
  .item-inner-wrapper:hover .portfolio-content {
		bottom: 35px;
  }
  .header-v5 .nav-inner-wrapper {
		margin-top: -56px;
  }
  .nav-inner-wrapper {
		box-shadow: none;
		width: auto;
		float: right;
		margin-top: -50px;
		background: none;
		padding-right: 0;
	}

}
.inner-wrapper:before, .inner-wrapper:after {
  content: " ";
  display: table;
}
.global-layout-left-sidebar #primary {
  float: right;
}
#content::after, #content::before {
  content: "";
  display: table;
  clear: both;
}



.listing .listing-logo {
  width: 60px;
  min-width: 60px;
  flex-wrap: wrap;
}
.listingimg{
 
    width: 60px;
    height: 60px;
}
.listing .listing-title {
  flex-wrap: wrap;
  padding-left: 25px;
 /*  padding-right: 110px;
  margin-top: -11px; */
}



.icon-map-pin:before {
  content: "\e047";
}

.listing-date.new {
  border-color: #26ae62;
  background-color: #e9fff3;
  color: #26ae62;
}
.listing-date {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  color: #888;
  display: inline-block;
  border-radius: 3px;
  font-size: 13px;
  padding: 3px 8px;
  line-height: 18px;
  font-weight: 500;
}

.listing-type {
   border-radius: 3px;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  color: #888;
  padding: 4px 8px;
  line-height: 18px;
  font-weight: 600;
  
   position: absolute;
  right: 25px;
  white-space: nowrap;
  text-align: center;
  min-width: 55px;
  top: 46%;
  transform: translateY(-50%);
}

.sidebar ul {
  list-style: outside none none;
  padding: 0;
  margin: 0;
}
.accordionjs {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 20px;
}
.faq-section .accordionjs .acc_section {
 /* border: none;*/
  position: relative;
  z-index: 10;
  margin-top: 0;
  overflow: hidden;
  margin-bottom: 8px;
  border: 1px solid #f2f2f2;
  color: #222;
  font-weight: 500;
}
.faq-section .accordionjs .acc_section:first-of-type, .faq-section .accordionjs .acc_section:first-of-type .acc_head {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordionjs .acc_section {
  box-shadow: 0 0 14px #dddddd54;
}

.faq-section .accordionjs .acc_section:first-of-type, .faq-section .accordionjs .acc_section:first-of-type .acc_head {
  border: 0;
}
.faq-section .accordionjs .acc_section.acc_active > .acc_head, .faq-section .accordionjs .acc_section > .acc_head:hover {
  background: #2280fc !important;
  border-bottom: none;
}

.faq-section .acc_section.acc_active .faq-title.acc_head:after {
  content: "\f068";
  color: #fff;
}
.faq-section .acc_section .faq-title.acc_head:after {
  content: "\f067";
  display: inline;
  position: absolute;
  height: 15px;
  width: 15px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 15px;
  right: 25px;
  color: #222;
}
.faq-section .accordionjs .acc_section.acc_active > .acc_head h4, .faq-section .accordionjs .acc_section > .acc_head:hover h4 {
  color: #fff;
}

#content {
  padding: 70px 0;
  background: #fff;
}

.checkboxes label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  margin-bottom: 22px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  
}
.checkboxes input[type="checkbox"]:checked + label::before {
  content: "✓";
  font-family: "FontAwesome";
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 15px;
  background-color: #505050;
  border: 2px solid transparent;
}
.checkboxes label::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #fff;
  border: 2px solid #d0d0d0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.checkboxes input[type="checkbox"]:checked + label::before {
  background-color: #2280fc;
}
.faq-section .faq-section h4 {
  margin: 0;
}
.filter_moretext a{color:#2280fc !important; font-family: 'Roboto', sans-serif; font-weight: bold;}

.filter_moretext a:hover{ color: #000 !important; }

.faq-section .acc_section .faq-title.acc_head:hover:after {
	color: #fff;
}

.faq-section .acc_section.acc_active .faq-title.acc_head:after {
	content: "\f068";
	color: #fff;
}

.faq-section .accordionjs .acc_section .acc_head {
  position: relative;
  padding: 10px;
  display: block;
  cursor: pointer;
  padding: 15px 35px;
  margin-top: -11px!important;
}
.faq-section .accordionjs .acc_section .acc_content {
  padding: 30px 35px 20px;
  background: #fff;
}
.listing .listing-logo img {
  border-radius: 3px;
  transform: translate3d(0,0,0);
  margin-top:12px;

}
.company-info {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 33px;
  margin-bottom: 35px;
}

.mb9{
  margin-bottom: 9px!important;
}
.margin-bottom-10{
  margin-bottom: 10px!important;
}
.jobrequirment{
  font-weight: 500;
  color: #222;
}
.customefontcolor{
  color:#3a405b !important;
}
.job-overview ul li i {
  color: #2761d8;
}
.job-overview, .job-spotlight {
  background-color: #fdfdfd;
  border: 1px solid #e2e2e2;
  padding: 20px 25px 10px 25px;
  text-align: justify;
 
}
.customejobdes {
  margin-top: -26px;
  margin-left: 28px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8em;
  color: #3a405b;
}
.description{
  margin-left: 29px;
    font-size: 15px;
    color: #3a405b;
    margin-top: -15px;
}
.job-overview ul li:first-child {
  margin-top: 5px;
}
.job-overview ul li {
  margin: 0 0 3px 0;
}
.sidebar ul li {
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
  font-size: 15px;
}
.job-overview a.button, .job-spotlight a.button {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}
.job-overview a.button {
  margin-top: 10px;
}



/*@media only screen and (max-height: 640px){
.inner-wrapper {
    margin-left: -138px;
    margin-right: -15px;  
  }
  .sidebar {
    width: 26%;
    margin-top: 7px;
    padding-left: 145px;
    padding-right: 25px;
    float: left;
}
}*/
@media (max-width: 1024px  ){
  #primary {
    float: left;
    padding-left: 25px !important;
    padding-right: 25px !important;
    width: 100%!important;
    margin-top: 11px;
}

.site-main {
  margin-left: 20px!important;
}

}

/*@media (max-width: 1366px  ){
/*.sidebar {
  width: 24%;
  margin-top: -25px;
  padding-left: 25px;
  padding-right: 25px;
  float: left;
}
.site-main {
    margin-left: -66px!important;
}
.inner-wrapper {
  margin-left: 1px;
  margin-right: -20px;
  color: #3a405b;
}

 
  


}*/
@media (max-width: 768px  ){
  #primary {
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    width: 61%;
    margin-top: 11px;
}
.sidebar {
  width: 89% !important;
  margin-top: 7px;
  padding-left: 13px!important;
  padding-right: 25px;
  float: left;
}


.company-info {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 33px;
  margin-bottom: 35px;
  width: 151%;
  margin-left: 39px;
}

.job-overview a.button, .job-spotlight a.button {
  width: 66%;
  text-align: center;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}
p {
  font-size: 16px;
  color: #8e8d8d;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 10px;
  margin-left: -236px;
  width: 100%;
}

.job-overview a.button, .job-spotlight a.button {
  width: 57%;
  text-align: center;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}
.jobrequirment {
  font-weight: 500;
  color: #222;
  margin-left: 57px;
}

.job-overview, .job-spotlight {
  background-color: #fdfdfd;
  border: 1px solid #e2e2e2;
  padding: 35px 38px 31px 38px;
  margin-left: 0px;
}
.listing-type {
  border-radius: 3px;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  color: #888;
  padding: 3px 8px;
  line-height: 18px;
  font-weight: 600;
  top: 25px;
  position: absolute;
  right: 170px!important;
  white-space: nowrap;
  text-align: center;
  min-width: 55px;
  top: 55%;
  transform: translateY(-50%);
}

.memberregistration .registration-from{
  padding: 0px 25px 50px 25px !important;
}

.memberregistration #btnpaynow{
  margin-bottom: 5px;
}

}

@media (max-width: 375px  ){
.site-main {
    margin-left: 0px!important;
}
.section-products {
  margin-left: 0px!important;
}

p {
  font-size: 16px;
  color: #8e8d8d;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 10px;
  margin-left: -236px;
  width: 100%;
}


.listing-type {
  border-radius: 3px;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  color: #888;
  padding: 3px 8px;
  line-height: 18px;
  font-weight: 600;
  top: 25px;
  position: absolute;
  right: -80px!important;
  white-space: nowrap;
  text-align: center;
  min-width: 19px;
  top: 55%;
  transform: translateY(-50%);
  width: 24%;
  margin-left: 257px;
  margin-top: 61px;
}
.listing-type1 {
  top: 81%!important;
  margin-right: 142px !important;
}

.sidebar {
  width: 82%!important;
  margin-top: 7px!important;
  padding-left: 15px!important;
  padding-right: 0px!important;
  float: left;
  
}
#primary {
  float: left;
  padding-left: 25px !important;
  padding-right: 25px !important;
  width: 100%!important;
    margin-top: 11px;
}
.job-overview a.button, .job-spotlight a.button {
  width: 143%!important;
  text-align: center;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}
.committeesection .col-grid-3{
  width: 100% !important;
}

.careerdetails .sidebar{
  margin-left: -11px;
}

.careerdetails .col-grid-4{
  width: 100% !important;
  padding-left:25px;
}
.membersection .service-block-item{
  width: 100% !important;
  /* padding-left: 45px; */
}
.memberregistration .registration-from{
  padding: 0px 25px 50px 25px !important;
}


}
@media only screen and (max-width: 1023px){
.sidebar, #primary, .three-columns-enabled .sidebar, .three-columns-enabled #primary {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
}
@media (max-width: 812px  ){
  .customejobdes {
    margin-top: -26px;
    margin-left: 28px!important;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.8em;
    color: #3a405b;
}
.description {
  margin-left: 29px!important;
  font-size: 15px;
  color: #3a405b;
  margin-top: -8px;
}
  p {
    font-size: 16px;
    color: #8e8d8d;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 10px;
    margin-left: 2px !important;
}
  #primary {
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    width: 61%;
    margin-top: 11px;
}
.sidebar {
  width: 92%;
  margin-top: 7px;
  padding-left: 25px;
  padding-right: 25px;
  float: left;
  margin-left: 83px;
}
.job-overview a.button, .job-spotlight a.button {
  width: 70%;
  text-align: center;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}
.site-main{
  margin-left: -20px!important;
}
}
@media (max-width: 411px  ){
  #primary {
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    width: 6%!important;
    margin-top: 11px !important;
}
.inner-wrapper {
  margin-left: -7px;
  margin-right: -25px;
}


.company-info {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 33px;
  margin-bottom: 35px;
  margin-left: -33px !important;
  margin-top: -48px;
}

p {
    font-size: 16px;
    color: #8e8d8d;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 10px;
    margin-left: -34px !important;
}

.jobrequirment {
  font-weight: 500;
  color: #222;
  margin-left: -32px !important;
}
.customejobdes {
  margin-top: -18px;
  margin-left: 28px;
  font-size: 16px;
  font-weight: bold;
  color: #3a405b;
  float: right;
  margin-right: 193px !important;
}
.description {
  margin-left: 31px!important;
  font-size: 15px;
  color: #3a405b;
}
.faq-main-wrapper{
  margin-left:-4px !important;
}
}
@media (max-width: 823px  ){
  #primary {
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%!important;
    margin-top: 11px;
}
}


@media (max-width: 640px  ){
  .listing-type1 {
    border-radius: 3px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #888;
    padding: 3px 8px;
    line-height: 18px;
    font-weight: 600;
    top: 25px;
    position: absolute;
    right: -80px!important;
    white-space: nowrap;
    text-align: center;
    min-width: 19px;
    transform: translateY(-50%);
    width: 12%;
    margin-left: 488px;
    margin-top: 39px!important;
}

  .site-main {
    margin-left: -20px!important;
    margin-top: 30px;
}

.company-info {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 33px;
  margin-bottom: 35px;
  margin-left: -43px!important;
  margin-top: -48px;
  width: 349%;
}
p {
  font-size: 16px;
  color: #8e8d8d;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 10px;
  margin-left: 0px!important;
  margin-top: -30px;
}

#achievementslist .events_info p{
  margin-left: 15px !important;
}

#achievementslist .item p{
  margin-left: 0px !important;
}


.jobrequirment {
  font-weight: 500;
  color: #222;
  margin-left: -28px!important;
}
.description {
  margin-left: 31px!important;
  font-size: 15px;
  color: #3a405b;
  padding-top: 12px;
}
.sidebar {
  width: 100%!important;
  margin-top: -8px;
  padding-left: 52px;
  padding-right: 25px;
  float: left;
  margin-left: 0px;
}

.customejobdes {
  margin-top: -18px!important;
  margin-left: 28px!important;
  font-size: 16px;
  font-weight: bold;
  color: #3a405b;
}

.job-overview a.button, .job-spotlight a.button {
  width: 87%;
  text-align: center;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}

#primary {
  float: left;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%!important;
  margin-top: 11px;
}

.listing-type {
  
    border-radius: 3px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #888;
    padding: 3px 8px;
    line-height: 18px;
    font-weight: 600;
    top: 25px;
    position: absolute;
    right: -80px!important;
    white-space: nowrap;
    text-align: center;
    min-width: 19px;
        transform: translateY(-50%);
    width: 12%;
    margin-left: 488px;
    margin-top: 63px;

}
 
}
.listing-type1{
 /* top: 63%!important;
    float: right !important;
    margin-right: 54px !important;*/
}


@media (max-width: 360px){


  
  .customejobdes {
    margin-top: -18px!important;
    margin-left: 28px!important;
    font-size: 16px;
    font-weight: bold;
    color: #3a405b;
    float: inherit;
}
  .company-info {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 33px;
    margin-bottom: 35px;
    margin-left: 7px!important;
    margin-top: 35px;
}

.listingimg {
  width: 55px;
  height: 55px;
}
.listing .listing-title {
  padding-right: 20px;
}

.customefontcolor {
  color: #3a405b !important;
  margin-left: 50px;
}

.sidebar {
  width: 100%!important;
  padding-left: 25px;
  padding-right: 25px;
  float: left;
  margin-left:3px;
}
.job-overview, .job-spotlight {
  background-color: #fdfdfd;
  border: 1px solid #e2e2e2;
  padding: 35px 38px 31px 38px;
  margin-left: 13px;
}
.job-overview a.button, .job-spotlight a.button {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}

.faq-section .accordionjs .acc_section .acc_head {
  position: relative;
  padding: 10px;
  display: block;
  cursor: pointer;
  padding: 15px 35px;
  width: 308px;
}
.jobrequirment {
  font-weight: 500;
  color: #222;
  margin-left: 7px!important;
}
p {
  font-size: 16px;
  color: #8e8d8d;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 10px;
  margin-left: 7px!important;
}
#primary {
  float: left;
  padding-left: 25px !important;
  padding-right: 25px !important;
  width: 100%!important;
  margin-top: 11px;
}

}
@media only screen and (max-width: 767px){
#content {
    padding: 30px 0;
}

}

.sidebar1 {
  width: 34%;
  margin-top: -800px;
  padding-left: 25px;
  padding-right: 25px;
  float: left;
}
.margin-reset{
    text-align: left;
    margin-left: 0px;
    margin-top: 10px;
    padding-top: 8px;
    font-size: 16px;
}
/**, *:before, *:after {
  box-sizing: inherit;
}*/

/*new update*/

.article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
.clear-fix:after, .clear-fix:before {
  content: "";
  display: table;
  clear: both;
}

.product-listing-filter {
  float: left;
  margin-right: 20px;
}

.section-products select {
  text-indent: 5px;
}
.section-products select {
  width: 100px;
  margin-left: 10px;
}
select {
  border: 1px solid #f5f5f5;
  width: 100%;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
  color: #272727;
  border: 1px solid #e7e7e7;
  padding: 7px 10px 7px 15px;
  /* background: #f6f6f6; */
}
select {
  border: 1px solid #f5f5f5;
  width: 100%;
}
.Sort-se select {
  width: 180px;
  margin-left: 10px;
}
.listings-container {
  margin: 15px 0 40px 0;
}
.listings-container .listing:first-child {
  border-radius: 4px;
}
.listing:hover {
  background-color: #fafafa;
}
.listing {
  border-radius: 0;
 /*  display: flex; */
  padding: 30px;
 border-left: 4px solid #eee;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
}
.grid-m-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.col-grid-10 {
  width: 83.33333%;
}
.col-grid-1, .col-grid-2, .col-grid-3, .col-grid-4, .col-grid-5, .col-grid-6, .col-grid-7, .col-grid-8, .col-grid-9, .col-grid-10, .col-grid-11, .col-grid-12 {
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  transition: all 0.4s ease-in-out 0s;
  margin: 20px 0;
}
.listing-icons {
  padding: 0;
  margin: 0;
  display: inline-flex;
}
.listing-icons li i {
  font-size: 19px;
  position: relative;
  top: 2px;
  margin: 0 4px 0 0;
}
.listing-icons li {
  display: inline-block;
  margin-right: 13px;
  color: #808080;
  line-height: 29px;
}
.iconli{
  margin-left: 16px;
}
.inner-wrapper:before, .inner-wrapper:after {
  content: " ";
  display: table;
}
.listing-title p {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 22px;
  margin-top: 15px;
  margin-left: 20px;
  color: #666;
}
p {
  margin: 0 0 15px 0;
}#primary {
  float: left;
  padding-left: 50px;
  padding-right: 15px;
  width: 63%;
  margin-top: -7px;
}
.section-products{
  margin-left: -63px;
  margin-top: 10px;
}
.listings-container a:hover {
  color: #000;
}
.listing-title p a {
  color: #2761d8;
}
.listing-bottom {
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
}
.col-grid-9 {
  /* width: 88%; */
}
.bottom-Posted {
  font-size: 14px;
  color: #333;
  float: left;
  margin-left: 23px;
}
.col-grid-3 {
 /* width: 25%;*/
    width: 43%;
    float: right;
    margin-right: -126px;
   

}
.custom-button.custom-dark {
  /* background: #222222; */
}
.grid-m-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
/* .custom-button, .custom-button:visited, a.button, .custom-button.custom-primary-button, .custom-button.custom-primary-button:visited {
  transition: all 0.3s ease 0s;
  background: #2761d8;
  color: #fff;
  font-size: 14px;
  padding: 8px 35px;
  border: none;
  height: auto;
  width: auto;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin: 0;
  position: relative;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
  border-radius: 2px;
} */
.custom-button, .custom-button:visited, a.button, .custom-button.custom-primary-button, .custom-button.custom-primary-button:visited {
   transition: all 0.3s ease 0s; 
  background: #2280fc none repeat scroll 0 0;
  border: medium none;
  border-radius: 30px;
  box-shadow: inherit;
  color: #ffffff !important;
  font-size: 14px;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  padding: 8px 35px;
  text-transform: uppercase;
  height: auto;
  width: auto;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 0;
  margin-top: 20px;
  
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
input[type="button"], input[type="reset"], input[type="submit"], button {
    background: #2280fc none repeat scroll 0 0;
    color: #ffffff;
    /* border-radius: 30px !important; */
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 30px;
    border: none;
    height: auto;
    width: auto;
    cursor: pointer;
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-weight: 600 !important;
    letter-spacing:0;
}

.custom-button.custom-dark {
  background: #222222;
  height: 25px;
  border-radius: 10px;
}
.listing-bottom .custom-button {
  padding: 5px 12px !important;
  margin-bottom: 10px !important;
}

.custom-button.custom-default:hover, .custom-button.custom-pink:hover, .custom-button.custom-purple:hover, .custom-button.custom-dark:hover, .custom-button.custom-danger:hover, .custom-button.custom-warning:hover, .custom-button.custom-info :hover, .custom-button.custom-success:hover, .custom-button.custom-default:hover {
  /* opacity: 0.8; */
}

.bottom-Posted span {
  color: #999;
}

img.img-border {
  /*border: 1px solid #ddd;*/
  padding: 5px;
}
.side_aboutcompany h5 {
  font-weight: normal;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
  position: relative;
  margin: 0 0 15px;
  background: none;
  line-height: 1.4;
  /* font-family: 'Roboto Condensed', sans-serif; */
  color: #222;
  font-weight: 500;
}
.side_aboutcompany {
  margin-top: 10px;
}
.imageforjob{
  height: auto;
    max-width: 111%;
    vertical-align: middle;
}
.side_aboutcompany p {
  font-size: 14px;
  text-align: justify;
  margin-top: 0px;
  width: 102%;
}
.listing .listing-title h4 {
  letter-spacing: 0;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 5px;
  color: #333;
  margin-top: 10px;
  font-weight: 700 !important;
}
.col-grid-10 {
  width: 83.33333%;
}
.job_description_box {
  border-radius: 0;
  padding: 30px;
  position: relative;
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
}
.job_description_box p {
  text-align: justify;
  margin: 0px;
}
.job-detais{
  font-size: 15px;
  color: #3a405b;
  line-height: 1.8em;
  font-weight: 500;
}
.skill-bar-section {
  margin-top: 30px;
}
.skillbar-item {
  margin-bottom: 20px;
}
.skillbar-item h3 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 700;
}
.skillbar-title {
  float: left;
}
.skill-bar-percent {
  float: right;
}
.skillbar {
  clear: both;
}
.skillbar-bar {
  height: 10px;
  width: 0px;
  background: #2761d8;
  position: relative;
  display: block;
  top: 0;
  left: 0;
  border-radius: 5px;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
#content .section.lite-background {
  background-color: #f3f6f6;
}
#content .section {
  margin-bottom: 0;
 /*  padding: 70px 0; */
  clear: both;
}
.section, .widget {
  margin: 0 0 15px;
}
#content .section-title-wrap.text-alignleft {
  text-align: left;
  margin-bottom: 10px;
}
#content .section-title-wrap {
  margin-bottom: 10px;
  margin-top: 30px;
}
#content .section-title-wrap {
  text-align: center;
  width: 100%;
  display: table;
  /* margin-top: -10px; */
}
.text-alignleft {
  text-align: left;
}
#content .section-title {
  /* margin-bottom: 10px; */
  position: relative;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Roboto', sans-serif;
}
#content .section-title-wrap.text-alignleft span.divider, #content .section-title-wrap.text-alignright span.divider {
  margin: 0 0 25px;
}

#content .section-title-wrap span.divider {
    content: "";
    display: block;
    height: 2px;
    width: 41px;
    background-color: #2761d8;
    margin: -5px auto 5px;
    position: relative;
}
#content .section-title-wrap.text-alignleft span.divider:after {
  left: 0;
}
#content .section-title-wrap span.divider:after {
  content: "";
  width: 26px;
  background: #2761d8;
  display: block;
  margin: 0 auto;
  height: 2px;
  position: absolute;
  bottom: -4px;
  left: 7px;
}
.col-grid-4.service-block-item:nth-child(3n+1) {
  clear: both;
}
#content .section.lite-background .box-shadow-block, #content .background-img .box-shadow-block {
  border: none;
}


.box-shadow-block {
  -webkit-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
  -moz-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
  -ms-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
  -o-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
  box-shadow: 0px 0px 0px 0px rgba(122, 122, 122, 0.3);
  -webkit-transition: box-shadow 0.3s, transform 0.3s;
  -moz-transition: box-shadow 0.3s, transform 0.3s;
  -ms-transition: box-shadow 0.3s, transform 0.3s;
  -o-transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  padding: 0;
  background: #fff;
  position: relative;
  border: 1px solid #f1f2f7;
  border-radius: 5px;
}
.section-services .service-item-title {
  margin-bottom: 10px;
  
}
.service-block-inner h3 {
  font-family: 'Roboto Condensed',sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px !important;
  text-align: center;
}
.col-grid-4 {
  width: 33.33333%;
}
.similar_job_box .listing-icons li{width: 100%; margin-bottom: 10px; }
.similar_job_box p{ margin-bottom: 10px; }
.section-services .service-block-item a.service-icon {
  background: #f5f5f5;
  line-height: 0.6;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  font-size: 37px;
  color: #666;
  text-align: center;
  border-radius: 100%;
  margin: 0 auto 20px;
  position: relative;
  display: inline-block;
  padding: 31px 0;
  height: 100px;
  width: 100px;
}
.section-services.service-layout-3 .service-block-item a.service-icon {
	float: left;
	margin: 0 25px 0 0;
	background: #fbfbfb;
	font-size: 27px;
}
.section-services.service-layout-3 .service-block-item a.service-icon {
	float: none;
	margin: 0 0px 14px 0;
	background: no-repeat;
	font-size: 32px;
	padding: 0;
	border-radius: 0;
	text-shadow: none;
	width: auto;
	height: 40px;
}

.section-services.service-layout-3 .service-block-item a.service-icon:after {
	display: none;
}
.section-services.service-layout-2 .service-block-item a.service-icon {
	float: left;
	margin: 0 0 20px;
	background: #f5f5f5;
	color: #000000;
}

.section.section-services.service-layout-2 .service-block-item a.service-icon:hover {
	background: #2761d8;
	color: #fff;
}
.service-layout-4 .service-block-item {
	padding: 0;
	margin:0;
}
.service-layout-4 .service-block-item a.service-icon {
	float: left;
	width: 100%;
	text-align: left;
}
.col-grid-6.service-block-item {
  width: 50%;
}
.service-layout-3 .col-grid-4.service-block-item {
  margin: 12px 0;
  padding: 0 12px;
  /*width: 100%;*/
}
.section.section-services.service-layout-2 .service-block-item a.service-icon {
  float: left;
  margin: 0 30px 0 0;
  font-size: 23px;
  width: 70px;
  height: 70px;
  padding: 20px 0;
}
service-block-inner h3{font-family: 'Roboto Condensed',sans-serif; font-size: 18px; font-weight: bold; margin-bottom: 5px !important;}
.service-block-inner p{margin-bottom: 0px; font-size: 16px;}
.service-block-inner small{color: #666; font-size: 14px;}
.service-block-inner small i{margin-right:5px;width: 20px;text-align: center;}
.section-services .service-block-inner {
	position: relative;
	z-index: 9;
	padding: 35px 30px;
	background-color: #fff;
	text-align: center;
}
.section-services.service-layout-3 .service-block-inner {
	padding: 8px;
  border: 1px solid #e2e2e2;
  min-height: 206px;
}
.section-services.service-layout-3 .service-block-inner-content {
	text-align: left;
	display: block;
}
.section-services.service-layout-2 .service-block-inner {
  box-shadow: inherit;
  padding: 0;
  background: none;
  border: none;
}
.section-services.service-layout-2 .service-block-inner:hover .service-icon {
	background: #2761d8;
	color: #fff;
	transition: .5s cubic-bezier(0.4, 0, 1, 1);
}
.section-services.service-layout-2 .service-block-inner-content {
	text-align: left;
	clear: both;
}
.section-services.service-layout-2 .service-block-inner-content a.more-link {
	margin: 0;
	border: none;
	padding: 0;
	font-weight: bold;
}

.section-services.service-layout-2 .service-block-inner-content p {
	margin-bottom: 10px;
}

.service-layout-4 .service-block-inner {
	text-align: left;
	padding: 90px 80px;
}

.service-layout-4 .service-block-inner span.count {
	font-size: 45px;
	display: inline-block;
	text-align: center;
	margin-bottom: 20px;
}
.service-layout-4 .service-block-inner span.count {
  margin-bottom: 5px;
}

@media only screen and (max-width:1000px) {
.service-layout-4 .service-block-inner {
  padding: 35px;
  min-height: 383px;
}

.section-latest-posts .latest-posts-text-content,
.section-services .service-block-inner {
  padding: 30px;
}
}
#content .section.lite-background  .box-shadow-block,
#content .background-img .box-shadow-block{
	border: none;
}
.box-shadow-block {
	-webkit-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
	-moz-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
	-ms-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
	-o-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
	box-shadow: 0px 0px 0px 0px rgba(122, 122, 122, 0.3);
	-webkit-transition: box-shadow 0.3s, transform 0.3s;
	-moz-transition: box-shadow 0.3s, transform 0.3s;
	-ms-transition: box-shadow 0.3s, transform 0.3s;
	-o-transition: box-shadow 0.3s, transform 0.3s;
	transition: box-shadow 0.3s, transform 0.3s;
	padding: 0;
	background: #fff;
	position: relative;
	border: 1px solid #f1f2f7;
	border-radius: 5px;
}

.box-shadow-block:hover,
.box-shadow-block:focus,
.box-shadow-block:active,
.box-shadow-block.active {
	-webkit-box-shadow: 0 10px 20px 0 rgba(28,30,35,0.2);
	box-shadow: 0 10px 20px 0 rgba(28,30,35,0.2);
	transform: translateY(-8px);
}
.box-shadow-block:hover, .box-shadow-block:focus, .box-shadow-block:active {
	/* -webkit-transform: translateY(-5px); */
	/* transform: translateY(-5px); */
}

.section-services.service-layout-2 .box-shadow-block:before {
	display: none;
}

.listing-icons1 {
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-right: 13px;
    color: #808080;
    line-height: 29px;
    /* display: inline-flex; */
}

.quick-view-content {
  max-width: 900px;
  padding: 0px;
}
.white-popup-block {
  background: #FFF;
  padding: 20px;
  text-align: left;
  max-width: 850px;
  margin: 100px auto;
  position: relative;
}
.small-dialog-headline {
  border-radius: 3px 3px 0 0;
}
.small-dialog-headline {
  background-color: #fff;
  /*padding: 25px 40px;*/
  padding-left: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.small-dialog-headline h2 {
  font-size: 22px;
  margin-bottom: 0px;
}
.job_apply_main {
  padding: 30px;
}
.upload-info {
  margin: 10px 0 10px 0;
}
.upload-btn {
  border: 1px solid #e7e7e7;
  padding: 7px 10px 7px 15px;
  background: #f6f6f6;
  margin-bottom: 20px;
}

legend {
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 8px;
  font-family: 'Roboto', sans-serif;
}
.upload-btn input {
  background: none;
}
#contactform button#submit {
  margin: 20px 0 0;
}
#contactform input[type="text"], #contactform input[type="email"] {
  width: 100%;
  margin-bottom: 15px;
}
#contactform input[type="text"], #contactform input[type="email"] {
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 20px;
}
.custombtn{
  background: #2280fc;
  border-radius: 30px;
  box-shadow: inherit;
  color: #fff;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  padding: 10px 30px;
  border: none;
  height: auto;
  width: auto;
  cursor: pointer;
  display: inline-block;
}
.mb11{
  margin-bottom: 11px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
  background: #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 6px #ddd;
  position: absolute;
  top: -24px;
  background: #fff;
  opacity: 1;
  right: -17px;
  padding: 0;
  line-height: 1;
}

.customefont{
  margin-top: -28px;
  margin-left: -21px;
  font-size: 19px;
  /* font-family: -webkit-pictograph; */
  font-weight: 500;
}
.pagination {
 /*  list-style: none;
  display: inline-flex; */

  display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;

}

.pagination {
  /*margin: 30px 0 20px;*/
}
.bottom-Posted-data {
  font-size: 14px;
  color: #333;
  float: left;
  /* margin-left: 23px; */
  margin-top: -21px;
  margin-left: 3px;
  margin-right: 11px;
}
.pagination a.active {
  background-color: #2280fc;
  color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}
.checkboxes input[type="checkbox"] {
 display: none;
}
.customeselecttag{
  display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
  
    /* border-radius: 4px; */
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    /* -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /* transition: border-color ease-in-out .15s,box-shadow ease-in-out  .15s;*/
}
.experience{
  width: 93px!important;
  height: 40px;
}
.mt7{
  margin-top: 7px;
}
@media (min-width: 360px) {
  .reponsivebirthdate{
    width: 238px;

  }
  .experience{
    width: 80px!important;
  }
}
/*@media (width: 640px){
.reponsivebirthdate {
    width: 519px!important;
}
}

@media (min-height: 411px){
  .reponsivebirthdate {
      width: 280!important;
  }
  }
  @media (min-height: 1366px){
.reponsivebirthdate {
    width: 388px!important;
}}
@media (min-width: 411px){
.reponsivebirthdate {
    width: 280px;
}
}
@media (min-width: 812px){
.reponsivebirthdate {
    width: 630px!important;
}
}
@media (min-width: 768px){
.reponsivebirthdate {
    width: 626px!important;
}
}*/
.reponsivebirthdate {
  width: 495px!important;
}
@media (height: 640px){
  .reponsivebirthdate {
      width: 266px!important;
  }
  }
  @media (height: 360px){
    .reponsivebirthdate {
        width: 531px!important;
    }
    }
    @media (height: 1366px){
      .reponsivebirthdate {
          width: 403px!important;
      }
      }
@media (height: 1024px){
        .reponsivebirthdate {
            width: 632px!important;
        }
        }
@media (height: 812px){
       .reponsivebirthdate {
              width: 284px!important;
          }
 }
.customeselect{
  margin-left: -17px;
  width: 491px;
  height: 40px;
  border: 1px solid #e7e7e7;
  color: #999;
  font-size: 13px;
  letter-spacing: 0px;
 }
 .customeerror{
   
  margin-left: -135px!important;
  margin-top: -52px;
  padding-top: 44px;
  float: right;
  padding-left: -10px;
  margin-right: 250px;
 }
 .customemonth {
  margin-left: -95px;
 }
 .listings-container a:hover {
  color: #fff;
}
.custom-button.custom-primary-button:focus {
	background-color: #222!important;
	color: #fff;
}
.dropdown-content {
  /*display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;*/
  display: none; 
    position: absolute;
    background-color: #f9f9f9;
    min-width: 372px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    float: right;
}
.dropdown-content a:hover {background-color: #2280fc}
  
.dropdown:hover .dropdown-content {
display: block;
}
.share_dropdown a i {
  margin-right: 10px;
  font-size: 20px;
  color: #000;
}
.share_dropdown a{color: #444;}
  .share_dropdown a i{ margin-right: 10px; font-size: 20px; color: #000;}
  .skill-bar-section {
    margin-top: 30px;
}
.section .tagcloud a {
  border: 2px solid #efeded;
  border-radius: 100px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
  padding: 5px 15px;
  margin-right: 5px;
}
.open>.dropdown-menu {
  display: block;
}
.more_dropdown_main ul {
  float: left;
  margin-right: 20px;
}
.checkboxes1 label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
}
.ml8{
  margin-left: 8px;
}
.dropdown-menu.show {
  display: block;
}

.more_dropdown_main .dropdown-menu{min-width: 380px!important; padding:15px!important; box-shadow: 0 0 14px #dddddd54;}
.more_dropdown_main ul{float: left!important; margin-right:20px!important;}

.dropdown {
  position: relative;
  display: inline-block;
  min-height: 200px; 
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}
.more_dropdown_main .dropdown-menu {
  min-width: 337px!important;
  padding: 15px;
  box-shadow: 0 0 14px #dddddd54;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.side_aboutcompany1 {
  font-weight: normal !important;
  font-size: 20px!important;
  font-family: 'Roboto', sans-serif !important;
  margin-bottom: 5px !important;
  margin-top: 31px !important;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content a {
  /* color: black; */
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}


.pagi-area .pagination {
    margin-bottom: -10px;
    margin-top: -5px;
}


.pagi-area .pagination li a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 4px;
 /*  color: #2280fc; */
  font-weight: 600;
  margin-right: 10px;
  margin-top: 5px;
  padding: 8px 15px;
  text-transform: uppercase;
}

body, button, input, select, textarea {
  font-size: 16px;
  color: #3a405b;
  line-height: 1.8em;
  font-weight: 400;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  font-family: 'Roboto', sans-serif;
}

.job_description_box p {
    text-align: justify;
    margin: 0px;
}

/* Date:14-10-2020 */

#content.global-layout-no-sidebar,
.global-layout-no-sidebar > .container {
	width: 100%;
	padding: 0;
}

.container {
	width: 100%;
	padding: 0;
}

.container {
	width: 1200px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 100%;
}

.global-layout-no-sidebar #primary {
	width: 100%;
	padding: 0;
	margin: 0;
}

.committeesection .section{
  margin-bottom: 0;
  padding: 40px 0; 
  clear: both;
}

.committeesection *, *:before, *:after {
  box-sizing: inherit;
}

.section-teams .team-item{
	text-align: center;
}

.committeesection .col-grid-3{
  width: 20%;
  padding: 0 8px;
  float: left;
  margin: 20px 0 !important;
}

.section-teams .thumb-summary-wrap {
	background: #fff;
	padding: 0 0 5px;
	position: relative;
  z-index: 9;
  border: 1px solid #e2e2e2;
}

.section-teams .team-item .team-thumb {
	overflow: hidden;
	position: relative;
	background: #fff;
}

.thumb-overlay {
	position: relative;
}

.thumb-overlay .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 70%;
	display: block;
	opacity: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.74);
	transition: all 0.7s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	z-index: 9;
}

a.image-hover-zoom {
  overflow: hidden;
  display: block;
}

.section-teams .team-item .social-links {
	position: absolute;
	top: 45px;
	width: 100%;
	visibility: hidden;
	z-index: 999;
	left: -100%;
	-webkit-transition: -webkit-transform 1s ease;
	-moz-transition: -moz-transform 1s ease;
	transition: transform 1s ease;
	text-align: center;
	left: 0;
}

.section-teams .team-text-wrap {
	position: relative;
	background: #fff;
	padding-top: 10px;
}

.section-teams .team-title {
	font-size: 18px;
	margin-bottom: 5px;
}

.section-teams .team-position {
	letter-spacing: 1px;
	margin-bottom: 10px;
}

a:hover,
a:focus,
a:active {
	color: #2761d8;
}

#content .section-top-subtitle {
  position: relative;
  color: #989090;
  font-style: italic;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 17px;
}

.thumb-overlay:hover .overlay-box {
	opacity: 1;
	height: 100%;
}

.section-teams .team-thumb:hover .social-links {
	visibility: visible;
	left: 0;
	width: 100%;
	top: 45%;
}

.social-links li a {
	border: 2px solid #cacaca;
	display: inline-block;
	height: 40px;
	line-height: 1.7;
	margin-right: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 40px;
	overflow: hidden;
}

.social-links.circle  li a {
	border-radius: 100%;
}

.social-links li {
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 5px;
}

.social-links  ul li::after{
	display: none;
}

.social-links  li a i {
	color:#cacad8;
	font-size: 18px;
	font-weight: normal;
}

.social-links ul li a::before {
	color: #bdbdbd;
	content: "\f0c1";
	display: block;
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
	line-height: 2.3;
	font-size: 15px;
}

.social-links ul li a:hover {
	background-color: #001837;
	border: 2px solid rgba(0, 0, 0, 0);
	-moz-transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.social-links  ul li a:hover::before {
	color: #fff;
}

.social-links  ul li a[href*="facebook.com"]:before {
	content: "\f39e";
}

.social-links  ul li a[href*="fb.com"]:before {
	content: "\f39e";
}

.social-links  ul li a[href*="twitter.com"]:before {
	content: "\f099";
}

.social-links  ul li a[href*="linkedin.com"]:before {
	content: "\f0e1";
}

.social-links  ul li a[href*="instagram.com"]:before {
	content: "\f16d";
}

.social-links  ul li a[href*="facebook.com"]:hover {
	background: #3b5998;
}

.social-links  ul li a[href*="fb.com"]:hover {
	background: #3b5998;
}

.social-links  ul li a[href*="twitter.com"]:hover {
	background: #00aced;
}

.social-links  ul li a[href*="linkedin.com"]:hover {
	background: #007bb6;
}

.social-links  ul li a[href*="instagram.com"]:hover {
	background: #517fa4;
}

.committeesection .inner-wrapper{
  /* margin-left: auto !important;
  margin-right: -20px; */
  margin: 0 auto;
  color: #3a405b;
}

.committeesection .social-links li a{
  border: none !important;
  display: inline-block;
  height: 40px;
  line-height: 1.7;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  overflow: hidden;
}
 
.membersection .service-item-title a{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.membersection .service-block-item-excerpt p{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.membersection .service-block-item-excerpt .address{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-left: 10px;
  /*-webkit-box-orient: vertical;
  text-overflow: ellipsis;*/
}

.membersection .service-block-mail-excerpt a{
 /*  display: -webkit-box;
  -webkit-line-clamp: 1; */
  overflow: hidden;
  /* margin-left: 10px;
  -webkit-box-orient: vertical; */
  text-overflow: ellipsis;
  position: absolute;
  white-space: nowrap;
  width: 90%;
}

.membersection .service-block-mail-excerpt{
  margin-left: 10px;
}

.membersection .service-block-mobile-excerpt{
  margin-left: 10px;
}

.committeesection .team-text-wrap h3{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.committeesection .team-text-wrap p{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0 10px;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.faq .sidebar, .newsdetails .sidebar {
  width: 33.33333333%;
  padding-left: 25px;
  padding-right: 25px;
  float: right;
}

.candidate .form-group input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.candidate .btn.dropdown-toggle{
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
}

.candidate .bootstrap-select{
  border: 0px !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  margin-top: 0 !important;
}

.candidate .bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -17px;
  margin-top: 4px;
  border-radius: 0px;
}

.candidate .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
  color: #999;
  /* background-color: #e6e6e6; */
  border-color: #adadad;
}

.candidate .btn-default {
  color: #999;
}

.candidate .form-control:focus,.careerpopup .form-control:focus{
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;

}

.candidate .btn .filter-option {
    text-transform: none;
    font-weight: 400;
    letter-spacing:0;
}

.candidate .dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #999;
  white-space: nowrap;
  font-size: 13px;
}

.candidate .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>.active>a{
  background-color: #f26722;
  color: #fff;
}

.form-control[readonly] {
  cursor:text;
  background-color: #eee; 
  opacity: 1; 
}

.careers, .careers .dropdown {
  min-height: auto;
}

.careers .listing { 
  padding: 0px;
  min-height: auto;
  overflow: unset !important;
}

.careers .pruduct-filter-row{
  margin-top: 15px;
}

.careers .section-products {
  margin-top: -8px;
  padding: 0px;
}

.careers .sidebar ul li {
  padding-bottom: 0px;
  padding-top: 0px;
  position: relative;
  font-size: 15px;
}

.careers .faq-section .accordionjs .acc_section .acc_head {
  position: relative;
  padding: 10px;
  display: block;
  cursor: pointer;
  padding: 15px 35px 10px 35px;
  margin-top: -7px!important;
}

/* .careers :hover, */
a:focus,
a:active {
  color: #fff;
}

.team-title a:active, a:focus{
  color: #232323;
}



.careerlist .listing-title p {
    margin-left: 0px;
}

.careerlist .bottom-Posted {
  margin-left: 0px;
}

.careerdetails .sidebar{
  margin-top: 2px;
}

.careerdetails .col-grid-3{
  text-align: center;
}

.careerdetails .listing-bottom .custom-dark{
  padding-top: 0px !important;
}

.careerdetails .listing{
  overflow: unset !important;
}


/* Date:12-12-2020 */


.news .blog-area .pagi-area .pagination li a{
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* color: #2280fc; */
  font-weight: 600;
  margin-right: 10px;
  margin-top: 5px;
  padding: 15px 20px;
  text-transform: uppercase;
}

.news .sidebar{
    width: 33%; 
    padding-left: 25px;
    padding-right: 25px;
    float: left;
}

/* .news .pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #2280fc;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
} */

#achievementslist .portfolio-area .portfolio-items .pf-item .item-inner {
  position: relative;
  z-index: 1;
  background: #232323;
  overflow: hidden;
  max-width: 370px;
  max-height: 300px;
}

#candidateformerror {

  margin-top: 5px;
}

.social .icons{
  margin-top: 10px;
}
.services-area .site-heading {
  margin-bottom: 40px;
}

/* Margin */
.m-n {
  margin: 0px !important;
}
.m-xs {
  margin: 4px !important;
}
.m-xs.n {
  margin: -4px !important;
}
.m-sm {
  margin: 8px !important;
}
.m-sm.n {
  margin: -8px !important;
}
.m {
  margin: 12px !important;
}
.m.n {
  margin: -12px !important;
}
.m-md {
  margin: 16px !important;
}
.m-md.n {
  margin: -16px !important;
}
.m-lg {
  margin: 24px !important;
}
.m-lg.n {
  margin: -24px !important;
}
.m-xl {
  margin: 32px !important;
}
.m-xl.n {
  margin: -32px !important;
}
.m-xxl {
  margin: 40px !important;
}
.m-xxl.n {
  margin: -40px !important;
}
.mb-n {
  margin-bottom: 0px !important;
}
.mb-xs {
  margin-bottom: 4px !important;
}
.mb-xs.n {
  margin-bottom: -4px !important;
}
.mb-sm {
  margin-bottom: 8px !important;
}
.mb-sm.n {
  margin-bottom: -8px !important;
}
.mb {
  margin-bottom: 12px !important;
}
.mb.n {
  margin-bottom: -12px !important;
}
.mb-md {
  margin-bottom: 16px !important;
}
.mb-md.n {
  margin-bottom: -16px !important;
}
.mb-lg {
  margin-bottom: 24px !important;
}
.mb-lg.n {
  margin-bottom: -24px !important;
}
.mb-xl {
  margin-bottom: 32px !important;
}
.mb-xl.n {
  margin-bottom: -32px !important;
}
.mb-xxl {
  margin-bottom: 40px !important;
}
.mb-xxl.n {
  margin-bottom: -40px !important;
}
.ml-n {
  margin-left: 0px !important;
}
.ml-xs {
  margin-left: 4px !important;
}
.ml-xs.n {
  margin-left: -4px !important;
}
.ml-sm {
  margin-left: 8px !important;
}
.ml-sm.n {
  margin-left: -8px !important;
}
.ml {
  margin-left: 12px !important;
}
.ml.n {
  margin-left: -12px !important;
}
.ml-md {
  margin-left: 16px !important;
}
.ml-md.n {
  margin-left: -16px !important;
}
.ml-lg {
  margin-left: 24px !important;
}
.ml-lg.n {
  margin-left: -24px !important;
}
.ml-xl {
  margin-left: 32px !important;
}
.ml-xl.n {
  margin-left: -32px !important;
}
.ml-xxl {
  margin-left: 40px !important;
}
.ml-xxl.n {
  margin-left: -40px !important;
}
.mr-n {
  margin-right: 0px !important;
}
.mr-xs {
  margin-right: 4px !important;
}
.mr-xs.n {
  margin-right: -4px !important;
}
.mr-sm {
  margin-right: 8px !important;
}
.mr-sm.n {
  margin-right: -8px !important;
}
.mr {
  margin-right: 12px !important;
}
.mr.n {
  margin-right: -12px !important;
}
.mr-md {
  margin-right: 16px !important;
}
.mr-md.n {
  margin-right: -16px !important;
}
.mr-lg {
  margin-right: 24px !important;
}
.mr-lg.n {
  margin-right: -24px !important;
}
.mr-xl {
  margin-right: 32px !important;
}
.mr-xl.n {
  margin-right: -32px !important;
}
.mr-xxl {
  margin-right: 40px !important;
}
.mr-xxl.n {
  margin-right: -40px !important;
}
.mt-n {
  margin-top: 0px			 !important;
}
.mt-xs {
  margin-top: 4px !important;
}
.mt-xs.n {
  margin-top: -4px !important;
}
.mt-sm {
  margin-top: 8px !important;
}
.mt-sm.n {
  margin-top: -8px !important;
}
.mt {
  margin-top: 12px !important;
}
.mt.n {
  margin-top: -12px !important;
}
.mt-md {
  margin-top: 16px !important;
}
.mt-md.n {
  margin-top: -16px !important;
}
.mt-lg {
  margin-top: 24px !important;
}
.mt-lg.n {
  margin-top: -24px !important;
}
.mt-xl {
  margin-top: 32px !important;
}
.mt-xl.n {
  margin-top: -32px !important;
}
.mt-xxl {
  margin-top: 40px !important;
}
.mt-xxl.n {
  margin-top: -40px !important;
}
/* Paddiing */
.p-n {
  padding: 0px !important;
}
.p-xs {
  padding: 4px !important;
}
.p-xs.n {
  padding: -4px !important;
}
.p-sm {
  padding: 8px !important;
}
.p-sm.n {
  padding: -8px !important;
}
.p {
  padding: 12px !important;
}
.p.n {
  padding: -12px !important;
}
.p-md {
  padding: 16px !important;
}
.p-md.n {
  padding: -16px !important;
}
.p-lg {
  padding: 24px !important;
}
.p-lg.n {
  padding: -24px !important;
}
.p-xl {
  padding: 32px !important;
}
.p-xl.n {
  padding: -32px !important;
}
.p-xxl {
  padding: 40px !important;
}
.p-xxl.n {
  padding: -40px !important;
}
.pb-n {
  padding-bottom: 0px !important;
}
.pb-xs {
  padding-bottom: 4px !important;
}
.pb-xs.n {
  padding-bottom: -4px !important;
}
.pb-sm {
  padding-bottom: 8px !important;
}
.pb-sm.n {
  padding-bottom: -8px !important;
}
.pb {
  padding-bottom: 12px !important;
}
.pb.n {
  padding-bottom: -12px !important;
}
.pb-md {
  padding-bottom: 16px !important;
}
.pb-md.n {
  padding-bottom: -16px !important;
}
.pb-lg {
  padding-bottom: 24px !important;
}
.pb-lg.n {
  padding-bottom: -24px !important;
}
.pb-xl {
  padding-bottom: 32px !important;
}
.pb-xl.n {
  padding-bottom: -32px !important;
}
.pb-xxl {
  padding-bottom: 40px !important;
}
.pb-xxl.n {
  padding-bottom: -40px !important;
}
.pl-n {
  padding-left: 0px !important;
}
.pl-xs {
  padding-left: 4px !important;
}
.pl-xs.n {
  padding-left: -4px !important;
}
.pl-sm {
  padding-left: 8px !important;
}
.pl-sm.n {
  padding-left: -8px !important;
}
.pl {
  padding-left: 12px !important;
}
.pl.n {
  padding-left: -12px !important;
}
.pl-md {
  padding-left: 16px !important;
}
.pl-md.n {
  padding-left: -16px !important;
}
.pl-lg {
  padding-left: 24px !important;
}
.pl-lg.n {
  padding-left: -24px !important;
}
.pl-xl {
  padding-left: 32px !important;
}
.pl-xl.n {
  padding-left: -32px !important;
}
.pl-xxl {
  padding-left: 40px !important;
}
.pl-xxl.n {
  padding-left: -40px !important;
}
.pr-n {
  padding-right: 0px !important;
}
.pr-xs {
  padding-right: 4px !important;
}
.pr-xs.n {
  padding-right: -4px !important;
}
.pr-sm {
  padding-right: 8px !important;
}
.pr-sm.n {
  padding-right: -8px !important;
}
.pr {
  padding-right: 12px !important;
}
.pr.n {
  padding-right: -12px !important;
}
.pr-md {
  padding-right: 16px !important;
}
.pr-md.n {
  padding-right: -16px !important;
}
.pr-lg {
  padding-right: 24px !important;
}
.pr-lg.n {
  padding-right: -24px !important;
}
.pr-xl {
  padding-right: 32px !important;
}
.pr-xl.n {
  padding-right: -32px !important;
}
.pr-xxl {
  padding-right: 40px !important;
}
.pr-xxl.n {
  padding-right: -40px !important;
}
.pt-n {
  padding-top: 0px !important;
}
.pt-xs {
  padding-top: 4px !important;
}
.pt-xs.n {
  padding-top: -4px !important;
}
.pt-sm {
  padding-top: 8px !important;
}
.pt-sm.n {
  padding-top: -8px !important;
}
.pt {
  padding-top: 12px !important;
}
.pt.n {
  padding-top: -12px !important;
}
.pt-md {
  padding-top: 16px !important;
}
.pt-md.n {
  padding-top: -16px !important;
}
.pt-lg {
  padding-top: 24px !important;
}
.pt-lg.n {
  padding-top: -24px !important;
}
.pt-xl {
  padding-top: 32px !important;
}
.pt-xl.n {
  padding-top: -32px !important;
}
.pt-xxl {
  padding-top: 40px !important;
}
.pt-xxl.n {
  padding-top: -40px !important;
}

.committeesection .team-thumb img{
  height: 170px;
  /* width: 100%; */
}
.membersection .section{
    padding: 20px 0;
}
.membersection .service-block-mail-excerpt .address{
  position: relative;
}
.contact-form .form-box{
  float: left;
  width: 100%;
  border: 1px solid #e7e7e7;
}


/* ******************error Pages css***************** */
.error_img img{display: block; margin-left: auto; margin-right: auto; padding-top: 80px;}
.successfull_img img{display: block; margin-left: auto; margin-right: auto; padding-top: 80px; width: 200px;}
.failed_img img{display: block; margin-left: auto; margin-right: auto; padding-top: 80px; width: 200px;}

.maintain-page .notfound h1{
  font-size: 150px;
  padding-top: 100px; /* 170px */
}
.maintain-page .notfound .soon{
  transform: translate(-50%, -55%);
}
.maintain-page .notfound h4{
  font-size: 24px;
  color: #282828;
  font-weight: bold;
  margin: 35px 0 25px;
  font-family: 'Poppins', sans-serif;
}
.maintain-page .notfound .btn-home{
  border: 2px solid #1151d3;
  background-color: transparent;
  border-radius: 61px;
  padding: 0 40px;
  letter-spacing: 0.02em;
  transition: all 300ms linear 0ms;
  text-transform: uppercase;
  margin-top:35px; 
}
.maintain-page .notfound .btn-home a{
  font-size: 13px;
  font-weight: 800;
  color: #1151d3;
  line-height: 47px;
}
.maintain-page .notfound .btn-home:hover{
  background-color: #1151d3;
}
.maintain-page .notfound .btn-home:hover a{
  color: #fff;
}

.error_img img {
  padding-top: 0px !important;
  height: 250px;
}
.lines{
  display: block;
  width: 24px;
  height: 6px;
  position: relative;
  margin: 0 auto;
} 
.lines .line1, .lines .line2{
  border-top: 2px solid #282828;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  margin: auto;
}
.lines .line1{
  top: 0;
  width: 12px;
} 
.lines .line2{
  bottom: 0;
}
.soon{
  font-size: 300px;
  line-height: 1;
  font-weight: 800;
  color: #f4f4f4;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  top: auto;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, -27%);
}
/* ******************end error Pages css***************** */

.navbar .nav .dropdown {
  min-height: 0;
}
 

/* #menu li{
  padding: 24px 0 25px;
} */
#menu .navbar{
  margin-bottom: 0px;
  border: none;
}
#menu .navbar-nav > li > a {
  font-size: 13px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 300ms linear 0ms !important;
  padding: 15px 18px;
}
#menu.navbar-nav > li:hover:after, #menu.navbar-nav > li a.active:after{
  content: '';
  position: absolute;
  background: #fff;
  height: 2px;
  width: 20px;
  transition: all 300ms linear 0ms;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0px;
}
#menu .nav > li > a:hover, #menu .nav > li > a:focus {
  background-color: transparent;
}
#menu .dropdown > .dropdown-menu{
  background-color: #ffffff !important;
  margin: 0px !important;
  padding: 15px 0px !important;
  min-width: 255px !important;
  border-radius: 0px !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border:none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
}
#menu .dropdown:first-child .dropdown-menu{
  min-width: 600px;
  left: 10%;
  padding: 15px 30px;
}
#menu .dropdown:first-child .dropdown-menu ul{
  display: inline-block;
  border-left:1px solid rgba(127, 127, 127, 0.1);
  padding:0 10px;
  width: 48%;
}
#menu .dropdown:first-child .dropdown-menu ul li{
  border:none;
}
#menu .dropdown:hover .dropdown-menu{
  display: block !important;
  -webkit-transform: scaleY(1) !important;
  -khtml-transform: scaleY(1) !important;
  -moz-transform: scaleY(1) !important;
  -ms-transform: scaleY(1) !important;
  -o-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  opacity:1 !important;
  visibility: visible !important;
}
@media(min-width:768px){
  #menu .dropdown:hover .dropdown-menu{
      display: block !important;
      -webkit-transform: scaleY(1) !important;
      -khtml-transform: scaleY(1) !important;
      -moz-transform: scaleY(1) !important;
      -ms-transform: scaleY(1) !important;
      -o-transform: scaleY(1) !important;
      transform: scaleY(1) !important;
      opacity:1 !important;
      visibility: visible !important;
  }
  #menu .dropdown:hover .dropdown-menu .subdropdown .dropdown-menu{
      display: none !important;
  }
  #menu .dropdown .dropdown-menu .subdropdown:hover .dropdown-menu{
      background-color: #222 !important;
      margin: 0 !important;
      padding: 10px 0px !important;
      position: absolute !important;
      top: auto !important;
      z-index: 1001 !important;
      min-width: 210px;
      display: block !important;
      -webkit-transition: all 0.4s ease 0s !important;
      -moz-transition: all 0.4s ease 0s !important;
      -ms-transition: all 0.4s ease 0s !important;
      transition: all 0.4s ease 0s !important;
      left:98% !important;
      border-radius: 0px !important;
      margin-top: -42px !important;
      border:none !important;
  }
}
#menu .dropdown-menu li{
  padding: 0px 15px !important;
  text-align: left !important;    
}
#menu .dropdown-menu a{
  display: block !important;
  border-bottom: 1px solid #b1b0b0 !important;
  font-size: 14px !important;
  padding: 8px 0 !important;
  text-align: left !important;
  color: #1b1b1b !important;
  -webkit-transition: all 300ms linear 0ms !important;
  -moz-transition: all 300ms linear 0ms !important;
  -ms-transition: all 300ms linear 0ms !important;
  transition: all 300ms linear 0ms !important;
}
#menu .dropdown-menu li:last-child a{
  border-bottom: none !important;
}
#menu .dropdown-menu a .fa{
  float: right !important;
  color: #7f7f7f !important;
  font-size: 10px !important;
  padding-top: 5px !important;
}
#menu .dropdown-menu a:hover{
  color: #2280fc !important;
  padding-left: 8px !important;
}
.comm-member-box-align {
  display: flex;align-items: center;justify-content: center;
}
@media (max-width: 414px){

  .comm-member-box-align {
    display: block !important;
  }
}
.bg-Registration{
  background: -webkit-linear-gradient(310deg,rgba(65,58,164,.9) 0,rgba(65,58,164,.9) 25%,rgba(6,181,144,.9) 100%);
  background: -o-linear-gradient(310deg,rgba(65,58,164,.9) 0,rgba(65,58,164,.9) 25%,rgba(6,181,144,.9) 100%);
  background: linear-gradient(140deg,rgba(65,58,164,.9) 0,rgba(65,58,164,.9) 25%,rgba(6,181,144,.9) 100%);
}
.member-photo img{
  border: 1px solid #f5f5f5!important;
  border-radius: 50%!important;
  width: 100px!important;
}
.sales-executive-photo img{
  border: 1px solid #f5f5f5!important;
  border-radius: 50%!important;
  width: 100px!important;
}

.committee-photo img{
  border: 1px solid #f5f5f5!important;
  border-radius: 50%!important;
  width: 170px!important;
}

.service-center-registration-area .form-box h2 {
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
  background:#2257c9;
  color: #fff;
  padding:15px 50px 15px 50px;
}

.service-center-registration-area .alert-notification {
  margin-top: 15px;
  padding: 0;
}

.service-center-registration-area .alert-notification .alert-error {
  background: #e7e7e7 none repeat scroll 0 0;
  color: red;
  margin-top: 0;
  text-align: left;
}

.service-center-registration-area.bg-fixed .alert-notification .alert-error {
  background: #ffffff none repeat scroll 0 0;
  color: red;
  margin-top: 0;
  text-align: left;
}

.service-center-registration-form .alert-notification {
  padding: 0;
}

.service-center-registration-form .alert-notification .alert-msg {
  background: #f4f4f4 none repeat scroll 0 0;
  color: red;
}

.service-center-registration-form .form-box{
  float: left;
  width: 100%;
  border: 1px solid #e7e7e7;
}
.checkbox input[type=checkbox]{
  margin-left: 0px;
}
.service-center-registration-area .form-box button,.candidate .form-box button.btndefault {
  background: #2257c9 none repeat scroll 0 0; 
  border: medium none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: inherit;
  color: #ffffff;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 14px;
}
.service-center-registration-area #submit, #submit:hover{
  border-radius: 30px;
  background:#2257c9;
  color: #fff;  
}

.ui-pnotify {
  color: #fff;
}
.ui-pnotify .alert-warning {
  background-color: #ffc107;
  border-color: #ffc107;
}
.ui-pnotify .alert-success {
  background-color: #8bc34a;
  border-color: #8bc34a;
}
.ui-pnotify .alert-danger {
  background-color: #e51c23;
  border-color: #e51c23;
}
.ui-pnotify .alert-info {
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.ui-pnotify .alert-inverse {
  background-color: #757575;
  border-color: #757575;
}
.ui-pnotify .alert-primary {
  background-color: #03a9f4;
  border-color: #03a9f4;
}
.ui-pnotify hr {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.ui-pnotify .alert-link {
  color: #e6e6e6;
}
.ui-pnotify h1,
.ui-pnotify h2,
.ui-pnotify h3,
.ui-pnotify h4,
.ui-pnotify h5,
.ui-pnotify h6,
.ui-pnotify .h1,
.ui-pnotify .h2,
.ui-pnotify .h3,
.ui-pnotify .h4,
.ui-pnotify .h5,
.ui-pnotify .h6 {
  color: #fff;
}
.ui-pnotify h1 small,
.ui-pnotify h2 small,
.ui-pnotify h3 small,
.ui-pnotify h4 small,
.ui-pnotify h5 small,
.ui-pnotify h6 small,
.ui-pnotify .h1 small,
.ui-pnotify .h2 small,
.ui-pnotify .h3 small,
.ui-pnotify .h4 small,
.ui-pnotify .h5 small,
.ui-pnotify .h6 small {
  color: #fff;
}
.ui-pnotify .ui-pnotify-shadow {
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.24) !important;
}
.ui-pnotify-closer,
.ui-pnotify-sticker {
  padding: 2px 8px;
  margin: -5px 0 0 0 !important;
  /*background: rgba(0, 0, 0, 0.1);*/
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.ui-pnotify-closer:hover,
.ui-pnotify-sticker:hover,
.ui-pnotify-closer:active,
.ui-pnotify-sticker:active,
.ui-pnotify-closer:focus,
.ui-pnotify-sticker:focus {
  /*background: rgba(0, 0, 0, 0.2);*/
}
.ui-pnotify-closer {
  border-bottom-right-radius: 2px;
}
.ui-pnotify-sticker {
  border-bottom-left-radius: 2px;
}
.ui-pnotify-text {
  font-size: 11px !important;
  color: #fff;
}
.ui-pnotify-title {
  font-size: 15px !important;
  color: #fff;
}
.ui-pnotify-icon,
.ui-pnotify-icon span {
  margin-top: 0.05em !important;
  color: #fff;
  font-size: 16px;
}