

@import url('../css.css');
@import url('../css-1.css');



body {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  background: transparent;
  line-height: 24px;
  font-weight: 400;
  color: #666666;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  border: none;
  outline: 0;
  color: #333;
  font-family: 'Poppins', sans-serif;
}
a:hover,
a:focus,
a:active,
button:focus {
  text-decoration: none;
  border: none;
  outline: 0;
  font-family: 'Poppins', sans-serif;
  color: #f7931c;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #333333;
  padding: 0;
  margin: 0;
}
h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
}
h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
h4,
h5,
h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.section-padding {
    padding: 44px 0px 18px 0;
}
.section-title {
    text-align: center;
    margin-bottom: 50px;
}
.section-title h2 {
    color: #164b7a;
    font-size:24px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    line-height: normal;
    border-radius: 71px;
    padding: 0px 10px 0 10px;
}
.section-title h2:before {
    content: " ";
    position: absolute;
    top: 43px;
    left: 15px;
    width: 61px;
    height: 3px;
    background-color: #f7931c;
}
.section-title h2:after {
    position: absolute;
    content: '';
    left: 75px;
    bottom: -13px;
    background-color: #f7931c;
    background-size: cover;
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    transform: rotate(0deg);
    border-radius: 35px;
}
.section-title h2 span {
    font-size: 24px;
    color: #f7931c;
}
.section-title p {
  color: #f7931c;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3.7px;
  margin-bottom: 5px;
}
.s-table {
  height: 100%;
  width: 100%;
  display: table;
}
.s-tablec {
  
}
.seori-btn {
    display: inline-block;
    background:#f7931c;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    padding: 4px 8px 5px 20px;
    border-radius: 2px;
    -webkit-transition: 0.4s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px dashed #fff;
    border-radius: 2px;
    position: relative;
}
.menu-btn p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 0 0;
}
.menu-btn a i {
    background:#f7931c;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    position: absolute;
    left: -16px;
    top: 1px;
    border-radius: 25px;
    border: 2px solid #fff;
}
.seori-btn:hover {
    background:#f7931c;
    color: #fff;
}
.seori-btn:active,
.seori-btn:focus {
  color: #fff;
}
.plr-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  margin-right: 0px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-60 {
  margin-bottom: 60px;
}
/* ==========================================================================
   Topbar CSS
   ========================================================================== */

.top-bar {
  padding: 15px 0px;
  border-bottom: 1px solid #ccc;
}
.top-left {
  text-align: left;
}
.top-left li {
  display: inline-block;
  margin-right: 15px;
  font-family: 'Poppins', sans-serif;
}
.top-left li:last-child {
  margin: 0;
}
.top-left li span:before {
  margin: 0;
  color: #f7931c;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 1px;
  display: inline-block;
}
.top-right {
  text-align: right;
}
.top-right li {
  display: inline-block;
  margin-right: 15px;
}
.top-right li:last-child {
  margin: 0;
}
.top-right li a {
  color: #a7a0b1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.top-right li a:hover {
  color: #f7931c;
}


.logo {
    padding: 0px 0px;
    text-align: left;
    margin: 7px 0 0 0;
}
.logo a img {
    width: 259px;
    height: auto;
    background: #fff0;
    border-radius: 4px;
    margin: -10px 0 0 -5px;
}
.menu-btn {
    margin-top: -4px;
    text-align: right;
}
.main-menu {
    padding: 0px 0px 5px 0;
    position: relative;
    z-index: 9;
}
.menu-right ul {
  text-align: right;
}
.menu-right ul li {
    display: inline-block;
    margin-right:14px;
    padding: 20px 0px 12px 0px;
    position: relative;
}
.menu-right ul li:last-child {
  margin-right: 0px;
}
.menu-right ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-shadow: #000 0px 1px 0px;
}

.menu-right ul li a i {
  margin-left: 2px;
  vertical-align: middle;
}
.menu-right ul li a:hover,
.menu-right ul li a:active {
  color: #f7931c;
}
.menu-right li ul {
    background: #fff;
    border-top: 3px solid #330066;
    left: -20px;
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: left;
    top:40px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden; 
    width:181px;
    z-index: -1;
    text-align: center;
}
ul#mobilemenu li a {
    font-size: 15px;
    padding: 8px 0 8px 0px;
    text-shadow: 0px 0px 3px #00000087;
    font-weight: 400;
}
.menu-right ul li:hover ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 98px;
  z-index: 99;
}
.menu-right li ul li {
  display: block;
  padding-top: 0;
  margin-right: 0;
}
.menu-right li ul li a {
  padding-bottom: 13px;
  padding-top: 10px;
  display: block;
  text-transform: none;
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
}
.menu-right li ul li:last-child a {
  border: none;
}
.menu-right li li {
  padding: 0;
}
#responsive-menu {
  display: none;
}
.slicknav_nav a {
  font-size: 16px;
}
/* ==========================================================================
   Banner CSS
   ========================================================================== */

.seori-header {
    background: #3a72d6;
    position: relative;
    z-index: 9;
}
.banner {
  background-image: url(img/banner-full.png);
  background-size: cover;
  background-position: center bottom;
  position: relative;
  padding: 295px 0px 170px 0px;
  background-repeat: no-repeat;
}
.banner-content h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3.7px;
  color: #f7931c;
}
.banner-content h2 {
  color: #330066;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
  margin-top: 20px;
  margin-bottom: 17px;
}
.banner-content p {
  margin-bottom: 30px;
}
/* ==========================================================================
   Features CSS
   ========================================================================== */

.features-item {
  text-align: center;
  background: #f5f6ff;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}
.features-item:before {
  position: absolute;
  background: #f7931c;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: -30px;
  content: "";
  bottom: -30px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.features-item:hover:before {
  background: #f7931c;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  content: "";
  border-radius: 0px;
}
.features-item i:before {
  margin: 0;
  color: #f7931c;
  font-size: 50px;
  line-height: 50px;
  display: block;
  vertical-align: middle;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.features-item:hover h3,
.features-item:hover p,
.features-item:hover i:before {
  color: #fff;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.features-item h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.features-item p {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.step-point {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  font-weight: 500;
  color: #330066;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  font-family: 'Poppins', sans-serif;
}
/* ==========================================================================
   About CSS
   ========================================================================== */

.about {
  background-image: url("img/about-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}
.about-right {
  text-align: right;
  position: relative;
}
.about-right:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 45px;
    bottom: 0;
    background-color: #e4f7ff;
    height: 306px;
}
.about-right:after {
    content: '';
    width: 50%;
    position: absolute;
    top: -9%;
    bottom: 60%;
    left: 2%;
    background-image: url(../images/dots.png);
    background-repeat: repeat;
    z-index: -1;
}
.about-right:after {

}
.about-right img {
    width: 87%;
    z-index: 9;
    position: relative;
    margin: 0 22px 0 0px;
    height: 314px;
}

.about-left h2 {
    color: #164b7a;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    line-height: normal;
    border-radius: 71px;
    padding: 0px 0px 0 0px;
    margin: 0 0 19px 0;
}
.about-left h2 span {
    font-size: 24px;
    color: #f7931c;
}
.about-left h2:before {
    content: " ";
    position: absolute;
    top: 41px;
    left:1px;
    width: 61px;
    height: 3px;
    background-color: #f7931c;
}
.about-left h2:after {
    position: absolute;
    content: '';
    left:60px;
    bottom: -12px;
    background-color: #f7931c;
    background-size: cover;
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    transform: rotate(0deg);
    border-radius: 35px;
}
.about-left p {
    margin-top: 4px;
    margin-bottom: 22px;
    color: #333;
    font-size: 13px;
    text-align: justify;
}

.about-page_left p {
    margin-top: 0px;
    margin-bottom: 8px !important;
    color: #333;
    font-size: 13px;
    text-align: justify;
}

.service-item {
    text-align: center;
    padding: 10px 13px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #f9f9f9;
    border: none;
    height: 205px;
    border-radius: 12px;
    border-right: 1px solid #eaeaea;
    box-shadow: 1px 3px 21px 0 rgb(0 0 0 / 6%);
}
.why_img {
    position: relative;
    background: #fff;
    box-shadow: 1px 3px 21px 0 rgb(0 0 0 / 6%);
    padding: 6px;
    border-radius: 6px;
}
.service-item:hover {
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
}
.service-item i:before {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 39px;
    display: block;
    vertical-align: middle;
    background: #0b475e;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 61px;
    outline: 1px dashed #fffcfc;
    outline-offset: -3px;
}
.service-item h3 {
    margin-top: 18px;
    margin-bottom:15px;
    font-size: 18px;
    color: #0d5d7b;
    font-weight: 600;
    position: relative;
}
.service-item h3:before {
    content: " ";
    position: absolute;
    top: 33px;
    left: 50%;
    width: 44px;
    height: 2px;
    background-color: #f7931c;
    transform: translate(-50%, -50%);
}
.service-item p {
    font-size: 13px;
    color: #333;
    margin: 0 0 0 0;
}
.service-item a {
  display: block;
  color: #f7931c;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 16px;
}
/* ==========================================================================
   Counter CSS
   ========================================================================== */

.counter {
  background: #f3f6ff;
  text-align: center;
}
.counter-item h3 span {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  margin-left: 10px;
  color: #242a3e;
}
.counter-item p {
  color: #f7931c;
  font-size: 20px;
}
.counter-item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #f7931c;
  line-height: 30px;
}
/* ==========================================================================
   Portfolio CSS
   ========================================================================== */

.portfolio-item {
  position: relative;
}
.portfolio-content {
  text-align: center;
  position: absolute;
  left: 30px;
  bottom: 45px;
  right: 30px;
  background: #eff2ff;
  padding: 25px 30px;
  border-radius: 5px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.portfolio-item:hover .portfolio-content {
  bottom: 30px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.portfolio-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #f7931c;
}
.portfolio-content p {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #333;
}
.portfolio-content p span {
  color: #f7931c;
  margin-right: 3px;
}
.portfolio-btn {
  text-align: center;
  margin-top: 40px;
}
/* ==========================================================================
   Review CSS
   ========================================================================== */

.review {
    background-image: url(img/review.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 48px 0 66px 0;
}
.review-item {
    background: #fff;
    padding: 14px;
    text-align: center;
    border: 1px solid #f2f1f1;
}
.review-item ul li {
  display: inline-block;
  color: #fac917;
  font-size: 16px;
}
.review-item p {
    margin-top: 15px;
    margin-bottom: 12px;
    font-size: 13px;
}
.review-item {
  position: relative;
}
.quote-right {
    position: absolute;
    right: 20px;
    bottom:25px;
}
.quote-right i:before {
    font-size: 41px;
    margin: 0;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.review-item h4 {
  font-size: 13px;
}
.review-item h3 {
    color: #f7931c;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 28px;
}
/* ==========================================================================
   Price Table CSS
   ========================================================================== */

.price-tab {
  margin-bottom: 60px;
}
.price-tab .nav-tabs {
  border: 0;
}
.price-tab .nav-tabs .nav-link {
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  display: inline-block;
  color: #f7931c;
  border-radius: 0px;
  border: 0;
  margin: 0;
  text-transform: uppercase;
  border: 1px solid #f7931c;
}
.price-tab .nav-tabs .nav-item.show .nav-link,
.price-tab .nav-tabs .nav-link.active {
  background: #f7931c;
  border: 1px solid #f7931c;
  color: #fff;
}
.price-item {
  text-align: center;
  padding: 40px 30px;
}
.price-one {
  background: #f3f6ff;
}
.price-two {
  background: #e6ecff;
}
.price-icon img {
  width: 75px;
}
.price-one .price-btn a {
  background: #242a3e;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.price-one .price-btn a:hover {
  background: #f7931c;
}
.price-content li {
  color: #999;
  font-size: 16px;
  line-height: 36px;
}
.price-btn {
  margin-top: 27px;
}
.price-head h3 {
  font-weight: 500;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #242a3e;
}
.price-head h4 {
  color: #f7931c;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 24px;
}
/* ==========================================================================
   FAQ Video CSS
   ========================================================================== */

.faq-video {
  background: #f3f6ff;
}
.faq-video .card {
  border: none;
  background: #fff;
  margin-bottom: 20px;
}
.faq-left .card:last-child {
  margin-bottom: 0;
}
.faq-video .card-header {
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.faq-video .card-body {
  padding: 0px 30px;
  padding-bottom: 25px;
}
.faq-video button {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  border: none;
  background: transparent;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  padding: 15px 30px;
}
.seobtn[aria-expanded="true"] {
  color: #f7931c;
}
.video-right {
  background-image: url(img/video.jpg);
  min-height: 443px;
  background-size: cover;
  background-position: center;
  height: 100%;
  max-width: 450px;
  margin: 0 0 0 auto;
  z-index: 1;
  position: relative;
}
.video-right:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.video-icon {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #f7931c;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-icon:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #f7931c;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.video-icon span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
@-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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
/* ==========================================================================
   Blog CSS
   ========================================================================== */

.blog-content {
    padding: 10px 10px 4px 10px;
    border-top: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.blog-img {
    position: relative;
}
.blog-img img {
    border-radius: 6px;
}
.blog-title h3 a {
  color: #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-title p {
    margin-top: 0;
    margin-bottom: 0;
}
.blog-meta {
  overflow: hidden;
  padding-bottom: 15px;
}
.blog-author h4 {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.blog-author h5 {
  font-size: 13px;
  line-height: 13px;
  color: #666;
}
.blog-date {
  font-size: 13px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  background: #f7931c;
  color: #fff;
  line-height: 18px;
  padding: 5px 10px;
  text-align: center;
  padding-top: 6px;
}
.blog-avater {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 50px;
  height: 50px;
}
.blog-author img {
  overflow: hidden;
}
.blog-date {
  float: right;
}
.blog-author {
  float: left;
  position: relative;
  padding-top: 3px;
  padding-left: 70px;
}
.blog-item:hover .blog-content {
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
}
/* ==========================================================================
   Subscribe CSS
   ========================================================================== */

.subscribe-now {
    position: relative;
    margin-bottom: 0;
    z-index: 9;
    padding: 0 0 41px 0;
}
.subscribe-bg {
    margin: 0;
    background: #ffffff;
    padding: 25px 18px;
    box-shadow: 1px 1px 3px #c6c6c6;
    border-radius: 4px;
}
.subscribe-left h3 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
}
.subscribe-box {
  position: relative;
  width: 100%;
}
.subscribe-box input[type="text"] {
    color: #fff;
    display: block;
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    position: relative;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    border: none;
    border-radius: 4px;
    background: #0b475e;
}
.subscribe-box button {
    display: block;
    cursor: pointer;
    height: 53px;
    width: 53px;
    padding: 0px 0px;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 4px;
    background: #f7931c;
    border: none;
    color: #fff;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: 500;
}
.subscribe-right {
    position: relative;
    margin: 10px 0 0 0;
}
.form-control:focus {
  color: transparent;
  background-color: transparent;
  border-color: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* ==========================================================================
   Footer CSS
   ========================================================================== */

.footer {
    background-color: #0b475e;
    background-image: url(img/map.png);
    padding-top: 41px;
    padding-bottom:1px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.footer-widget h3 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 26px 0;
}
.widget.blog-widget ul li a i {
    border: 1px solid white;
    height: 27px;
    width: 27px;
    text-align: center;
    line-height: 27px;
    border-radius: 20px;
    font-size: 13px;
}
.footer-widget h3:before {
    content: " ";
    position: absolute;
    top: 37px;
    left: 0;
    width: 47px;
    height: 2px;
    background-color: #f7931c;
}
.footer-widget h3:after {
    content: " ";
    position: absolute;
    top: 35px;
    left: 42px;
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 25px;
}
.widget {
  margin-top: 20px;
}
.about-info {
  color: #fff;
}
.social-icon li {
  display: inline-block;
  margin-right: 2px;
}
.social-icon li:last-child {
  margin: 0;
}
.social-icon li a {
    border: 1px solid #f2f6ff;
    color: #fff;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    vertical-align: middle;
    font-size: 14px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.social-icon li a:hover {
    background: #f7931c00;
    border: 1px solid #ffffff;
}
.footer-menu li a {
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-widget ul li {
    position:relative;
     padding-left:0px; 
    margin-bottom:5px;
}
.blog-widget ul li:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-widget ul li a img {
  position: absolute;
  left: 0;
  top: 5px;
  width: 65px;
  height: 70px;
}
.blog-widget li h4 a {
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.blog-widget ul li p {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
/* ==========================================================================
   Copyright CSS
   ========================================================================== */

.footer-copyright {
    background: #073a4e;
    padding: 6px 0px;
}
.copyright-content {
  text-align: center;
}
.copyright-content p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2px;
}

/* ==========================================================================
   Scroll Top CSS
   ========================================================================== */

.scroll-top {
    background: #f7931c;
    bottom: 41px;
    position: fixed;
    right: 1px;
    z-index: 9;
    cursor: pointer;
    display: none;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-radius: 0px 30px 30px 0px;
}
.scroll-top span {
  color: #fff;
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  display: block;
  padding: 10px 30px;
}
.scroll-up:hover {
  color: #fff;
}
/* ==========================================================================
   Home 02 CSS
   ========================================================================== */

.h2-banner {
  background-image: url(img/home2-banner.jpg);
  background-position: center center;
  position: relative;
  z-index: 1;
}
.h2-banner:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.h2-topleft li,
.h2-topright li a,
.h2-menuright ul li a,
.h2-bancontent h2,
.h2-bancontent p {
  color: #fff;
}
.h2-topleft li, .h2-topright li a, .h2-menuright ul li a, .h2-bancontent h2, .h2-bancontent p {
    color: #fff;
}
.h2-menuright li ul {
  border-top: 3px solid #f7931c;
}
.h2-topbar {
  border-bottom: 1px solid #666;
}
.h2-blog {
    background: #ffffff;
    padding: 26px 0px 18px 0;
}
.h2-blogitem {
    background: #fff;
    border: none;
    position: relative;
    margin: 0 0 14px 0;
}
/* ==========================================================================
   Home 03 CSS
   ========================================================================== */

.h3-banner1 {
  background-image: url(img/slider-1.jpg);
  background-position: center center;
  position: relative;
  z-index: 1;
}
.h3-banner2 {
  background-image: url(img/slider-2.jpg);
  background-position: center center;
  position: relative;
  z-index: 1;
}
.h3-banner1:after,
.h3-banner2:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.h3-bancontent h2,
.h3-bancontent p {
  color: #fff;
}
.type-banner {
  background-image: url(img/type-bg.jpg);
  background-position: center center;
  position: relative;
  z-index: 1;
}
.type-banner:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.typed-cursor {
  font-weight: 400;
  margin-left: 10px;
}
.is-sticky .onepage-head {
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
/* ==========================================================================
   Page Header CSS
   ========================================================================== */

.ab_banner {
    background-image:url(../images/about-banner.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    z-index: 1;
    position: relative;
    padding-top:50px;
    padding-bottom:50px;
}
.ab_banner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000029;
    z-index: 9;
}
.ab_title {
    position: relative;
    z-index: 99;
}
.ab_title h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 2px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-shadow: #000 0px 1px 2px;
}
.ab_title ul li {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}
.ab_title ul li:last-child {
  margin-right: 0;
}
.ab_title ul li:last-child a {
    color: #fff;
}
.ab_title li:last-child:before {
  content: "|";
  margin-right: 10px;
  color: #fff;
  font-weight: 500;
}
.ab_title li a {
    font-size: 15px;
    color: #fff;
    text-shadow: #000 0px 1px 2px;
    font-weight: 500;
}
/* ==========================================================================
   Contact Page CSS
   ========================================================================== */

.contact-item {
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 20px 10px 12px 10px;
    border-radius: 4px;
    margin: 0 0 10px 0;
}
.contact-item h3 {
    margin-top: 18px;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #0b475e;
}
.contact-item p a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
}
.contact-item p {
    color: #333;
    font-size: 16px;
}
.contact-item i:before {
    margin: 0;
    font-size: 26px;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    background: #f7931c;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    outline: 1px solid #f7931c;
    outline-offset: 7px;
    box-shadow: 0px 0px 4px #dedede;
}
.contact-left li a:hover i {
  background: #f7931c;
  color: #fff;
}
.contact-left li a i {
  background: #242a3e;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact-left li {
  display: inline-block;
  margin-right: 15px;
}
.contact-left li:last-child {
  margin: 0;
}
.contact-left h2 {
  margin-bottom: 30px;
}
.contact-left p {
  margin: 25px 0px;
}
.contact-left h3 {
  margin-bottom: 30px;
}
.contact-left {
    margin-top: 0px;
    background: #fff6f6;
    padding: 4px 4px 0px 4px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
}
.cb-banner {
    background-image:url(../images/contact-banner.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    z-index: 1;
    position: relative;
    padding-top:50px;
    padding-bottom:50px;
}
.cb-banner:before {
    content:" ";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#00000042;
    z-index:9;
}
.cb-title {
  position: relative;
  z-index: 99;
}
.cb-title h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 2px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-shadow: #000 0px 1px 2px;
}
.cb-title ul li {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}
.cb-title ul li:last-child {
  margin-right: 0;
}
.cb-title ul li:last-child a {
  color:#fff;
}
.cb-title li:last-child:before {
  content: "|";
  margin-right: 10px;
  color: #fff;
  font-weight: 500;
}
.cb-title li a {
  font-size:15px;
  color: #fff;
  text-shadow: #000 0px 1px 2px;
  font-weight: 500;
}
/* ==========================================================================
   Form Design CSS
   ========================================================================== */

.contact-form {
    padding-bottom: 50px;
}
.form-group {
  margin-bottom:15px;
}
.contact-right textarea {
    border: 1px solid #d6d5d5;
    padding: 20px;
    width: 100%;
    padding-left: 15px;
    resize: none;
    height: 181px;
    background-color: #ffffff;
    border-radius: 2px;
}

.form-group button {
  border: none;
}
.contact_submit {
    float: right;
    background: #f7931c;
    color: #fff;
    padding: 5px 30px 5px 30px;
    font-size: 16px;
    border-radius: 2px;
    margin: -7px 0 0 0;
}
.contact-right {
    position: relative;
    background: #e8f6fb;
    padding: 10px 16px 16px 16px;
    margin: 0 0 0 0;
    border-radius: 3px;
    border: 1px solid #ededed;
}
.form-group input:hover,
.form-group input:focus,
.form-group textarea:hover {
  outline: none;
}
input[type="text"]:focus,
input[type="email"]:focus {
  border-color: #ccc;
}
textarea:focus {
  border-color: #ccc;
}
.form-group.button {
  margin-bottom: 0px;
}
/* ==========================================================================
  Project Signle CSS
   ========================================================================== */

.project-meta {
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.project-meta li {
  display: inline-block;
  margin-right: 15px;
}
.project-meta li:last-child {
  margin: 0;
}
.project-meta li a {
  color: #f7931c;
}
.project-meta li i {
  margin-right: 5px;
  color: #f7931c;
}
.project-single-img img {
  width: 100%;
}
.pro-single-content {
  margin-top: 0px;
}
.pro-single-content h3 {
  margin-bottom: 20px;
}
.pro-single-content p {
  margin-bottom: 20px;
}
.pro-single-content p:last-child {
  margin-bottom: 0;
}
.project-sidebar {
  background: #f5f6ff;
  padding: 30px;
  margin-top: 85px;
}
.project-sidebar li {
  margin-bottom: 30px;
}
.project-sidebar li:last-child {
  margin: 0;
}
.project-sidebar li span {
  color: #333;
  font-weight: 500;
  margin-right: 5px;
}
.project-sidebar li span i {
  color: #f7931c;
  font-size: 14px;
  vertical-align: ;
  margin-right: 4px;
}
.project-sidebar li a {
  color: #677286;
}
.pro-single-btn {
  background: #f7931c;
  display: block;
  text-align: center;
  padding: 10px 0px;
  font-weight: 500;
  border-radius: 4px;
}
.project-sidebar li:last-child a {
  color: #fff;
}
.project-next-prev li a {
  color: #666;
  background: #ccc;
  padding: 7px 25px;
  display: block;
  font-weight: 500;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.project-next-prev li:first-child a,
.project-next-prev li a:hover {
  background: #f7931c;
  color: #fff;
}
.project-next-prev li {
  display: inline-block;
  margin-right: 15px;
}
.project-next-prev li:last-child {
  margin-right: 0px;
}
.project-next-prev {
  margin-top: 40px;
}
/* ==========================================================================
  Blog Sidebar CSS
   ========================================================================== */

.side-widget {
  border-radius: 15px;
  padding: 30px;
  border: 1px solid #f5f6ff;
  margin-bottom: 30px;
}
.side-widget h3 {
  margin-bottom: 30px;
}
.side-search {
  margin-bottom: 30px;
}
.side-search form.search-box {
  position: relative;
  width: 100%;
}
.search-box input[type="text"] {
  color: #666;
  display: block;
  height: 60px;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 14px;
  position: relative;
  width: 100%;
  background: #f5f6ff;
  border: none;
}
.search-box button {
  display: block;
  cursor: pointer;
  height: 60px;
  width: 80px;
  padding: 11px 0px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  background: #f7931c;
  border: none;
  color: #fff;
  font-size: 20px;
}
.form-control:focus {
  color: #666699;
  background-color: #f7931c;
  border-color: #cff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.about-me b {
  color: #333;
  font-weight: 600;
  margin-top: 20px;
  display: block;
  margin-bottom: 10px;
}
.about-me img {
  width: 100%;
}
.cat-list li a {
  color: #666;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cat-list li {
  margin-bottom: 30px;
}
.cat-list li:last-child {
  margin: 0;
}
.cat-list li a:hover {
  color: #f7931c;
}
.cat-list li a:hover span {
  background: #f7931c;
  color: #fff;
}
.cat-list li a span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  float: right;
  background: #f5f6ff;
  color: #f7931c;
  display: block;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
}
.follow-social li {
  display: inline-block;
  margin-right: 15px;
}
.follow-social li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #0b475e;
  background: #f3f6ff;
  height: 45px;
  width: 45px;
  display: block;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
}
.follow-social li:last-child {
  margin: 0;
}
.follow-social li a:hover {
  background: #f7931c;
  color: #fff;
}
.blog-archive li a {
  color: #666;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-archive li {
  margin-bottom: 20px;
}
.blog-archive li i {
  margin-right: 5px;
  color: #f7931c;
}
.blog-archive li:last-child {
  margin: 0;
}
.blog-archive li a:hover {
  color: #f7931c;
}
.bg-newsletter {
  background: #0b475e;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  height: auto;
  position: relative;
  border-radius: 15px;
  border: none;
}
.bg-newsletter:after {
  position: absolute;
  background: rgba(19, 21, 54, 0.9);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  border-radius: 15px;
}
.bg-newsletter h3 {
  color: #fff;
}
.newsletter input {
  width: 100%;
  margin-bottom: 30px;
  border: none;
  background: #fff;
  height: 50px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #233d63;
  border-radius: 30px;
}
.newsletter button {
  width: 100%;
  border: none;
  background: #f7931c;
  color: #fff;
  font-weight: 600;
  height: 50px;
  border-radius: 30px;
  text-transform: uppercase;
}
.blog-tags li a {
  display: inline-block;
  background: #ccc;
  padding: 0px 15px;
  float: right;
  margin-right: 15px;
  color: #330066;
  border-radius: 30px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-top: 7px;
  padding-bottom: 10px;
}
.blog-tags li a:hover {
  color: #fff;
  background: #f7931c;
}
.blog-tags li {
  display: inline-block;
}
.blog-tags li:last-child a {
  margin: 0;
}
/* ==========================================================================
  Blog List CSS
   ========================================================================== */

.blog-pagination {
  margin-top: 40px;
  text-align: center;
}
.bloglist-content h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}
.bloglist-content {
  padding: 30px;
}
.bloglist-content {
  border: 1px solid #f5f6ff;
  border-top: none;
}
.bloglist-content h2 a {
  color: #330066;
}
.bloglist-content > a {
  color: #f7931c;
  font-weight: 600;
  margin-top: 20px;
  display: block;
}
.bloglist-content a span {
  margin-left: 8px;
}
.bloglist-img img {
  width: 100%;
}
.bloglist-meta {
  border: 1px solid #f5f6ff;
  border-top: 0;
  padding: 30px;
}
.bloglist-meta li a {
  color: #f7931c;
}
.bloglist-meta li i {
  color: #f7931c;
  margin-right: 8px;
}
.bloglist-meta li {
  margin-right: 15px;
  font-size: 14px;
  display: inline-block;
}
.bloglist-meta li:last-child {
  margin: 0;
}
.blog-pagination li {
  display: inline-block;
  margin-right: 15px;
}
.blog-pagination li a {
  color: #0b475e;
  background: #f3f6ff;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 5;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-pagination li:last-child {
  margin: 0;
}
.blog-pagination li .active,
.blog-pagination li a:hover {
  background: #f7931c;
  color: #fff;
}
.side-widget:last-child {
  margin: 0;
}
/* ==========================================================================
  Single Blog CSS
   ========================================================================== */

.single-blog-content h2 {
  font-size: 35px;
  line-height: 45px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-blog-content p {
  margin-bottom: 20px;
}
.blog-con-meta {
  margin-bottom: 30px;
}
.blog-con-meta li a {
  color: #f7931c;
}
.blog-con-meta li i {
  color: #f7931c;
  margin-right: 8px;
}
.blog-con-meta li {
  margin-right: 15px;
  display: inline-block;
  font-size: 14px;
}
.blog-con-meta li:last-child {
  margin: 0;
}
.related-tag span {
  display: block;
  font-weight: 500;
  float: left;
  overflow: hidden;
  margin-right: 10px;
}
.related-tag li {
  overflow: hidden;
  display: inline-block;
  margin-right: 5px;
}
.related-tag li a {
  color: #330066;
}
.related-tag li a:hover {
  color: #f7931c;
}
.related-tag {
  margin-top: 5px;
}
.related-share li {
  display: inline-block;
}
.related-share li a {
  color: #000;
}
.related-share {
  text-align: right;
}
.related-share li a {
  color: #fff;
  height: 40px;
  display: block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.related-share li {
  margin-right: 15px;
}
.related-share li:last-child {
  margin: 0;
}
.sfb {
  background: #336699;
}
.stwi {
  background: #6699ff;
}
.sin {
  background: #cc3366;
}
/* ==========================================================================
  Comment list CSS
   ========================================================================== */

.comt-user {
  float: left;
  margin-top: 8px;
}
.comt-detail {
  overflow: hidden;
  padding-left: 30px;
}
.comtuser-name p {
  margin: 0;
  color: #333;
  font-size: 14px;
}
.comtuser-name {
  position: relative;
  overflow: hidden;
}
.comtuser-name a {
  position: absolute;
  top: 0;
  color: #f7931c;
  font-weight: 600;
  right: 0;
}
.comtuser-name h3 {
  font-size: 16px;
  font-weight: 600;
  color: #330066;
}
.comt-user img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
}
.comment-count {
  margin: 30px 0px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
.comtuser-name a i {
  margin-right: 5px;
  color: #f7931c;
}
.comt-sub {
  margin-left: 48px;
}
.comment-temp li {
  margin-bottom: 15px;
}
.comment-temp li:last-child {
  margin: 0;
}
.comment-form-title {
  margin-bottom: 30px;
}

/* ==========================================================================
  Preloader CSS
   ========================================================================== */

.spinner {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


.seori-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #003366;
  z-index: 9999;
}
.seori-loader .spinner {
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

