body {
  font-family: "Nunito", sans-serif;
  margin: 0;
  padding: 0;
}

.d-table {
  width: 100%;
  height: 100%;
  display: table;
}

.d-tablecell {
  display: table-cell;
  vertical-align: middle;
}

.custom-btn1 {
  background-color: #ff3547;
  color: #fff;
  border: 1px solid #ff3547;
  display: inline-block;
  padding: 12px 30px;
  text-transform: uppercase;
  border-radius: 30px;
  text-decoration: none;
}

.custom-btn1:hover {
  background-color: transparent;
  text-decoration: none;
  color: #fff;
}

h2.text-center.text-bold {
  color: #473b7d;
  font-weight: bold;
}

.fixed {
  /*width: 100%;
    position: fixed!important;
    z-index: 999;
    top: -8px;*/
}

.text-white {
  color: #fff;
}

.font16 {
  font-size: 16px;
}

.slide img {
  display: block;
  width: 100%;
  height: auto;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots button {
  cursor: pointer;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #607d8b;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: #ab151e;
}

/*=================== menu ==============================================*/
.justify-content-md-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.has-sub ul li a {
  margin-top: 0;
}

nav {
  position: relative;
  /* width:980px; */
  margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  margin-top: 0px;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #head-mobile {
  display: none;
}

#cssmenu {
  font-family: sans-serif;
  background: #ccc;
}

#cssmenu > ul > li {
  float: left;
}

#cssmenu > ul > li > a {
  padding: 20px 25px;
  font-size: 14px;
  letter-spacing: normal;
  text-decoration: none;
  color: #473b7d;
  font-weight: 700;
}

#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
  color: #473b7d;
  /* font-weight: 600; */
}

#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  /* background: #ab151e!important; */
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}

#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 13px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #473b7d;
  content: "";
}

#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 10px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #473b7d;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}

#cssmenu ul ul {
  z-index: 9999;
  position: absolute;
  left: -9999px;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  background: #fff;
  transition: all 0.25s ease;
}

#cssmenu ul ul li:hover {
  background: #473b7d;
  /* color: #fff; */
}

#cssmenu li:hover > ul {
  margin-top: 0px;
  left: auto;
}

#cssmenu li:hover > ul > li {
  height: 35px;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu ul ul li a {
  margin-top: -7px;
  border-bottom: 1pxsolidrgba (150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  /* font-size:12px; */
  text-decoration: none;
  color: #473b7d;
  font-weight: 600;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
}

#cssmenu ul ul li.has-sub > a:after {
  color: red;
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ab151e;
  content: "";
}

#cssmenu ul ul li.has-sub > a:before {
  color: red;
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ab151e;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #fff;
}

#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}

/*---------------------- Blogs Starts ---------------------------*/

/*recent-post-col////////////////////*/
.widget-sidebar {
  background-color: #fff;
  padding: 20px;
  margin-top: 30px;
}

.blog_details article {
  background: transparent;
}

.title-widget-sidebar {
  font-size: 14pt;
  border-bottom: 2px solid #e5ebef;
  margin-bottom: 15px;
  padding-bottom: 10px;
  margin-top: 0px;
}

.title-widget-sidebar:after {
  border-bottom: 2px solid #f1c40f;
  width: 150px;
  display: block;
  position: absolute;
  content: "";
  padding-bottom: 10px;
}

/*categories//////////////////////*/

.categories-btn {
  background-color: #f39c12;
  margin-top: 1px;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.categories-btn:after {
  content: "\25BA";
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.categories-btn:hover {
  background-color: #16a085;
  color: #fff;
}

/* sol yazılar */

article {
  background-color: #e0e0e0;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

figure img {
  width: 100%;
  height: 100%;
}

.glyphicon-folder-open,
.glyphicon-user,
.glyphicon-calendar,
.glyphicon-eye-open,
.glyphicon-comment {
  padding: 5px;
}

/* Post tab custom css  */
.populat-post-tab {
  border: 1px solid #e0e0e0;
}

.populat-post-tab .nav-tabs {
  border: none;
}

.populat-post-tab .nav-tabs > li {
  width: 50%;
  text-align: center;
}

.populat-post-tab .nav-tabs > li a {
  background: #f0f5f7;
  margin-right: 0;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  display: block;
  padding: 10px 0;
  font-weight: 700;
  font-size: 15px;
  color: #3a3c41;
  transition: all 0.01s;
}

.populat-post-tab .nav-tabs > li.active a {
  border-top: 2px solid #018ebb;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background: #ffffff;
}

.tab-post-list-wrap {
  margin: 15px 0;
  padding: 0 35px;
}

.tab-post-thumb {
  margin: 0 15px 0 0;
}

.tab-post-thumb figure {
  width: 65px;
}

.tab-post-thumb figure img {
  max-width: 70px;
}

.tab-post-title h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 5px;
}

.tab-post-title span {
  font-size: 12px;
  color: #999ca5;
}

.tab-post-list ul {
  list-style: none;
}

.tab-post-list ul li:before {
  content: "";
  width: 2px;
  height: 8px;
  padding: 0 4px;
  margin-right: 5px;
  background: #018ebb;
  display: inline-block;
}

.tab-post-list ul li small {
  display: block;
}

.tab-post-list ul li small abbr {
  font-size: 11px;
  line-height: 20px;
  text-decoration: none;
  border: none;
}

/* bulanık post */
.post {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 1px #ccc;
}

.post img {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
}

.post img:hover {
  filter: blur(0px);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
}

.post .content {
  padding: 15px;
}

.post .author {
  font-size: 11px;
  color: #737373;
  padding: 25px 30px 20px;
}

.post .post-img-content {
  height: 196px;
  position: relative;
}

.post .post-img-content img {
  position: absolute;
}

.post .post-title {
  display: table-cell;
  vertical-align: bottom;
  z-index: 2;
  position: relative;
}

.post .post-title b {
  background-color: rgba(51, 51, 51, 0.58);
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  padding: 10px 15px;
  margin-top: 5px;
}

/*---------------------- Blogs End ---------------------------*/

@media screen and (max-width: 1000px) {
  nav {
    width: 100%;
  }

  #cssmenu {
    width: 100%;
  }

  #cssmenu ul {
    width: 100%;
    display: none;
  }

  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #444;
  }

  #cssmenu ul li:hover {
    background: #9e9e9e;
  }

  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }

  #cssmenu > ul > li {
    float: none;
  }

  #cssmenu ul ul li a {
    padding-left: 25px;
  }

  #cssmenu ul ul li {
    background: #fff !important;
  }

  #cssmenu ul ul li:hover {
    background: #473b7d !important;
  }

  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }

  #cssmenu ul ul li a {
    color: #473b7d;
    background: none;
  }

  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #fff;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul {
    background: #fff;
    position: relative;
    left: 0px;
    width: 100%;
    margin: 0;
    text-align: left;
  }

  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }

  #cssmenu #head-mobile {
    display: block;
    padding: 15px;
    color: #473b7d;
    font-size: 20px;
    font-weight: 900;
  }

  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }

  .button:after {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    height: 5px;
    width: 20px;
    border-top: 3px solid #473b7d;
    border-bottom: 3px solid #473b7d;
    content: "";
  }

  .button:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 3px;
    width: 20px;
    background: #473b7d;
    content: "";
  }

  .button.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #473b7d;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .button.menu-opened:before {
    top: 23px;
    background: #473b7d;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }

  #cssmenu .submenu-button.submenu-opened {
    background: #fff;
  }

  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }

  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #473b7d;
    content: "";
  }

  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }

  #cssmenu .submenu-button.submenu-opened:after {
    background: #473b7d;
  }

  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #473b7d;
    content: "";
  }

  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }

  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }

  #cssmenu ul ul ul li.active a {
    border-left: none;
  }

  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
}

/*================== Navbar =========================================*/

.top-navbar {
  background: transparent;
  /*color: #d6d6d6;
  padding: 5px 0;
*/
}

.search-box {
  width: 250px;
  cursor: pointer;
  margin: 0 auto;
  border: 0.5px solid #473b7d;
  /* border-radius: 28px; */
  color: rgb(119, 126, 128);
  text-align: left;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 1px;
  background: #fff;
}

.search-icon {
  width: 250px;
  padding: 5px;
  border-radius: 0;
  float: right;
}

.inner-addon {
  padding: 30px 0;
  position: relative;
}

/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 11px;
  pointer-events: none;
}

.left-addon .fa {
  left: 0px;
}

.right-addon .fa {
  color: #fff;
  background: #473b7d;
  right: -5px;
}

.left-addon input {
  padding-left: 30px;
}

.right-addon input {
  padding-right: 20px;
}

/*============================ Top bar ===================================*/
.top-bar i {
  font-size: 16px;
  color: #fff;
}

.top-bar p {
  font-size: 13px;
  margin-bottom: 5px;
}

.top-bar {
  background: #473b7d;
  color: #fff;
  font-size: 0.9rem;
  /*padding: 10px 0;*/
  padding-top: 0px;
  z-index: 9;
}

.top-bar .contact-info {
  margin-right: 20px;
}

.top-bar ul {
  margin-bottom: 0;
}

.top-bar .contact-info a {
  font-size: 0.8rem;
}

.top-bar ul.social-custom {
  /* margin-left: 20px;*/
}

.top-bar ul {
  margin-bottom: 0;
}

.top-bar a.login-btn i,
.top-bar a.signup-btn i {
  margin-right: 10px;
}

.top-bar ul.social-custom a:hover {
  background: #4fbfa8;
  color: #fff;
}

.top-bar ul.social-custom a {
  text-decoration: none !important;
  font-size: 0.7rem;
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #999;
  text-align: center;
  border-radius: 50%;
  margin: 0;
}

a:focus,
a:hover {
  color: #348e7b;
  text-decoration: none;
}

.top-bar a.login-btn,
.top-bar a.signup-btn {
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none !important;
  font-size: 0.75rem;
  font-weight: 700;
  margin-right: 10px;
}

/*
Hero slider style
==========================*/
.slideTextBg {
  background: rgba(255, 255, 255, 0.75);
  padding: 2.2em 13em;
}

h1 {
  /* position: relative;
	padding: 0;
	margin: 0;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	font-size: 40px;
	color: #080808;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s; */
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}

h1 em {
  font-style: normal;
  font-weight: 600;
}

/* === HEADING STYLE #1 === */
.one h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.one h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #473b7d;
  z-index: 999;
}

.one h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #545f64;
}

/* === HEADING STYLE #1 === */
.one h2 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.one h2:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #473b7d;
  z-index: 999;
}

.one h2:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #545f64;
}

/* === HEADING STYLE #2 === */
.hero-slider {
  position: relative;
}

.single-hs-item {
  height: 500px;
  background-size: 100% 100%;
  background-position: center center;
  position: relative;
}

.single-hs-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  opacity: 0.6;
}

.item-bg1 {
  background-image: url(../img/slider/slide1.jpeg);
}

.item-bg2 {
  background-image: url(../img/slider/slide2.jpeg);
}

.item-bg3 {
  background-image: url(../img/slider/slider-Arab.PNG);
}

.item-bg4 {
  background-image: url(../img/slider/slide4.jpeg);
}

.item-bg5 {
  background-image: url(https://cdn.pixabay.com/photo/2016/04/08/09/27/banner-1315819_960_720.jpg);
}

.hero-text {
  padding: 0 15px;
  text-align: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-text h1 {
  color: #473b7d;
  font-size: 50px;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0;
}

.hero-text p {
  color: #545f64;
  /* font-size: 17px; */
  /* max-width: 600px; */
  margin-left: auto;
  margin-right: auto;
  /* line-height: 30px; */
  /* margin-top: 20px; */
  /* margin-bottom: 35px; */
}

.hero-slider .owl-item.active h1 {
  -animation: 1s 0.3s fadeInUp both;
}

.hero-slider .owl-item.active p {
  -webkit-animation: 1s 0.3s fadeInUp both;
  animation: 1s 0.3s fadeInUp both;
}

.hero-slider .owl-item.active .slider-btn {
  -webkit-animation: 1s 0.3s fadeInUp both;
  animation: 1s 0.3s fadeInUp both;
}

.owl-carousel .owl-nav button.owl-prev {
  background-color: #ff3547;
  position: absolute;
  left: 0;
  top: 50%;
  color: #fff;
  font-size: 30px;
  margin: -40px 0 0;
  border-radius: 0;
  height: 50px;
  width: 50px;
}

.owl-carousel .owl-nav button.owl-next {
  background-color: #ff3547;
  position: absolute;
  right: 0;
  top: 50%;
  color: #fff;
  font-size: 30px;
  margin: -40px 0 0;
  border-radius: 0;
  height: 50px;
  width: 50px;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ff3547;
}

/* ========================= Pages CSS =============================*/
/*---------------- Infrastructe Page CSS ----------------*/
#page_header {
  padding: 2em 0;
}

#infra_section {
  padding: 5rem 0;
  background: #ffffff;
}

#Infra_slide .slick-prev {
  left: 30px;
}

#Infra_slide .slick-next {
  right: 30px;
}

.addon {
  background: #fff;
  /* border: 1px solid #C0CAE3; */
  margin-bottom: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.addon li {
  padding: 10px;
  border-bottom: 1px solid #dadada;
  overflow: hidden;
}

.addon li {
  text-align: left;
  list-style: none;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ul {
  list-style: none;
}

.round {
  border-radius: 100%;
  display: block;
  height: 48px;
  width: 49px;
  float: left;
}

.addon li em {
  background: url(http://d1dls1ko4h0b59.cloudfront.net/assets/campaign-legend-d95e12bce50a8e18d8bd3c96383c352f.png)
    no-repeat;
  display: block;
  height: 48px;
  width: 49px;
  float: left;
}

.addon li em.extra {
  background-position: -118px 0;
}

.addon li em.hot {
  background-position: -58px 0;
}

.addon p {
  padding: 10px 15px;
  margin: 0;
  font: 600 16px/22px "myriad-pro", Arial, "Helvetica Neue", Helvetica,
    sans-serif;
}

p {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.addon li .legend-info {
  float: left;
  /* margin-left: 10px; */
  text-transform: uppercase;
  /* width: 155px; */
}

.addon strong {
  display: block;
  margin: 0 0 4px;
}

strong {
  font-weight: bold;
}

.mt-60 {
  margin-top: 60px;
}

.row.heading h2 {
  color: #fff;
  font-size: 52.52px;
  line-height: 95px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 40px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

#infra_section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.heading.heading-icon {
  display: block;
}

.padding-lg {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
}

.practice-area.padding-lg {
  padding-bottom: 55px;
  padding-top: 55px;
}

.practice-area .inner {
  border: 1px solid #999999;
  text-align: center;
  margin-bottom: 28px;
  padding: 40px 25px;
}

.our-webcoderskull .cnt-block:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border: 0;
}

.practice-area .inner h3 {
  color: #3c3c3c;
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  padding: 10px 0;
}

.practice-area .inner p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.practice-area .inner img {
  display: inline-block;
}

.our-webcoderskull {
  background: url("http://www.webcoderskull.com/img/right-sider-banner.png")
    no-repeat center top / cover;
}

.our-webcoderskull .cnt-block {
  /* float:
   left; */
  /* width:100%; */
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  border: 2px solid #d5d5d5;
  margin: 0 0 28px;
}

.our-webcoderskull .cnt-block figure {
  width: 148px;
  height: 148px;
  /* border-radius:100%; */
  display: inline-block;
  margin-bottom: 15px;
}

.our-webcoderskull .cnt-block img {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 180px;
  /* height:148px; */
  /* border-radius:100%; */
}

.our-webcoderskull .cnt-block h3 {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 500;
  padding: 6px 0;
  text-transform: uppercase;
}

.our-webcoderskull .cnt-block h3 a {
  text-decoration: none;
  color: #2a2a2a;
}

.our-webcoderskull .cnt-block h3 a:hover {
  color: #337ab7;
}

.our-webcoderskull .cnt-block p {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  color: #2a2a2a;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.our-webcoderskull .cnt-block .follow-us {
  margin: 20px 0 0;
}

.our-webcoderskull .cnt-block .follow-us li {
  display: inline-block;
  width: auto;
  margin: 0 5px;
}

.our-webcoderskull .cnt-block .follow-us li .fa {
  font-size: 24px;
  color: #767676;
}

.our-webcoderskull .cnt-block .follow-us li .fa:hover {
  color: #025a8e;
}

/*================= Product Pgae CSS =================================*/
#product_section1 {
  padding: 30px 0;
  height: auto;
}

#product_section1 .tab-content > .tab-pane {
  /* margin-left: 15%; */
}

/*---------Ref:  ;https://www.bestjquery.com/codelab/-----*/
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.tab-pane {
  /*height: 300px!important;*/
}

.vertical-tab {
  font-family: "Noto Sans", sans-serif;
  /* display: table; */
}

.vertical-tab .nav-tabs {
  display: table-cell;
  width: 28%;
  min-width: 28%;
  vertical-align: top;
  border: none;
  position: relative;
  z-index: 1;
}

.vertical-tab .nav-tabs:after {
  content: "";
  /* background-color: #fff; */
  height: 78%;
  width: 20px;
  transform: translateX(-50%);
  position: absolute;
  left: calc(50% - 10px);
  top: 0;
  z-index: -1;
}

.vertical-tab .nav-tabs li {
  float: none;
  vertical-align: top;
}

.vertical-tab .nav-tabs li a {
  border: 1px solid #ccc !important;
  width: 95%;
  color: #222;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 12px;
  margin: 0 15px 0px 0;
  /* border-radius: 10px 0 0 10px; */
  border: none;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.vertical-tab .nav-tabs li:last-child a {
  margin-bottom: 0;
}

.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover {
  color: #fff;
  background-color: #473b7d;
  /* border: 1px solid #ccc; */
}

.vertical-tab .nav-tabs li a:before {
  content: "";
  background-color: #fff;
  width: 0;
  height: 30px;
  opacity: 0;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 99%;
  z-index: -1;
  transition: all 0.3s ease 0s;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li.active a:hover:before {
  opacity: 1;
  background-color: #473b7d;
  width: 15px;
}

.vertical-tab .tab-content {
  color: #000;
  /* background: repeating-linear-gradient(to right,#333,#333 10%,#393939 10%,#393939 20%); */
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 25px;
  /* padding: 0px 20px 10px; */
  /*margin-top: 10px;*/
  border-radius: 0 15px 15px 0;
  display: table-cell;
  position: relative;
  /* border: 1px solid #d06a15; */
  /*overflow: scroll;*/
  width: 100%;
}

.vertical-tab .tab-content h3 {
  text-align: center;
  background: #473b7d;
  color: #fff;
  padding: 10px;
  font-weight: 700;
  text-transform: uppercase;
  /* letter-spacing: 1px; */
  margin: 0 0 7px 0;
}

@media only screen and (max-width: 479px) {
  .slide1 .slick-slide {
    width: 360px !important;
  }

  .vertical-tab .nav-tabs li a {
    width: 100%;
  }

  .vertical-tab .nav-tabs {
    width: 100%;
    margin: 0 0 15px;
    border: none;
    display: block;
  }

  .vertical-tab .nav-tabs:after {
    left: 50%;
  }

  .vertical-tab .nav-tabs li a {
    margin: 0 0 15px;
    border-radius: 10px 10px 0 0;
  }

  .vertical-tab .nav-tabs li a:before {
    width: 15px;
    height: 0;
    transform: translateY(0) translateX(-50%) rotate(90deg);
    top: 100%;
    left: 50%;
  }

  .vertical-tab .nav-tabs li.active a:before,
  .vertical-tab .nav-tabs li.active a:hover:before {
    height: 15px;
  }

  .vertical-tab .tab-content {
    padding: 25px 20px;
    margin-top: 0;
    border-radius: 0 0 15px 15px;
    display: block;
  }

  .vertical-tab .tab-content h3 {
    font-size: 18px;
  }
}

/*============ Pro Section 2 =======================*/

/*================== Company Profile CSS =============================*/
#about_section1 {
  padding: 50px 0;
}

#about_section2 h3 {
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 35px;
  color: #fff;
  font-weight: 700;
}

#about_section2 {
  padding: 0px 0;
  background: url(https://cdn.pixabay.com/photo/2015/10/29/14/38/web-1012467_960_720.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.srvices_main1 {
  overflow: hidden;
  padding: 30px 0 0;
  width: 100%;
}

.service_first {
  background: #f2efef none repeat scroll 0 0;
  border: 1px dotted #c0c0c0;
  border-radius: 0;
  padding: 45px 10px;
  width: 100%;
}

.service_first h1 {
  color: #000;
  font-family: roboto;
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  padding: 5px 0 15px;
  text-align: center;
  text-transform: uppercase;
  margin-top: -10%;
}

.heading {
  border-bottom: 1px solid #fcab0e;
  padding-bottom: 9px;
  position: relative;
}

.service_first p {
  font-family: roboto;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0 15px 15px;
  text-align: center;
}

.service_button {
  padding: 10px 0;
  width: 100%;
}

.service_button a {
  background-color: rgb(255, 102, 0);
  background-image: linear-gradient(
    to bottom,
    rgb(240, 146, 4),
    rgb(230, 92, 0)
  );
  border: 1px solid;
  border-radius: 0;
  color: #fff;
  font-family: roboto;
  font-size: 16px;
  margin: 0 135px;
  padding: 5px 25px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}

.service_button a:hover {
  background: #000000 none repeat scroll 0 0;
}

.service_first:hover {
  background: #fff none repeat scroll 0 0;
  border: 1px dashed #aaa;
  cursor: auto;
  display: block;
}

.services-section {
  padding-top: 60px;
  padding-bottom: 60px;
  /*background:#e2e2e2;*/
}

.service-box h3 {
  color: #59626b;
  font-size: 20px;
  font-weight: normal;
  text-transform: capitalize;
  line-height: 36px;
  letter-spacing: 1px;
  margin: 0;
}

.service-content p {
  margin-top: 5px;
  margin-bottom: 20px;
}

.service-icon {
  width: 70px;
  height: auto;
  /* border: 1px solid #e4e4e4; */
  text-align: center;
  line-height: 88px;
  font-size: 30px;
  float: left;
  display: table;
  color: red;
  /*transform: rotate(-45deg);*/
}

.service-content {
  margin-top: 40px;
  margin-left: 86px;
}

.one_1 h1 {
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.one_1 h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 9%;
  margin-left: -14px;
  background-color: #b80000;
  z-index: 999;
}

.one_1 h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 9%;
  margin-left: -50px;
  background-color: #545f64;
}

/*********************** Demo - 1 *******************/

.box1 .icon,
.box2,
.box3,
.box4,
.box5 .icon li a {
  text-align: center;
}

.box10:after,
.box10:before,
.box1:after,
.box1:before,
.box2 .inner-content:after,
.box3:after,
.box3:before,
.box4:before,
.box5:after,
.box5:before,
.box6:after,
.box7:after,
.box7:before {
  content: "";
}

.box1,
.box11,
.box12,
.box13,
.box14,
.box16,
.box17,
.box18,
.box2,
.box20,
.box21,
.box3,
.box4,
.box5,
.box5 .icon li a,
.box6,
.box7,
.box8 {
  overflow: hidden;
}

.box1 .title,
.box10 .title,
.box4 .title,
.box7 .title {
  letter-spacing: 1px;
}

.box3 .post,
.box4 .post,
.box5 .post,
.box7 .post {
  font-style: italic;
}

body {
  /* background-color:#f1f1f2; */
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.box2 .icon li a,
.box3 .icon a:hover,
.box4 .icon li a:hover,
.box5 .icon li a,
.box6 .icon li a {
  border-radius: 50%;
}

/*********************** Demo - 4 *******************/
.box4 {
  position: relative;
}

.box4:before {
  width: 0;
  height: 200%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: -612px;
  bottom: 0;
  transform: skewX(-36deg);
  transition: all 0.5s ease 0s;
}

.box4:hover:before {
  width: 200%;
}

.box4 img {
  width: 100%;
  /* height: 400px; */
}

.box4 .box-content {
  width: 100%;
  height: 100%;
  padding-top: 20%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}

.box4 .icon,
.box5 .icon {
  list-style: none;
  padding: 0;
}

.box4:hover .box-content {
  transform: scale(1);
}

.box4 .title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}

.box4 .post {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.box4 .icon {
  margin: 0;
}

.box4 .icon li {
  display: inline-block;
}

.box4 .icon li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  background: #fff;
  color: #ee4266;
  margin-right: 10px;
  transition: all 0.3s ease 0s;
}

.box5 .icon,
.box5 .icon li {
  display: inline-block;
}

@media only screen and (max-width: 990px) {
  .box4 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .box4:before {
    left: -400px;
  }

  .box4:hover:before {
    width: 300%;
  }
}

/*********************** Demo - 3 *******************/
.box3 {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
  margin-bottom: 25px;
}

.box3 .box-content,
.box3:after,
.box3:before {
  position: absolute;
  left: 7%;
  right: 7%;
  transition: all 0.3s;
}

.box3:after,
.box3:before {
  display: block;
  background: rgba(0, 0, 0, 0.3);
  top: 10%;
  bottom: 10%;
  z-index: 1;
  transform: scale(0, 1);
}

.box3:after {
  top: 10.8%;
  bottom: 10.8%;
  transform: scale(1, 0);
}

.box3:hover:after,
.box3:hover:before {
  transform: scale(1);
  animation: animate 1.5s;
}

.box3:hover:before {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.box:hover:after {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}

.box img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}

.box3:hover img {
  transform: scale(1.2);
  filter: blur(5px);
  -moz-filter: blur(5px);
  -webkit-filter: blur(5px);
}

.box3 .box-content {
  padding: 30px 10px;
  top: 10%;
  bottom: 10%;
  opacity: 0;
  z-index: 2;
}

.box3:hover .box-content {
  box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.3s;
}

.box3 .title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 40px 0 15px;
}

.box3 .post {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.box3 .description {
  font-size: 14px;
  color: #fff;
  margin: 0 0 20px;
}

.box3 .icon {
  padding: 0;
  margin: 0;
  list-style: none;
}

.box3 .icon li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.box3 .icon li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #88c425;
  transition: all 0.5s;
}

.box3 .icon a:hover {
  text-decoration: none;
  animation: animate-hover 0.5s;
  transition: all 0.3s;
}

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

@keyframes animate-hover {
  0% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
  }

  50% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
}

.box10,
.box11,
.box12,
.box14,
.box4,
.box5,
.box6,
.box7,
.box9 {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 990px) {
  .box3 {
    margin-bottom: 30px;
  }

  .box3 .box-content {
    padding: 10px;
  }

  .box3 .description {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .box3 .title {
    margin: 0;
  }
}

/*================ Product Page CSS ==============================*/
.btn-default:hover {
  color: #f8f3f3;
  background-color: #0cc901;
  border-color: #07ab1d;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  color: #fff !important;
  outline: none;
  box-shadow: none;
  background: #4caf50;
}

/* ================================== Home page CSS ================================================= */
.section_gray {
  background: #ccc;
}

#ProductPortfolio .portfolio_list:hover {
  border: 2px solid #545f64;
}

#ProductPortfolio .portfolio_list {
  cursor: pointer;
  background: #fff;
  padding: 1px;
  transition: 0.3s ease-in-out;
}

#ProductPortfolio .portfolio_list p {
  padding: 10px;
}

#ProductPortfolio .portfolio_list p a {
  font-size: 26px;
  text-decoration: none;
  color: #473b7d;
  font-weight: 600;
  /*padding: 15px 2em;*/
}

.gap-top-bottom {
  padding: 70px 0;
}

.img-box img {
  width: 100%;
}

.text-box h4 {
  font-size: 20px;
}

/**sec2 style**/
.sec2 {
  padding: 60px 0;
  border-top: 1px solid #d9d9d9;
}

.sec2 h1 {
  color: red;
}

.item-img {
  position: relative;
  transition: all ease-in-out 0.5s;
}

.hover-box {
  position: absolute;
  bottom: -100%;

  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.5s;
  opacity: 0;
}

.hover-box ul {
  padding-left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

.hover-box ul li {
  color: gold;
  font-size: 30px;
}

.text-box-2 h4 {
  color: #28a745;
}

.text-box-2 p samp {
  color: red;
}

/***hover**/
.item-box:hover .hover-box {
  opacity: 1;
  bottom: 0;
}

#home_section_4 h3 {
  color: #473b7d;
  font-size: 35px;
  font-weight: 900;
}

.slide1 .slick-slide img {
  padding: 0;
}

.slide1 .slick-slide {
  margin: 0;
  width: 285px !important;
}

.text-red {
  font-weight: 900;
  color: #473b7d;
}

#home1 {
  padding: 50px 0;
}

.img-responsive {
  width: 100%;
  max-width: 100%;
}

/*.ImgBorder{
    border: 1px dotted #000;
}*/
.ImgBorder:after {
  content: "";
  position: absolute;
  border: 1px dashed #000;
  width: 95%;
  height: 343px;
  top: 25px;
  left: -18px;
  z-index: -1;
}

.ImgBorder:hover:after {
  content: "";
  border: 1px dashed #f00;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

#home_section_5 {
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 179px;
  width: 225px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  padding: 18px;
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.certificate_img {
  border: 1px solid #ccc;
  min-height: 238px;
}

.certificate_img {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.slick-initialized .slick-slide {
  /*border: 1px solid #ccc;*/
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.div_list_inner {
  margin-bottom: 2em;
  /* background: #fff; */
}

.div_list_inner p a:hover {
  background: #fff;
  color: #545f64;
  border: 2px solid #545f64;
}

.div_list_inner p a {
  font-size: 18px;
  /* text-align: center; */
  /* padding: 0px 0; */
}

.div_list_inner p a {
  margin: 10px 0px;
  font-size: 26px;
  text-decoration: none;
  color: #473b7d;
  font-weight: 600;
  background: #fff;
  padding: 15px 2em;
  transition: 0.3s ease-in-out;
}

#ProductPortfolio h3 {
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 35px;
  color: #fff;
  font-weight: 700;
}

#ProductPortfolio {
  padding: 50px 0;
  background: url(https://cdn.pixabay.com/photo/2015/10/29/14/38/web-1012467_960_720.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

#ProductPortfolio ul {
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  margin: 60px 0;
}

#ProductPortfolio ul li {
  float: left;
  margin-bottom: 20px !important;
}

#ProductPortfolio ul li a {
  font-size: 26px;
  font-weight: bold;
  color: #ab151e;
  background: #fff;
  margin: 0 15px;
  padding: 10px 50px;
  border: 2px solid #fff;
  transition: 0.3s ease-in-out;
}

#ProductPortfolio ul li a:hover {
  text-decoration: none;
  background: #fff;
  color: #545f64;
  border: 2px solid #545f64;
}

body {
  font-family: "Lato", sans-serif;
}

.starter-template {
  /*padding: 80px 15px;*/
  text-align: center;
}

span.lower-text {
  color: #ffc300;
  font-size: 25px;
  display: block;
}

.hover-div {
  padding: 20px 20px;
  text-align: center;
  /* min-height: 350px; */
}

.hover-div {
  border-top: 1px solid #f8f8f8;
  /* background: #f8f8f8; */
  /* box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 10px 0px;
}

.hover-div:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  border-radius: 5px;
}

.pad-15 {
  padding: 15px;
}

.hover-div_inner h3 a {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin: 10px 0;
}

.hovicon {
  display: inline-block;
  font-size: 30px;
  line-height: 3em;
  cursor: pointer;
  margin: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
  color: #fff;
}

.hovicon.small {
  font-size: 20px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  margin: 7px;
}

.hovicon.mini {
  font-size: 15px;
  line-height: 32px;
  width: 30px;
  height: 30px;
  margin: 7px;
}

.hovicon.auto-width {
  width: auto;
  height: auto;
  padding: 15px;
}

.hovicon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.hovicon:before {
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

/* Effect 1 */
.hovicon.effect-1 {
  background: #545f64;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.hovicon.effect-1:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #473b7d;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}

/* Effect 1a */
.hovicon.effect-1.sub-a:hover img {
  /*background: #473B7D;
    color: #f1f5f3;*/
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}

.hovicon.effect-1.sub-a:hover {
  background: #473b7d;
  color: #f1f5f3;
}

.hovicon.effect-1.sub-a:hover i {
  color: #41ab6b;
}

.hovicon.effect-1.sub-a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 1b */
.hovicon.effect-1.sub-b:hover {
  background: rgba(255, 255, 255, 1);
  color: #41ab6b;
}

.hovicon.effect-1.sub-b:hover i {
  color: #41ab6b;
}

.hovicon.effect-1.sub-b:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovicon.effect-1.sub-b:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.block h4 a {
  color: #000;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-size: 18px;
}

.block h4 a:hover {
  color: #f63233;
  font-size: 19px;
}

/* ================================== Pages CSS ================================================= */
/*==================================== Footer CSS =================================================*/
footer .fa-angle-right {
  margin-right: 13px;
}

.footer-widget p {
  margin-bottom: 27px;
}

p {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #007bff;
}

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

.animate-border.border-white:after {
  border-color: #fff;
}

.animate-border.border-yellow:after {
  border-color: #f5b02e;
}

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff;
}

.animate-border.border-ash:after {
  border-right-color: #eef0ef;
  border-left-color: #eef0ef;
}

.animate-border.border-offwhite:after {
  border-right-color: #f7f9f8;
  border-left-color: #f7f9f8;
}

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%;
  }

  50% {
    width: 90%;
  }

  100% {
    width: 10%;
  }
}

@keyframes primary-long {
  0% {
    width: 80%;
  }

  50% {
    width: 0%;
  }

  100% {
    width: 80%;
  }
}

.dk-footer {
  padding: 75px 0 0;
  background-color: #473b7d;
  position: relative;
  z-index: 2;
}

.dk-footer .contact-us {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 80px;
}

.dk-footer .contact-us .contact-info {
  margin-left: 50px;
}

.dk-footer .contact-us.contact-us-last {
  margin-left: -80px;
}

.dk-footer .contact-icon i {
  font-size: 24px;
  top: -15px;
  position: relative;
  color: #007bff;
}

.dk-footer-box-info {
  position: relative;
  /* top: -122px; */
  /* background: #202020; */
  /* padding: 40px; */
  z-index: 2;
}

.dk-footer-box-info .footer-social-link h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 25px;
}

.dk-footer-box-info .footer-social-link ul {
  text-align: center;
  border-top: 1px solid #fff;
  list-style-type: none;
  padding: 10px 0;
  margin: 0;
}

.dk-footer-box-info .footer-social-link li {
  display: inline-block;
}

.dk-footer-box-info .footer-social-link a i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #000;
  margin-right: 5px;
  color: #fff;
}

.dk-footer-box-info .footer-social-link a i.fa-facebook {
  background-color: #3b5998;
}

.dk-footer-box-info .footer-social-link a i.fa-twitter {
  background-color: #55acee;
}

.dk-footer-box-info .footer-social-link a i.fa-google-plus {
  background-color: #dd4b39;
}

.dk-footer-box-info .footer-social-link a i.fa-linkedin {
  background-color: #0976b4;
}

.dk-footer-box-info .footer-social-link a i.fa-instagram {
  background-color: #b7242a;
}

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-awarad p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-left: 20px;
  padding-top: 15px;
}

.footer-info-text {
  margin: 26px 0 32px;
}

.footer-left-widget {
  padding-left: 80px;
}

.footer-widget .section-heading {
  margin-bottom: 35px;
}

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget li {
  margin-bottom: 18px;
}

.footer-widget p {
  margin-bottom: 27px;
}

.footer-widget a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-widget a:hover {
  color: #b7242a;
}

.footer-widget:after {
  content: "";
  display: block;
  clear: both;
}

.dk-footer-form {
  position: relative;
}

.dk-footer-form input[type="email"] {
  padding: 14px 28px;
  border-radius: 50px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::-webkit-input-placeholder {
  color: #878787;
  font-size: 14px;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::placeholder {
  color: #878787;
  font-size: 14px;
}

.dk-footer-form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 24px 12px 17px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 1px solid #007bff;
  background: #007bff;
  color: #fff;
}

.dk-footer-form button:hover {
  cursor: pointer;
}

/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-icon {
  position: absolute;
}

.contact-icon i {
  font-size: 36px;
  top: -5px;
  position: relative;
  color: #007bff;
}

.contact-info {
  margin-left: 75px;
  color: #fff;
}

.contact-info h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

.copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #202020;
}

.copyright span,
.copyright a {
  color: #878787;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.copyright a:hover {
  color: #007bff;
}

.copyright-menu ul {
  text-align: right;
  margin: 0;
}

.copyright-menu li {
  display: inline-block;
  padding-left: 20px;
}

.back-to-top {
  position: relative;
  z-index: 2;
}

.back-to-top .btn-dark {
  width: 40px;
  height: 40px;
  border-radius: 0;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: transparent;
  border-color: #b7242a;
  display: none;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.back-to-top .btn-dark:hover {
  cursor: pointer;
  background: #473b7d;
  border-color: #473b7d;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  color: #473b7d;
  outline: none;
  box-shadow: none;
}

.back-to-top .btn-dark:hover i {
  color: #fff !important;
}

/*========================= Footer End =======================================================*/
@media only screen and (max-width: 600px) {
  .slide1 .slick-slide {
    width: 360px !important;
  }

  .search-icon {
    float: left;
  }

  .hero-text {
    display: none;
  }

  .single-hs-item {
    height: 170px;
  }

  .hero-text h1 {
    font-size: 30px;
  }

  .hero-text p {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .owl-carousel .owl-nav button.owl-next {
    top: 4em;
    margin: 0;
    bottom: 0px;
  }

  .owl-carousel .owl-nav button.owl-prev {
    top: 4em;
    margin: 0;
    bottom: 0px;
  }

  .owl-dots {
    bottom: 10px;
    left: 50px;
    right: 50px;
  }
}

.slider-h1-tag {
  color: #473b7d;
  font-size: 50px;

  font-weight: 600;
  margin: 0;
  text-transform: capitalize !important;
}

.one_1 h2 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.one_1 h2 {
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.one_1 h2:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 9%;
  margin-left: -14px;
  background-color: #b80000;
  z-index: 999;
}

.one_1 h2:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 9%;
  margin-left: -50px;
  background-color: #545f64;
}

.one h2:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #473b7d;
  z-index: 999;
}

.one h2:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #545f64;
}

.one h2 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.one h2 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.service_first h2 {
  color: #000;
  font-family: roboto;
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  padding: 5px 0 15px;
  text-align: center;
  text-transform: uppercase;
  margin-top: -10%;
}

.footer-logo h2 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.service_first h2 {
  color: #000;
  font-family: system-ui;
  font-size: 30px;
  font-weight: 400;
  margin-top: 0;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}

.proimages img {
  width: 100%;
}

#about_section1 .container h1 {
  font-size: 3rem;
  margin-bottom: 100px;
}

#about_section1 .container h1:before {
  width: 10%;
  height: 3px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0%;
  margin-left: 0;
  background-color: #b80000;
}

#about_section1 .container h1:after {
  width: 100%;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 10px;
  left: 0%;
  margin-left: 0;
  background-color: #b80000;
}

#about_section1 .container * {
  font-family: "verdana";
}

#about_section1 .container li {
  margin-bottom: 15px;
}

.service-inner-top img {
  width: 200px;
  border-radius: 20px;
}

.service-inner-top {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-bottom: 100px;
  flex-wrap: wrap;
  position: relative;
}

.service-inner-top .wraper {
  background-color: #202020;
  width: 200px;
  height: 157px;
  position: absolute;
  opacity: 0.8;
  border-radius: 20px;
}

.service-inner-top .active {
  opacity: 0.1;
}

.service-inner-top span {
  display: flex;
  position: absolute;
  width: 200px;
  height: 157px;
  color: #fff;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}

.service-inner-top span i {
  background-color: #08080862;
  padding: 10px 5px;
}

.image-container {
  position: relative;
  display: inline-block;
}

.image-container:before {
  content: "";
  position: absolute;
  top: 10px;
  /* Adjust to control vertical offset */
  left: 10px;
  /* Adjust to control horizontal offset */
  width: 100%;
  height: 100%;
  background-color: #a045d6;
  /* Adjust to the purple shade you want */
  border-radius: 8px;
  /* Apply rounded corners */
  z-index: -1;
  /* Place it behind the image */
}

.image-container img {
  display: block;
  width: 100%;
  border-radius: 8px;
  /* Match the rounded corners */
  box-shadow: 0px 0px 20px 0px #000000a6;
}

.mb-100 {
  margin-bottom: 100px;
}

.second-heading {
  font-size: 2.5rem !important;
  margin-bottom: 20px;
}

#about_section1 .container .second-heading:before {
  width: 10%;
  height: 3px;
  display: block;
  content: "";
  position: relative;
  bottom: 5px;
  left: 0%;
  margin-left: 0;
  background-color: #b80000;
}

#about_section1 .container .second-heading:after {
  width: 20%;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 10px;
  right: 0%;
  margin-right: 0;
  background-color: #b80000;
}

.para {
  box-shadow: 3px 3px 15px #00000087;
  padding: 5px 20px;
}

.para ul {
  margin-left: 25px;
}

.second-third {
  font-size: 2rem;
}

#about_section1 .container .filling-text {
  transform: translate(0px, 0px) !important;
  font-size: 4rem;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px rgb(97 96 96 / 30%);
  /* Light stroke for a glass outline */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.1) 50%,
    #3498db 50%
  );
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 100% 200%;
  color: transparent;
  text-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
  /* Subtle glow effect for glass */
}

#about_section1 {
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

.background-image {
  position: absolute;
  top: 30%;
  left: 10%;
  z-index: 1;
  opacity: 0.5;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

.background-image2 {
  position: absolute;
  top: 30%;
  left: 75%;
  z-index: 1;
  opacity: 0.5;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

#cssmenu {
  z-index: 9;
}
