﻿/*==============================================================================

 * Template Name: Dkost - Domain and Hosting HTML Template
 * 更多模板请访问：http://www.bootstrapmb.com/
 * Description: Dkost - Domain and Hosting HTML Template
 * Version: 1.0
 * Copyright 2020 theuxlab

 ==============================================================================
    
    [Table of contents]
    ===================
	
    -- start google-font
    -- start default style
    -- start loader style
    -- start header-top style
    -- start header-navigation style
    -- start hero-wrapper style
    -- start features-wrapper style
    -- start video-wrapper style
    -- start testimonial-wrapper style
    -- start faq-wrapper style
    -- start whycu-wrapper style(why choose us)
    -- start hostingPackage-table style
    -- start get-started-wrapper style
    -- start reliableSupports-wrapper style
    -- start domain-check-form style
    -- start price-list style
    -- start services-wrapper style
    -- start overview-wrapper style
    -- start ourSpeciallity-wrapper style
    -- start clients-wrapper style
    -- start info-img-wrapper-carousel style
    -- start manageDB-option-items style
    -- start process-wrapper style
    -- start pricing-wrapper style
    -- start cta-wrapper style
    -- start support-wrapper style
    -- start learn-wrapper style
    -- start team-wrapper style
    -- start map-wrapper style
    -- start conatct-wrapper style
    -- start blog-wrapper style
    -- start blog-details-wrapper style
    -- start footer-nav style
    -- start footer-wrapper style

==============================================================================*/

/* ====== start google-font ====== */
@import url(../../../../fonts.googleapis.com/css縡amily=Roboto_Ubuntu_400,700&display=swap.cssp');

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

body {
    color: #656872;
    font-size: 16px;
    line-height: 1.65;
    font-family: 'Ubuntu', sans-serif;
    overflow-x: hidden;
}

a,
button,
a:focus,
button:focus {
    outline: 0;
}

/* ====== start default style ====== */
.wrapper {
    padding: 120px 0;
}

.wrapper-bg-alt {
    background-color: #f2f7fb;
}

.overlay {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.overlay::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: #3464e0;
	background-image: linear-gradient(-90deg, rgb(45, 45, 183) 0%, rgb(0, 0, 121) 100%);
	opacity: .92;
	top: 0;
	left: 0;
	z-index: -1;
}

.dkost-btn {
	color: #fff;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 30px;
	border: 1px solid transparent;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.dkost-btn.btn-solid {
    background-color: #07bf6f;
    border-color: #07bf6f;
}

.dkost-btn.btn-border {
    border-color: #fff;
}

.dkost-btn.btn-border-alt {
    color: #262934;
    border-color: #aaaaac;
}

.dkost-btn:hover {
    color: #fff;
    box-shadow: 0px 16px 31px -16px #262934;
}

.dkost-btn.btn-border-alt:hover {
    color: #fff;
    border-color: #d3d3d4;
}

.dkost-btn.radius {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.dkost-btn.btn-solid:hover,
.dkost-btn.btn-border:hover {
    border-color: transparent;
    background-color: transparent;
}

.dkost-btn::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    bottom: -100%;
    background-color: rgb(9, 9, 24);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.dkost-btn:hover::before {
    bottom: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.wrapper-header {
	margin-bottom: 70px;
	margin-top: -7px;
	line-height: 1;
}

.wrapper-header h2 {
	font-size: 36px;
	font-weight: 700;
	color: #262934;
}

.wrapper-header p {
	margin-top: 25px;
    line-height: 1.65;
}

.form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.form-control:focus {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

.custom-select:focus {
    outline: 0;
    box-shadow: none;
}

.lh-0 {
    line-height: 0;
}

/* ====== start loader style ====== */
.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9995;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
}

.loader img {
    height: 80px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

body.loaded .loader {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}

/* ====== start header-top style ====== */
.header-top {
    height: 60px;
    background-color: #1a428e;
    color: #fff;
}

.header-top > .container,
.header-top > .container > .row,
header > .container,
header > .container > .row,
.footer-nav-wrapper > .container,
.footer-nav-wrapper > .container > .row {
    height: 100%;
}

.ckl-icon-txt {
    display: inline-block;
}

.ckl-icon-txt i {
    display: inline-block;
    height: 30px;
    width: 30px;
    border: 1px solid #2f5498;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    margin-right: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.ckl-icon-txt:first-child {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 2px solid #2f5498;
}

.txt-link {
	position: relative;
	display: inline-block;
	font-size: 14px;
}

.txt-link:hover {
    opacity: .8;
}

.txt-link::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    bottom: 3px;
    right: 0;
    opacity: .8;
    background-color: #fff;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.txt-link:hover::after {
    width: 100%;
    right: auto;
    left: 0;
}

.header-top-links {
	text-align: right;
}

.header-top-links span {
	margin: 0 15px;
	opacity: .6;
}

.language-btn {
    display: inline-block;
}

.language-btn button {
	border: 0;
	color: #fff;
	font-size: 14px;
	background-color: transparent;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.language-btn.show button {
    opacity: .6;
}

.language-btn .dropdown-menu {
    min-width: auto;
    padding: 4px 0;
    margin-top: 10px;
}

.language-btn .dropdown-item {
	padding: 1px 15px;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #fff;
	background-color: #1a428e;
}

/* ====== start header-navigation style ====== */
header {
	height: 90px;
	background-color: #fff;
}

.logo img {
	height: 25px;
}

header .navigation {
    text-align: right;
}

.navigation ul li {
    display: inline-block;
}

.navigation ul li a {
	padding: 0 10px;
	color: #262934;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .015em;
}

.navigation ul li a.active,
.navigation ul li a:hover {
    opacity: .5;
}

.navigation ul li:first-child a {
    padding-left: 0;
}

.navigation ul li:last-child a {
    padding-right: 0;
}

.navigation-show {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.navigation-show,
.navigation-close {
	font-size: 24px;
    cursor: pointer;
    display: none;
    line-height: 1;
    color: #262934;
}

/* ====== start hero-wrapper style ====== */
.hero-wrapper {
    background: #2d2db7;
    background: linear-gradient(90deg, rgba(45,45,183,1) 0%, rgba(0,0,121,1) 100%);
    padding: 115px 0;
	color: #fff;
}

.hero-wrapper-02 {
    padding-top: 150px;
    padding-bottom: 220px;
}

.hero-wrapper-02.overlay::after {
    background: #2d2db7;
    background: linear-gradient(-90deg, rgba(45,45,183,1) 0%, rgba(0,0,121,1) 100%);
}

.hero-info {
	line-height: 1;
}

.hero-info h2 {
	font-size: 54px;
    font-weight: 700;
    margin-top: -7px;
}

.hero-info p {
	margin-top: 30px;
	margin-bottom: 40px;
	line-height: 1.65;
}

.hero-img img {
    max-height: 550px;
}

.breadcrumb-wrap i {
	margin-right: 8px;
}

.breadcrumb-wrap a {
	margin-right: 10px;
}

.breadcrumb-wrap a:hover {
    opacity: .5;
}

/* ====== start features-wrapper style ====== */
.features-wrapper .icon-box:hover .icon {
    -webkit-animation:flip-2-ver-left-bck .5s cubic-bezier(.455,.03,.515,.955) both;animation:flip-2-ver-left-bck .5s cubic-bezier(.455,.03,.515,.955) both
}

 @-webkit-keyframes flip-2-ver-left-bck{0%{-webkit-transform:translateX(0) translateZ(0) rotateY(0);transform:translateX(0) translateZ(0) rotateY(0);-webkit-transform-origin:0 50%;transform-origin:0 50%}100%{-webkit-transform:translateX(-100%) translateZ(-260px) rotateY(-180deg);transform:translateX(-100%) translateZ(-260px) rotateY(-180deg);-webkit-transform-origin:100% 0;transform-origin:100% 0}}@keyframes flip-2-ver-left-bck{0%{-webkit-transform:translateX(0) translateZ(0) rotateY(0);transform:translateX(0) translateZ(0) rotateY(0);-webkit-transform-origin:0 50%;transform-origin:0 50%}100%{-webkit-transform:translateX(-100%) translateZ(-260px) rotateY(-180deg);transform:translateX(-100%) translateZ(-260px) rotateY(-180deg);-webkit-transform-origin:100% 0;transform-origin:100% 0}}

.features-wrapper-02 {
	padding-top: 0 !important;
	margin-top: -110px;
	position: relative;
	z-index: 2;
}

.icon-box {
    padding: 25px 20px;
    margin-top: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.13);
}

.icon-box .icon {
    height: 100px;
    width: 100px;
    background-color: #f5f7fd;
    text-align: center;
    line-height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 25px;
}

.icon-box .icon img {
	max-width: 40px;
}

.icon-box h4 {
    font-size: 20px;
    color: #262934;
    font-weight: 700;
}

.icon-box p {
    margin-top: 20px;
}

.icon-box .dkost-btn {
	margin-top: 35px;
	height: 45px;
	line-height: 44px;
	padding: 0 35px;
}

/* ====== start video-wrapper style ====== */
.wrapper.video-wrapper {
    color: #fff;
}

.video-wrapper .wrapper-header h2 {
    color: #fff;
}

.button-pulse {
    display: inline-block;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #fff;
    color: #3363df;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
    position: relative;
}

.button-pulse:hover {
    color: #3363df;
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}

.button-pulse::after,
.button-pulse::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #fff;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  animation: pulse 1.5s linear infinite;
  -webkit-animation: pulse 1.5s linear infinite;
}

.button-pulse::after {
  animation-delay: .5s;
  -webkit-animation-delay: .5s;
}

@keyframes pulse {
  0%{
    opacity: 0;
    transform: scale(.5);
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
  }
  50%{
    opacity: 1;
  }
  100%{
    opacity: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
}

/* ====== start testimonial-wrapper style ====== */
.owl-carousel.testimonials-carousel .owl-stage-outer {
	overflow: initial;
}

.owl-carousel.testimonials-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transform: scale(.97);
    -webkit-transform: scale(.97);
    -moz-transform: scale(.97);
    -ms-transform: scale(.97);
    -o-transform: scale(.97);
}

.owl-carousel.testimonials-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.testimonials-carousel-item .review-text {
	padding: 30px 15px;
	padding-left: 55px;
	background-color: #fff;
	box-shadow: 0px 3px 9px rgba(0,0,0,0.08);
    position: relative;
}

.testimonials-carousel-item .review-text::after {
	position: absolute;
	content: "";
	height: 24px;
	width: 32px;
	background-image: url(../img/testimonial-carousel/arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: 19px;
	bottom: -21px;
	opacity: 0.9;
}

.testimonial-cort {
	font-size: 72px;
	position: absolute;
	line-height: 1;
	left: 15px;
	color: #e0e1e3;
	top: 20px;
}

.user-info {
    margin-top: 30px;
    position: relative;
}

.user-info img {
    height: 70px !important;
    width: 70px !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.user-info div {
	position: absolute;
	top: 50%;
	left: 90px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.user-info div h4 {
	font-size: 18px;
	color: #262934;
    font-weight: 700;
    margin-bottom: 6px;
}

.user-info div p {
    font-size: 14px;
    line-height: 1;
}

.owl-dots {
	text-align: center;
	margin-top: 55px;
	margin-bottom: -7px;
}

.owl-dots button span {
	display: inline-block;
	height: 12px;
	width: 12px;
	background-color: #d0dbf8;
	margin: 0 5px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.owl-dots button.active span {
    width: 30px;
    background-color: #3464e0;
}

/* ====== start faq-wrapper style ====== */
.faq-wrapper {
    padding-bottom: 100px;
}

.accordion-item {
    margin-bottom: 20px;
}

.faq-wrapper-02 .accordion-item {
	box-shadow: 0 3px 15px #eee;
}

.faq-wrapper-03 .icon-box {
    text-align: center;
}

.faq-wrapper-03 .icon {
	height: initial;
	width: initial;
	background: transparent;
	margin: 0;
	line-height: inherit;
}

.faq-wrapper-03 .faq-items a {
	display: block;
}

.faq-wrapper-03 .faq-items a:hover {
    opacity: .5;
}

.faq-wrapper-03 .faq-items p {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #262934;
}

.accordion-item button {
	width: 100%;
	text-align: left;
	padding: 15px 20px;
	color: #262934;
	font-weight: 700;
	border: 0;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.accordion-item button span {
	opacity: .5;
	font-size: 14px;
	margin-right: 10px;
}

.accordion-item button[aria-expanded="true"] span {
    opacity: 1;
}

.accordion-item button[aria-expanded="true"] span.fa-plus::before {
    content: "\f068";
    color: #07bf6f;
}

.accordion-item button[aria-expanded="false"] span.fa-plus::before {
	content: "\f067";
}

.accordion-item button[aria-expanded="true"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion-body {
	padding: 25px;
	background-color: #fff;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-top: 5px;
}

/* ====== start whycu-wrapper style(why choose us) ====== */
.whycu-items .col-lg-3 {
    padding-left: 7px;
    padding-right: 7px;
}

.whycu-items .icon-box {
    position: relative;
    padding-left: 110px;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-top: 30px;
}

.whycu-items .icon {
	position: absolute;
	height: 70px;
	width: 70px;
	background-color: transparent;
	border: 1px solid #ddd;
	line-height: 70px;
	top: calc(50% - 35px);
	left: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.whycu-items .icon-box:hover .icon {
    -webkit-animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1.000) both;animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1.000) both
}

 @-webkit-keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}

.whycu-items .icon-box p {
	margin-top: 10px;
}

.whycu-wrapper-02 .whycu-items .icon-box {
	border: 0;
	box-shadow: 0 4px 15px #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding-left: 70px;
    margin-top: 14px;
}

.whycu-wrapper-02 .whycu-items .icon {
	height: initial;
	width: initial;
    border: 0;
    margin-bottom: 0;
}

.whycu-wrapper-02 .whycu-items .icon-box h4 {
    font-size: 16px;
}

/* ====== start hostingPackage-table style ====== */
.hostingPackage-table {
    text-align: center;
    background-color: #fff;
}

.hostingPackage-table thead {
	background-color: #3464e0;
    color: #fff;
}

.hostingPackage-table td {
	color: #656872;
}

.hostingPackage-table .table thead th {
	border: 0;
	border-right: 1px solid #1d4dca;
	padding: 1rem .75rem;
    vertical-align: middle;
}

.hostingPackage-table .table thead th:last-child {
	border: 0;
}

.hostingPackage-table .table th[scope="col"] {
    min-width: 220px;
    text-transform: uppercase;
    font-size: 15px;
}

.hostingPackage-table .table th[scope="col"] small {
    text-transform: lowercase;
}

.hostingPackage-table .dkost-btn.btn-border-alt.radius {
	color: #3464e0;
    margin-top: 5px;
	padding: 0 25px;
}

.dkost-btn span {
    margin-right: 4px;
}

.hostingPackage-table .dkost-btn.btn-border-alt.radius:hover {
	color: #fff;
}

.hostingPackage-table .table-hover tbody tr:hover {
	background-color: rgba(52, 100, 224, 0.06);
}

.hostingPackage-wrapper-02 .hostingPackage-table .dkost-btn.btn-border-alt.radius {
	color: #07bf6f;
	border-color: #07bf6f;
}

.hostingPackage-wrapper-02 .hostingPackage-table .dkost-btn.btn-border-alt.radius:hover {
	color: #fff;
	border-color: #07bf6f;
}

.hostingPackage-wrapper-02 .hostingPackage-table .dkost-btn.btn-border-alt.radius::before {
    background-color: #07bf6f;
}

/* ====== start get-started-wrapper style ====== */
.get-started-tabs {
    margin-bottom: 60px;
    background-color: #f2f7fb;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.get-started-tabs a {
	display: inline-block;
	width: 33.33%;
	height: 50px;
	line-height: 50px;
	background-color: #f2f7fb;
	color: #262934;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
    padding: 0 15px;
    padding-left: 70px;
    position: relative;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    z-index: 1;
}

.get-started-tabs a.active {
    color: #fff;
}

.get-started-tabs a::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 25px;
    top: 0;
    background-color: #3464e0;
    z-index: -1;
    pointer-events: none;
}

.get-started-tabs a.active::after {
    width: 100%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.get-started-tabs a:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
}

.get-started-tabs a span {
    position: absolute;
    left: 0;
    height: 50px;
    line-height: 49px;
    width: 50px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 20px;
    font-weight: 400;
    color: #3464e0;
    z-index: 2;
}

.get-started-tabs a.active span {
    background-color: #497cff;
    border: 1px solid #497cff;
    color: #fff;
}

/* ====== start reliableSupports-wrapper style ====== */
.reliableSupports-items .icon-box {
	box-shadow: none;
    padding: 0 10px;
}

.reliableSupports-items .icon-box .icon {
	height: initial;
	width: initial;
	background-color: transparent;
	text-align: center;
	line-height: initial;
	margin: 0 auto;
	margin-bottom: 30px;
	border-radius: initial;
	-webkit-border-radius: initial;
	-moz-border-radius: initial;
	-ms-border-radius: initial;
	-o-border-radius: initial;
}

.reliableSupports-items .icon-box:hover .icon {
    -webkit-animation:focus-in-contract-bck .5s cubic-bezier(.25,.46,.45,.94) both;animation:focus-in-contract-bck .5s cubic-bezier(.25,.46,.45,.94) both
}

 @-webkit-keyframes focus-in-contract-bck{0%{letter-spacing:1em;-webkit-transform:translateZ(300px);transform:translateZ(300px);-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-transform:translateZ(12px);transform:translateZ(12px);-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes focus-in-contract-bck{0%{letter-spacing:1em;-webkit-transform:translateZ(300px);transform:translateZ(300px);-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-transform:translateZ(12px);transform:translateZ(12px);-webkit-filter:blur(0);filter:blur(0);opacity:1}}

/* ====== start domain-check-form style ====== */
.domain-check-form input[type="search"],
.domain-check-form .custom-select,
.domain-check-form .dkost-btn {
    height: 55px;
}

.domain-check-form input[type="search"] {
	border: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #fff;
	padding: .375rem 1.5rem;
}

.domain-check-form input[type="search"]:focus {
    background-color: #fff;
    color: #262934;
}

.domain-check-form .custom-select {
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
    max-width: 110px;
    min-width: 80px;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
}

.domain-check-form button {
    border: 0;
    padding: 0 30px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #07bf6f;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.domain-check-form button i {
	font-size: 13px;
	margin-left: 5px;
}

.domain-check-form button:hover {
	background-color: #04a760;
}

.domain-check-form .input-group-prepend {
    position: relative;
}

.domain-check-form .input-group-prepend::after {
	position: absolute;
	content: "";
	height: 50%;
	top: 25%;
	right: 1px;
	background: #d5d5d5;
	width: 1px;
}

/* ====== start price-list style ====== */
.price-list {
	background-color: #3464E0;
	color: #fff;
	padding: 30px;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.price-list .price-item {
	display: inline-block;
    padding: 0 40px;
}

.price-list .price-item p {
    font-size: 24px;
    font-weight: 700;
}

.price-list .price-item span {
    opacity: .7;
}

.price-list .price-item {
	display: inline-block;
	padding: 0 46px;
	position: relative;
}

.price-list .price-item::after {
	position: absolute;
	content: "";
	right: 0;
	width: 1px;
	height: 60%;
	top: 20%;
	background-color: #fff;
	opacity: .2;
}

.price-list .price-item:last-child::after {
    display: none;
}

/* ====== start services-wrapper style ====== */
.service-items .icon-box {
    position: relative;
    padding-left: 90px;
    box-shadow: none;
    margin-top: 14px;
}

.service-items .icon {
	position: absolute;
	height: 50px;
	width: 50px;
	line-height: 50px;
	top: 25px;
	left: 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.service-items .icon-box:hover .icon {
    -webkit-animation:flip-vertical-bck .4s cubic-bezier(.455,.03,.515,.955) both;animation:flip-vertical-bck .4s cubic-bezier(.455,.03,.515,.955) both
}

 @-webkit-keyframes flip-vertical-bck{0%{-webkit-transform:translateZ(0) rotateY(0);transform:translateZ(0) rotateY(0)}100%{-webkit-transform:translateZ(-260px) rotateY(-180deg);transform:translateZ(-260px) rotateY(-180deg)}}@keyframes flip-vertical-bck{0%{-webkit-transform:translateZ(0) rotateY(0);transform:translateZ(0) rotateY(0)}100%{-webkit-transform:translateZ(-260px) rotateY(-180deg);transform:translateZ(-260px) rotateY(-180deg)}}

.service-items .icon-box p {
	margin-top: 10px;
}

.service-items .icon-box h4 {
	font-size: 18px;
}

.service-items .col-lg-4 {
    padding-left: 7px;
    padding-right: 7px;
}

/* ====== start overview-wrapper style ====== */
.overview-wrapper {
	color: #eee;
	background-image: linear-gradient(180deg, #2d2bb5 0%, #2169d5 100%);
	overflow: hidden;
}

.overview-wrapper .wrapper-header h2 {
	color: #fff;
}

.overview-lg-img {
    margin-top: -25px;
}

/* ====== start ourSpeciallity-wrapper style ====== */
.ourSpeciallity-items .col-lg-3 {
    padding-left: 7px;
    padding-right: 7px;
}

.ourSpeciallity-items .icon-box {
    margin-top: 14px;
}

.ourSpeciallity-items .icon-box:hover .icon {
    -webkit-animation:flip-2-ver-left-bck .5s cubic-bezier(.455,.03,.515,.955) both;animation:flip-2-ver-left-bck .5s cubic-bezier(.455,.03,.515,.955) both
}

/* ====== start clients-wrapper style ====== */
.clients-img {
	text-align: center;
	margin-bottom: -11px;
}

.clients-img img {
	max-width: 170px;
    margin: 0 4px;
    margin-bottom: 12px;
}

/* ====== start info-img-wrapper-carousel style ====== */
.info-img-wrapper-carousel .single-carousel {
    padding-top: 95px;
}

.info-img-wrapper-carousel .owl-nav {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
}

.info-img-wrapper-carousel .owl-nav::before,
.info-img-wrapper-carousel .owl-nav::after {
	position: absolute;
	content: "";
	height: 2px;
	width: calc(50% - 40px);
	left: 0;
	top: 50%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 20%, #07bf6f 100%);
	z-index: -1;
}

.info-img-wrapper-carousel .owl-nav::before {
    left: auto;
    right: 0;
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 20%, #07bf6f 100%);
}

.info-img-wrapper-carousel button {
    height: 35px;
    background: #07bf6f !important;
    width: 60px;
    border-radius: 30px;
    color: #fff !important;
    margin: 0 10px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.info-img-wrapper-carousel button:hover {
	background: rgb(9, 9, 24) !important;
	color: #fff !important;
}

/* ====== start manageDB-option-items style ====== */
.manageDB-option-items.service-items .icon-box {
	padding: 0;
    margin-top: 40px;
    padding-left: 100px;
}

.manageDB-option-items.service-items .icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    left: 0;
    top: 0;
}

/* ====== start process-wrapper style ====== */
.process-items.service-items .icon-box {
	background-color: transparent;
	padding: 0;
	padding-left: 50px;
	margin-top: 35px;
}

.process-items.service-items .icon-box .number-box {
	position: absolute;
	left: 0;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 32px;
	border: 4px double #ddd;
	font-weight: 700;
	color: #262934;
	font-size: 14px;
	background-color: #fff;
	top: -8px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}

/* ====== start pricing-wrapper style ====== */
.pricing-item {
    border-radius: 4px;
    box-shadow: 0 5px 15px #ddd;
    overflow: hidden;
    margin-top: 30px;
}

.pricing-head {
    padding: 25px;
    padding-bottom: 15px;
	background-color: #1a428e;
	position: relative;
	color: #fff;
	z-index: 1;
	margin-bottom: 50px;
}

.pricing-head::after {
	position: absolute;
	content: "";
	height: 50px;
	width: calc(100% + 50px);
	bottom: -13px;
	left: -25px;
	background: #1a428e;
	z-index: -1;
	transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
}

.pricing-head h3 {
	font-size: 36px;
	font-weight: 700;
	margin-top: 5px;
}

.pricing-head h3 small {
    font-size: 18px;
}

.pricing-head img {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 70px;
	height: 70px;
}

.pricing-item:hover .pricing-head img {
    -webkit-animation:shake-top .8s cubic-bezier(.455,.03,.515,.955) both;
    animation:shake-top .8s cubic-bezier(.455,.03,.515,.955) both
}

 @-webkit-keyframes shake-top{0%,100%{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:50% 0;transform-origin:50% 0}10%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}20%,40%,60%{-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}30%,50%,70%{-webkit-transform:rotate(4deg);transform:rotate(4deg)}80%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}90%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}}@keyframes shake-top{0%,100%{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:50% 0;transform-origin:50% 0}10%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}20%,40%,60%{-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}30%,50%,70%{-webkit-transform:rotate(4deg);transform:rotate(4deg)}80%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}90%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}}

.pricing-body > div {
    display: flex !important;
	justify-content: space-between;
	padding: 10px 25px;
	border-bottom: 1px solid #eee;
}

.pricing-body.pricing-body-02 {
    margin-top: 35px;
}

.pricing-body.pricing-body-02 > div {
	padding: 7px 0px;
	border: 0;
}

.pricing-body.pricing-body-02 > div:last-child {
    padding-bottom: 0;
}

.hosting-item-lg .pricing-price {
	font-size: 24px;
	font-weight: 700;
	color: #262934;
	margin-top: 20px;
	display: inline-block;
}

.hosting-item-lg .pricing-price small {
    opacity: .7;
}

.pricing-item .dkost-btn.btn-border {
	border-color: #99b1ef;
}

.pricing-item .dkost-btn.btn-border {
	border-color: #99b1ef;
	color: #3464e0;
	padding: 0 25px;
	height: 45px;
	line-height: 45px;
	margin: 20px 0 15px;
	font-size: 13px;
}

.pricing-item .dkost-btn.btn-border:hover {
	border-color: transparent;
	color: #fff;
}

/* ====== start cta-wrapper style ====== */
.cta-wrapper {
	padding: 25px;
	background-color: #3464e0;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.25);
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-image: url(../img/cta-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.cta-wrapper::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
	background-color: #3464e0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    -o-border-radius: 4px;
    opacity: .9;
    top: 0;
    left: 0;
    z-index: -1;
}

.cta-wrapper h5 {
	font-weight: 700;
	margin-bottom: 15px;
}

/* ====== start support-wrapper style ====== */
.support-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    color: #fff;
}

.support-wrapper .wrapper-header h2 {
    color: #fff;
}

.support-wrapper::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(-90deg, #07057c 0%, #2169d5 100%);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .7;
}

.support-opt-items li {
    margin-bottom: 15px;
}

.support-opt-items li:last-child {
    margin-bottom: 0;
}

.support-opt-items li i {
	font-size: 14px;
	margin-right: 15px;
	color: #07bf6f;
}

/* ====== start learn-wrapper style ====== */
.learn-video-popup-item {
    position: relative;
    margin-top: 30px;
}

.learn-video-popup-item::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #3363df;
    pointer-events: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    opacity: 0;
}

.learn-video-popup-item:hover::after {
    opacity: .85;
}

.learn-video-popup-item a {
    display: block;
}

.learn-video-popup-item i {
    position: absolute;
    z-index: 1;
    height: 60px;
    width: 60px;
    background-color: #fff;
    color: #3363df;
    line-height: 62px;
    text-align: center;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    font-size: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transform: scale(.7);
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    opacity: 0;
    box-shadow: 0 0 15px #2653c4;
}

.learn-video-popup-item:hover i {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.learn-video-popup-item i:hover {
    opacity: 1;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.learn-info-text {
	position: absolute;
	bottom: 60px;
	z-index: 2;
	color: #fff;
	text-align: center;
	width: 100%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    opacity: 0;
}

.learn-video-popup-item:hover .learn-info-text {
    opacity: 1;
	bottom: 30px;
}

/* ====== start team-wrapper style ====== */
.team-item {
    text-align: center;
    margin-top: 30px;
    background-color: #f2f7fb;
}

.team-info {
    padding: 15px 10px;
}

.team-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #262934;
    margin-bottom: 5px;
}

.team-info p {
    font-size: 15px;
}

.team-img-n-social {
    position: relative;
    overflow: hidden;
}

.team-img-n-social img {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.team-item:hover img {
    filter: blur(2px) brightness(.5);
    -webkit-filter: blur(2px) brightness(.5);
}

.team-social {
	position: absolute;
	left: 0;
	bottom: 0;
    width: 100%;
    overflow: hidden;
}

.team-social a {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    margin: 0 2px;
    position: relative;
    bottom: -30px;
}

.team-social a span {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 35px;
    color: #333;
    background-color: #fff;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.team-social a:hover span {
    color: #fff;
    background-color: #07bf6f;
}

.team-item:hover .team-social a {
    bottom: 0;
}

.team-social a:nth-child(2) {
    transition-delay: .05s;
    -webkit-transition-delay: .05s;
}

.team-social a:nth-child(3) {
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
}

.team-social a:nth-child(4) {
    transition-delay: .15s;
    -webkit-transition-delay: .15s;
}

.team-social a:nth-child(5) {
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}

.team-social a:nth-child(6) {
    transition-delay: .25s;
    -webkit-transition-delay: .25s;
}

.team-social a:nth-child(7) {
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
}

/* ====== start map-wrapper style ====== */
.map-wrapper iframe {
	width: 100%;
	height: 600px;
	border: 0;
	margin-bottom: -7px;
}

/* ====== start conatct-wrapper style ====== */
.contact-wrapper {
    position: relative;
    z-index: 33;
    margin-top: -250px;
    margin-bottom: 120px;
}

.contact-wrapper > .container {
	box-shadow: 0 0 20px #eee;
	background-color: #fff;
	padding-left: 50px;
	padding-right: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	overflow: hidden;
}

.input-field {
    border: 0;
    border-bottom: 1px solid #bbb;
    padding-bottom: 25px;
    margin-bottom: 40px;
    width: 100%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.input-field:focus {
    border-color: #666;
}

.contact-info-box {
	background-color: #3363df;
	color: #fff;
	padding: 50px;
	height: 100%;
	display: flex;
	align-items: center;
}

.contact-info-box h4 {
	font-size: 20px;
	font-weight: 700;
    color: #fff;
    margin-top: 30px;
	margin-bottom: 25px;
}

.contact-info-box .txt-link {
	font-size: 16px;
}

.contact-info-box .socials li a {
	color: #fff;
}

.col-lg-8.col-md-12.mt-60.mb-60 {
	padding-right: 37px;
}

/* ====== start blog-wrapper style ====== */
.blog-search-form input[type="search"] {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	width: 450px;
}

.blog-search-form button {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	padding: 0 50px;
}

.blog-item {
	margin-bottom: 30px;
	position: relative;
}

.blog-item::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #04a760;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.blog-item:hover::after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

.blog-list-item::after {
    display: none;
}

.blog-item-info {
    padding: 30px 20px;
    background-color: #fff;
	box-shadow: 0 5px 15px #ddd;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.blog-item-info h5 {
	font-size: 18px;
	font-weight: 700;
	color: #262934;
	margin-bottom: 15px;
}

.blog-item-info a.read-more {
	font-size: 14px;
	text-transform: uppercase;
	color: #04a760;
	font-weight: 700;
	margin-top: 20px;
	display: inline-block;
	line-height: 1;
}

.blog-item-info a.read-more:hover {
	color: #262934;
}

.blog-item-info a.read-more i {
    margin-right: 5px;
}

.blog-list-item .blog-item-info {
	box-shadow: 0 0 2.5px rgba(0,0,0,0.03);
	border: 1px solid #ddd;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	height: 100%;
	padding: 30px;
	padding-bottom: 0;
	border-left: 0;
}

.blog-list-item .blog-item-info h5 {
	font-size: 22px;
}

.blog-list-item .img-fluid {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.blog-list-footer {
	margin-top: 20px;
	padding: 8px 0;
	border-top: 1px solid #ddd;
	text-align: center;
}

.blog-list-footer a {
    display: block;
    position: relative;
}

.blog-list-footer a:hover {
    color: #04a760;
}

.blog-list-footer a::after {
	position: absolute;
	content: "";
	height: calc(100% - 5px);
	width: 1px;
	background: #ddd;
	right: -15px;
	top: 4px;
}

.blog-list-footer .col-md-2:last-child a::after {
    display: none;
}

.pagination-wrap {
    margin-top: 20px;
    text-align: center;
}

.pagination-wrap ul li {
    display: inline-block;
}

.pagination-wrap ul li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    border: 1px solid #aaa;
    background-color: #fff;
    line-height: 33px;
    font-size: 15px;
    font-weight: 700;
    margin: 0 3px;
    border-radius: 4px;
}

.pagination-wrap ul li a:hover,
.pagination-wrap ul li a.active {
    background-color: #07bf6f;
    border-color: #07bf6f;
    color: #fff;
}

.pagination-wrap ul li a.disable {
    opacity: .5;
    cursor: default;
    pointer-events: none;
}

/* ====== start blog-details-wrapper style ====== */
.blog-details {
	margin-top: -115px;
	position: relative;
	z-index: 2;
}

.blog-details,
.comment-wrap {
	background-color: #fff;
	box-shadow: 0px -3px 5px rgba(0,0,0,0.05);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.bolg-details-user-info {
    position: relative;
    padding-left: 90px;
    min-height: 70px;
}

.bolg-details-user-info img {
    height: 70px;
    width: 70px;
    position: absolute;
    left: 0;
    top: 0;
}

.bolg-details-user-info .info h5 {
	font-size: 20px;
	font-weight: 700;
	color: #262934;
	margin-bottom: 5px;
	padding-top: 8px;
}

.blog-details-title {
	font-size: 30px;
	font-weight: 700;
	color: #262934;
	margin-top: 25px;
	margin-bottom: 8px;
}

.share-wrap {
	padding: 30px 35px;
	display: flex;
	align-items: center;
	border-top: 1px solid #ddd;
}

.share-wrap > p {
	font-size: 18px;
	font-weight: 700;
	color: #262934;
	margin-right: 15px;
}

.share-wrap a {
	height: 40px;
	width: 40px;
	margin-left: 8px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #fff;
}

.share-wrap a.facebook {
    background-color: #3B5999;
}

.share-wrap a.twitter {
    background-color: #08A0E9;
}

.share-wrap a.pinterest {
    background-color: #C8232C;
}

.share-wrap a.google-plus {
    background-color: #EB5E4C;
}

.share-wrap a:hover {
    opacity: .5;
}

.comment-wrap {
    padding: 35px;
}

.comment-heading {
	color: #262934;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}

.reply-btn {
	color: #262934;
	margin-top: 15px;
    display: inline-block;
    font-size: 15px;
}

.comment-item {
	margin-bottom: 35px;
}

.comment-form textarea {
    width: 100%;
    margin-bottom: 25px;
    padding: 15px 20px;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    height: 120px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.comment-form textarea:focus {
	border-color: #777;
}

/* ====== start footer-nav style ====== */
.footer-nav-wrapper {
    height: 90px;
    background-image: linear-gradient(90deg, #2d2bb5 0%, #2169d5 100%);
}

.footer-nav-wrapper .navigation ul li a {
	color: #fff;
}

.footer-nav-wrapper .go-top {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.015em;
}

.footer-nav-wrapper .go-top a {
    display: inline-block;
}

.footer-nav-wrapper .go-top i {
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    border: 1px solid #658bdc;
    line-height: 35px;
    margin-left: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.footer-nav-wrapper .go-top a:hover i {
    background-color: #fff;
    border-color: #fff;
    color: #262934;
}

/* ====== start footer-wrapper style ====== */
.footer-wrapper {
	padding: 80px 0;
}

.footer-heading {
	font-size: 20px;
	font-weight: 700;
	color: #292828;
	margin-bottom: 25px;
}

.footer-info-box .txt-link {
	font-size: 16px;
}

.footer-bottom .txt-link,
.footer-info-box .txt-link:hover {
    color: #07bf6f;
}

.footer-bottom .txt-link::after,
.footer-info-box .txt-link::after {
	opacity: 1;
	background-color: #07bf6f;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links li:last-child {
    margin-bottom: 0;
}

.footer-form input {
	height: 50px;
	border: 1px solid #e9e9e9;
	padding: 0 20px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: 0;
	width: calc(100% - 60px);
}

.footer-form button {
    height: 50px;
    border: 0;
    width: 56px;
    margin-left: -3px;
    background-color: #07bf6f;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.footer-form button:hover {
    background-color: #069758;
}

.socials li {
    display: inline-block;
    margin: 0 6px;
}

.socials li:first-child {
    margin-left: 0;
}

.socials li:last-child {
    margin-right: 0;
}

.socials li a {
	color: #545252;
	display: block;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #ddd;
	border-radius: 50%;
}

.socials li a:hover {
    background-color: #07bf6f;
    color: #fff;
    border-color: transparent;
}

.footer-bottom .txt-link::after {
    width: 100%;
}

.footer-bottom {
	padding: 25px 0;
	background-color: #f2f7fb;
	color: #262934;
}
