@font-face {
    font-family: 'https://www.basizfa.com/basizfa-people-services/assets/css/fonts/times_new_roman_cyrregular';
    src: url('https://www.basizfa.com/basizfa-people-services/assets/css/fonts/times_new_roman1-webfont.woff2') format('woff2'),
         url('https://www.basizfa.com/basizfa-people-services/assets/css/fonts/times_new_roman1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'https://www.basizfa.com/basizfa-people-services/assets/css/fonts/times_new_roman_cyrbold';
    src: url('https://www.basizfa.com/basizfa-people-services/assets/css/fonts/times_new_roman_bold1-webfont.woff2') format('woff2'),
         url('https://www.basizfa.com/basizfa-people-services/assets/css/fonts/times_new_roman_bold1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
  font-family: TimesNewRoman,"Times New Roman",sans-serif;
  font-size: 14px;
  color: #727070;
}
a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a, p, li, td, span {
  font-size: 14.5px;
  line-height: 24pxs;
  font-weight: 400;
}
h1, h2, h3, h4, h5, th {
  color: #232323;
  font-family: TimesNewRoman,"Times New Roman",sans-serif;
  font-style: normal;
  margin: 0 0 10px;
  line-height: 1.3;
  font-weight: 700;
  transition: .5s;
}
.logo-wrap{
    width: 15%;
    float: left;
    padding: 7px 0;
}
.top-contact-links{
  text-align: right;
  margin: 21px 0 0;
  margin-top: 10px;
}
.top-contact-links i,.top-contact-links a,.top-contact-links span {
  color: #fff !important;
}
.topheader{
  background: #f9a024;
  padding-bottom: 7px;
}
.text-left{
  text-align: left !important;
}
.text-right{
  text-align: right !important;
}
.top-contact-links li {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-align: left;
}
.contact-box i {
    border: 1px solid #353f4f;
    color: #353f4f;
}
.contact-box i {
    margin-right: 15px;
    width: 29px;
    line-height: 26px;
    height: 29px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
}
.top-contact-links li a span{
  margin-top: 10px;
}
.top-contact-links li a {
  display: block;
  color: #000;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
/*NAV MENU CSS*/
.main-nav {
  position: relative;
  background:#fff;
}
.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}
.nav-brand {
  float: left;
  margin: 0;
  margin-left: 60px;
}
.nav-brand a {
  display: block;
  padding: 0;
  color: #fff;
  line-height: 52px;
  text-decoration: none;
}
.nav-brand:before{
  content: "";
  clear: both;
  display: table;
}
#main-menu {
  clear: both;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 150px;
}
@media (min-width: 768px) {
  #main-menu {
    float: right;
    clear: none;
  }
}
#main-menu,
#main-menu > .has-mega-menu {
  position: static !important;
}
#main-menu .mega-menu {
  margin-left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
  padding:20px;
}
#main-menu > .has-mega-menu .scroll-up,
#main-menu > .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}
#main-menu .mega-menu > li,#main-menu .simple-dropdown ul li {
  overflow: auto;
}
#main-menu .mega-menu {
  color: #353451;
}
#main-menu .mega-menu ul {
  position: relative;
  display: block;
  margin: 0.83em 0;
  border: 0;
  padding: 0 0 0 8px;
  width: auto !important;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main-menu .mega-menu ul li, #main-menu .simple-dropdown ul li {
  display: list-item;
  list-style-type: none;
  border: 0;
  text-decoration: none;
  padding-bottom: 15px;
}
#main-menu .simple-dropdown ul li a{
  border: 0;
  padding: 5px 0 0 7px !important;
  background: transparent;
  color: #000 !important;
  text-decoration: none;
  font-size: 14px;
  width: 90%;
  display: block !important;
}
#main-menu .mega-menu ul li a, #main-menu .simple-dropdown ul li a{
  text-decoration: none;
  font-size: 13px;
  color: #000 !important;
  border: 0 !important;
  border-radius: 0 !important;
  white-space: nowrap;
}
header{
  background-color: #fff;
  padding: 10px 0;
}
.isStuck{
  transition: 0.4s;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.32);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-azad{
  padding: 0;
}
.nav-brand img{
  transition: 0.4s;
  max-width: 150px;
}
.isStuck .nav-brand img{
  width: 90%;
  transition: 0.4s;
}
.isStuck.nav-brand a{
  line-height: 52px;
}
.isStuck #main-menu{
  margin-top: 13px !important;
}
#main-menu .mega-menu ul li a:hover, #main-menu .simple-dropdown ul li a:hover{
  color: #e23464;
}
#main-menu .mega-menu a, #main-menu .simple-dropdown ul li a{
  display: inline;
  border: 0;
  padding: 0;
  line-height: 20px;
  background: transparent;
  color: inherit;
  text-decoration: none;
  white-space: inherit;
}
#main-menu .mega-menu .column-1-4 {
  padding: 0 20px;
}
@media (min-width: 768px) {
  #main-menu .mega-menu .column-1-4 {
    float: left;
    width: 25%;
  }
}
.mega-menu-sample-image {
  margin: 0.83em 0;
  border: 1px solid;
  height: auto;
  line-height: 80px;
  text-align: center;
}
#main-menu:before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
  background: #4b4a73;
}
@media (min-width: 768px) {
  #main-menu:before {
    display: none;
  }
}
.main-menu-btn {
  float: right;
  margin: 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  background: #2683be;
  color: #fff;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  margin-top: 35px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}
#main-menu-state:checked ~ #main-menu {
  display: block;
}
@media (min-width: 768px) {
/* hide the button in desktop view */
.main-menu-btn {
  position: absolute;
  top: -99999px;
}
/* always show the menu in desktop view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: block;
  background: transparent;
  margin-top: 16px;
 }
}
.demo-text {
  margin: 3em 22px;
}
.demo-text p {
  margin-bottom: 1em;
}
.demo-text a {
  color: #999;
}
.border-left{
  border-left: 1px solid #ddd;
}
.mm1-com ul li, #main-menu .simple-dropdown ul li{
  display: block;
  width: 100%;
  position: relative;
  padding-left: 15px;
}
.dropdown-here li, #main-menu .simple-dropdown ul li{
  list-style: none;
}
.dropdown-here li:before, #main-menu .simple-dropdown ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  left: -13px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.fs_11{
  font-size: 11px;
}
#main-menu .simple-dropdown ul{
  padding: 7px 0 0 7px;
}
#main-menu .simple-dropdown ul li:before{
  left: 7px !important;
  top: 6px !important;
}
.dropdown-here li a:hover:after{
  bottom: -5px !important;
  top: auto;
}
#main-menu .simple-dropdown ul li a:hover:after{
  bottom: -9px !important;
  top: auto;
}
#main-menu .mega-menu .readmore-nav,
#main-menu .mega-menu .readmore-nav:hover {
  background: #002147;
  padding: 4px 10px;
  color: #fff;
  font-size: 11px;
  border-radius: 3px;
  height: 30px;
  line-height: 24px;
}
#main-menu .mega-menu .readmore-nav:hover:after{
  visibility: hidden;
}
#main-menu .mega-menu h4 {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  color: #7b7b7b;
}
#main-menu .mega-menu .nav-para{
  font-size: 13px;
}
/*NAV MENU END*/
/*slider*/
.mainslider .owl-carousel .owl-nav{
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}
.main-slider .owl-nav button.owl-next span,
.main-slider .owl-nav button.owl-prev span{
  font-size: 28px;
  color: #fff;
}
.main-slider .owl-nav button.owl-prev,.main-slider .owl-nav button.owl-next{
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0.5);
}
.main-slider.owl-nav .owl-prev{
  position: absolute;
  left: 35px;
}
.main-slider .owl-nav button.owl-next{
  position: absolute;
  right: 35px;
}
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted{
    padding:5px 22px 15px 22px;
}
.testimonials .tips-box-one{
    padding: 50px;
}
.testimg img{
    width: 100%;
    border: 4px solid #ddd;
    border-radius: 50%;
}
.testimonials .owl-nav button.owl-next span, .testimonials .owl-nav button.owl-prev span{
    color: #000;
}
.testimonials .owl-nav {
    position: absolute;
    bottom: 0;
    left: 30%;
    width: auto;
    height: auto;
}
.testimonialssection{
    padding-top: 80px;
    padding-bottom: 80px;
}
.widget iframe{
    width: 100%;
}
/*about main heading*/
.mainslider{
  padding:0 !important;
}
.mainslider .overlaytext {
    padding-top: 25%;
    padding-left: 90px;
}
.mainslider .overlaytext h2{
    font-size: 45px;
}
section{
  padding-top:80px; 
}
.section-head h5 {
  font-size: 16px;
  font-weight: 600;
  color: #ff6600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.section-head h3 {
  text-transform: capitalize;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 0;
}
.about-section .section-head p, p {
  padding: 5px 0 10px;
  font-family: TimesNewRoman,"Times New Roman",sans-serif;
  font-weight: normal;
  width: 100%;
  color: #6d6d6d;
  font-size: 16px;
  margin: 20px 0 0;
  text-align: justify;
  padding: 0;
}
.about-section .section-icon-box {
  background: #F6F6F6;
  padding: 24px 30px 32px;
  border-left: 4px solid#ff6600;
  margin-top: 11px;
}
.about-section .section-icon-title h3 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  text-align: justify;
}
.pb-80 {
  padding-bottom: 80px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-220 {
  padding-bottom: 220px;
}
.case-study-single-item {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin: 0 15px;
}
.case-study-content {
  text-align: center;
  background: #ff6600;
  position: absolute;
  left: 0;
  opacity: 1;
  bottom: 0;
  height: 82px;
  padding: 20px 30px;
  width: 100%;
  transition: .2s;
  transition-delay: .2s;
  z-index: 2;
}
.case-study-content h2 {
  font-size: 20px;
  margin: 0;
  color: #fff;
}
.case-study-content h2 a {
  font-weight: 600 !important;
  font-size: 20px;
  margin: 0;
  color: #fff;
}
.case-study-content a, .case-study-content span {
  color: #fff;
}
.case-study-single-item:hover .case-study-content {
  height: 100px;
}
.case-study-single-item:hover .case-study-content {
  opacity: 1;
  position: absolute;
  bottom: 10px;
  z-index: 2;
}
.services-car{
  margin-top: -230px;
}
.testi-slider .owl-dots{
  margin-top: 30px;
  text-align: center;
}
.testi-slider .owl-dots  button.owl-dot{
  background: #bfbfbf;
  height: 5px;
  width: 25px;
  display: inline-block;
  border-radius: 2px;
  transition: .3s;
  margin: 0 5px;
}
.testi-slider .owl-dots  button.owl-dot.active{
  background: #ff6600;
  width: 35px;
}
.about-single-thumb img {
  width: 100%;
  height: auto;
  border-bottom-left-radius: 10px;
}
.about-content-container {
  padding-left: 27px;
}
.section-head-bar {
  position: relative;
  display: block;
}
.section-head-bar::before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 40px;
  height: 4px;
  background: #ff6600;
  transform: skewX(45deg);
}
.section-head-bar::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 40px;
  height: 4px;
  background: #ff6600;
  transform: skewX(-45deg);
}
.about-content-container {
  padding-left: 27px;
}
.about-section.style-seven .icon {
  padding-right: 25px;
}
.about-section.style-seven .icon {
  float: left;
}
.about-section.style-seven .content-inner {
  overflow: hidden;
}
.about-section.style-seven .content-inner p {
  margin-top: 0;
  width: 100%;
}
.mt-35 {
  margin-top: 35px;
}
.btn-details a {
  color: #ffffff;
  background: #ff6600;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #ff6600;
  border-radius: 5px 5px 5px 5px;
  padding: 16px 40px 16px 40px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: .3s;
}
.footer-azad .btn-details a{
  padding: 12px 30px 12px 30px;
}
.footer-azad .btn-details a span{
  font-size: 16px;
}
.btn-details a::before {
  position: absolute;
  width: 0;
  height: 100%;
  background: #fff;
  z-index: -1;
  content: '';
  top: 0;
  left: 0;
  transition: all .3s ease 0s;
}
.btn-details a:hover {
  color: #ff6600;
}
.btn-details a:hover::before {
  width: 100%;
}
.bps-li{
  position: relative;
  margin-top: 35px;
}
.bps-li li{
  position: relative;
  list-style: none;
  margin-bottom: 12px;
  font-size: 15px;
}
.bps-li li::before{
  position: absolute;
  content:"\f05d";
  left: -30px;
  right: auto;
  top: 0;
  font-family: FontAwesome;
  font-size: 19px;
  color: #ff6600;
}
.bg-breadcrumb {
  background: url(../img/subbanner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0;
}
.breadcrumb h4{
  color: #fff;
  font-size: 30px;
  text-shadow: 1px 2px 0px rgba(0,0,0,0.3), -1px -5px 6px rgba(255,255,255,0.3);
}
/*team*/
.single-team-member {
  position: relative;
  text-align: center;
  transition: .3s;
}
.team-member-thumb {
  position: relative;
  width: 90%;
  margin: 0 auto;
  box-shadow: 0 15px 30px 0 rgba(207, 228, 255, 0.8);
}
.team-member-thumb img {
  transition: .3s;
  width: 100%;
  padding: 12px;
}
.team-member-intro-section {
  background: #fff;
  padding: 20px 0;
  width: 80%;
  margin: auto;
  border-radius: 5px;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(32,46, 0,.06);
  transition: .3s;
  z-index: 1;
}
.team-member-intro-section h2, .team-member-intro-section h2 a {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  transition: .5s;
  color: #000;
}
.team-member-intro-section p {
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 1px;
  text-align: center;
}
.single-team-member:hover .team-member-thumb img {
  transform: translateY(-10px);
  padding: 20px;
}
.single-team-member:hover .team-member-intro-section {
  transform: translateY(-10px);
}
.single-team-member:hover h2 a {
  color: #ff6600;
}
.team-member-intro-section h2 a:hover {
  color: #032092;
}
.our-management .modal-dialog{
  max-width: 60%;
}
.careerbody .modal-dialog{
  max-width: 70%;
}
.post-content ul li{
  color: #727070;
  font-size: 16px;
  line-height: 25px;
}
.btn-common.btn-service a, .btn-common.btn-cda4 a {
  border: 2px solid #ff6600;
  font-weight: 500;
}
.btn-common.btn-service, .btn-common.btn-cda4 {
  margin: 40px auto 0;
}
.btn-common a {
  color: #fff;
  font-size: 17px;
  background: #ff6600;
  padding: 14px 31px;
  border: 1px solid #ff6600;
  border-radius: 5px;
  transition: .3s;
  text-transform: capitalize;
}
.btn-common i {
  margin-left: 3px;
}
.btn-common a:hover {
  background: #fff;
  border: 1px solid #ff6600;
  color: #ff6600;
}
/*end team */
.overlaytext h2{
  font-size: 65px;
  line-height: 1.1;
  color: #fff;
  text-shadow: 2px 2px 0px rgb(0 0 0 / 60%), 3px 5px 9px rgba(255,255,255,0.3);
}
.career-slider .card-img-overlay {
  position: absolute;
  top: 29%;
  right: auto;
  bottom: 0;
  left: 8%;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.bgimg-career{
  background-image:url('../img/slider/sl-2.png');
  background-position:center;
  background-repeat: no-repeat;
  background-size:cover;
  padding: 180px 0;
}
.btn-two a{
  color: #fff;
  font-size: 17px;
  background: #ff6600;
  padding: 14px 31px;
  border: 1px solid #ff6600;
  border-radius: 5px;
  transition: .3s;
  text-transform: capitalize;
}
.btn-two a:hover {
  background: #bd2d10;
  color: #fff;
  border-color: #bd2d10;
}
/*footer*/
.footer {
  background: url(../img/footerbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 1px solid#632816;
  padding: 60px 0;
}
.footer h4 {
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 5px;
  font-size: 18px;
}
.foot-spec span {
  color: #acadaf;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
}
.two-columns {
  padding: 0px;
}
.holidays-azad .two-columns li {
  width: 100%;
  list-style: none;
  padding: 3px 0;
}
.two-columns li a {
  color: #fff;
}
.foot-social ul {
  padding: 0px;
}
.foot-social ul li {
  list-style-type: none;
  float: left;
  color: #888;
  padding-right: 10px;
}
.foot-social ul li:before{
  content: "";
  display: table;
  clear: both;
}
.foot-social ul li i {
  font-size: 16px;
  width: 32px;
  height: 32px;
  border: 1px solid #2d2d2d;
  border-radius: 50px;
  padding: 7px;
  text-align: center;
  color: #696969;
}
.copy {
  background: #fff;
}
.copy p {
  margin-bottom: 0px;
  padding: 5px;
  font-size: 13px;
  color: #000000;
}
.copy a {
  color: #f89d22;
}
.widget {
  padding: 0 5px;
}
.footer-widget-title, .footer-logo {
  padding-bottom: 25px;
}
.footer h5 {
  color: #fff;
  font-size: 20px;
}
.footer.style-ten.upper .footer-quick-link-list ul li {
  margin-bottom: 19px;
  list-style: none;
  transition: .3s;
  margin-left: 25px;
  position: relative;
}
.footer-quick-link-list ul li{
  position: relative;
  list-style: none;
  margin-bottom: 19px;
}
.footer-quick-link-list ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -25px;
  height: 1px;
  width: 10px;
  background: #fff;
}
.footer-quick-link-list ul li a {
  color: #d9d9d9;
  font-size: 15px;
}
.footer-quick-link-list ul li a:hover{
  color: #ff6600;
}
.foot-social p{color: #fff;}
.foot-spec.foot-com h3 {
  font-size: 30px;
}
.form_box input,.form_box textarea {
  width: 100%;
  height: 42px;
  border: 1px solid #e6e6e6;
  padding-left: 15px;
  border-radius: 5px;
}
.mb-30 {
  margin-bottom: 30px;
}
.form_box textarea{height: 72px;}
.contact_from_box {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 27px 40px 42px;
}
.btn-details a:hover span{
  color: #ff6600;
}
.btn-details a span{
  color: #fff;
}
/*footer end*/
.SubmitResume {
  position: fixed;
  top: 150px;
  right: 0;
  background-color: #ff6200;
  border-radius: 15px 0 0 15px;
  z-index: 99;
  width: 115px;
  text-align: center;
  padding: 5px 10px;
}
.SubmitResume a {
  color: #fff;
  text-align: center;
}
.opening-content p{
  margin-top: 10px;
  padding: 0;
}
.opening-content{
  padding-left: 20px;
}
.box-iner{
  position: relative;
  border: 1px solid #ff6200;
  padding: 15px 20px 15px 10px;
  border-radius: 15px;
  margin-top: 35px;
}
.imgleft {
  background: #f1f1f1;
  border-radius: 15px;
  padding: 15px;
  height: 85px;
  width: 75px;
}
.imgleft img{
  width: auto;
  height:auto;
}
.box-iner .btn-details a{
  padding: 12px 20px 12px 20px;
}
.teaser {
  color: #333;
  border: 1px solid #f3f3f3;
  padding: 25px 15px;
  height: 420px;
}
.teaser_icon {
  display: inline-block;
  line-height: 1;
  transition: all .2s ease-in-out 0s;
}
.teaser i.fa-map-marker {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  color: #ff5d00;
  font-size: 27px;
  margin-bottom: 30px;
}
.teaser h4 {
  font-size: 24px;
}
.teaser i {
  color: #ff5d00;
}
.pl-30{
  padding-left: 30px;
}
.feature-s8-alt.card {
  height: auto;
  padding: 30px 30px 30px 30px;
  margin-top: 100px;
  border-top: 2px solid #fe5b01;
  height: 390px;
}
.feature-icon {
  position: absolute;
  left: 50%;
  top: 0;
  line-height: 102px;
  transform: translate(-50%, -50%);
  margin-left: auto;
  margin-right: auto;
  width: 130px;
  margin-top: -12px;
  margin-bottom: 5px !important;
  background: #fff;
  border-top: 2px solid #fe5b01;
  border-radius: 50%;
  padding: 10px;
  height: 130px;
  box-shadow: 1px 1px 7px 0 rgb(0 0 0 / 50%);
}
.feature-icon-img{
  background: #fff;
  border-top: 2px solid #fe5b01;
  border-radius: 50%;
  padding: 10px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  box-shadow: 1px 1px 7px 0 rgb(0 0 0 / 50%);
}
.feature-icon-img img{
  width: 100%;
}
.feature-icon img{width: 100%;}
.feature-icon-lg+.feature-text-s8 {
    padding-top: 25px;
}
.feature-text-s8 .title-s5 {
  margin-bottom: 0;
  padding-bottom: 15px;
  margin-top: 35px;
  position: relative;
  font-size: 22px;
}
.title-s5::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  content: '';
  width: 50px;
  height: 3px;
  border-radius: 2px;
  background: #fe5b01;
}
.take-benifit{
  margin-top: 40px;
}
@media (min-width:1400px){
    .case-study-content h2 a{
        font-size: 17px;
    }
    .case-study-content{
        height: 100px;
    }
    .box-iner{
        height: 220px;
    }
    .client-thumb img{
        width: 100%;
    }
    .teaser{
        height: 350px;
    }
}
@media (min-width: 1102px) and (max-width: 1300px){
    .case-study-content{
        height: 115px;
    }
}
@media (max-width: 1101px){
  .nav-brand{
    margin-left: 0;
  }
  .sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted{
    padding: 5px 22px 15px 22px;
    font-size: 15px;
  }
  .right-side .small-cirlce,.right-side .big-circle{
    position: relative;
  }
  .right-side .big-circle{
    margin-top: 0;
  }
  .single-team-member{
      margin-bottom: 60px;
  }
  .team-member-intro-section{
      padding: 20px 15px;
  }
  #main-menu{
      margin-right: 0;
  }
  .contact_from_box{
      padding: 20px;
  }
  .footer-quick-link-list ul{
      padding-left: 0;
  }
  .bg-breadcrumb{
      padding: 22px 0;
  }
  .mainslider .overlaytext h2 {
    font-size: 40px;
    }
    .mainslider .overlaytext{
        padding-top: 15%;
    }
    .teaser{
        height: 380px;
        margin-bottom: 30px;
    }
    .overlaytext h2{
        font-size: 35px;
    }
    .client-thumb img{
        width: 100%;
    }
    .feature-s8-alt.card{
        height:auto;
    }
    .box-iner{
        height: 255px;
    }
    .case-study-content{
        position: relative;
        height: auto;
    }
}
@media (max-width: 991px){
  .nav-brand{
    margin-left: 0;
  }
  .sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted{
    padding: 5px 14px 15px 14px;
    font-size: 15px;
  }
  .right-side .small-cirlce,.right-side .big-circle{
    position: relative;
  }
  .right-side .big-circle{
    margin-top: 0;
  }
  .single-team-member{
      margin-bottom: 60px;
  }
  .team-member-intro-section{
      padding: 20px 15px;
  }
  #main-menu{
      margin-right: 0;
  }
  .contact_from_box{
      padding: 20px;
  }
  .footer-quick-link-list ul{
      padding-left: 0;
  }
  .bg-breadcrumb{
      padding: 22px 0;
  }
  .mainslider .overlaytext h2 {
    font-size: 40px;
    }
    .mainslider .overlaytext{
        padding-top: 15%;
    }
    .teaser{
        height: auto;
        margin-bottom: 30px;
    }
    .overlaytext h2{
        font-size: 35px;
    }
    .client-thumb img{
        width: 100%;
    }
    .feature-s8-alt.card{
        height:auto;
    }
}
@media (max-width: 767px){
    .main-menu-btn{
        margin: 15px 0 0 0;
        position: relative;
        display: inline-block;
        width: 29px;
        height: 29px;
        background: #2683be;
        color: #fff;
        text-indent: 29px;
    }
    .main-menu-btn{
        margin-top: 17px;
    }
    .pl-30 {
        padding-left: 0;
    }
    .section-head-content p{
        padding: 15px;
    }
    .teaser{
        height: auto;
        margin-bottom: 30px;
    }
    .overlaytext h2{
        font-size: 35px;
    }
    .client-thumb img{
        width: 100%;
    }
    .experience-section .col {
        flex: 100%;
    }
    .azflexdiv.d-flex{
        display: block !important;
        text-align:center;
    }
    .single-team-member{
        margin-bottom: 50px;
    }
    .our-management .modal-dialog {
        max-width: 90%;
        margin: 0 auto;
    }
    .modal-title {
        font-size: 16px;
    }
    .imgleft{
        margin:0 auto 20px auto;
    }
    #main-menu .basiz-dropdown li a:after{
        display: none;
    }
    #main-menu{
        width: 100%;
    }
    .sm-blue ul{
        max-width: 100% !important;
    }
    .sm-blue ul a{
        display: block;
        padding: 12px 9px 12px 9px;
    }
    .mainslider .overlaytext h2 {
        font-size: 15px;
    }
    .mainslider .overlaytext {
        padding-top: 5%;
        padding-left: 0;
        text-align: center;
        width: 100%;
    }
    .main-slider .owl-nav button.owl-prev, .main-slider .owl-nav button.owl-next{
        width: 25px;
        height: 25px;
    }
    .mainslider .owl-carousel .owl-nav{
        top: 34%;
    }
    .main-slider .owl-nav button.owl-next span, .main-slider .owl-nav button.owl-prev span{
        font-size: 15px;
    }
    .main-slider .owl-nav button.owl-next{
        right: 0;
    }
    .pt-100 {
        padding-top: 50px;
    }
    .pb-80 {
        padding-bottom: 40px;
    }
    .pt-80 {
        padding-top: 40px;
    }
    .case-study-content h2 a{
        font-size: 18px;
    }
    .section-head{
        margin-top: 20px;
    }
    .about-content-container {
        padding-left: 0;
        margin-top: 30px;
    }
    .contact_from_box {
        padding: 15px;
    }
    .feature-s8-alt.card{
        height: auto;
    }
}
@media (max-width: 340px){
    .main-menu-btn{
        margin: 15px 0 0 0;
        position: relative;
        display: inline-block;
        width: 29px;
        height: 29px;
        background: #2683be;
        color: #fff;
        text-indent: 29px;
    }
    .main-menu-btn{
        margin-top: 17px;
    }
    #main-menu{
        width: 100%;
    }
    .mainslider .overlaytext h2 {
        font-size: 15px;
    }
    .mainslider .overlaytext {
        padding-top: 5%;
        padding-left: 0;
        text-align: center;
        width: 100%;
    }
    .main-slider .owl-nav button.owl-prev, .main-slider .owl-nav button.owl-next{
        width: 25px;
        height: 25px;
    }
    .mainslider .owl-carousel .owl-nav{
        top: 34%;
    }
    .main-slider .owl-nav button.owl-next span, .main-slider .owl-nav button.owl-prev span{
        font-size: 15px;
    }
    .main-slider .owl-nav button.owl-next{
        right: 0;
    }
    .pt-100 {
        padding-top: 50px;
    }
    .pb-80 {
        padding-bottom: 40px;
    }
    .pt-80 {
        padding-top: 40px;
    }
    .case-study-content h2 a{
        font-size: 18px;
    }
    .section-head{
        margin-top: 20px;
    }
    .about-content-container {
        padding-left: 0;
        margin-top: 30px;
    }
    .contact_from_box {
        padding: 15px;
    }
    .feature-s8-alt.card{
        height: auto;
    }
}