@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,400,500,600,700');
 body {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    border-bottom: 1px solid #ccc;
}
.menu-area.fixed-header {
    position: fixed;
    top: 0;z-index: 9999999;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
button{
	cursor:pointer;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	/*text-transform: normal;*/
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 35px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	color: #7e7e7e;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */
.about-content .btn{margin-top:20px;}

.btn {
	-moz-user-select: none;
	background: #2825c9;
	border: medium none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 13px 40px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}
.btn:hover{
	color: #fff;
}
.breadcrumb > .active {
	color: #888;
}


/* 2. Header */
.single-cta i.fas.fa-phone {
    transform: rotate(90deg);
}
.header-top-cta span i.fas.fa-phone {
    transform: rotate(90deg);
    padding-right: 0;
}
.header-cta {
	overflow: hidden;
}
.header-top-cta span {
	margin-right: 7px;
	color: #fff;
	font-size: 13px;
}
.header-top-cta span i {
	padding-right: 10px;
	color: #2825c9;
}
.top-social-links span {
	font-size: 13px;
	color: #fff;
}
.top-social-links a {
	color: #fff;
	font-size: 13px;
	padding-left: 10px;
}
.top-social-links a:hover i{
	color: #2825c9;
}
.top-social-links i {
	display: inline-block;
	padding: 13px 0;
	transition: .3s;
}
.top-btn {
	display: inline-block;
}
.top-btn a {
    text-transform: capitalize;
    background: #2825c9;
    padding: 10px 15px;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}
/* cta */
.header-single-cta {
  float: right;
  margin-left: 90px;
}
.header-single-cta h3 {
	color: #2825c9;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 3px;
}
.header-single-cta h3 i {
	margin-right: 3px !important;
	margin: 0;
	float: unset;
	font-size: 16px;
}
.header-single-cta span {
	font-size: 14px;
}
/* menu-area */
.menu-area {
	background: #fff;
}
.second-menu-area {
	margin-bottom: -94px;
	position: relative;
	z-index: 999;
}
.transparent-bg{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 99;
	top: 0;
	background: none;
}
.menu-margin-bottom {
	margin-bottom: -67px;
	position: relative;
	z-index: 9;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
	margin-left: 20px;
}
.main-menu ul li a {
	color: #020d26;
	font-size: 15px;
	padding: 18px 0;
	display: block;
	font-weight: 600;
	position: relative;
}
.main-menu.second-menu ul li a {
	color: #ffffff;
	padding: 22px 0;
}
.main-menu.second-menu ul li:hover a {
	color: #ffffff;
}
.transparent-menu ul li a {
	color: #fff;
}
.transparent-menu ul li:hover a i {
	color: #2825c9;
}
.main-menu ul li .sub-menu {
	position: absolute;
	top: 110%;
	left: 0;
	background: #fff;
	z-index: 1;
	width: 240px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	border-top: 3px solid #2825c9;
}
.main-menu ul li>.sub-menu>li>.sub-menu{
        top:0;left:100%;
}
.main-menu.second-menu ul li .sub-menu {
	border-top: 3px solid #020d26;
}
.main-menu ul li:hover>.sub-menu{
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.main-menu ul>li>.sub-menu>li:hover>.sub-menu{
	opacity: 1;
	visibility: visible;
	top: 0;
}
.main-menu ul li .sub-menu li {
	display: block;
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,0.08);
}
.main-menu ul li .sub-menu li:last-child{
	border: none;
}
.main-menu ul li .sub-menu li a {
	padding: 10px 15px;
	text-align: left;
	font-weight: 600;
	position: relative;
	font-size: 13px;
}
.main-menu ul li .sub-menu li a i{font-size:9px;}
.main-menu.second-menu ul li .sub-menu li a {
	color: #020d26;
}
.main-menu.second-menu ul li .sub-menu li:hover a {
	color: #2825c9;
}
.transparent-menu ul li .sub-menu li a {
	color: #020d26;
}
.main-menu ul li .sub-menu li a::before {
	position: absolute;
	left: 6px;
	color: #2825c9;
	content: "-";
	transition: .3s;
	opacity: 0;
}
.main-menu ul li .sub-menu li:hover a{
	padding-left: 20px;
}
.main-menu ul li .sub-menu li:hover a:before{
	opacity: 1;
	left: 10px;
}
.main-menu ul li:hover> a{
	color: #2825c9
}
.main-menu ul li:hover a::before,.main-menu ul li:hover a::after{
	opacity: 1;
}
.menu-active {
	color: #2825c9 !important;
}
.second-menu-active {
	color: #fff !important;
}
.menu-active::before,.menu-active::after{
	opacity: 1 !important;
}
.menu-icon .menu-tigger span {
	height: 2px;
	width: 22px;
	background: #000;
	display: block;
	margin-bottom: 5px;
	transition: .3s;
}
.menu-icon.second-menu-icon .menu-tigger span {
	background: #fff;
}
.menu-icon .menu-tigger span:last-child{
	margin: 0;
}
.menu-icon .menu-tigger span:nth-child(2){
	width: 18px;
}
.footer-menu li {
	display: inline-block;
	margin-left: 20px;
}
.footer-menu li:hover a{
	color: #2825c9;
}
.footer-menu li a {
	font-size: 12px;
	color: #878787;
}
/* search modal */
.menu-tigger {
	float: right;
}
.menu-tigger:hover span{
	background-color: #2825c9;
}
.menu-icon i {
	cursor: pointer;
	float: left;
}
.menu-icon.second-menu-icon i {
	color: #fff;
}
.menu-icon.second-menu-icon i:hover {
	color: #fff;
}
.transparent-menu i {
	color: #fff;
}
.transparent-menu .menu-tigger span {
	background: #fff;
}
.transparent-menu .menu-tigger:hover span {
	background: #2825c9;
}
.menu-icon i:hover{
	color: #2825c9;
}
#search-modal {
	background-color: rgba(23,26,33,.95);
}
#search-modal .modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border: none;
	outline: 0;
}
#search-modal .modal-dialog .modal-content {
	background: 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}
#search-modal .modal-dialog .modal-content form {
	width: 555px;
	position: relative;
}
#search-modal .modal-dialog .modal-content form input {
	width: 100%;
	font-size: 36px;
	border: none;
	border-bottom: 3px solid rgba(255,255,255,.1);
	background: 0 0;
	color: #fff;
	padding-bottom: 12px;
	padding-right: 40px;
}
#search-modal .modal-dialog .modal-content form input::-moz-placeholder {
	font-size: 35px;
}
#search-modal .modal-dialog .modal-content form input::placeholder {
	font-size: 35px;
}
#search-modal .modal-dialog .modal-content form button {
	position: absolute;
	right: 0;
	margin-bottom: 3px;
	font-size: 30px;
	color: rgba(255,255,255,.5);
	background: 0 0;
	border: none;
	cursor: pointer;
	top: 11px;
}
/* offcanvas-menu */
.offcanvas-menu {
	position: fixed;
	right: 0;
	height: 100%;
	width: 300px;
	z-index: 999;
	background: #00081b;
	top: 0;
	padding: 30px;
	transition: .5s;
	transform: translateX(100%);
}
.offcanvas-menu.active{
	transform: translateX(0)
}
.menu-close i {
	font-size: 18px;
	color: #fff;
	transition: .3s;
	cursor: pointer;
}
.menu-close:hover i{
	color: #2825c9;
}
.offcanvas-menu ul {
	margin-top: 30px;
}
.offcanvas-menu ul li {
	border-bottom: 1px solid #101c38;
}
.offcanvas-menu ul li a {
	color: #fff;
	font-size: 18px;
	text-transform: capitalize;
	padding: 6px 0;
	display: block;
}
.offcanvas-menu ul li:hover a{
	color: #2825c9
}
.side-social a {
	color: #fff;
	margin-right: 10px;
}
.side-social {
	margin-top: 30px;
}
.side-social a:hover{
	color: #2825c9;
}
.offcanvas-menu form {
	position: relative;
	margin-top: 30px;
}
.offcanvas-menu form input {
	width: 100%;
	background: none;
	border: 1px solid #2d3547;
	padding: 7px 10px;
	color: #fff;
}
.offcanvas-menu form button {
    position: absolute;
    border: none;
    right: 0;
    background: #2825c9;
    padding: 8px 14px;
    top: 0;
}
.offcanvas-menu form button i {
	color: #fff;
}
.offcanvas-overly {
	position: fixed;
	background: #000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.offcanvas-overly.active{
	opacity: .5;
	visibility: visible;
}
/* 3. Slider */
.slick-slide.slider-bg {
	height: 600px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.slider-bg::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7;
}
.slider-two-bg{
	height: 810px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.slider-two-bg::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7;
}
.slider-content h1 {
	font-size: 49px;
	font-weight: 800;
	color: #fff;
	line-height: 1;
	margin-bottom: 20px;
}
.slider-content h1 span {
	color: #2825c9;
}
.slider-content p {
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	margin-bottom: 35px;
}
.slider-content a.btn {margin-right: 20px;margin-bottom: 10px;width: 135px;padding: 10px;}
/* slider next-prev button */

.slider-three-active .slick-arrow {
	position: absolute;
	top: 50%;
	background: no-repeat;
	padding: 0;
	border: 0;
	left: 50px;
	color: #fff;
	font-weight: 800;
	z-index: 99;
	transition: .5s;
	opacity: 0;
	border: 1px solid #ddd;
	height: 45px;
	width: 35px;
	transform: translateY(-50%);
	font-size: 18px;
}
.slider-three-active:hover .slick-arrow{
	opacity: 1;
}
.slick-arrow:hover {
	color: #2825c9;
	border-color: #2825c9;
}
.slider-three-active .slick-next {
	left: auto;
	right: 50px;
}
.slider-three-active .slick-arrow i {
	display: inline-block;
	position: relative;
}

/* slick dots */
.slider-active .slick-dots li {
	display: inline-block;
}
.slider-active .slick-dots {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 25px;
}
.slider-active .slick-dots li button {
	text-indent: -9999px;
	border: 0;
	margin: 0 5px;
	padding: 0;
	height: 3px;
	width: 25px;
	background: #fff;
}
.slider-active .slick-dots li.slick-active button{
	background: #2825c9;
}
/* 4. About */
.section-title h2 {
	position: relative;
	margin-bottom: 45px;
	display: inline-block;
	font-weight: 700;
	line-height: 1.4;
        font-size: 32px;
}
.section-title.no-bar h2{margin-bottom: 20px}
.section-title h2 span{color:#2825c9}
.section-title:not(.no-bar) h2::before {
	content: "";
	position: absolute;
	left: 0;
	width: 60px;
	height: 2px;
	background: #2825c9;
	bottom: -25px;
}
.section-title.service-title p {
	margin-bottom: 10px;
}
.about-info-text h2 {
	margin-bottom: 23px;
	text-transform: capitalize;
	font-weight: 700;
	line-height: .9;
}
.about-info-text p {
	padding: 0 14px;
	font-size: 16px;
	margin-bottom: 26px;
        text-align:justify;
}
.about-content p {
	margin-bottom: 0;
	    text-align: justify;
}
.about-content h4{font-size: 28px;}
.about-info-text a {
	margin-bottom: 20px;
}
.about-info-text.work h2{font-size:25px;}
.about-info-text.work p{padding:0;text-align:justify;}
.features-icon span {
	font-size: 40px;
	color: #2825c9;
	margin-bottom: 20px;
	display: inline-block;
}
.features-wrap {
	border: 1px solid #e6e6e6;
	padding: 50px 30px;
}
.img-boxes .features-wrap{padding:20px;}
.features-wrap:hover {
	background-image: url(../img/about/5.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: local;
	transition: all .5s;
        background: linear-gradient(-150deg, #4a4a4a 35%, #292929 65%);
}
.features-wrap:hover h4,.features-wrap:hover p{
	color: #fff;
}
.features-wrap h4 {
	font-weight: 600;
	color: #1e2331;
	margin-bottom: 17px;
	font-size: 18px;
}
.features-wrap a {
	font-size: 14px;
	font-weight: 600;
	color: #2825c9;
}
.home-three-about {
	margin-top: -150px;
	background: #fff;
	position: relative;
	padding-top: 15px;
}
/* 5. Service */
.services-box {
	/* border: 1px solid #e6e6e6; */
	transition: .3s;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.services-box:hover {
}

.services-content {
	padding: 20px;
	padding-top: 0px;
}
.service-title h2::before {
	content: "";
	position: absolute;
	left: 0;
	width: 60px;
	height: 2px;
	background: #2825c9;
	bottom: -25px;
	right: 0;
	margin: auto;
}
.services-img {
	margin-bottom: 25px;
	overflow: hidden;
}
.services-img img {
	transition: all 2s ease;
        width:100%;
        height:230px;
}
.services-box:hover .services-img img{
	transform: scale(1.2);
}
.card-title h5 {
	margin-bottom: 15px;
	font-weight: 600;
          font-size:17px;
}
.card-text p {
	margin-bottom: 25px;
}
.services-box a {
	padding: 11px 15px;
	font-size: 13px;
	transition: all .5s;
	border: 1px solid #2825c9;
	background: none;
	color: #2825c9;
        font-weight:600;
}
.services-box a:hover {
	background: #2825c9;
	border: 1px solid #2825c9;
	color: #fff;
}
/* services-active */
.services-active .slick-arrow {
	position: absolute;
	top: 40%;
	left: -20px;
	padding: 0;
	border: 0;
	background: #2825c9;
	height: 40px;
	width: 40px;
	text-align: center;
	color: #fff;
	font-size: 33px;
	line-height: 33px;
	z-index: 99;
}
.services-active .slick-next{
	right: -20px;
	left: auto;
}
.call-to-action h3 {
	font-weight: 700;
}
.call-to-action p {
	margin: 0;
}
.white-text h3 {
	color: #fff;
	font-size: 34px;
	margin-bottom: 20px;
}
.white-text a {
	border-radius: 30px;
	border: 2px solid #2825c9;
}
.white-text a:hover {
	background: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: inherit;
}
.cta-area {
	background-position: center top;
	background-size: cover;
	padding: 100px 0;
}
.service-box.service-3 {
	padding: 0;
	border: 0;
}
.service-box.service-3:hover {
	border-color: transparent;
	border: 0;
}
.service-box.service-3 h4{font-weight: 600;}
.sidebar-link ul {
	padding: 25px 30px;
}
.servicee-sidebar h3 {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	padding: 20px 30px;
	line-height: 1;
	background: #2825c9;
	margin: 0;
}
.sidebar-link ul li {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 23px;
	padding-bottom: 24px;
}
.sidebar-link ul li:last-child{margin: 0;padding: 0; border: 0}
.sidebar-link ul li ul li a {font-size: 14px;}
.sidebar-link ul li ul li {margin-bottom: 10px;padding-bottom: 10px;}
.sidebar-link ul li a {
	color: #777777;
	font-weight: 500;
	display: block;
	line-height: 1;
	font-size: 16px;
}
.sidebar-link ul li a:hover {
	color: #222;
}
.sidebar-link ul li ul{display:none;}
.sidebar-download{}
.servicee-sidebar img {
	width: 100%;
}
.sidebar-download ul li {
  margin-bottom: 24px;
}
.sidebar-download ul li:last-child{margin: 0}
.sidebar-download ul li a {
	border: 1px solid #e1e1e1;
	display: block;
  padding: 15px 30px;
  color: #777777;
  font-size: 17px;
}
.sidebar-download ul li a i {
	margin-right: 15px;
	font-size: 24px;
	position: relative;
	top: 3px;
}
.sidebar-download h3,.sidebar-testimonial h3 {
	background: none;
	padding-left: 0;
	padding-top: 0;
}
.sidebar-testimonial h3 {
	padding: 0;
	margin-bottom: 15px;
}
.sidebar-download h3 {
	color: #444;
}
.test-item p {
	margin-bottom: 24px;
}
.test-img {
	float: left;
}
.test-name h5 {
	font-size: 16px;
	color: #555555;
	margin-bottom: 0;
	margin-top: 3px;
}
.test-name span {
	font-size: 12px;
}
.test-name {
	padding-left: 10px;
}
.sidebar-testimonial {
	padding: 25px;
}

.service-details h3 {
	font-size: 22px;
	font-weight: 700;
}
.service-details h5 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}
.service-details img {
	width: 100%;
}
.s-details-img img {
	width: 100%;
}
.service-details ul li {
    list-style-type:disc;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 26px;
}
.service-details ul{padding-left:20px;}
.service-details.ios {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    padding: 18px;
}
/* 7. Counter */
.counter-area {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.single-counter span {
	font-size: 48px;
	color: #2825c9;
}
.counter-thumb i.fas{font-size:50px;}
.counter{
	color: #fff;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 7px;
}
.single-counter> p{
	color: #ddd;
	font-size: 16px;
	margin: 0;
	text-transform: capitalize;
	font-weight: 500;
}

/* 8. Portfolio */
.portfolio-menu {
	line-height: 1;
}
.portfolio-wrapper {
	position: relative;
	overflow: hidden;
}
.portfolio-wrapper:hover .portfolio-thumb::before,.portfolio-wrapper:hover .portfolio-thumb::after,.portfolio-wrapper:hover .view i{
	opacity: .8;
}
.portfolio-wrapper:hover .portfolio-content{
	transform: translateY(0);
}
.portfolio-thumb {
	position: relative;
	overflow: hidden;
}
.portfolio-thumb img {
	transition: .3s;
}
 .portfolio-thumb img {

}
.related-project .portfolio-wrapper .portfolio-thumb img {
height: 250px;
}
.portfolio-wrapper:hover .portfolio-thumb img {
	transform: rotate(3deg) scale(1.1);
}
.portfolio-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0;
	transition: .3s;
	z-index:9
}
.portfolio-thumb::after {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border: 2px solid #2825c9;
	opacity: 0;
	transition: .5s;
	z-index:99;
}
.view i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 9999;
	font-size: 24px;
	transform: translateY(-50%);
	color: #2825c9;
	transition: .3s;
	opacity: 0;
}
.portfolio-content {
	position: absolute;
	bottom: 30px;
	left: 30px;
	transition: .3s ease;
	z-index: 9;
	color: #fff;
	transform: translateY(160%);
	z-index:999
}
.portfolio-content h5 {
	color: #fff;
	transition: .3s;
}
.portfolio-content h5:hover a{
	color: #2825c9;
}
.portfolio-menu button {
	padding: 0 8px;
	border: 0;
	background: none;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}
.portfolio-menu > button:hover, .portfolio-menu > button.active{
	color: #2825c9;
}
.project-details-title h3 {
	font-weight: 700;
	margin-bottom: 25px;
}
.project-details-title li {
	margin-bottom: 15px;
}
.project-details-title li b {
	text-transform: uppercase;
	color: #777;
}
.project-details-title li span {
	display: block;
	color: #777;
	margin-top: 5px;
}
.project-desc h3 {
	font-weight: 700;
	margin-bottom: 18px;
}
.project-desc p {
	margin: 0;
	letter-spacing: .8px;
       text-align:justify;
}
.related-project-title.section-title p {
	padding: 0 ;
	width: 60%;
	margin: 0 auto 60px;
}

/* Coble Portfolio */
/*.cobbles-wrapper.cobbles-classis {
    margin: -15px;
}*/
.cobbles-wrapper.cobbles-classis > .cobbles-wrap:first-child {
    width: 50%;
}
.cobbles-wrapper.cobbles-classis > .cobbles-wrap {
    float: left;
    width: 25%;
    padding: 15px;
}
.cobbles-wrap:first-child, .cobbles-wrap:nth-child(2), .cobbles-wrap:nth-child(5), .cobbles-wrap:nth-child(6) {
    width: 50%;
}
.cobbles-wrapper.cobbles-modern > .cobbles-wrap:nth-child(5) {
    /*margin-top: -16px;*/
}
.cobbles-wrap {
    float: left;
    width: 25%;
    padding: 15px;
}
@media only screen and (max-width:767px){
    .col-xl-2.col-lg-2.\32 cop img {
    padding-left: 60px;
}
.cobbles-wrapper.cobbles-modern > .cobbles-wrap{width:100%!important;}
}
.welcome-seo_img img{width:100%;}
.cobbles-overlay-wrap {
    position: relative;
}
.cobbles-overlay-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    bottom: 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.cobbles-overlay-wrap:before {
    background: -webkit-linear-gradient(-150deg, #3380de 35%, #0060d6 65%);
    background: linear-gradient(-150deg, #3380de 35%, #0060d6 65%);
}
.cobbles-overlay-wrap:hover:before {
    opacity: 0.85;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.cobbles-overlay.overlay-center {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.cobbles-overlay-wrap:hover .cobbles-overlay {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    z-index: 1;
}
.cobbles-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    padding: 10px;
}
.cobbles-overlay .cobbles-title:first-child {
    margin-bottom: 2px;
}
.cobbles-overlay > * {
    margin-bottom: 25px;
}
.cobbles-overlay-wrap .cobbles-title h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
}
.cobbles-overlay > *:last-child {
    margin-bottom: 0px;
}
.cobbles-overlay-wrap .cobbles-categories span {
    letter-spacing: 1px;
}
.bg-dark a, .typo-white, .typo-white a, .typo-white p, .typo-white h1, .typo-white h2, .typo-white h3, .typo-white h4, .typo-white h5, .typo-white h6, .typo-white .portfolio-filter li a, .typo-white span {
    color: #fff;
}
.cobbles-overlay-wrap img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
@media only screen and (max-width: 640px){
.cobbles-wrapper.cobbles-classis > .cobbles-wrap:first-child {
    width: 100%;
}
}
/* Counter Section */
.pad-bottom-45 {
    padding-bottom: 20px;
}

.section-bg-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bg-fixed {
    background-attachment: fixed;
}
.video-wrap {
    z-index: 1;
}

section, .relative {
    position: relative;
}


.video-wrap.wrap-stretch .video-wrap-inner {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: unset;
    margin-top: -100px;
    margin-bottom: -45px;
}
.video-wrap-inner {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.video-wrap-inner .video-img{position: relative;}
.video-wrap-inner .video-img:before {
    position: absolute;
    content: '';
    background: #000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.8;
}
.video-wrap-inner .video-img img{width: 100%;height:550px;}
.video-content {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);
    padding:0 40px;
    z-index: 1;
}
.counter-style-3 span.counter {
    font-size: 56px;
    line-height: 65px;
    font-weight: 700;
}
.counter-style-3 .counter-title > p {
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}
.video-wrap-inner .video-content h4{text-align: justify;font-size: 15px;}
.video-wrap-inner .video-content h3{font-size: 22px;}
.video-wrap-inner .list-item p {text-align:left;margin-bottom: 0}
.video-wrap-inner .list-item i.fa {font-size: 14px;margin-right: 10px;}
@media only screen and (max-width: 991px){
.video-wrap.wrap-stretch .video-wrap-inner {margin-top: 0;margin-bottom: 55px;}
}
.btn.live-btn {
    background: #333333;
    padding: 10px 20px;
}
/* 9. Testimonial */
.client-text {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
/*	font-style: italic;*/
	margin-bottom: 36px;
	position: relative;
	padding: 0 170px;
}
.partner-testimonial .client-text{padding: 0 50px;}
/*.client-text::before, */.client-text i.fas.fa-quote-left {
	position: absolute;
	left: 125px;
	content: "\f10d";
	font-family: "Font Awesome 5 free";
	top: 0;
	font-style: normal;
	font-size: 20px;
	color: #2825c9;
}
/*.partner-testimonial .client-text::before,*/ .partner-testimonial .client-text i.fas.fa-quote-left {left: 15px;}
/*.client-text::after,*/ .client-text i.fas.fa-quote-right {
	position: absolute;
	left: auto;
	right: 125px;
	content: "\f10e";
	font-family: "Font Awesome 5 free";
	bottom: -10px;
	font-style: normal;
	font-size: 20px;
	color: #2825c9;
}
.testimonial-items img {
	border-radius: 50%;
	margin-bottom: 30px;
}
.testimonial-items h4 {
	font-size: 18px;
	font-weight: 600;
	color: #222;
	margin-bottom: 10px;
}
.testimonial-items span {
	font-size: 14px;
	font-style: italic;
}
.testimonial-active.owl-carousel .owl-item img {
	display: inline-block;
	width: 120px;
	height:120px;
}
/* 10. Team */
.single-team {
	position: relative;
	overflow: initial;
	margin: 5px;
}
.team-img {
	position: relative;
	overflow: hidden;
}
.team-modal-img {
	position: relative;
	overflow: hidden;
}
.team-modal-img img {
    width: auto;
    height: 170px;
    border-radius: 50%;
}
.modal-header .close {
    padding: 0rem;
}
/*.single-team:hover .team-img::before {*/
/*  opacity: 0.5;*/
/*}*/
.team-img::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000;
	left: 0;
	top: 0;
	opacity: 0;
	transition: .5s;
}
.team-img img {
    width: 255px;
    height: 257px;
    border-radius: 50%;
}
.team-info {
	background: #fff;
	position: initial;
	width: 90%;
	left: 0;
	right: 0;
	margin: auto;
	transition: .5s;
	padding: 10px 0;
}
.single-team:hover .team-info{
	display: block;
}
.team-info h3 {
	font-size: 21px;
	margin-bottom: 5px;
	color: #2552c9;
	font-weight: 700;
}
.team-info span {
	font-size: 14px;
	color: #2552c9;
	font-weight: 600;
}
.team-desc {
    position: absolute;
    bottom: -60px;
    background: #fff;
    z-index: 9;
    width: 435.5%;
    padding: 20px;
    transition: .5s;
    display:none;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    border-radius:5px;
}
.team-desc-big{padding: 20px;
    transition: .5s;
    display: none;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    border-radius: 5px;position:relative;margin-bottom:20px;}
.team-actions{
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
}
.single-team:hover .team-actions i.fas.fa-eye{
	display: block;
}
.team-actions i.fas.fa-eye{color:#fff;font-size:25px;display: none;}
.single-team i.fas.fa-caret-down {
    position: absolute;
    bottom: -30px;
    left: 45%;
    content: '\f0d7';
    font-family: "Font Awesome 5 Free";
    font-size: 50px;
    color: #020d26;
    z-index: 99;
    display:none;
}
.single-team:hover .team-actions{display:block}
/* Client Section */
.clients-area .clients-content {
    background: #333333;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 25%;
    padding: 40px 20px;
    z-index: 9;
}
.clients-area .clients-content h3 {font-size: 25px;}

/* whyus section */
.hoverbox {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}
.hoverbox-inner {
    width: 100%;
    display: inline-block;
    min-height: 250px;
}
.hoverbox-block-inner {
    color: #ffffff;
    flex-shrink: 0;
    padding: 20px;
    margin-bottom: 0;
    box-sizing: border-box;
}
.hoverbox-front {
    transform: rotateY(0);
    z-index: 1;
}
.core .row .col-xl-4.col-lg-4.col-md-4:first-child .hoverbox .hoverbox-block.hoverbox-front {
    background-image: url(../img/about_techtss_1.jpg)!important;
}
.core .row .col-xl-4.col-lg-4.col-md-4:nth-child(2) .hoverbox .hoverbox-block.hoverbox-front {
    background-image: url(../img/about_techtss_2.jpg)!important;
}
.core .row .col-xl-4.col-lg-4.col-md-4:nth-child(3) .hoverbox .hoverbox-block.hoverbox-front {
    background-image: url(../img/about_techtss_3.jpg)!important;
}
.core .row .col-xl-4.col-lg-4.col-md-4:nth-child(4) .hoverbox .hoverbox-block.hoverbox-front {
    background-image: url(../img/about_techtss_4.jpg)!important;
}
.core .row .col-xl-4.col-lg-4.col-md-4:nth-child(5) .hoverbox .hoverbox-block.hoverbox-front {
    background-image: url(../img/about_techtss_5.jpg)!important;
}
.core .row .col-xl-4.col-lg-4.col-md-4:last-child .hoverbox .hoverbox-block.hoverbox-front {
    background-image: url(../img/about_techtss_6.jpg)!important;
}
.hoverbox-block {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    transition: transform .5s ease-in-out;
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
   background-image:url('..img/about_techtss_1.jpg');
}
.hoverbox-block .hoverbox-block-inner h2{color:#fff;}
.hoverbox-block .hoverbox-block-inner p{color:#fff;}
.hoverbox-back {
    transform: rotateY(180deg);
}
.hoverbox:hover .hoverbox-back {
    transform: rotateY(0);
    z-index: 1;
}
.hoverbox:hover .hoverbox-front {
    transform: rotateY(-180deg);
    z-index: 0;
}

.why img {
    width: 100%;
    height: 600px;
}
.offer-details h3{font-size:22px;text-align:left;}
/*.divider-dotted {
    width: 100%;
    height: 1px;
    background: url(img/dot-pattern.jpg) left top repeat-x;
    position: relative;
    margin-bottom: 15px;
}*/


/* 11. Footer */
.footer-section {
	background: #151414;
	position: relative;
}

 
.footer-cta {
	border-bottom: 1px solid #373636;
}
.single-cta i {
	color: #2825c9;
	font-size: 30px;
	float: left;
	margin-top: 8px;
}
.cta-text {
	padding-left: 15px;
	display: inline-block;
}
.cta-text h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2px;
}
.cta-text span {
	color: #757575;
	font-size: 13px;
}
.footer-content {
	position: relative;
	z-index: 2;
}
.footer-pattern img {
	position: absolute;
	top: 0;
	left: 0;
	height: 330px;
	background-size: cover;
	background-position: 100% 100%;
}
.footer-logo {
	margin-bottom: 30px;
}
.footer-text p {
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 28px;
}
.footer-social-icon span {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
}
.footer-social-icon a {
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
}
.footer-social-icon i {
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
}
.facebook-bg{
	background: #3B5998;
}
.twitter-bg{
	background: #55ACEE;
}
.google-bg{
	background: #DD4B39;
}
.footer-widget-heading h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	position: relative;
}
.footer-widget-heading h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 2px;
	width: 50px;
	background: #2825c9;
}
.footer-widget ul li {
	display: inline-block;
	float: left;
	width: 50%;
	margin-bottom: 12px;
}
.footer-widget ul li a:hover{
	color: #2825c9;
}
.footer-widget ul li a {
	color: #878787;
	text-transform: capitalize;
}
.subscribe-form {
	position: relative;
	overflow: hidden;
}
.subscribe-form input {
	width: 100%;
	padding: 14px 28px;
	background: #2E2E2E;
	border: 1px solid #2E2E2E;
	color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #2825c9;
    padding: 13px 20px;
    border: 1px solid #2825c9;
    top: 0;
}
.subscribe-form button i {
	color: #fff;
	font-size: 22px;
	transform: rotate(-6deg);
}
.copyright-area{
	background: #202020;
	padding: 5px 0;
}
.copyright-text p {
	margin: 0;
	font-size: 12px;
	color: #878787;
}
.copyright-text p a{
	color: #2825c9;
}
.mb-40 p {
    margin-bottom: 40px;
    text-align: justify;
}
/*  12. Breadcrumb */
.breadcrumb-area {
	background-size: cover;
	background-position:center;
background-image: url(../img/bg/page-title.jpg)!important;
}
.breadcrumb-area1 {
	background-size: cover;
	background-position: center;
background-image: url(../img/bg/ThanksgivingTechTSS.jpg)!important;
}
.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: unset;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
        display:none;
}
.breadcrumb-title h2 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
        font-size:31px;
}
.breadcrumb-title p {
    font-size: 16px;
    color: #fff;
    text-align: left;
    font-family: Raleway,sans-serif;
    font-weight: 500;
    line-height: 25px;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li:last-child a:before{display:none}
.breadcrumb li a {
	color: #c5c5c5;
	padding: 0 7px;
	position: relative;
	display: inline-block;
}
.breadcrumb li a::before {
	position: absolute;
	right: -4px;
	top: 2px;
	content: "/";
	color: #c5c5c5;
}
/* 13. Contact */
.contact-person h4 {
	margin-bottom: 10px;
}
.contact-person p {
	margin-bottom: 0px;
}
.contact-person a {
	font-size: 14px;
	color: #2825c9;
}
.contact-person a i {
	padding-right: 5px;
}
.maps {
	height: 420px;
}
.contact-form-title h2 {
	font-weight: 700;
	margin-bottom: 10px;
}
.contact-form-title p {
	font-style: italic;
	width: 60%;
	margin: 0 auto 55px;
}
.contact-form input, .contact-form select {
	width: 100%;
	border: 2px solid #eee;
	box-shadow: none;
	padding: 7px 20px;
	color: #999999;
        background:#fff;
}
.contact-form textarea {
	width: 100%;
	border: 2px solid #eee;
	box-shadow: none;
	padding: 7px 20px;
	color: #999999;
	height: 150px;
}
.contact-form button {
	padding: 12px 34px;
}

/* 14. Blog */
.blog-wrapper {
	background: #fff;
	overflow: hidden;
	padding: 20px;
}
.home-blog-wrapper{
	transition: .3s;
}
.blog-wrapper.home-blog-wrapper:hover {
	box-shadow: 10px 20px 30px rgba(0,0,0,.12);
}
.blog-thumb {
	margin-bottom: 20px;
}
.blog-title {
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
	margin: 10px 0 15px;
	padding: 0;
	text-align: left;
}
.blog-content.home-blog h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
.blog-content.home-blog p {
	margin-bottom: 10px;
}
.link-box.home-blog-link a {
	font-size: 14px;
	color: #2825c9;
}
.blog-title a {
	color: #222;
}
.link-box a {
	color: #555;
}
.link-box a:hover {
	color: #2825c9;
}
.link-box {
    display: inline-block;
    position: relative;
    padding: 0 35px;
    font-size: 13px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #e6e6e6;
    color: #707070;
    background-color: transparent;
    -webkit-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    -moz-box-sizing: initial;
}
.blog-title a:hover {
	color: #2825c9;
}
.sidebar-rc-post .rc-post-thumb img {
    width: 90px;
    height: 70px;
}
.meta-info ul li {
	color: #9e9e9e;
	display: inline-block;
	font-size: 11px;
	padding: 0 12px;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
}
.embed-responsive {
	margin-bottom: 20px;
}
.meta-info ul li:first-child{padding-left:0}
.meta-info ul li a{color:#2825c9}
.meta-info ul li a:hover{color:#444}
.meta-info ul li::before {
  border: 1px solid #999;
  border-radius: 5px;
  content: "";
  height: 5px;
  left: -4px;
  position: absolute;
  top: 6px;
  width: 5px;
}
.meta-info ul li:first-child:before{display:none}
.basic-blog-area .blog-wrapper .blog-thumb img{height:380px;}
.blog-thumb img {
	width: 100%;
        
}
.home-blog-wrapper.blog-wrapper .blog-thumb img{height:190px!important;}
.link-box a {
	font-weight: 600;
}
/* sidebar */
.widget {
	background: #fff;
	overflow: hidden;
	padding: 25px;
}
.widget-title {
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0 0 10px;
  position: relative;
}
.widget-title::before {
  background: #e2e2e2 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 50px;
}
.sidebar-form{}
.sidebar-form form {
  position: relative;
}
.sidebar-form form input {
	background: #f8f9fa;
	border: 1px solid #f8f9fa;
	color: #ccc;
	padding: 10px 0;
	text-indent: 10px;
	transition: all 0.2s ease 0s;
	width: 100%;
}
.sidebar-form form input::-moz-placeholder {
  color: #999;
  font-size: 12px;
  opacity: .5;
}
.info-img img {
width: 75%;
}
.sidebar-form form button {
	background: #222 none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	font-size: 20px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 50px;
	line-height: 50px;
}
.sidebar-form form button:hover {
	background: #2825c9;
}
.sidebar-rc-post ul li {
	border-bottom: 1px solid #f8f9fa;
	color: #000;
	display: block;
	font-size: 13px;
	margin-bottom: 15px;
	overflow: hidden;
	padding-bottom: 15px;
}
.sidebar-rc-post ul li:last-child{border:0;margin:0;padding:0;;}
.sidebar-rc-post .rc-post-thumb {
  display: inline-block;
  float: left;
  height: 70px;
  overflow: hidden;
  position: relative;
  width: 90px;
}
.sidebar-rc-post .rc-post-content {
  margin-left: 105px;
}
.sidebar-rc-post .rc-post-content h4 {
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
	text-indent: 0;
	transition: all 0.2s ease 0s;
}
.sidebar-rc-post .rc-post-content h4 a:hover{color:#2825c9}
.widget-date {
	color: #777;
	display: inline-block;
	float: left;
	font-size: 12px;
	line-height: 1;
	margin: 7px 5px 0 0;
	padding: 0 4px 0 0;
	text-decoration: none;
	text-indent: 0;
	text-transform: uppercase;
	font-weight: 500;
}
.sidebar-blog .widget{margin-bottom:35px;}
.sidebar-blog .widget:last-child{margin-bottom:0;}
.widget-social{}
.widget-social a {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 19px;
  height: 45px;
  line-height: 45px;
  margin-right: 12px;
  text-align: center;
  width: 45px;
}
.widget-social a.facebook{background:#3b5998 }
.widget-social a.twitter{background:#1da1f2 }
.widget-social a.instagram{background:#dd4b39 }
.widget-social a.googleplus{background:#dd4b39 }
.widget-social a.linkedin{background:#0077b5 }
.widget-social a:hover{opacity: 0.8;}
.sidebar-link{}
.sidebar-link li {
	border-bottom: 1px solid #f8f9fa;
	color: #000;
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sidebar-link li:last-child{border:0;padding:0;margin:0;}
.sidebar-link li a {
  color: #000;
  font-weight: bold;
  padding-left: 5px;
}
.sidebar-link li a:hover{color:#2825c9}
.sidebar-link li span{float:right;}
.widget-banner img {
	width: 100%;
}
.widget.detail .widget-banner{position:relative;}
.widget.detail .widget-banner::before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:#333;opacity:0.8}
.widget.detail .widget-banner .widget-content{position:absolute;top:30%;padding:30px;}
.widget.detail .widget-banner .widget-content h4{color:#fff; font-size:27px;font-weight: 700;}
.widget.detail .widget-banner .widget-content a{background:#fff;color:#333; border-radius:20px; padding:10px 25px;font-size: 15px;font-weight: 700;margin-top: 10px;display: inline-block;}
.instagram-link{margin:0 -5px}
.instagram-link li {
  float: left;
  margin-bottom: 10px;
  padding: 0 5px;
  width: 33.33%;
}
.instagram-link li a{}
.sidebar-tad{}
.sidebar-tad li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}
.sidebar-tad li a {
	background: #f8f9fa;
	color: #222;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	padding: 10px 15px;
	text-transform: uppercase;
}
.sidebar-tad li a:hover{background:#2825c9;color:#fff}
/* blog column */
.blog-column{}
.blog-column .blog-title {
  font-size: 18px;
  line-height: 1.5;
}
.blog-2-column .blog-title {
  font-size: 22px;
  line-height: 1.5;
}
.pagination-col{}
.pagination-col .pagination{margin-top:0;}
/* blog details */
.blog-details .meta-info {
  margin-bottom: 20px;
}
.blog-details .widget-social {
  margin-bottom: 20px;
}
blockquote {
	margin: 0 0 1rem;
	border-left: 4px solid #FF5E14;
	padding-left: 12px;
	color: #666;
	font-weight: 700;
	font-style: italic;
}
/* blog details */
.blog-title.blog-title-sm {
	font-size: 20px;
}
.blog-content-img img {
	width: 100%;
}
.blog-post-tag > a {
  border: 1px solid #ededed;
  color: #444;
  display: inline-block;
  font-size: 12px;
  padding: 10px;
}
.blog-post-tag > a:hover {
	background: #FF5E14;
	border-color: #FF5E14;
	color: #fff;
}
.blog-share-icon > span {
  color: #595959;
  font-size: 15px;
}
.blog-share-icon> a {
  color: #595959;
  font-size: 15px;
  margin: 0 8px;
}
.blog-share-icon> a:hover{color: #FF5E14;}
.blog-share-icon {
  margin-top: 8px;
}
/* blog comments */

.comments-avatar {
  float: left;
  width: 103px;
}
.comments-text {
  overflow: hidden;
  padding-left: 30px;
}
.avatar-name > h5 {
    float: left;
    font-size: 14px;
    font-weight: 700;
}
.avatar-name > span {
    color: #646464;
    float: right;
    font-size: 12px;
}
.avatar-name {
    margin-bottom: 10px;
    overflow: hidden;
}
.comments-box {
  margin-bottom: 50px;
}
.comments-reply {
  padding-left: 130px;
}
.comments-text > p {
    color: #646464;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
}
.comments-text > a {
    border: 1px solid #ddd;
    color: #444;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 7px 20px;
    text-transform: uppercase;
}
.comments-text > a:hover{background: #FF5E14;border-color: #FF5E14;color: #fff;}

.post-comments-form {}
.post-comments-form input {
  border: 1px solid #e6e6e6;
  height: 45px;
  margin-bottom: 25px;
  padding: 0 15px;
  width: 100%;
}
.post-comments-form textarea {
  border: 1px solid #e6e6e6;
  height: 130px;
  margin-bottom: 25px;
  padding: 15px;
  width: 100%;
}
.post-comments-form  button{}

/* 15. Pagination */
.pagination {
    display: block;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    padding-bottom: 3px;
}
.pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pagination ul > li {
    display: inline-block;
    margin-right: 2px;
}
.pagination ul > li > a,
.pagination ul > li > span {
    float: none
}
.pagination ul > li > a {
	background: #FFF;
	font-size: 14px;
	color: #3b3b3b;
	font-weight: 700;
	display: inline-block;
	padding: 9px 18px;
	border: 1px solid #ddd;
}
.pagination ul > li:first-child > a,
.pagination ul > li:last-child > a {

}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
	color: #fff;
	background: #2825c9;
	border-color: #2825c9;
}
.maps-area {
	overflow: hidden;
}
.single-clients {
	text-align: center;
}
.owl-carousel .owl-item .single-clients  img {
	display: inline-block;
        width: inherit;
    max-width: 150px;
    height: 70px;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
}
#scrollUp {
	position: absolute;
	right: 50px;
	bottom: 50px;
	background: #000;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 20px;
}
#scrollUp:hover {
	background: #2825c9;
}
.about-history-img img{width:80%;}
.softwaredev_sec4-head h2{text-align:center;font-family:Raleway,sans-serif;font-size:25px;color:#262626;font-weight:700}.softwaredev_sec4-head p{font-family:open sans, sans-serif;font-size:14px;text-align:justify;color:#797979}.develop img{width:100%}.softwaredev_sec4-icon{padding:16px 10px 10px}.softwaredev_sec4-icon h3{font-size:24px;line-height:1.2em;font-weight:700;font-family:Raleway,sans-serif;color:#6c757d}.softwaredev_sec5 h2,.softwaredev_sec6-head h2{line-height:1.284em;font-weight:700;text-align:center}.softwaredev_sec4 .develop-text{position:absolute;top:35%;left:35%;background:#fff;padding:20px;box-shadow:5px 5px 3px 0 #2552c9;border-radius:5px}.softwaredev_sec4 .develop-text h2{font-weight:700}
.softwaredev_sec5 h2,.softwaredev_sec6-head h2{line-height:1.284em;font-weight:700;text-align:center}.softwaredev_sec4 .develop-text{position:absolute;top:35%;left:35%;background:#fff;padding:20px;box-shadow:5px 5px 3px 0 #2825c9;border-radius:5px}.softwaredev_sec4 .develop-text h2{font-weight:700}.softwaredev_sec5 h2{color:#202020;font-size:25px;font-family:Raleway,sans-serif}.softwaredev_sec5 .soft h4{font-size:12px;color:#797979}.softwaredev_sec5 .soft img{height:auto;max-width:100%;vertical-align:top}.softwaredev_sec6{background-image:url(../img/team-tss.jpg);width:100%;height:580px;position:relative}.softwaredev_sec6-head h2{font-family:Raleway,sans-serif;font-size:25px;color:#2552c9}.softwaredev_sec6 .exp p,.softwaredev_sec6-head p{line-height:1.508em;font-weight:500;color:#2552c9;font-family:Raleway,sans-serif}.softwaredev_sec6-head{padding-top:20px}.softwaredev_sec6 .all-1,.softwaredev_sec6 .all-2,.softwaredev_sec6 .all-3{height:250px;padding-top:16px;padding-left:25px}.softwaredev_sec6-head p{font-size:20px;padding-bottom:15px;text-align:center}.softwaredev_sec6 .exp .fa, .softwaredev_sec6 .exp .fas, .softwaredev_sec6 .exp .fab{color:#2825c9;font-size:3em;margin-bottom:20px}.softwaredev_sec6 .exp p{font-size:18px}.softwaredev_sec6 .all-1 p,.softwaredev_sec6 .all-2 p,.softwaredev_sec6 .all-3 p{font-size:15px;color:#fff;line-height:23px;font-weight:500}.softwaredev_sec6 .all-1{background-color:#2825c9}.softwaredev_sec6 .all-2{background-color:#797979}.softwaredev_sec6 .all-3{background-color:#202020}.softwaredev_sec6::before{display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:#6c757d;opacity:.5;content:''}
.softwaredev_sec4-icon h3 .fa, .softwaredev_sec4-icon h3 .fas {
    color: #2825c9;
}
.features-icon img {
    max-width: 200px;
    margin-bottom: 50px;
}
.img-boxes .features-icon img{width:100%;max-width:100%;height:250px;margin-bottom:0}

.features-wrap:hover{background: #6c757d;}


/* Testimonials */

 .testimonial{
            border-right: 4px solid #2825c9;
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
            padding: 30px 30px 30px 130px;
            margin: 0 15px 30px 15px;
            overflow: hidden;
            position: relative;
            border-left: 4px solid #2825c9;
        }
       /* .testimonial:before{
            content: "";
            position: absolute;
            bottom: -4px;
            left: -17px;
            border-top: 25px solid #2825c9;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            transform: rotate(45deg);
        }
        .testimonial:after{
            content: "";
            position: absolute;
            top: -4px;
            left: -17px;
            border-top: 25px solid #2825c9;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            transform: rotate(135deg);
        }*/
        .testimonial .pic{
            display: inline-block;
            width: 130px;
            height: 130px;
            border-radius: 50%;
            overflow: hidden;
            position: absolute;
            top: inherit;
            left: 20px;
        }
        .testimonial .pic img{
            width: 100%;
            height: auto;
        }
        .testimonial .description{
            font-size: 15px;
            letter-spacing: 1px;
            color: #6f6f6f;
            line-height: 25px;
            margin-bottom: 15px;
                padding-left: 22px;
                text-align:justify;
        }
        .testimonial .title{
            /*display: inline-block;*/
            font-size: 20px;
            font-weight: 700;
            text-transform: capitalize;
            letter-spacing: 1px;
            color: #2825c9;
            margin: 0;
            float:right;
        }
        .testimonial .post{
            /*display: inline-block;*/
            font-size: 17px;
            color: #2825c9;
            font-style:italic;
            float:right;
        }
.panel-default .panel-heading {
border: 1px solid #ccc;
}
.panel-default .panel-heading:hover {
color:#ccc;
}
.panel-title {
    padding: 5px;
    font-size: 15px;
    font-weight: 800;
    font-family: Raleway,sans-serif;
    margin-top: 10px;
}

.panel-heading {
    margin-bottom: 20px;
    margin-top: 20px;
}
h4.panel-title a:focus, a:hover{
    color: #333;
}
.panel-group .pagination>li>a { border-radius: 50% !important;margin: 0 5px;}
.terms-of-service h2 {
    font-size: 22px;
    font-weight: 600;
    font-family: railway sans sarif;
    color: #333;
}
.terms-of-service h4 {
font-size: 18px;
    font-weight: 600;
}
.offer-details p {
    text-align: justify;
}
.privacy-policy h2 {
    font-size: 24px;
    font-weight: 500;
}

.privacy-policy h4 {
    font-size: 18px;
    font-weight: 500;
}

.legal-disclaimer h2 {
    font-size: 29px;
}
/* CAREER */
.career_body .job-board {
    background: #fff;
    border: 1px solid #e1e1e1;
    margin: 15px 0;
    padding: 20px 20px 10px;
    width: 100%;
}
.career_body .job-board .job-info {
    margin: 0 0 10px;
}
.career_body .job-board .job-info h4 {
    color: #3b3a3c;
    font-size: 16px;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}
.career_body .job-board .job-type {
    color: #2552c9;
    font-size: 14px;
    margin-bottom: 10px;
    word-wrap: break-word;
}
.career_body .job-board .job-type i {
    color: #3b3a3c;
    margin-right: 5px;
}
.career_body .job-board .job-location {
    color: #2552c9;
    font-size: 14px;
    margin-bottom: 10px;
    word-wrap: break-word;
}
.career_body .job-board .job-description {
    float: left;
    width: 100%;
}
.career_body .job-board .job-description p {
    color: #666;
    font-size: 16px;
    margin: 0 0 10px;
    word-wrap: break-word;
}
.career_body .job-board .job-description .btn-primary{
    color: #fff;
    background-color: #2552c9;
    border-color: #2552c9;
    padding: 10px 20px;
}
.career_body .job-board .job-features, .career_body .job-board .jobpost-form {
    display: none;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
       cursor: pointer;
   
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
   
}
.career_body .job-board .jobpost-form label {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #666;
}
.career_body .job-board .job-features h3{
    color: #2552c9;
    font-size: 16px;
    margin: 17px 0;
}
.career_body .job-board .job-features table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.career_body .job-board .job-features table tr {
    border: 1px solid #e6e6e6;
}
.career_body .job-board .job-features table tr td:first-child {
    border-right: 1px solid #e1e1e1;
    padding-left: 0;
    width: 30%;
}
.career_body .job-board .job-features table tr:first-child td {
    border-top: 0;
}
.career_body .job-board .job-features table tr td {
    padding: 10px 15px;
    line-height: 1.42857143;
    vertical-align: top;
    text-align: center;
}
.career_body .job-board .job-location i {
    margin-right: 5px;
}
.career_body .job-board .job-location i {
    color: #3b3a3c;
    margin-right: 5px;
}
.career_body .job-board .jobpost-form h3 {
    color: #2552c9;
    font-size: 16px;
    margin: 17px 0;
}
.form-group {
    margin-bottom: 15px;
}
.career_body .job-board .jobpost-form label {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #666;
}
.career_body .job-board .jobpost-form .file {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    font-size: 16px;
    height: 46px;
    line-height: 1.42857;
    padding: 10px 12px;
    position: relative;
    text-align: left;
    transition: all .2s ease-in-out;
    width: 100%;
}
.career_body .job-board .jobpost-form .file div {
    background-color: #2552c9;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    height: 32px;
    padding: 6px 12px;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 6px;
    transition: all .2s ease-in-out;
}
.career_body .job-board .jobpost-form .btn.btn-primary {
    background-color: #2552c9;
    color: #fff;
    margin: 15px 0;
}
.career_body .job-board .jobpost-form .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    user-select: none;
}
.job-form h2{font-size:30px;}

/* PRICING */
.img-padd.web.pb-30 p {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}
.img-padd web pb-30 .price-button{background-color:#fff;}
.img-padd web pb-30 .price-button input[type=submit] {
    padding:0.8em 0;
    width: 60%; 
}
.img-padd.web .plan1 {
    display: inline-block; 
    font-family: Lato,Arial,sans-serif;
}
.img-padd.web {
  background-color:#2825c9;
}
 .plan1 .plan-inner{top:0px;}
 .plan1 .plan-inner.pics {
    background: #fff;
    margin: 0 auto;
    min-width: 450px;
    max-width: 100%;
    position: relative;
    padding:50px 0 80px;
    border-radius:10px;
}
.web #price .price-button{background-color: #fff; border:1px solid #fff;}
.web #price .price-button input[type=submit]{width:auto; padding:10px 15px;margin-top:20px;}
.web #price .entry-title .price{position: initial;bottom: 0;color: #2825c9;height: auto;width: auto;background:#fff;line-height:18px;text-indent:27%;font-size:18px;border:0;}
.web #price .entry-title{margin-bottom:0px;height:60px;}
.web #price .entry-title .price span{position:initial;font-weight: 700;}
.plan-inner.pics .entry-title {
    background: #fff;
}
.plan-inner.pics {
    border: none;
}
.plan-inner.pics .entry-title h3 {
    background: #fff;
    color: #333;line-height:20px;padding-bottom:0
}
#price{text-align:center;}
.plan2  {
    display: inline-block;
   
    font-family: Lato,Arial,sans-serif;
}
.plan-inner2 {
    background: #fff;
    margin: 0 auto;
    min-width: 350px;
    max-width: 100%;
    position: relative;
    padding:50px 0 30px;
    border-radius:10px;
}
.plan3 {
    display: inline-block;
   
    font-family: Lato,Arial,sans-serif;
}
.plan-inner3 {
    background: #fff;
    margin: 0 auto;
    min-width: 350px;
    max-width: 100%;
    position: relative;
    padding:50px 0 30px;
    border-radius:10px;
}
.plan2 .plan-inner2 .entry-title, .plan3 .plan-inner3 .entry-title {background-color: #fff;}
.plan2 .plan-inner2 .entry-title h3, .plan3 .plan-inner3 .entry-title h3{background-color:#fff;color:#333;line-height:20px;padding-bottom:0}
.plan {
    display: inline-block;
    margin: 14px;
    font-family: Lato,Arial,sans-serif;
}
.plan-inner {
    background: #fff;
    margin: 0 auto;
    min-width: 327px;
    max-width: 100%;
    position: relative;
    border: 1px solid #e5e5e5;
}
.entry-title {
    background: #2825c9;
    height: 140px;
    position: relative;
    color: #fff;
    margin-bottom: 30px;
}
.entry-title>h3 {
    background: #333;
    color:#fff;
    font-size: 20px;
    padding: 5px 0;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0;
    line-height: 2.1;
}
.entry-title .price {
    position: absolute;
    bottom: -25px;
    background: #2825c9;
    height: 95px;
    width: 95px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 50px;
    border: 5px solid #fff;
    line-height: 80px;
    font-size: 24px;
    font-weight: 700;
}
.price span {
    bottom: -15px;
    left: 20px;
    font-weight: 400;
    font-size: 14px;
}

.entry-title .discount-price {
    position: absolute;
    bottom: -25px;
    background: #2825c9;
    height: 105px;
    width: 105px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #fff;
    line-height: 80px;
    font-size: 24px;
    font-weight: 700;
}
.discount-price span {
    bottom: -6px;
    left: 24px;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
}
.discount-price strike{
    font-size: 16px;
    color: red;
}
.section {
    position: relative;
}
.price span {
    position: absolute;
}
.entry-content {
    color: #323232;
}
.entry-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.entry-content ul{text-align:center;}
.entry-content li {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0;
}
a {
    color: #2552c9;
    text-decoration: none!important;
}
.price-button {
    text-align: center;
    font-size: 25px;
    background-color: #2552c9;
    color: #fff;
    border: 1px solid #363636;
    line-height: 1px;
   
}
.plan .btn-link:hover {
    color: #fff;
    text-decoration: none;
}
.price-button input[type=submit] {
    padding: 0.8em 0;
    width: 100%;
}
.hot {
    top: -7px;
    background: #F80;
    color: #fff;
    z-index: 2;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 2px;
    right: 10px;
    position:absolute;
    text-transform: uppercase;
    font-weight: 700;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.plan-center {
    text-align: center!important;
    border-radius: 5px;
    width: 60%;
    margin: 0 auto;
    float: none;
}
.price-button input[type=submit]{text-decoration:none;}
 .plan{position:relative;}
.plan .discount {
    position: absolute;
    top: 14px;
    right: -30px;
    background: #fff;
    content: '';
    z-index: 9;
    padding: 5px 25px;
    transform: rotate(400deg);
    font-size: 18px;
    color: #2552c9;
    font-weight: 700;
    text-align: center;
}
.digitalpack-heading h4{text-align:center;
     font-weight:700;
     line-height:25px;
}
/*Checkout */
.shopping-cart{
	padding-bottom: 50px;
	font-family: 'Montserrat', sans-serif;
}

.shopping-cart.dark{
	background-color: #f6f6f6;
}

.shopping-cart .content{
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
	background-color: white;
}

.shopping-cart .block-heading{
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.shopping-cart .block-heading p{
	text-align: center;
	max-width: 420px;
	margin: auto;
	opacity:0.7;
}

.shopping-cart .dark .block-heading p{
	opacity:0.8;
}

.shopping-cart .block-heading h1,
.shopping-cart .block-heading h2,
.shopping-cart .block-heading h3 {
	margin-bottom:1.2rem;
	color: #3b99e0;
}

.shopping-cart .items{
	margin: auto;
}

.shopping-cart .items .product{
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.shopping-cart .items .product .info{
	padding-top: 0px;
	text-align: center;
}

.shopping-cart .items .product .info .product-name{
	font-weight: 600;
}

.shopping-cart .items .product .info .product-name .product-info{
	font-size: 14px;
	margin-top: 15px;
}

.shopping-cart .items .product .info .product-name .product-info .value{
	font-weight: 400;
}

.shopping-cart .items .product .info .quantity .quantity-input{
    margin: auto;
    width: 80px;
}

.shopping-cart .items .product .info .price{
	margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
 }

.shopping-cart .summary{
	border-top: 2px solid #5ea4f3;
    background-color: #f7fbff;
    height: 100%;
    padding: 30px;
}

.shopping-cart .summary h3{
	text-align: center;
	font-size: 1.3em;
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 20px;
}

.shopping-cart .summary .summary-item:not(:last-of-type){
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shopping-cart .summary .text{
	font-size: 1em;
	font-weight: 600;
}

.shopping-cart .summary .price{
	font-size: 1em;
	float: right;
}

.shopping-cart .summary button{
	margin-top: 20px;
}

@media (min-width: 768px) {
	.shopping-cart .items .product .info {
		padding-top: 25px;
		text-align: left; 
	}

	.shopping-cart .items .product .info .price {
		font-weight: bold;
		font-size: 22px;
		top: 17px; 
	}

	.shopping-cart .items .product .info .quantity {
		text-align: center; 
	}
	.shopping-cart .items .product .info .quantity .quantity-input {
		padding: 4px 10px;
		text-align: center; 
	}
}

/* PROCESS */
.section-icon {
    font-size: 70px;
    width: 120px;
    height: 100px;
    color: #2825c9;
    display: inline-block;
}
.about-content.abt {
    display: inline-block;
    width: calc(100% - 130px);
    text-align: justify;
    padding-left: 20px;
}
.head h2 {
    font-size: 28px;
    font-weight: 600;
}
.processing-steps{display: block;padding: 70px 0px 00px;width: 100%;background: url(../img/ausproces-banner_techtss.jpg);background-size: cover;}.container{margin-right: auto;margin-left: auto;padding-left: 15px;padding-right: 15px;}.processing-steps p {text-align: center;color: #FFFFFF;font-size: 16px;margin-bottom: 80px;}.processing-steps h3 {font-size: 32px;font-weight: 700;color: #FFFFFF;line-height: 1;margin-bottom: 20px;}.services_list3 {position: relative;margin-bottom:80px}.circular_icon {position: relative;color: #2552c9;height: 120px;width: 104px; margin: 0 auto;display: block;text-align: center;}.circular_icon:before{position: absolute;width: 104px;height: 104px;background: #FFFFFF;content: "";z-index: 9;left: 0;top: 0;-webkit-transition: all .25s ease-in-out-moz-transition: all .25s ease-in-out;-o-transition: all .25s ease-in-out;-ms-transition: all .25s ease-in-out;transition: all .25s ease-in-out;-moz-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-ms-transform: rotate(45deg);box-shadow: 0 0 5px #000000;-webkit-box-shadow: 0 0 5px #000000;-moz-box-shadow: 0 0 5px #000000;}.circular_icon:after{position: absolute; width: 104px; height: 104px;background: #FFFFFF;content: "";z-index: 9;left: 0;top: 0; -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out;-o-transition: all .25s ease-in-out; -ms-transition: all .25s ease-in-out;transition: all .25s ease-in-out; -moz-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg); -ms-transform: rotate(45deg);box-shadow: 0 0 5px #000000;-webkit-box-shadow: 0 0 5px #000000;-moz-box-shadow: 0 0 5px #000000;}.services_list3:after {position: absolute;top: 52px; width: 100px;content: "";border-bottom: 1px dashed #FFFFFF;right: -30px;} .circular_icon i.fa {font-size: 39px;}.circular_icon i.fa:hover {color: #2552c9;transition: 0.9s;transform: rotateY(180deg);}.circular_icon i {z-index: 99;display: block;position: relative;line-height: 104px;}.fa-3x {font-size: 3em;}.services_list3 h5 {color: #FFFFFF;font-weight: 500;font-size: 16px;margin-top: 20px;}.text-center{text-align:center}.processing-steps:hover .circular_icon1 i { -webkit-animation: rotation 2s infinite linear;animation: rotation 2s infinite linear;}.services_list3:nth-child(3) .circular_icon:after {-moz-transform: rotate(110deg);-webkit-transform: rotate(110deg); -o-transform: rotate(110deg); -ms-transform: rotate(110deg);}.services_list3 .circular_icon:after {-moz-transform: rotate(30deg);/* -webkit-transform: rotate(30deg); */-o-transform: rotate(30deg);-ms-transform: rotate(30deg);}.services_list3:nth-child(4) .circular_icon:after {-moz-transform: rotate(145deg);-webkit-transform: rotate(145deg);-o-transform: rotate(145deg);-ms-transform: rotate(145deg);}.services_list3 .circular_icon:after {-moz-transform: rotate(30deg);-webkit-transform: rotate(30deg);-o-transform: rotate(30deg); -ms-transform: rotate(30deg);}/*africa result driven*/.africaresult h2 {font-size: 24px;text-align: center;font-weight: 700;}.africaresult h4 {font-size: 18px;text-align: center;font-weight: 600;}.africaresult p {font-size: 15px;text-align: justify;font-weight: 500;}.africafirst {border: 2px solid #2552c9;padding: 10px;}.africatwo {border: 2px solid #333;padding: 10px; height: 136px;} .africathree {border: 2px solid #333;padding: 10px;}.africafour {border: 2px solid #2552c9;padding: 10px;}

.dsignadons-content h4 {
    font-size: 18px;
    font-weight: 600;
}
.about-info.did-know h2 {
    padding: 0 0 0 14px;font-weight:700;color: #2825c9;
}
.about-info.did-know h5 i.fas{color: #2825c9;}
.about-info.did-know h5{font-size: 20px;
    margin-bottom: 5px;
    font-weight: 400;}
/* AFRICA */

.africa_heading h2 {
    font-size: 23px;
    font-weight: 600;
}
.africa_img img {
    width: 100%;
    padding-left: 40px;
}
.africa_img1 img {
    width: 100%;
    padding-right: 50px;
}
.africafirst {
    border: 2px solid #2552c9;
    padding: 10px;
}
.africatwo {
    border: 2px solid #333;
    padding: 10px;
}
.africa_img2 img {
    width: 90%;
    padding-left: 40px;
}
.webapp-heading h2 {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
}
.hokuappbuildplatformapp .relativefaster .faster {
    font-family: 'Verdana'!important;
    font-weight: 400;
    font-size: 72px;
    line-height: 45px;
    color: #2552c9;
    padding-bottom: 5px;
}
.hokuappbuildplatformapp .relativefaster {
    width: 140px;
    margin-top: 111px;
    left: 6%;
}
.hokuappbuildplatformapp .relativefaster .subtext {
    font-family: 'Verdana'!important;
    font-weight: 400;
    font-size: 32px;
    color: #2552c9;
    margin-left: 8px;
}
.hokuappbuildplatformapp .relativefaster .author {
    font-family: 'open sans'!important;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    color: #2552c9;
    padding-top: 5px;
    border-top: 1px solid #000;
}
.webdev_section1_content h3 {
    font-size: 20px;
    font-weight: 600;
    font-style: oblique;
    color: #2552c9;
    margin-bottom: 10px;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
section.service-area.thailand  h2 {
    font-size: 20px;
    line-height: 30px;
}
 .heading h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
}


.card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.nav-tabs {
    border-bottom: 2px solid #DDD;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs > li {
    width: 20%;
    text-align: center;
    float: left;
    margin-bottom: -1px;
}
.nav>li {
    position: relative;
    display: block;
}
.nav-tabs > li > a {
    border: none;
    color: #ffffff;
    background: #2552c9;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
   
    border-radius: 4px 4px 0 0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav>li{
     position:relative;
     display:block;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li.active > a{
    border: none;
    color: #2552c9 !important;
    background: #fff;
}
a {
    
    text-decoration: none!important;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.tab-content {
    margin-top: 20px;
}
/*.tab-content>.tab-pane {
    display: none;
}*/
.tab-pane {
    padding: 0px 0;
}
.nav-tabs > li > a:hover {
    border: none;
    color: #2552c9 !important;
    background: #fff;
}
/*design packages*/
.designpackages input {
    margin: 12px 6px;
    border: 1px solid #aaa;
    border-radius: 4px;
    width: 220px;
    padding: 7px;
}
.designpackages button {
    border: 1px solid #aaa;
    padding: 7px;
    border-radius: 5px;
    cursor: pointer;
    margin: 12px 6px;
    width: 220px;
    color: #fff;
    font-weight: 600;
    background-color: #333;
}
form.designpackages {
    border: 1px solid #ccc;
    padding: 10px;
background-color: #ccc;
}
.desinform h4 {
    text-align: center;
    font-weight: 600;
}
/*design packages*/

/* PARTNERS */
.africafirst1 {
    /*border: 1px solid grey;*/
    padding: 18px;
    height:200px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    border-radius:5px;
}
.africafirst11 {
padding: 18px;
    height:156px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    border-radius:5px;
}
.bg-info {
    background-color: #2825c9!important;
}
.bg-info h3{color:#fff;font-size:26px;} 
.btn:hover {
    color: #fff;
}
.border-primary {
    border-color: #2825c9!important;
}
.text-info {
    color:  #2825c9!important;
}
.btn-info:hover {
    background-color: #2825c9;
    border-color: #2825c9;
}
#price,.entry-content ul,.entry-title,.plan-heading{text-align:center}.plan-heading{width:100%;font-size:30px}
/* CASE STUDY */
.case-study-inner img {
    width: 100%;
    height:441px;
}
.case-study-detl img {
    width: 100%;
    /* margin: 10px; */
    margin-bottom: 20px;
}
.clock-box{margin-bottom:50px;}
.counter-box .col-md-6 .content {
    padding: 38px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 5px;
}
.counter-box .content .fas {
    color: #2825c9;
    font-size: 40px;
    margin-bottom: 20px;
}
.content.text-center p {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
/*SEO COMPANY BBSR */
section.seo-company {
    background-color: #2825c9;
    padding: 24px 0;
}
.seo-company-title h3 {
    font-size: 28px;
    color: #fff;
}
.seo-theme .short-banner a {
    width: 170px;
    line-height: 46px;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.seo-company-title1 a.btn {
    border: 1px solid #fff;
    font-weight: 600;
}
 .welcome-seo  ul li {
    float: left;
    width: 50%;
    padding-left: 58px;
    position: relative;
    margin-top: 45px;
}
.welcome-seo ul li i {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 45px;
    color: #a9a9a9;
}
.welcome-seo  ul li h6{
    color: #393939;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 20px;
}
.welcome-seo  ul li p{
   font-size:14px;
}
.welcome-seo h2 {
    font-weight: 700;
    line-height: 50px;
    font-size: 32px;
    color: #323232;
}
.web-design-parallax{
   background-image: url(../img/bg/web-design-banner.jpg);
   background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
    background-position: 50% 86px;
}
.web-design-parallax{
    position:relative;
    width: 100%;
    padding: 100px 0px;
}
.web-design-parallax ul{
   float: right;
    width: 100%;
    margin-top: 4px;
    line-height: 70px;
    margin-bottom: 0;
    z-index: 3;
}
.web-design-parallax ul li {
    padding-right: 8px;
    color: #fff;
    margin-top: 20px;
}
.web-design-parallax ul li i.fas {
    display: inline-block;
    border:1px solid #fff;
    padding: 30px;
    font-size: 20px;
}
.web-design-parallax ul li:hover i.fas {
      color:#fff;
      background-color:#2825c9;
      border-color:#2825c9;
}
.web-design-parallax ul li p {
    display: inline-block;
    color:#fff;
   font-size:15px;
}
.web-design-parallax ul li:hover p{
      color:#2825c9;
}
.web-design-parallax_img img{width:100%;height:760px;}
.web-design-parallax:after {
    position: absolute;
    background: url(../img/bg/web-design-parallax1.png) no-repeat;
    content: "";
    bottom: 0px;
    width: 100%;
    height: 100px;
    z-index: 9;
    left: 0;
    background-position: center;
    background-size:cover;
}
.testimonial-area{position:relative;}
.testimonial-area.design:after {
    position: absolute;
    background: url(../img/bg/parallax-bottom-uneven-right.png) no-repeat;
    content: "";
    bottom: 0px;
    width: 100%;
    height: 100px;
    z-index: 9;
    left: 0;
    background-position: center;
    background-size:cover;
}
.web-design-about-us{background:#f4f4f4;width:100%;overflow:hidden;}
.web-design-about-us_img img{width:100%;height:auto;}
.web-design-about-us-title{padding: 20px 0px 0px 10%;}
.web-design-about-us-title h2{
    font-size:32px;
    color: #323232;
    font-weight: 800;
    margin-bottom: 20px;
}
.web-design-about-us-title p {
    font-size: 16px;
}
.web-design-about-us ul{
    margin-top: 20px;
    float: left;
    margin-left:76px;
}
.web-design-about-us ul li{display:inline-block;position:relative;padding-right: 50px;}

.web-design-about-us ul li p{
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    color: #dddddd;
    text-align: left;
    line-height: 50px;
}
.web-design-about-us ul li p i {
    font-size: 50px;
    vertical-align: top;
    margin-top: 12%;
}
.web-design-about-us ul li p span {
    font-size: 60px;
    position: relative;
    padding-right: 30px;
    font-weight:400;
}
.web-design-about-us ul li p span:after{
    position: absolute;
    content: "";
    top: 18%;
    bottom: 0;
    right: -65%;
    left: 0;
    display: block;
    height: 70px;
    width: 2px;
    background: #dddddd;
    margin: 0px auto;
    -webkit-transform: skew(-10deg);
}
.web-design-about-us .web-design-about-us-title:after{
    display: block;
    content: "";
    height: 0;
    width: 0;
    border-image: none;
    position: absolute;
    left: -200px;
    top: 0;
    border-top: 1042px solid transparent;
    border-right: 185px solid #f4f4f4;
}
.web-design-about-us a{margin-left:75px;}

.web-design-about-us a {
    position: relative;
    float: left;
    margin-top: 20px;
    text-transform: capitalize;
    line-height: 45px;
    padding: 0px 0 0 30px;
    border-radius: 0px;
    overflow: hidden;
    border:1px solid #2825c9;
}
.web-design-about-us a:hover {color:#fff;background-color:#2825c9;}
.web-design-about-us a i {
    padding: 16px 20px 16px 40px;
    float: right;
    margin-left: 20px;
    color: #fff;
    background: #2825c9;
}
.fa-envelope:before {
    content: "\f0e0";
}
.web-design-about-us a:after{
    content: "";
    display: block;
    position: absolute;
    background: #f4f4f4;
    right: 60px;
    top: 0;
    width: 30px;
    height: 60px;
    -webkit-transform: skew(-25deg);
}
.web-design-about-us a:hover i{background:#fff;color:#2825c9;border-right:1px solid #2825c9;}
.web-design-about-us a:hover:after{background:#2825c9}
.img-padd1.web{
   background-image: url(../img/bg/design-banner-parallax-3.jpg);
   background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
    background-position: 50% 86px;
    padding:100px 0;
     position:relative;
}
.img-padd1.web.pb-30 p {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}
.img-padd1 web pb-30 .price-button{background-color:#fff;}
.img-padd1 web pb-30 .price-button input[type=submit] {
    padding:0.8em 0;
    width: 60%; 
}
.img-padd1.web .plan1 {
    display: inline-block; 
    font-family: Lato,Arial,sans-serif;
}
.img-padd1.web {
  background-color:#2825c9;
}
/*payment.php*/
.sectiontab {
    top: 0;
    background: #ccc;
    float: left;
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid #e6e6e6;
}
.wrap-new {
    width: 1170px;
    margin: 0 auto;
}
.sectiontab .left {
    float: left;
    padding: 9px 0;
}
.sectiontab .left h2 {
    font-size: 18px;
        padding: 0 60px;
}
.sectiontab ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    width: 50%;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
}
.sectiontab ul li {
    display: inline-block;
    color: grey;
    border-right: 1px solid #333;
    transform: skew(-8deg);
    line-height: 45px;
}
.sectiontab ul li a {
    color: #000;
    padding: 0 14px 0 9px;
    line-height: 45px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-decoration: none;
}
.sectiontab ul li:last-child {
    border-right: 0;
}
.masthead1 {
    float: left;
    width: 100%;
    color: #fff;
    padding: 0px 0px;
}
.wrap-new {
    width: 1170px;
    margin: 0 auto;
}
.masthead1_top {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.masthead1_top h2 {
    font-size: 38px;
    margin-top: 10px;
    text-align: center;
    font-weight: 400;
    font-family: "Open Sans",sans-serif,Arial,Helvetica;
    color: #0c5081;
}
.masthead1 a {
    width: 100%;
    float: left;
    background: #2552c9;
    text-align: center;
}
.masthead1 a img {
    width: 300px;
}
.online-pay {
    width: 100%;
    float: left;
    padding-bottom: 39px;
}
.online-pay-t {
    width: 100%;
    float: left;
}
.online-pay-t h2 {
    font-family: "Open Sans",sans-serif,Arial,Helvetica;
    font-size: 28px;
    color: #2552c9;
    font-weight: 700;
    text-align: left;
    padding: 8px 0 10px 0;
    margin: 30px 0 30px 0;
    text-transform: uppercase;
}
.online-pay-b {
    width: 100%;
    float: left;
}
.online-pay-b-l {
    width: 48%;
    float: left;
    border: solid 1px #cdcdcd;
    height:560px;
}
.online-pay-b-l-left {
    float: left;
    text-align: center;
}
.online-pay-b-l-left img {
    width: 70%;
    padding: 40px 40px 0px 10px;
}
.online-pay-b-l-right {
    width: 100%;
    float: left;
    text-align: center;
    font-family: "Open Sans",sans-serif,Arial,Helvetica;
    font-size: 15px;
    color: #F00;
    font-weight: 700;
    padding: 20px 0;
}
.online-pay-b-r {
    width: 48%;
    float: left;
}
.pay-paypal {
    width: 96%;
    height: auto;
    float: left;
    padding: 40px 2% 15px 2%;
}
.pay-paypal-tp {
    width: 98.5%;
    min-height: 240px;
    float: left;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 5px #b7b7b7;
}
.pay-paypal-top {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: -28px;
    text-align: center;
}
.pay-paypal-bottom {
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    left: 0;
    top: 130PX;
    padding: 0px 10%;
}
.pay-paypal-bottom-t {
    width: 48%;
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #b7b0b0;
    background-color: #fbf9f9;
}
.pay-paypal-bottom-t-tp {
    width: 100%;
    float: left;
    padding: 10px 0 10px 0;
}
.pay-paypal-bottom-t-tp-l {
    width: 19%;
    float: left;
    text-align: right;
}
.pay-paypal-bottom-t-tp-r {
    font-weight: bold;
    padding: 0 0 0 2%;
    text-align: center;
}
.pay-paypal-bottom-t-btm {
    width: 100%;
    float: left;
    padding: 5px 0 0 0;
    text-align: center;
}
.pay-paypal-bottom-tt {
    width: 48%;
    float: right;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #b7b0b0;
    background-color: #fbf9f9;
}
.pay-paypal-bottom-t-tp {
    width: 100%;
    float: left;
    padding: 10px 0 10px 0;
}
.online-pay-b-r-btm-m {
    width: 50%;
    float: left;
    background-color: #f4fafa;
    color: #FFF;
    padding: 11px 2%;
}
section.online-pay.mix {
    /*padding-top: 30px;*/
    padding-top: 10px;
}
.online-pay-b-r-btm-m-t {
    float: left;
    border-bottom: solid 2px #b02a30;
    padding-bottom: 10px;
}
.online-pay-b-r-btm-m-t-l {
    width: 50%;
    float: left;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
.online-pay-b-r-btm-m-t-r {
    width: 50%;
    float: right;
    text-align: right;
}
.online-pay-b-r-btm-t {
    width: 100%;
    float: left;
    padding: 5px 0;
}
.online-pay-b-r-btm-t ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.online-pay-b-r-btm-t ul li {
    font-size: 17px;
    font-weight: normal;
    color: #000;
    line-height: 24px;
}
.pay-btnn {
    text-align: center;
}
.xyz {
    display: inline-block;
    text-align: -webkit-center;
    position: relative;
}
.abc {
    position: relative;
    display: inline-block;
    text-align: -webkit-center;
}
/*payment.php*/
.img-padd1.web:after{
    position: absolute;
    background: url(../img/bg/parallax-bottom-uneven-right.png) no-repeat;
    content: "";
    bottom: 0px;
    width: 100%;
    height: 100px;
    z-index: 9;
    left: 0;
    background-position: center;
    background-size:cover;
}
ul.content-blog li {
    list-style-type: disc;
}
.f26 {
    font-size: 26px!important;
    padding: 10px 0;
    color:black;
}
i.fas.fa-long-arrow-alt-right.fa-4x {
    padding-bottom: 20px;
}
.service-center .service-content h4 {
    margin-bottom: 6px;
    font-weight: 500;
        font-size: 16px;
    line-height: 22px;
}
.service-center .service-icon {
    margin-bottom: 14px;
}
.service-center {
    text-align: center;
}
.new-payment {
    background-color: #ccc;
    width: 100%;
    height: auto;
    z-index: 10;
}
.page-section {
    padding: 75px 0;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.image-bg.content-in {
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 0;
    min-height: unset;
}
.image-bg {
    width: 100%;
    display: block;}
    
.float-wp{
    position:fixed;
	width:45px;
	height:45px;
	bottom:18px;
	left:15px;
	background-color:#21d62c;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
    z-index:100;
}

.float-wp a{
    color: #fff;
}
.float-wp a:hover{
    color: #fff;
}
.float-wp a:focus{
    color: #fff;
}
.float-wp .msg {
  visibility: hidden;
  bottom:70px;
  left:25px;
  background-color: #21d62c;
  color: #fff;
  font-size:13px;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: fixed;
  z-index: 1;
}
.float-wp:hover .msg {
  visibility: visible;
}

.payment-btn{
    text-transform: uppercase;
    color: #fff;
    background: #2825C9;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 900;
    display: inline-block;
    border-radius: 5px;
}
.payment-btn:active{
    color: #003366;
    background: #ffcc7b;
}
.payment-btn:hover{
    background: #2825C9;
    color: #fff;
}

/*Image gallery*/

.grow > .gcolumn {
  padding: 0 8px;
}
.grow > .rngcolumn {
  padding: 0 8px;
}
.grow:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.gcolumn {
  float: left;
  /*display: none;*/
  width: 33.33%;
}
.rngcolumn {
  float: left;
  display: none;
  width: 33.33%;
}

/* The Modal (background) */
.gmodal {
  display: none;
  position: fixed;
  z-index: 9999999;
  padding-top: 70px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000de;
}

/* Modal Content */
.gmodal-content {
  position: relative;
  background-color: #fefefe00;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.gclose {
  color: #fff !important;
  position: absolute;
  top: 10px;
  right: 40px;
  font-size: 35px;
  font-weight: bold;
}

.gclose:hover,
.gclose:focus {
  /*color: #2825c9;*/
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.gmySlides {
  display: none;
  height: 500px;
  width: 100%;
  background-color:#00000000;
}

/* Next & previous buttons */
.gprev,
.gnext {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.gnext {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.gprev:hover,
.gnext:hover {
  /*background-color: rgba(0, 0, 0, 0.8);*/
  background-color: #2825c9;
}

/* Number text (1/3 etc) */
.gnumbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.gcaption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.gdemo {
  opacity: 0.6;
}

.gactive,
.gdemo:hover {
  opacity: 1;
}

img.ghover-shadow {
  transition: 0.3s;
  height: 250px;
  width: 100%;
}

.ghover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.64), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
img.imageslide{
    margin-left:auto;
    margin-right:auto;
    height: inherit;
    width:auto;
    max-width:100%;
    display: block;
}
.award-details{
    display: block;
    text-align: center;
    padding: 10px;
}
.kp-16{
    display: none;
}
.show-it {
  display: block;
}

/*CSS for pricing page*/
.pricing{
    display: block;
    text-align: center;
    margin: 50px 0;
    background: url(/img/bg/pricing-page-bg-image.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.pricing .single-price{
    display: inline-block;
    text-align: center;
    margin: 50px 0;
    width: 100%;
}
.single-price .single-price-title{
    background-color: #3b38c5;
    border-radius: 8px 8px 0 0;
    padding: 5px;
}
.single-price-title span{
    color: #fff;
    font-weight: 500;
    padding: 0 20px;
    font-size: 1rem;
    text-transform: capitalize;
}
.single-price .single-price-rate{
    background-color: #5956d6;
    color: #fff;
    padding: 20px 0;
}
.price-center{
    background-color: #3b38c5 !important;
}
.price-left{
    background-color: #7ccabb !important;
}
.price-right{
    background-color: #EE3668 !important;
}
.price-left-title{
    background-color: #53c3af !important;
}
.price-right-title{
    background-color: #d82556 !important;
}
.left-scrollbar::-webkit-scrollbar-thumb
{
    background-color: #7ccabb !important;
}
.right-scrollbar::-webkit-scrollbar-thumb
{
    background-color: #EE3668 !important;
}
.single-price-rate sup{
    color: #fff;
    position: relative;
    top: -18px;
    font-size: 1.5rem;
}
.single-price-rate span{
    font-size: 3rem;
}
.single-price-rate sub{
    font-size: 1rem;
}
.single-price-content{
    height: 250px;
    overflow: auto;
    background-color: #fff;
}
.single-price-pay input[type=submit]{
    width: 100%;
    background-color: #5956d6;
}
.content-list li{
    padding: 8px;
}

.single-price-content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 50%;
	background-color: #F5F5F5;
}

.single-price-content::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.popular {
    top: 40px;
    background: #F80;
    color: #fff;
    z-index: 2;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 2px;
    right: 35px;
    position:absolute;
    text-transform: uppercase;
    font-weight: 700;
}
.popular-left {
    top: 40px;
    background: #4fce25;
    color: #fff;
    z-index: 2;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 2px;
    left: 35px;
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
}

.single-price-rate strike span {
    color: #fff;
    font-size: 2rem;
}
.single-price-rate strike {
    color: #060606;
}

.single-price-content::-webkit-scrollbar-thumb
{
	border-radius: 50%;
	height: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #5956d6;
}
.price-button h4 {
    text-align: center;
    padding: 10px;
    /* width: 50%; */
    margin-bottom: 1px;
}
.china{
        text-align: center!important;
    border-radius: 5px;
    width: 50%;
    margin: 0 auto;
    float: none;
}

.lets-talk img{
    width: 100%;
    height: 200px;
}
.audit-form input[type=text], .audit-form input[type=email]{
    width: 100%;
    border-radius: 5%;
    font-size: 15px;
    padding: 5px;
    margin: 5px;
    text-align: center;
}
.free-audit {
    background-color: #00ffff;
    padding: 0 15px 0 0;
    margin-top: 15px;
}
form.audit-form {
    margin: 15px;
}
form.audit-form h3{
    text-transform: uppercase;
    color: #CA1914;
}
.rotate-audit{
    transform: rotate(90deg);
}
.rotate-audit h4{
    background-color: red;
    color: white;
    width: 230px;
    height: 67px;
    padding: 17px;
}
.covid li {
    list-style: disc;
}
.brand-t {
    padding-left: 40px;
}
.brand-t li {
    list-style: disc;
}

.contact-team h4 {
padding-left: 30px;
    font-weight:600;
    font-size: 25px;
}

.contact-desc p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
}
.dsignadons-content p {
    color: #333;
}
.blog-content.home-blog {
    height: 210px;
}
.upi h2 {
    font-size: 35px;
    text-align: center;
}
.upi h3 {
    font-size: 25px;
    text-align: center;
}
.col-xl-6 col-lg-6 .\32 cop img {
    width: 100%;
}
/*test*/
.col-xs-6.col-sm-6.col-md-6.col-lg-6.\32 cop img{
    width: 100%;
}
h2.payone {
    text-align: center;
    padding-bottom: 15px;
    font-size: 30px;
    font-family: sans-serif;
}
h3.payone {
    text-align: center;
    font-size: 22px;
    font-family: sans-serif;
}
.online-pay-b-r-btm-t li span {
    font-size: 17px;
    color: #020202;
    font-weight: 600;
}
.online-pay-b-r-btm-t li {
    font-weight: bold!important;
    font-size: 18px!important;
}
/*.online-pay-b-r-btm-t li span {
    font-size: 14px;
    color: #020202;
    font-weight: 600;
}
.online-pay-b-r-btm-t li {
    font-weight: bold!important;
    font-size: 15px!important;
}*/


.facebookt img {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.facebookt p {
    padding-top: 10px;
}
.facebookt span {
    color: #2552c9;
    font-weight: bold;
}
.col-xl-2.col-lg-2.\32 cop img {
    height: 200px;
}