/*=============================
    sub menu active
===============================*/
.subactive{
    background: #000;
}


.panel-default>.panel-heading {
    color: #333;
    background-color: #fff !important;
    border-color: #ddd;
}
.nav-tabs {
  border-bottom: none !important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;

}
#space{
    height: 300px;
}
h6{
    text-align: justify;
}
.container {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

* {
    font-family:arial, "Helvetica Neue", Helvetica, sans-serif;

	
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #FFF;
    font-weight: normal;
    position: relative;
    font-size: 14px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*=======================================================
      WRAPPER
========================================================*/

#wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/*=======================================================
      HEADINGS
========================================================*/

h1,
h2,
h3,
h4,
h5
 {

    text-transform: uppercase;
	font-family:times new roman;
	
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 36px;
}



h5 {
    font-size: 18px;
	font-weight:bold;
}

h6 {
    font-size: 14px;
    font-weight: bold;
	color: #e21e1e;

}

p {
    font-family: inherit;
    text-align: justify;
    font-weight: 400;
    color: #6f6f6f;
    /*	line-height: 24px;*/
    text-rendering: optimizeLegibility;
/*    font-family: 'Open Sans', sans-serif;*/
}

a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}

img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block !important;
}

ul {
    margin-bottom: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover,
a:focus {
    color: #1193d4;
}

.primary-color {
    color: #fff !important;
}

#qk i:hover {
/*    margin-left: 10px;*/
    color: #1193d4 !important;
}

@media(max-width: 1024px){
    .position-center-center {
    display: none;
}

}
.position-center-center {
    left: 50%;
    position: absolute;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*=======================================================
      SECTION
========================================================*/

section {
    position: relative;
    overflow: hidden;
    background: #fff;

}

/*=======================================================
      TOP BAR
========================================================*/

.top-bar {}

.top-info {
    display: inline-block;
    width: 100%;
    float: left;
    background: #002344;
/*    height: 35px;*/
    padding-top: 5px;
    border-bottom: 1px solid #e6e6e6;
}

.top-info .personal-info {
    color: #999999;
    float: left;
}

.top-info .personal-info p {
    color: #fff;
    margin: 0px;
    font-size: 14px;
    
}

.top-info .personal-info li {
    display: inline-block;
    border-right: 1px solid #ececec;
    padding: 1px 20px;
    float: left;
}

.top-info .personal-info li:nth-child(1) {
    padding-left: 0px;
}

.top-info .personal-info li:nth-last-child(1) {
    padding-right: 0px;
    border: none;
}

.top-info .personal-info li i {
    margin-right: 5px;
}

.top-info .social {
    float: right;
    margin: 0px;
    padding: 0px;
}

.top-info .social li {
    float: left;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.top-info .social li a {
/*    width: 25px;*/
    height: 25px;
    line-height: 25px;
    padding: 0px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    /*	border-radius: 4px;*/
    /*	background: #e6e6e6;*/
    margin-left: 5px;
}

.top-info .social li a:hover {
    color: #fff;
    background: #1193d4;
}

.right-sec {
    float: right;
}

.right-sec .bootstrap-select {
    width: 90px !important;
    margin: 0px;
    margin-right: 15px;
}

.right-sec .bootstrap-select .btn {
    height: 25px;
    line-height: 22px;
}

.right-sec .bootstrap-select .filter-option {
    color: #333333;
}

.right-sec select {
    background: #e6e6e6;
    color: #333333;
    padding-left: 10px;
    text-transform: none;
    height: 26px;
    line-height: 26px;
}

.right-sec .dropdown-menu > li > a {
    padding: 5px 10px;
    font-size: 12px;
}

.right-sec .btn {
    background: #e6e6e6;
    color: #333333;
    padding-left: 10px;
    text-transform: none;
    height: 26px;
    line-height: 26px;
}

.right-sec .dropdown-menu {
    padding: 0px;
    border-radius: 0px;
    border: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto;
}

/*=======================================================
      HEADER
========================================================*/

header {
    position: relative;
    width: 100%;
    z-index: 9999;
    display: inline-block;
}

header .logo {
    float: left;
    position: absolute;
}

header .ownmenu {
    float: right;
    padding: 0px;
    padding-top: 0px;
    /* padding-right: 40px; */
    padding-bottom: 0px;
    position: relative;
    z-index: 99;
}

header .navbar {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 20px 0;
    border: none;
    display: inline-block;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

header .navbar li {
    display: inline-block;
    float: left;
    margin: 0 5px;
    position: relative;
    z-index: 999;
}

.ownmenu .indicator {
    display: none;
}

header .navbar li a {
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    font-weight: 700;
    position: relative;
    z-index: 999;
    text-transform: uppercase;
}

header .navbar li a:hover {
    background: #1193d4;
    color: #fff;
}

header .navbar li.active a {
    background: #1193d4;
    color: #fff;
}

.ownmenu ul.dropdown {
    background: #333333;
    padding: 0px;
    top: 40px;
    border-radius: 4px;
}

.ownmenu ul.dropdown li ul.dropdown li a {
    letter-spacing: 0px;
    font-size: 13px;
}

.ownmenu ul.dropdown:before {
    position: absolute;
    content: "\f0d8";
    top: -25px;
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #333333;
    left: 20px;
    height: 1px;
    width: 1px;
    right: 0px;
    z-index: -1;
}

.ownmenu ul.dropdown li {
    margin: 0px;
}

.ownmenu ul.dropdown li a {
    padding: 0px 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 45px;
    border-radius: 0px;
    background: none;
    color: #999;
    text-transform: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ownmenu ul.dropdown li a:hover {}

.sticky-wrapper {
    height: auto !important;
}

.sticky-wrapper .sticky {
    width: 100%;
}

.is-sticky .sticky .logo {
    margin-top: 0px;
}

.is-sticky .sticky {
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.search-icon {
    position: relative;
    z-index: 888;
}

.search-icon a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    color: #333333;
    position: absolute;
    right: 0px;
    background: #e6e6e6;
    border-radius: 4px;
    display: inline-block;
}

.search-icon form {
    position: absolute;
    left: 0px;
    top: -12px;
    width: 0px;
    right: 0px;
    overflow: hidden;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.search-icon form input {
    height: 60px;
}

.search-icon form button {
    float: right;
    border: none;
    background: none;
    font-size: 20px;
    margin-top: -60px;
    z-index: 99;
    color: rgba(0, 0, 0, 0.3);
    line-height: 60px;
    margin-right: 20px;
}

.search-icon:hover form {
    width: 100%;
}

.search-icon a:hover {
    background: #1193d4;
    color: #fff;
}
.list-group-item{
    background-color: #337ab7;
    color: white;
}

/*=======================================================
      HOME SLIDER
========================================================*/
#slider{
    right:0px;
}
#paging{
    background: #1193d4;
}
marquee p{
    color: #fff;
    padding: 5px;
}

#brd-rt{
    border-right: 1px solid #fff;
}

.home-slide {
    margin-top:-25px;
    position: relative;
    height: 460px;
}

.home-slide li {
    height: 460px;
    text-align: center;
    position: relative;
}

.home-slide li h1 {
    margin-bottom: 30px;
    font-size: 60px;
   
    letter-spacing: 5px;
}

.home-slide li h5 {
    font-size: 18px;
   
    letter-spacing: 9px;
}

.home-slide .slide-img-1 {
    background: url(../images/slides/slide-1.jpg) no-repeat;
    background-size: cover;
}

.home-slide .slide-img-2 {
    background: url(http://thewebomania.com/images/slides/slide-2.jpg) center center no-repeat;
    background-size: cover;
}

.home-slide .flex-control-nav {
    position: absolute;
    z-index: 99;
    bottom: 10px;
    left: 0px;
    right: 0px;
    width: 100px;
    margin: 0 auto;
}

.home-slide .flex-control-nav li {
    height: auto;
}

.home-slide .flex-direction-nav {
    display: none;
}

.home-slide .position-center-center {
    width: 100%;
}

/*=======================================================
      social
========================================================*/

.social li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.social li a {
/*    width: 32px;*/
    height: 25px;
/*    line-height: 30px;*/
    padding: 0px;
    display: inline-block;
    text-align: center;
    /*    color: #333333;*/
    font-size: 21px;
    /*
    border-radius: 4px;
    background: #e6e6e6;
*/
    margin-left: 0px;
    margin-bottom: 5px;
/*    margin-right: 10px;*/
    margin-top: 5px;
}

.social li a:hover {
    color: #fff;
    background: #1193d4;
}

/*=======================================================
      FOOTER
========================================================*/

footer {
    background: #042442;
    /*	padding: 50px 0;*/
}


footer .about-foot i {
    margin-right: 10px;

}

footer h6 {
    color: #fff;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 30px;
}

footer p {
    color: #fff;
    /*	font-weight: 600;*/
}

footer .tweet a {
    color: #28a9e2;
}

footer .tweet li p {
    font-size: 13px;
    margin: 0px;
    line-height: 18px;
}

footer .tweet li {
    padding-left: 20px;
    margin-bottom: 10px;
}

footer .tweet li:before {
    content: "\f099";
    font-family: FontAwesome;
    padding: 0px;
    color: #55b0ed;
    float: left;
    position: absolute;
    left: 0px;
    font-size: 14px;
    padding: 5px 15px;
    font-weight: 100;
}

footer .tweet span {
    text-transform: uppercase;
    color: #b2b2b2;
    font-size: 12px;
}

footer .photo-steam {
    margin: 0 -5px;
}

footer .photo-steam li {
    padding: 0 5px;
    float: left;
    width: 33.3333%;
    margin-bottom: 10px;
}

footer .photo-steam li a {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

footer .photo-steam li a:hover {
    opacity: 0.5;
}

}

.rights {
    padding: 8px 0;
    background: #1193d4;
}

.rights p {
    color: #fff;
    /*	font-weight: 700;*/
    margin: 0px;
	padding: 10px 0;
    text-align: center;
	font-size: 12px;
}

.rights a {
    color: #999999;
    margin-left: 30px;
}

.rights a:hover {
    color: #fff;
}

#carousel {
    width: 80%;
    margin: 0 auto;
    margin-top: 5px;
}

#carousel li {
    opacity: 0.2;
}

#carousel li.flex-active-slide {
    opacity: 1;
}

#wrap.boxed-layout {
    max-width: 1280px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

#wrap.boxed-layout .is-sticky .sticky {
    left: 0px;
}

.bg1-body {
    background: url(http://thewebomania.com/images/bg/boxed-bg.jpg) fixed no-repeat;
    background-size: cover;
}

#wrap.boxed-layout .contact.style-2 .contact-right {
    padding-right: 20px;
}

#wrap.boxed-layout .more-feature ul li {
    width: 33.3333%;
}

#wrap.boxed-layout .more-feature ul li:nth-last-child(1) {
    width: 50%;
}

#wrap.boxed-layout .more-feature ul li:nth-last-child(2) {
    width: 50%;
}

#wrap.boxed-layout .more-feature ul li h6 {
    width: 100%;
}

#wrap.boxed-layout .content-we-are {
    padding-right: 20px;
    padding-left: 20px;
}

#wrap.boxed-layout .sticky-wrapper .sticky {
    max-width: 1280px;
    width: auto;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}

.bg1-body .colio {
    max-width: 1280px;
    width: 100% !important;
    margin: 0 auto;
    left: 0!important;
    right: 0 !important;
}

#wrap.boxed-layout header .sticky {
    padding-left: 20px;
    padding-right: 20px;
}

#wrap.boxed-layout .portfolio article:hover .bottom-detail {
    width: 100%;
    padding-right: 50px;
}

#wrap.boxed-layout .portfolio .bottom-detail h3 {
    font-size: 20px;
}

.rights {
    background: #1193d4;
}

.quick-links a {
    color: #fff;
    font-size: 14px;
    line-height: 10px;
}

.btn-glyphicon {
    padding: 8px;
    background: #ffffff;
    margin-right: 4px;
}

.icon-btn {
    padding: 1px 15px 3px 2px;
    border-radius: 50px;
}

#border {
    /*    border: 1px solid #000;*/
}

.left {
    /*    padding: 15px;*/
    /*    background: #1193d4;*/
    color: #fff;
    text-align: center;
    /*    width: 360px;*/
}


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

.top-links {
    background: #035096;
    color: #fff;
    text-align: center;
    line-height: 1.8;
    padding: 5px;
}

#border1 {
    line-height: 55px;
    text-align: center;
    border-right: 1px solid #fff;
}

#border1:hover {
    background: #000;
}

.carousel {
    /*   s*/
}

.thumbnail {
    margin-bottom: 50% !important;
}

.carousel-indicators .active {
    background: #fff;
}

.content {
    margin-top: 20px;
}

.adjust1 {
    float: left;
    width: 100%;
    margin-bottom: 0;
    margin-top: 50%;
}

.adjust2 {
    margin: 0;
}

.carousel-indicators li {
    border: 1px solid #fff;
}

.carousel-control {
    color: #fff;
    width: 0%;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
}

.carousel-control.left,
.carousel-control.right {
    /*background-image: none;*/
}

.media-object {
    margin: auto;
    margin-top: 15%;
}

@media screen and (max-width: 768px) {
    .media-object {
        margin-top: 0;
    }
}

.carousel-inner {
    width: 25% !important;
}

.carousel-control.right {
    right: 70%;
}

p {
    margin: 0 0 0px !important;
}

#country_links{
    background: #035096;
    
}
#footerlinks{
	margin-left: 34px;
	margin-right 35px;
    background: #042442;
}
#tag-line{
	background: #042442;
}

@media (max-width: 767px) {
    #xtra-small {
        display: none;
    }
}

@media (max-width: 768px) {
    .home-slide li h1 {
        display: none;
    }
    .home-slide li h4 {
        display: none;
    }
}
@media (max-width: 325px){
    #header {
        width: 320px;
        height: 360px;
        position: absolute;
        right: 0px;
        border: 1px solid #d8d8d8;
        margin-top: -94px;
        margin-right: 0%;
        padding: 0px;
        border-radius: 3px;
        box-shadow: 0 0 8px grey;
    }
    h1, h2, h3, h4, h5 {
    margin-top: 25px;
    text-transform: uppercase;
    padding: 11px;
    font-size: 25px;
    font-family: times new roman;
}

    .social {
        display: none;
    }
}
@media (max-width: 768px) and (min-width: 330px){
    #header {
        width: 320px;
        height: 360px;
        position: absolute;
        right: 0px;
        border: 1px solid #d8d8d8;
        margin-top: -94px;
        margin-right: 3%;
        padding: 0px;
        border-radius: 3px;
        box-shadow: 0 0 8px grey;
    }
    h1, h2, h3, h4, h5 {
    text-transform: uppercase;
    padding: 11px;
    font-size: 25px;
    font-family: times new roman;
}

    .social {
        display: none;
    }
}
@media (max-width: 1050px) and (min-width: 770px){
    #header {
        width: 320px;
        height: 360px;
        position: absolute;
        right: 0px;
        border: 1px solid #d8d8d8;
        margin-top: -418px;
        margin-right: 3%;
        padding: 0px;
        border-radius: 3px;
        box-shadow: 0 0 8px grey;
    }

    .social {
        display: none;
    }
}

@media (max-width: 1280px) and (min-width: 1060px)
#header {
    width: 320px;
    height: 360px;
    position: absolute;
    right: 0px;
    border: 1px solid #d8d8d8;
    margin-top: -413px;
    margin-right: 3%;
    padding: 0px;
    border-radius: 3px;
    box-shadow: 0 0 8px grey;
}

@media (max-width: 768px) {
    .sub-menu {
        display: none;
    }
    .price {
        display: none;
    }
}

@media (max-width: 767px) {
    .ownmenu > li.showhide span {
        line-height: 69px;
        display: inline-block;
        width: auto !important;
    }
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: 43px !important;
    }
}
@media screen and (max-width: 768px){
    .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
} 
}

.left1{
    padding: 15px;
    background: #1193d4;
    color: #fff;
    text-align: center;
	font-family:times new roman;
/*    width: 360px;*/
}
.main_head{
    margin-top: 0px !important;
}
/*=======================================================
      SERVICES
========================================================*/
.services .icon {
	height: 60px;
	width: 60px;
	border: 2px solid #fff;
	background: #00b1f1;
	line-height: 54px;
	text-align: center;
	margin-right: 10px;
}
.services article a {
	background: #f7f7f7;
    padding: 10px 15px;
	border: 4px solid #e6e6e6;
    border-radius: 10px;
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.services article i {
	font-size: 60px;
	color: #1193d4;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.services article h5 {
	font-weight: normal;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.services li article p {
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.services h6 {
	color: #fff;
	font-size: 14px;
	margin-top: 0px;
	font-weight: 100;
	margin-bottom: 7px;
	line-height: 1.4;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.services li:hover article a {
	background: #1193d4;
	color: #fff;
}
.services li:hover article a i {
	color: #fff;
}
.services li:hover article a p {
	color: #fff;
}
.services li:hover article a h5 {
	color: #fff;
}
.colio-active-item {
}
.services li.colio-active-item article a {
	background: #1193d4;
	color: #fff;
}
.services li.colio-active-item article a i {
	color: #fff;
}
.services li.colio-active-item article a p {
	color: #fff;
}
.services li.colio-active-item article a h5 {
	color: #fff;
}
.services li.colio-active-item:before {
	position: absolute;
	content: "\f0d7";
	bottom: -5px;
	font-family: 'FontAwesome';
	font-size: 50px;
	color: #1193d4;
	left: 0px;
	right: 0px;
	width: 100%;
	text-align: center;
}
.services-in .icon {
	height: 80px;
	width: 80px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 80px;
	background: #1193d4;
}
.services-in li {
	text-align: center;
}
.services-in li p {
	line-height: 24px;
}
.services-in li h5 {
	font-weight: normal;
	margin: 20px 0;
}
.services-in a.btn {
	color: #fff;
	font-style: normal;
	margin-top: 30px;
}
.services .col-md-3 article a {
	padding: 40px 25px;
}
.inside-colio .nav-stacked {
	background: #fff;
}
.inside-colio .nav-stacked li {
	font-style: normal;
	border: none;
	margin: 0px;
	padding: 0px;
}
.inside-colio .nav-stacked a {
	font-style: normal;
	border: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	padding: 10px 20px;
	border-radius: 0px;
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
	display: inline-block;
	width: 100%;
}
.inside-colio .nav-stacked a:hover {
	background: #1193d4;
	color: #fff;
}
.inside-colio .nav-stacked>li.active {
	background: #1193d4;
}
/*=======================================================
      HEADING
========================================================*/
.heading {
	margin: 0 auto;
/*    background: #f5f5f5;*/
/*	margin-bottom: 60px;*/
}
.heading span {
/*	text-transform: uppercase;*/
	display: inline-block;
/*	color: #a5a5a5;*/
	margin-top: 5px;
}
.heading h4 {
    padding-top: 18px;
	font-size: 24px;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-family:times new roman;
}
.heading1 h4{
    text-align: center;
    padding-top: 18px;
	font-size: 24px;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	
}

.heading.white span {
/*	color: #fff;*/
}

/*=======================================================
      WHO WE ARE
========================================================*/
.who-we {
}
.who-we h3 {
	margin-top: 0px;
	font-size: 24px;
	font-family:times new roman;
}
.who-we h6 {
	font-size: 18px;
	
	color: #666666;
	margin-top: 30px;
	text-transform: none;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 20px;
}
.who-we li {
	margin-bottom: 20px;
}
.who-we li h5 {
	font-weight: normal;
	font-family:times new roman;
}
.who-we li i {
	font-size: 26px;
	color: #1193d4;
	margin-bottom: 10px;
}
/*=======================================================
      SUB BANNER
========================================================*/
.sub-bnr {
	background: url(../images/servicebr.png) no-repeat;
	background-size: cover;
	min-height: 380px;
	text-align: center;
    margin-top: -5px !important;

}

.sub-bnr .position-center-center{
	width:100%;
}
.sub-bnr hr {
	margin: 20px auto;
}
.sub-bnr h1 {
	color: #fff;
	font-size: 52px;
	
	letter-spacing: 2px;
	margin: 0px;
}
.sub-bnr .breadcrumb {
	background: none;
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
}
.sub-bnr .breadcrumb li {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #283001;
	font-size: 12px;
}
.sub-bnr .breadcrumb li a {
	text-transform: uppercase;
	color:#283001;
	font-size: 12px;
	font-weight:bold;
}
.sub-bnr .breadcrumb>li+li:before {
	color: #fff;
}
.sub-bnr.bnr-2 {
	background: url(../images/email.png) no-repeat;
	background-size: cover;
	min-height: 355px;
	text-align: center;
    margin-top: -4px;
}
.sub-bnr.bnr-2 h4 {
	color: #3a3e44;
	margin: 0px;
	font-weight: normal;
}
.sub-bnr.bnr-2 .breadcrumb {
	margin-top: 10px;
}





/*=========about banner====*/

.sub-bnrr {
    background: url(../images/aboutbr.jpg) no-repeat;
    background-size: cover;
    min-height: 380px;
    text-align: center;
    margin-top: -5px !important;

}
.sub-bnrr .position-center-center{
    width:100%;
}
.sub-bnrr .position-center-center{
    width:100%;
}
.sub-bnrr hr {
    margin: 20px auto;
}
.sub-bnrr h1 {
    color: #fff;
    font-size: 52px;
    
    letter-spacing: 2px;
    margin: 0px;
}

/*=======================================================
      TEAM
========================================================*/
.team article {
	text-align: center;
	margin-bottom: 50px;
}
.team article span {
	color: #adadad;
	font-size: 14px;
	margin-bottom: 15px;
	display: inline-block;
}
.team article h5 {
	margin-top: 30px;
	margin-bottom: 5px;
	text-transform: none;
}
.team article .social li {
	display: inline-block;
	width: auto;
	float: none;
	display: inline-block;
}
.team article .social {
	margin-top: 30px;
}
.team article .social li a {
	color: #333333;
	padding: 0 5px;
	background: none;
	font-size: 14px;
	width: auto;
}
.team article .social li a:hover {
	color: #1193d4;
}
.team-list article {
	text-align: left;
	margin-bottom: 50px;
}
.team-list article h5 {
	margin-top: 0px;
}
.team-filter {
	margin-bottom: 50px;
}
.team-filter li {
	display: inline-block;
	width:auto !important;
}
.team-filter li a {
	display: inline-block;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 12px;
	color: #cccccc;
	text-transform: uppercase;
	border-radius: 4px;
}
.team-filter li a:hover {
	background: #1193d4;
	color: #fff;
}
.team-filter li a.active {
	background: #1193d4;
	color: #fff;
}
.add img{
	width:auto;
}
/*=======================================================
      BTN STYLE
========================================================*/
.btn {
	width: 158px;
    border: none;
/*    color: #fff;*/
    display: inline-block;
    border-radius: 4px;
    height: 24px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
    /* font-size: 16px; */
    padding: 0px;
    /* text-align: left; */
    /* padding-right: 55px; */
    /* padding-left: 20px; */
    /* line-height: 40px; */
    color: #1193d4;
    letter-spacing: 0.5px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.btn i {
	color: #1193d4;
	background: #fff;
	height: 41px;
	padding: 0 15px;
	float: right;
	position:absolute;
	top:-10px;
	right:0px;
	line-height: 41px;
	margin-left: 20px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.btn:hover {
	background: #1193d4;
	color: #fff;
}
.btn:hover i {
	color: #333333;
}
.btn-1 i {
	background: #333333;
	color: #fff;
}
.btn-1:hover i {
	color: #fff;
	background: #00b1f1;
}
.btn-sm {
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right:35px;
}
.btn-sm i {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin-left: 10px;
	border-radius:0 4px  4px 0;
}
.parallax-bg {
	background-size: cover !important;
}
.side-bar img{
    padding: 3px;
}
/*=====================================================
    card style
======================================================*/

.seo-side {
  background-image: url("../images/seoimg.jpeg");
}

.smo-side {
  background-image: url("../images/smoimg.jpg");
}
.designing-side{
   background-image: url("../images/design-img.jpg"); 
}
.digi-side{
    background-image: url("../images/digiimg.jpg");
}
.hosting-side{
     background-image: url("../images/hostingimg.jpg");
}
.domain-side{
    background-image: url("../images/domainimg.jpg");
}

.split-pane {
  padding-top: 1em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 50%;
  min-height: 9em;
  font-size: 2em;
  color: white;
  
}
@media(min-width: 500px) {
  .split-pane {
    padding-top: 2em;
    height: 100%;
  }
}
.split-pane > div {
  position: relative;
  top: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.split-pane > div .text-content {
  line-height: 1em;
  margin-top: 1em;
}
.split-pane > div .text-content .big {
  font-size: 18px;
}
.split-pane > div img {
  height: 1.3em;
}
@media (max-width: 500px) {
  .split-pane > div img {
    display:none;
  }
}
.split-pane button, .split-pane a.button {
  background: none;
  border: 2px solid white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 15em;
  padding: 0.7em;
  font-size: 0.5em;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  color: white;
  display: inline-block;
	cursor: pointer;
}
.split-pane button:hover, .split-pane a.button:hover {
  text-decoration: none;
  background-color: white;
  border-color: white;
	cursor: pointer;
}
.uiux-side.split-pane button:hover, .split-pane a.button:hover {
  color: violet;
}
.frontend-side.split-pane button:hover, .split-pane a.button:hover {
  color: blue;
}

#split-pane-or {
  font-size: 2em;
  color: white;
  
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 925px) {
  #split-pane-or {
    top:15%;
  }
}
#split-pane-or > div img {
  height: 2.5em;
}
@media (max-width: 500px) {
  #split-pane-or {
    position: absolute;
    top: 50px;
  }
  #split-pane-or > div img {
    height:2em;
  }
}
@media(min-width: 500px) {
  #split-pane-or {
    font-size: 3em;
  }
}
.big {
  font-size: 1.6em;;
}

#slogan {
  position: absolute;
  width: 100%;
  z-index: 100;
  text-align: center;
  vertical-align: baseline;
  top: 0.5em;
  color: white;
  
  font-size: 1.4em;
}
@media(min-width: 500px) {
  #slogan {
    top: 5%;
    font-size: 1.8em;
  }
}
#slogan img {
  height: 0.7em;
}

.ptb-80 {
    padding: 25px 0;
}
.choose-content h5 {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  font-family:times new roman;
}
.choose-content p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding-right: 20px;
/*  width: 745px;*/
}

.choose-content ul li{
    color: #fff;
/*    margin-left: 10px;*/
/*    font-weight: 700;*/
/*    font-size: 18px;*/
}
#notice-bar{
/*    background: rgba(255,255,255,0.5);*/
    height: 160px;
}


#space{
    margin-bottom: 25px;
}
#black_bg{
    background: rgba(0, 0, 0, 1);
}


* {
    box-sizing: border-box;
}
.titlekk {
  display: block;
  font-size: 30px;
  margin:15px 0 10px;
  padding: 0;
  text-align: center;
}
.sub-titlekk {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #111;
  margin-bottom: 30px;
  font-size: 14px;
}
.pricekk {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pricekk:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.pricekk .headerkk {
    background-color: #1193d4;
    color: white;
    font-size: 25px;
}
.bg-green{
	background-color:#4CAF50 !important;
	}
.pricekk li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.pricekk .greykk {
    background-color: #eee;
    font-size: 20px;
}

.button {
    background-color: #4CAF50;
    border: none;
    color: #fff;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}


.service-single{
    margin-top: 30px;
  padding-bottom: 10px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 10px #e8e8e8;
}
.service-single .box-top{
  background: black;
  padding: 30px;
  color: #fff;
}
.service-single .box-top i{
  font-size: 50px;
  padding: 20px 0;
}
.service-single .box-top h2{
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.service-single .box-down{
  max-width: 350px;
  margin: 0 auto;
  border-radius: 100%;
  background: #fff;
  margin-top: -50px;
  padding: 10px 25px 10px 25px;
}
.service-single .btn-holly{
    background: #fff;
	border:1px solid #f0f0f0;
	border-radius: 20px;
	color: #2bc1f2;
}
.service-single .btn-holly:hover{
	background: #2bc1f2;
	border-color: #2bc1f2;
	color: #fff;
}
.list-group-item:last-child {
    margin-bottom: -1px !important;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}


th {
  color:#D5DDE5;;
  background:#1b1e24;
  border-right: 1px solid #343a45;
  font-size:23px;
  font-weight: 100;
  padding:24px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}


/*
tr:nth-child(odd) td {
  background:#EBEBEB;
}
*/
 

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
/*  border-bottom-right-radius:3px;*/
}
 
td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:12px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
/*  border-right: 1px solid #C1C3D1;*/
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}

/*
.nav>li>a{
 background:#fff !important;
 color:#000 !important;
 
}
*/
/* logo slider for domain page */
.vmc-container{position: relative;}
.vmc-viewport{overflow: hidden;}

.vmcarousel{list-style-type: none; padding: 0; margin: 0; width: 1000%;}
.vmcarousel:after{content: ''; display: table; clear: both;}
.vmcarousel > li{float: left;}
.vmcarousel > li img{ display: block; margin: 20px 6px; max-width: 100%; width: 218px;}

.vmc-container.hide-controls .vmc-arrow-left, .vmc-container.hide-controls .vmc-arrow-right{display: none;}

.vmc-arrow-left, .vmc-arrow-right{
    position: absolute; top: 50%; left: -20px; width: 50px; height: 50px; margin-top: -25px; overflow: hidden;
    opacity: 0; border-radius: 50%; transition: opacity 0.3s ease;
    text-align: center;
}
.vmc-arrow-right{left: auto; right: -19px;}
.vmc-container:hover .vmc-arrow-left, .vmc-container:hover .vmc-arrow-right{opacity: 1;}

.vmc-arrow-left:after, .vmc-arrow-right:after{
    content: ''; display: inline-block;
    font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased;
     font-size: 50px; line-height: 50px; color: white;
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
    text-shadow: 2px 2px #000;
}
.vmc-arrow-left:hover:after, .vmc-arrow-right:hover:after{color: white;}
.vmc-arrow-left:after{content: "\e079";}
.vmc-arrow-right:after{content: "\e080";}

.vmc-container img[src$=".svg"]{width: 100% !important; height: auto !important; max-height: 100%;}

.notransition{-webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important; -ms-transition: none !important; transition: none !important;}


/* progress bar */
@-webkit-keyframes myanimation {
  from {
    left: 0%;
  }
  to {
    left: 50%;
  }
}


.checkout-wrap {
  color: #444;
  margin: 40px auto;
  max-width: 1158px;
  position: relative;
}

ul.checkout-bar li {
  color: rgb(0,0,0);
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 20px 14px 80px;
  position: relative;
}
ul.checkout-bar li:before {
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  background: #57aed1;
  border: 2px solid #FFF;
  border-radius: 50%;
  color: rgb(0,0,0);
  font-size: 16px;
  font-weight: 700;
  left: 20px;
  line-height: 37px;
  height: 35px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  top: 4px;
  width: 35px;
  z-index: 999;
}
ul.checkout-bar li.active {
  color: rgb(0,0,0);
  font-weight: bold;
}
ul.checkout-bar li.active:before {
  background: #57aed1;
  z-index: 99999;
}
ul.checkout-bar li.visited {

  color: rgb(0,0,0);
  z-index: 99999;
}
ul.checkout-bar li.visited:before {
  background: #57aed1;
  z-index: 99999;

}
ul.checkout-bar li:nth-child(1):before {
  content: "";
}
ul.checkout-bar li:nth-child(2):before {
  content: "";
}
ul.checkout-bar li:nth-child(3):before {
  content: "";
}
ul.checkout-bar li:nth-child(4):before {
  content: "";
}
ul.checkout-bar li:nth-child(5):before {
  content: "";
}
ul.checkout-bar li:nth-child(6):before {
  content: "";
}
ul.checkout-bar a {
  color: rgb(0,0,0);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

@media all and (min-width: 800px) {
  .checkout-bar li.active:after {
    -webkit-animation: myanimation 3s 0;
    background-size: 35px 35px;
    background-color: #57aed1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    width: 100%;
    left: 50%;
    position: absolute;
    top: -50px;
    z-index: 0;
  }

  .checkout-wrap {
    margin: 80px auto;
    padding: 1px;
  }

  ul.checkout-bar {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background-size: 35px 35px;
    background-color: #57aed1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    border-radius: 15px;
    height: 15px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  ul.checkout-bar:before {
    background-size: 35px 35px;
    background-color: #57aed1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    width: 10%;
  }
  ul.checkout-bar li {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 24%;
  }
  ul.checkout-bar li:before {
    height: 45px;
    left: 40%;
    line-height: 45px;
    position: absolute;
    top: -65px;
    width: 45px;
    z-index: 99;
    background-color: #57aed1;
  }
  ul.checkout-bar li.visited {
    background: none;

  }
  ul.checkout-bar li.visited:after {
    background-size: 35px 35px;
    background-color: #57aed1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 99;
  }
}

/* domain form */
.form-control {
 border-radius: 0;
 box-shadow: none;
 height: 48px;
}
.btn-theme-colored {
    color: #fff;
    background-color: #2bc1f2;
    border-color: #2bc1f2;
}

/* content style */
.job-sider-bar {
    background: #f7f7f7;
    padding: 35px;
    border-bottom: 2px solid #e6e6e6;
}
.job-sider-bar label {
    display: inline-block;
    width: 100%;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 10px;
    color: #999999;
    
}
.job-sider-bar label input {
    border: 1px solid #e6e6e6;
    height: 40px;
    padding: 0 20px;
    border-radius: 0px;
    width: 100%;
    color: #999999;
    border-radius: 4px;
    background: #fff;
    box-shadow: none !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.job-sider-bar h6 {
    text-transform: none;
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
}
.admin-job {
    background: #f7f7f7;
    padding: 20px 35px;
    border-bottom: 2px solid #e6e6e6;
}
.admin-job h5 {
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: none;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 10px;
}
.admin-job p {
    margin: 0px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
}
.admin-job .admin-img {
    width: 100px;
    display: inline-block;
    margin-right: 10px;
}
.job-sider-bar #map {
    height: 245px;
    width: 100%;
}
.job-info {
}
.job-info li {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.job-info p {
    text-align: right;
}
.job-info p strong {
    text-align: left;
    float: left;
    margin-right: 20px;
}
.job-content {
    background: #f7f7f7;
    padding: 35px;
    position: relative;
    border-bottom: 2px solid #e6e6e6;
}
.star-save {
    position: absolute;
    right: 0px;
    top: 0px;
}
.star-save a {
    height: 32px;
    width: 32px;
    color: #fff;
    display: inline-block;
    background: #cccccc;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
    margin-left: 3px;
}
.star-save a:hover {
    background: #1a1a1a;
}
.grid-layout {
    float: left;
    border: 1px solid #e6e6e6;
    padding: 2px;
    border-radius: 4px;
}
.grid-layout a {
    display: inline-block;
    height: 30px;
    width: 30px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
}
.grid-layout a:hover {
    background: #333333;
    color: #fff;
}
.grid-layout a.current {
    background: #333333;
    color: #fff;
}
.short-by {
    width: 70%;
    float: right;
}
.short-by .bootstrap-select {
    margin-top: 0px;
}
.short-by label {
    width: 100%;
}
.filter-sidebar {
}
.filter-sidebar li {
    position: relative;
}
.filter-sidebar li {
}
.cate.result li {
    line-height: 32px;
}
.cate.result li:before {
    color: #1193d4;
}
.cate.result li a {
    color: #666666;
}
.job {
}
.job-content h5 {
    text-transform: none;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}
.job-content p {
    margin-bottom: 0px;
}
.job-skills ul {
}
.job-skills li {
    margin-top: 10px;
}
.job-skills h6 {
    text-transform: none;
    font-weight: normal;
    margin: 0px;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: bold;
}
.job-content .share-info h6 {
    font-size: 18px;
    display: inline-block;
    float: left;
    margin-top: 10px
}
.job-content .share-info .social {
    margin-top: 1px;
    float: left;
    margin-left: 10px;
}
.job-content .share-info .social li {
    float: left;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.job-content .share-info .social li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0px;
    display: inline-block;
    text-align: center;
    color: #333333;
    font-size: 10px;
    border-radius: 4px;
    background: #e6e6e6;
    margin-left: 5px;
}
.job-content .share-info .social li a:hover {
    color: #fff;
    background: #1193d4;
}
.job-skills .progress {
    height: 14px;
    box-shadow: none;
    background: #e5e5e5;
    margin-top: 5px;
    margin-bottom: 10px;
}
.job-skills .progress-bar {
    background: #31a8ec;
    box-shadow: none;
}
.job-skills li h6 i {
    color: #fff;
    margin-right: 5px;
    display: inline-block;
    height: 22px;
    width: 22px;
    border-radius: 4px;
    background: #31a8ec;
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
}
.job-tittle {
    margin-bottom: 0px;
    position: relative;
}
.job-tittle p {
    margin-top: 30px;
}
.job-tittle h5 {
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 5px;
    font-size: 18px;
    letter-spacing: 0px;
}
.job-tittle span {
    color: #999999;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.job-tittle .date {
}
.job-tittle .date {
    position: relative;
    top: 0px;
    left: 0px;
    width: 38px;
    color: #fff;
    font-size: 18px;
    background: #1193d4;
    float: left;
    text-align: center;
    font-weight: bold;
    line-height: 33px;
}
.job-tittle .date span {
    background: #333333;
    display: inline-block;
    width: 100%;
    line-height: 18px;
    font-size: 8px;
    float: left;
    color: #fff;
    text-transform: uppercase;
}
.cate li {
    padding-left: 15px;
    position: relative;
    line-height: 42px;
}
.cate li:before {
    content: "\f054 ";
    position: absolute;
    left: 0px;
    font-size: 10px;
    color: #9a9a9a;
    font-family: 'FontAwesome';
}
.cate li a {
    color: #333333;
}
.cate li a:hover {
    color: #1193d4;
}
.services article h5 {;
 color: #57aed1;
}
.nav-tabs>li>a{
    background: #000 !important;
    border: none;
    color: #fff;
}

.nav-tabs .active a{
    background: #1193d4 !important;
    color: #fff !important;
}

.nav-tabs>li>a:hover{
    background: #f5f5f5 !important;
    color: #000 !important;
}
/*==============================================
    domain highlight bar
===============================================*/
* {
      border-radius: 0 !important;
      }


      
      .panel-heading 
      {
      margin-left: 36%;
      font-size:20px;
      font-weight: bolder;
      }
@media(max-width: 768px){
    .panel-heading 
      {
      margin-left: 0px;
      font-size:20px;
      font-weight: bolder;
      }
}
      .panelspace
      {
      padding-bottom:5px;
      }
      .trash { color:rgb(209, 91, 71); }
      .flag { color:rgb(248, 148, 6); }
      .panel-body { padding:0px; }
      .panel-footer .pagination { margin: 0; }
      .panel .glyphicon,.list-group-item .glyphicon { margin-right:5px; }
      .panel-body .radio, .checkbox { display:inline-block;margin:0px; }
      .panel-body input[type=checkbox]:checked + label { text-decoration: line-through;color: rgb(128, 144, 160); }
      .list-group-item:hover, a.list-group-item:focus {text-decoration: none;background-color: rgb(0, 0, 0);}
      .list-group { margin-bottom:0px; }
      .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] 
      {
      margin-left: 0px;
      }
/*==========================================
        Domain offers section
=============================================*/

/*main card style*/
.card {
  max-width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: #fff;
  padding: 0;
  border: none;
  border-radius: .5rem;
  box-shadow: 0 1px 3px 0 #d4d4d5,0 0 0 1px #d4d4d5;
  transition: box-shadow 0.1s ease, transform 0.1s ease;
  z-index: '';
  margin-bottom: 30px;
}
.card a,
.cards > .card a {
  cursor: pointer;
}

.card > .card-content,
.cards > .card > .card-content {
  flex-grow: 1;
  border: none;
  background: 0 0;
  margin: 0;
  padding: 1em;
  box-shadow: none;
  font-size: 1em;
  border-radius: 0;
}
.card > .card-content:after,
.cards > .card > .card-content:after {
  display: block;
  height: 0;
}
.card > .card-content > h4.card-title,
.cards > .card > .card-content > h4.card-title {
  display: block;
  margin: 0px;
}
.card > .card-content > h6.card-meta,
.cards > .card > .card-content > h6.card-meta {
  margin-top: 0.2em;
}
.card > .card-content > h6.card-meta + .card-description,
.cards > .card > .card-content > h6.card-meta + .card-description,
.card > .card-content > h4.card-title + .card-description,
.cards > .card > .card-content > h4.card-title + .card-description{
  margin-top: 1em;
}
.card > .card-content > .card-description,
.cards > .card > .card-content > .card-description {
  clear: both;
  margin-top: 1em;
}
.card > .card-content p,
.cards > .card > .card-content p {
  margin: 0 0 0.5em;
}
.card > .card-content p:last-child,
.cards > .card > .card-content p:last-child {
  margin-bottom: 0;
}
.card > .card-content > a.card-title,
.cards > .card > .card-content > a.card-title {
  color: rgba(0, 0, 0, 0.85);
}
.card > .card-content > a.card-title:hover,
.cards > .card > .card-content > a.card-title:hover {
  color: #1e70bf;
}

/*card with border*/
.card.card-centred-text {
	text-align: center;
	padding: 50px 50px;
}
/*card with border*/
.card.card-with-border .card-content {
  position: relative;
  padding: 15px 15px 25px 15px;
}
.card.card-with-border::after {
  position: absolute;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: '';
  top: 5px;
  left: 5px;
  z-index: 1;
  border-radius: 5px;
  border: 1px solid #1193d4;
/*  border: 1px solid rgba(255, 255, 255, 0.8);*/
} 
/*bg and text*/
.black-grey {color:#fff!important;background-color:rgba(255,255,255,0.8)!important}
.text-white p{color:#000!important}

.offer-head{
    border-bottom: 2px solid #e66d00;
}
#msg{
    margin-top: 5px;
}
.book{
    margin-top: -20px;
}
#nav-panel{
    margin-bottom: -25px;
}

/*=======================================
            web Design
=======================================*/
#icon img{
    width:300px;
}
.head{
    text-align: center;
}
.head i{
    color:#1193d4;
}
.head h4{
    text-decoration: underline;
}



/*=================================================
            seo page
==================================================*/
.main_head{
    text-align: center;
	font-family:times new roman;
}



.services-simple {
  padding: 50px 35px 14px 35px;
}

.services-simple .service p {
  margin-bottom: 36px;
}

.services-box {
  padding: 0 25px 50px 25px;
}

@media screen and (max-width: 991px) {
  .services-box {
    padding: 0 25px;
  }
}

.services-box .col-md-6, .services-box .col-md-4, .services-box .col-md-3 {
  padding-left: 25px;
  padding-right: 25px;
}

.services-box .alt-services {
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.5);
  transition: margin-top .4s ease;
}

@media screen and (max-width: 991px) {
  .services-box .alt-services {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .services-box .alt-services {
    padding: 25px;
  }
}

.services-box .alt-services:hover {
  margin-top: -25px;
  transition: margin-top .4s ease;
}

@media screen and (max-width: 991px) {
  .services-box .alt-services:hover {
    margin-top: 0;
  }
}



#process-seo {
    background-color: aquamarine center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.5);
}

.process-step-content {
    padding: 45px 70px;
}

.process-step-content p {
    padding: 25px 0px;
    color: #101010;
    font-weight: 400;
}

.step-bg-1 {
    background: #ffffff;
    opacity: .90;
}

.step-bg-2 {
    background: #ffffff;
    opacity: .90;
}





.step-bg-1,
.step-bg-2 {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.step-bg-1:hover,
.step-bg-2:hover {
    opacity: 1;
}

.step-bg-1:hover .btn,
.step-bg-2:hover .btn {
    border-color: #2395ec;
    color: #2395ec;
}


/* progress bar for seo */
.barfiller {
  width: 100%;
  height: 12px;
  background: #fcfcfc;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 20px;
  box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,.5);
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,.5);
    
    
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #1193d4;
  z-index: 1;
  color: aqua;
}
.barfiller .tipWrap { display: none; }

.barfiller .tip {
  margin-top: -30px;
  padding: 2px 4px;
  font-size: 11px;
  color: #fff;
  left: 0px;
  position: absolute;
  z-index: 2;
  background: #333;
}

.barfiller .tip:after {
  border: solid;
  border-color: rgba(0,0,0,.8) transparent;
  border-width: 6px 6px 0 6px;
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 100%;
  z-index: 9
}
#seobg
{
    background-color: whitesmoke;
}


/* end */






/* our sevices */

/*=====================================================
        Service page design
=======================================================*/
#abt_img{
    background: URL(../img/service-bg.jpg) no-repeat;
    width: 100%;
    margin-top: 50px;
    height: 320px;
}

#service{background-color: ghostwhite;padding-top: 100px;padding-bottom: 100px;}
.row-1 .ser-col-4{border-right:solid 1px #ccc;border-bottom: solid 1px #ccc;}
.row-1 .ser-col-4-l{border-bottom: solid 1px #ccc;}
.row-2 .ser-col-4{border-right:solid 1px #ccc;}
.row-2 .ser-col-4-l{}
.row-3 .ser-col-4{border-right:solid 1px #ccc;}


@media (max-width:768px){
    .ser-col-4-l{border-right:solid 1px #ccc;border-bottom: solid 1px #ccc;border-left:solid 1px #ccc;}
    .ser-col-4{border-left:solid 1px #ccc;border-bottom: solid 1px #ccc;}
}

.ser-col{width:100%;height:auto;text-align: center;position: relative;}
.icon-col{width:80px;height:80px;border-radius: 50%;text-align: center;margin-left: auto;margin-right: auto;}
.icon-col i{font-size: 35px;padding: 20px;}
.circle {
    position: absolute;
    bottom: -11px;
    right: -24px;
    z-index: 99;
}
.circle i{color:#ccc;font-size: 18px;background-color:ghostwhite;}
.btn {
    display: inline-block;
/*    padding: 6px 12px;*/
    margin-bottom: 10px;
/*    margin-top: 10px;*/
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
/*    color: #fff;*/
    background-image: none;
    border: 2px solid #f0f0f0;
    border-radius: 0px;
}
.ser-col h2{color:#777;
    margin-bottom: 20px;}

.ser-col p{color:#3e3b3b;
    margin-bottom: 20px;}

/*====== service 1 ====*/

.ser-1 .icon-col i{color:#1193d4;}
.ser-1 .btn{color:red;border: 1px solid #000000;}

/*====== service 2 ====*/

.ser-2 .icon-col i{color:#1193d4;}
.ser-2 .btn{color:green;border: 1px solid #000000;}

/*====== service 3 ====*/

.ser-3 .icon-col i{color:#1193d4;}
.ser-3 .btn{color:chocolate;border: 1px solid #000000;}

/*====== service 4 ====*/

.ser-4 .icon-col i{color:#1193d4;}
.ser-4 .btn{color:blue;border: 1px solid #000000;}

/*====== service 5 ====*/

.ser-5 .icon-col i{color:#1193d4;}
.ser-5 .btn{color:#1193d4;border: 1px solid #000000;}

/*====== service 6 ====*/

.ser-6 .icon-col i{color:#1193d4;}
.ser-6 .btn{color:#1193d4;border: 1px solid #000000;}

/*====== service 7 ====*/

.ser-7 .icon-col i{color:#1193d4;}
.ser-7 .btn{color:mediumseagreen;border: 1px solid 000000;}

/*====== service 8 ====*/

.ser-8 .icon-col i{color:#1193d4;}
.ser-8 .btn{color:salmon;border: 1px solid #000000;}

/*====== service 9 ====*/

.ser-9 .icon-col i{color:#1193d4;}
.ser-9 .btn{color:gold;border: 1px solid #000000;}



/* our featurs */

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #002344;
}

.box {
  background:#fff;
  transition:all 0.2s ease;
  border:2px solid #1193d4;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  padding:0 20px 20px 20px;
}

.box:hover {
  border:2px solid #525C7A;
}

.box span.box-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.box .box-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.box .box-content p {
  color:#515c66;
  text-transform:none;
}




/*-------------------------------------
	PROCESS AREA STYLES
----------------------------------------*/

#section-process {
    background: url("http://thewebomania.com/images/bg/process-bg.jpg") center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.process-step-content {
    padding: 45px 70px;
}

.process-step-content p {
    padding: 25px 0px;
    color: #101010;
    font-weight: 400;
}

.step-bg-1 {
    background: #fcfcfe;
    opacity: .90;
}

.step-bg-2 {
    background: #f8f7f7;
    opacity: .90;
}





.step-bg-1,
.step-bg-2 {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.step-bg-1:hover,
.step-bg-2:hover {
    opacity: 1;
}

.step-bg-1:hover .btn,
.step-bg-2:hover .btn {
    border-color: #2395ec;
    color: #2395ec;
}




/*================
 PLANS TABLE
=================== */

.single-priceing-table {
  background: #f5f5f5 none repeat scroll 0 0;
  text-align: center;
  -webkit-transition: all 0.34s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 0.34s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.34s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow: hidden; }

.price-header {
  background: #1193d4;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 45px;
  position: relative; 
  }
.price-header h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase; 
 }
.price-header h5 {
    font-size: 25px;
    font-weight: 700;
    position: relative; 
 }
.price-header h5 span {
      font-size: 18px;
      font-weight: 300; 
}
.price-header h5 span.doalr-r {
        font-size: 14px;
        left: 52px;
        position: absolute;
        top: 2px;
}

.price-body {
  padding-top: 20px;
  }
.price-body ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
 }
 .price-body ul li {
      border-bottom: 1px solid #e8e8e8;
      display: block;
      padding: 10px 0;
      font-size: 14px;
      color: #444; 
   }
.price-body ul li:first-child {
        border-top: 1px solid #e8e8e8; 
  }

.price-footer {
  padding: 30px 0; }

.price-a {
  border: 1px solid #444;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 40px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.34s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 0.34s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.34s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.price-a:hover {
    border: 1px solid #2fadb9;
    color: #fff;
    background: #2fadb9; }

.single-priceing-table:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px); }

.single-priceing-table.version-two .price-header span.doalr-r {
  left: 105px; }

.price-a-2 {
  color: #fff;
  display: inline-block;
  padding: 8px 10px;
  position: relative;
  vertical-align: middle;
  z-index: 1;
  width: 150px;
  text-transform: capatilaze;
  white-space: nowrap;
  -webkit-transition: all 0.34s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 0.34s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.34s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background-color: #444;
  background-image: -webkit-linear-gradient(-390deg, #444, #444 61%, #2fadb9 61%, #2fadb9 100%);
  background-image: linear-gradient(120deg,#444, #444 61%, #2fadb9 61%, #2fadb9 100%); }

.price-a-2 span i.fa {
  padding-left: 7px;
  -webkit-transition: all 0.34s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 0.34s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.34s cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.price-a-2:hover::after {
  background: #2fadb9; }

.price-a-2:hover::before {
  background: #269da8; }

.price-a-2:hover span i.fa {
  padding-left: 13px; }

.price-a-2:hover, .price-a-2:focus {
  color: #fff; }

.price-header::after {
  border-bottom: 40px solid #f5f5f5;
  border-left: 280px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0; }

.single-priceing-table.version-two .price-header {
  position: relative; }

.single-priceing-table.version-two .price-header::after {
  border-bottom: 44px solid #f5f5f5;
  border-left: 183px solid transparent;
  border-right: 183px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0; }

.single-priceing-table.version-two .price-body {
  padding-bottom: 25px; }

.single-priceing-table.version-two .price-header {
  padding-top: 30px;
  padding-bottom: 45px; }


/*=====================
PLANS ENDS HERE
========================*/
/* logo slider css */

*, *:before, *:after {
  box-sizing: border-box;
}

$bg-color: #d9d8c6;
$primary-color: #5b5a5c;
$secondary-color: darken($primary-color, 15%);

body {
  background: $bg-color;
}

li {
  list-style: none;
}

.suga-container {
  background: $primary-color;
/*  padding: .2em;*/
  max-width: 100%;
/*  margin: 5em auto;*/
  box-shadow: 3px 3px 0px $secondary-color;
  border: 2px solid $secondary-color;
  border-radius: 5px;
}

.suga-slider-wrap {
  overflow: hidden;
  margin: 1em;
}

.suga-slider-group {
  &:before,
  &:after {
    content: " ";
    display: table;
  }

  &:after {
    clear: both;
  }
}

.suga-slide {
  float: left;
  position: relative;
  margin-left: 0;
  padding-right: 8px;
}


#server{
    text-align: center;
    margin-bottom: 0px;
}
.alert-info {
    color: #fff !important;
    background-color: #1193d4 !important;
    border-color: #1193d4 !important;
}

table tr{
    border: 1px solid #000;
}
tbody td{
    text-align: center;
    border: 1px solid #000;
}

/*=====================
SMO STYLE STARTS HERE
========================*/
.smo-sec{
    background-color: whitesmoke;
}


/*===== digi marketing page starts here======== */

/*========================================== 10.FAQ START ===========================================*/

.faq-ul {
    margin-bottom: 0;
    margin-top: 30px;
    padding-left: 0;
    position: relative;
}
.faq-ul li {
    list-style: none;
}
.faq-li:before {
    background-color: #2aa9b9;
    content: "";
    height: 90%;
    left: 23px;
    position: absolute;
    top: 25px;
    width: 1px;
}
.faq-icon span {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}
.faq-li .faq-icon {
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px solid #2aa9b9;
    font-size: 16px;
    height: 45px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 3px;
    transition-delay: 0s;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
    width: 45px;
}
.faq-icon .icon-1:before {
    display: block;
    content: "\f201";
    color: #2aa9b9;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    transition: .2s;
}
.faq-icon .icon-2:before {
    display: block;
    content: "\f0c0";
    color: #2aa9b9;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    transition: .2s;
}
.faq-icon .icon-3:before {
    display: block;
    content: "\f188";
    color: #2aa9b9;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    transition: .2s;
}
.faq-icon .icon-4:before {
    display: block;
    content: "\f086";
    color: #2aa9b9;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    transition: .2s;
}
.faq-title {
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 2;
    color: #333333;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 10px;
    padding-left: 75px;
    padding-right: 30px;
    padding-top: 10px;
    position: relative;
}
.faq-ans {
    position: relative;
}
.faq-ans .faq-content {
    font-size: 14px;
    padding-bottom: 5px;
    padding-left: 75px;
    padding-right: 20px;
    padding-top: 10px;
    position: relative;
}
.faq-title.active .faq-icon {
    background-color: #2aa9b9;
    border-radius: 5px;
    border: 2px solid #2aa9b9;
}
.faq-title.active .faq-icon span:before {
    color: #ffffff;
}
.faq-li {
    margin-bottom: 20px;
}
.faq-ul li:last-child {
    margin-bottom: 0;
}
.faq-title h4 {
 font-weight:normal;
 text-transform:capitalize;
}
/*========================================== 10.FAQ END ===========================================*/


/* for ul li -- in digi page --*/



/*-------------------------------------
	New service page PROCESS AREA STYLES
----------------------------------------*/

#section-process2 {
    background-color: white;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.process-step-content {
    padding: 45px 70px;
}

.process-step-content p {
    padding: 25px 0px;
    color: #101010;
    font-weight: 400;
}

.step-bg-1 {
    background: #fcfcfe;
    opacity: .90;
}

.step-bg-2 {
    background: #f8f7f7;
    opacity: .90;
}





.step-bg-1,
.step-bg-2 {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.step-bg-1:hover,
.step-bg-2:hover {
    opacity: 1;
}

.step-bg-1:hover .btn,
.step-bg-2:hover .btn {
    border-color: #2395ec;
    color: #2395ec;
}

#sm{margin-top:20px;}


.side{
border:1px solid #e5e6e8;


}

.s1{
	font-size:20px;
	background:skyblue;
	text-align:center;
	color:white;
	font-weight:bold;
	padding:20px;
	font-family:times new roman;
	
}
#pa1{padding:20px;}
hr{border-color:#e5e6e8;}


/***Service side bar***/
 .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}