@charset "utf-8";

/* CSS Document 
Project Name: The Biz - Business And  Corporate HTML5 Template
Version:  1.0   
Author Name: TributeTheme

*****=====***** TABLE OF CONTENT *****=====*****

01. IMPORTED STYLE CSS
02. GENERAL CSS
        => Form CSS
        => Placeholder Color CSS
        => BUtton CSS
        => Background Over Layer CSS
        => Default Title CSS
        => Preloader CSS
        => Pagination CSS
        => Scrollup CSS
03. Topbar CSS
04. Header CSS
        => Transparent Header CSS
05. Slider CSS
        => Slider Two CSS
06. About CSS
07. Separator CSS
08. Service CSS
09. Counter CSS
10. Portfolio CSS
        => Portfolio Hover CSS
        => Portfolio Single CSS
11. Team CSS
        => Team Inner CSS
12. Testimonial CSS
13. Blog CSS
        => Blog full width CSS
        => Blog Single CSS
        => Sidebar CSS
14. Progress CSS
15. Client CSS
16. Banner CSS
17. Page Title
18. Pricing CSS
19. FAQ CSS
20. Error CSS
21. Contact CSS
22. Footer CSS
23. Copyright CSS
24. Demo Page CSS

*/

/*****=====*****=====*****=====*****=====
    01. IMPORTED STYLE CSS
=====*****=====*****=====*****=====*****/

/* GOOGLE FONTs */
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i');

/* OTHER IMPORTED CSS */
@import "font-awesome.min.css";
@import "line-awesome.min.css";
@import "animate.min.css";
@import "animations.css";
@import "VideoPopUp.css";
@import "owl.carousel.min.css";
@import "owl.theme.default.css";
@import "lightbox.min.css";
@import "bootsnav.css";

@font-face {
    font-family: "icon-font";
    src: url('http://mvcsoftonline.com/html/thebiz/fonts/icon-font.eot');
    src: url('http://mvcsoftonline.com/html/thebiz/fonts/icon-font.eot?#iefix') format('eot'), url('http://mvcsoftonline.com/html/thebiz/fonts/icon-font.woff') format('woff'), url('../fonts/icon-font.html') format('truetype'), url('../fonts/icon-font-2.html#icon-font') format('svg');
}



/*****=====*****=====*****=====*****=====
    02. General CSS 
=====*****=====*****=====*****=====*****/

body {
    background: #ffffff;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #4c4c4c;
    position: relative;
    overflow-x: hidden !important;
}
/* Common CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #111111;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0;
}
p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.h5, h5{
    font-size:12px;
    font-style:bold;
    letter-spacing: 2px;
}
.btn {
    font-size: 14px;
}

/* Form CSS */

.form-control {
    resize: none;
    height: 45px;
    font-size: 14px;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.form-control:focus {
    border-color: #a2a2a2;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

/* Placeholder Color CSS */
::-webkit-input-placeholder {
    color: #999999 !important;
}
::-moz-placeholder {
    color: #999999 !important;
}
:-ms-input-placeholder {
    color: #999999 !important;
}
:-moz-placeholder {
    color: #999999 !important;
}

.header-topbar-col .input-group .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}
.header-topbar-col .input-group .form-control::-moz-placeholder {
    color: #ffffff !important;
}
.header-topbar-col .input-group .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}
.header-topbar-col .input-group .form-control:-moz-placeholder {
    color: #ffffff !important;
}

/* BUtton CSS */
a.btn-primary.common-btn {
    color: #ffffff;
    background: #E47716;
    border: none;
    padding: 12px 20px;
    border-radius: 0;
    letter-spacing: 0;
    font-size: 14px;
    margin-left: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.btn-primary.common-btn:hover {
    color: #ffffff;
    background: #111111;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



/* Background Over Layer CSS */
.overlay-black {
    position: relative;
}
.overlay-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.9);
}
.overlay-white {
    position: relative;
}
.overlay-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.9);
}
.overlay-gradient {
    position: relative;
}
.overlay-gradient:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -moz-linear-gradient(45deg, rgba(174,26,247,1) 0%, rgba(172,28,247,1) 1%, rgba(42,197,238,0.6) 71%, rgba(42,197,238,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(174,26,247,1) 0%,rgba(172,28,247,1) 1%,rgba(42,197,238,0.6) 71%,rgba(42,197,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(174,26,247,1) 0%,rgba(172,28,247,1) 1%,rgba(42,197,238,0.6) 71%,rgba(42,197,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae1af7', endColorstr='#002ac5ee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* Default Title CSS */
.section-title {
    margin-bottom: 60px;
    text-align: center;
}
.section-title .title-style {
    position: relative;
    display: inline-block;
}
.section-title .title-style h2 {
    font-size: 36px;
    margin-bottom: 0;
}
.section-title .title-style:before {
    content: "";
    position: absolute;
    left: -50px;
    bottom: 20px;
    width: 40px;
    height: 3px;
    background: #2AC5EE;
}
.section-title .title-style:after {
    content: "";
    position: absolute;
    right: -50px;
    bottom: 20px;
    width: 40px;
    height: 3px;
    background: #2AC5EE;
}
.section-title p {
    font-weight: bold;
    margin-top: 12px;
    letter-spacing: 1px;
    font-style: italic;
}

/* Preloader CSS */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/preloder.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}


/* Scrollup CSS */
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    display: none;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    background-color: #e47716;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}
.scrollup:hover {
    color: #111111;
}

/* Pagination CSS Start */
.inner-pagination {
    margin-bottom: 30px;
    margin-top: 20px;
}
.mt50 {
    margin-top: 50px;
}
.mb0 {
    margin-bottom: 0;
}
.m0 {
    margin: 0;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0;
}
.page-item .page-link {
    margin: 0 5px;
    color: #333333;
    border-color: #8e8e8e;
}
.inner-pagination .page-item .page-link:hover {
    color: #ffffff !important;
    background: #2AC5EE;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0;
    color: #333333;
    border-color: #8e8e8e;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span {

}



/*--------------------------------
    03. Topbar CSS Start
----------------------------------*/
.topbar-area {
    padding: 10px 0;
    background: #E67816;
}
.topbar-info li {
    display: inline-block;
    margin-right: 20px;
}
.topbar-info li p {
    color: #ffffff;
}
.topbar-info li p a {
    color: #ffffff;
}
.topbar-social li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: #ffffff;
}
.topbar-social li a i {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.topbar-social li a i:hover {
    color: #eae7e7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



/*--------------------------------
    04. Header CSS Start
----------------------------------*/

.navbar {
    padding: 0rem 1rem;
}
.header {
    position: relative;
}
.navbar {
    
}
.navbar-brand {
    padding: 20px 0;
}
.navbar-brand img {
    width: 180px;
    height: auto;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 27px 10px;
}
.dropdown-menu {
    padding: 0;
    min-width: 12rem;
    margin-top: -1px;
    border-radius: 0;
}
.dropdown-item {
    padding: 5px 15px;
    text-transform: uppercase;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #2AC5EE;
}
.dropdown-item.active,
.dropdown-item:active {
    background: transparent;
}
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #2AC5EE;
}
.navbar-nav .dropdown-menu.show{
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #2AC5EE;
}
.navbar-dark .navbar-nav .nav-link {
    color: #5f5e5e;
    text-transform: uppercase;
}
.sticky {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.navbar.bootsnav ul.nav > li > a {
    text-transform: uppercase;
    font-weight: bold;
color: #065407;
font-size: 17px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-top: 3px solid #2AC5EE;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
    text-transform: uppercase;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover {
    color: #2AC5EE;
}
.navbar-right .dropdown-menu {
    right: auto;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 3px;
}
.bootsnav .navbar-brand {
    padding: 0;
    margin-top: 25px;
}
.navbar>.container .navbar-brand {
    margin-left: 0;
}
.bootsnav .navbar-brand img {
    //width: 150px;
    height: auto;
	margin-top: -31px;
}
.wrap-sticky nav.navbar.bootsnav {
    z-index: 9999;
}



/* Transparent Header CSS Start */
.transparent-header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
}
.transparent-header .navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}
.transparent-header .topbar-area {
    background: none;
    border-bottom: 1px solid rgba(221, 221, 221, 0.7);
}
.transparent-header .sticky .navbar-dark .navbar-nav .nav-link {
    color: #333333;
}
.transparent-header .navbar-dark .navbar-nav .active>.nav-link {
    color: #333333 !important ;
}
.transparent-header .wrap-sticky nav.navbar.bootsnav {
    background: transparent;
}
.transparent-header nav.navbar.bootsnav {
    border-bottom: none;
}
.transparent-header nav.navbar.bootsnav ul.nav > li > a {
    color: #ffffff;
}
.transparent-header .wrap-sticky nav.navbar.bootsnav.sticked {
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
}
.transparent-header nav.navbar.bootsnav.sticked ul.nav > li > a {
    color: #333333;
}


/*--------------------------------
    05. Slider CSS Start
----------------------------------*/
.main-slider-area {

}
.slider .indicators .indicator-item {
    background-color: #666666;
    border: 3px solid #ffffff;
}
.slider .indicators .indicator-item.active {
    background-color: #ffffff;
}
.slider {
    width: 100%;
    height: 75vh !important;
}
.slider .slides {
    width: 100%;
    height: 75vh !important;
}
.slider .slides li .slider-img {
    position: relative;
    width: 100%;
    height: 75vh;
}
.slider .slides li .slider-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    
}
.slider .indicators {
    bottom: 60px;
    z-index: 100;
}
.slider .slides li .caption {
    top: 40%;
}
.slider .slides li .caption h3 {
    color: #ffffff;
    font-size: 45px;
}
.slider .slides li .caption h3 span {
    color: #111111;
}
.slider .slides li .caption p {
    font-size: 18px;
    font-style: italic;
    letter-spacing: 1px;
    color: #ffffff;
}

/* Slider Two CSS Start */
.main-slider-two {

}
.main-slider-two .slider {
    width: 100%;
    height: 100vh !important;
}
.main-slider-two .slider .slides {
    width: 100%;
    height: 100vh !important;
}
.main-slider-two .slider .slides li .slider-img {
    position: relative;
    width: 100%;
    height: 100vh;
}
.main-slider-two .slider .slides li .slider-img:before {
    background: -moz-linear-gradient(45deg, rgba(174,26,247,1) 0%, rgba(172,28,247,1) 1%, rgba(42,197,238,0.6) 71%, rgba(42,197,238,0.8) 100%);
    background: -webkit-linear-gradient(45deg, rgba(174,26,247,1) 0%,rgba(172,28,247,1) 1%,rgba(42,197,238,0.6) 71%,rgba(42,197,238,0.8) 100%);
    background: linear-gradient(45deg, rgba(174,26,247,1) 0%,rgba(172,28,247,1) 1%,rgba(42,197,238,0.6) 71%,rgba(42,197,238,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae1af7', endColorstr='#002ac5ee',GradientType=1 );
}




/*--------------------------------
    06. About CSS Start
----------------------------------*/
.about-area {
    padding: 50px 0 0px;
    overflow-x: hidden;
}
.about-col {
    margin-bottom: 30px;
    position: relative;
}
.about-img-col:hover  img {
    z-index: 22;
}
.about-img-bdr {
    width: 95%;
    height: 90%;
    border: 10px solid #2AC5EE;
    position: absolute;
    right: -40px;
    top: 20px;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.about-img-col:hover .about-img-bdr {
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.about-col h2 {
    font-size: 36px;
}
.about-col h2 span {
    color: #2AC5EE;
}
.about-col p {
    margin-bottom: 30px;
}
.about-sub-col ul li {
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.about-sub-col ul li:before {
    content: "\f054";
    font-family: FontAwesome;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.about-sub-col ul li:hover:before {
    margin-right: 10px;
    color: #2AC5EE;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* About Inner CSS Start */
.about-inner-area {
    padding: 100px 0 70px;
}
.about-inner-col {
    margin-bottom: 30px;
}
.video-img {
    position: relative;
}
.video-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: #111;
}
.video-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    text-align: center;
    width: 100%;
    height: 100%;
        background: -moz-linear-gradient(45deg, rgba(174,26,247,1) 0%, rgba(172,28,247,1) 1%, rgba(42,197,238,0.6) 71%, rgba(42,197,238,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(174,26,247,1) 0%,rgba(172,28,247,1) 1%,rgba(42,197,238,0.6) 71%,rgba(42,197,238,1) 100%);
    background: linear-gradient(45deg, rgba(174,26,247,1) 0%,rgba(172,28,247,1) 1%,rgba(42,197,238,0.6) 71%,rgba(42,197,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae1af7', endColorstr='#002ac5ee',GradientType=1 );
}
.video-img i {
    font-size: 80px;
    color: #ffffff;
    padding-top: 25%;
}
.about-inner-col .about-hilight-para {
    padding: 30px 15px;
    margin-top: 20px;
    font-style: italic;
    font-weight: bold;
    background: #f5f5f5;
}


/*--------------------------------
    24. Separator CSS Start
----------------------------------*/
.separator-area {
    padding: 150px 0;
    background: url(../images/bg/1.jpg);
    
}
.separator-area h2 {
    font-size: 42px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.separator-area h2 span {
    color: #111111;
}
.separator-area a {
    display: inline-block;
    padding: 15px 30px;
    background: #2AC5EE;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
}
.separator-area a:hover {
    background: #111111;
}
/* Separator two CSS */
.separator-two-area {
    background: url(../images/education/bg/1.jpg);
}






/*--------------------------------
    24. Service CSS Start
----------------------------------*/
.service-area {
    padding: 100px 0 70px;
}
.service-col {
    margin-bottom: 30px;
    position: relative;
    padding-left: 90px;
}
.service-col i {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    font-size: 40px;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #ffffff;
    line-height: 70px;
    background: -moz-linear-gradient(45deg, rgba(174,26,247,1) 0%, rgba(172,28,247,1) 1%, rgba(42,197,238,0.6) 71%, rgba(42,197,238,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(174,26,247,1) 0%,rgba(172,28,247,1) 1%,rgba(42,197,238,0.6) 71%,rgba(42,197,238,1) 100%);
    background: linear-gradient(45deg, rgba(174,26,247,1) 0%,rgba(172,28,247,1) 1%,rgba(42,197,238,0.6) 71%,rgba(42,197,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae1af7', endColorstr='#002ac5ee',GradientType=1 );
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.service-col:hover i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/*--------------------------------
    24. Counter CSS Start
----------------------------------*/
.counter-area {
    padding: 100px 0 70px;
    background: url(../images/bg/2.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.counter-col {
    margin-bottom: 30px;
    text-align: center;
}
.counter-col i {
    color: #111111;
    font-size: 60px;
    margin-bottom: 20px;
}
.counter-col .count {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 30px;
    display: inline-block;
}
.counter-col p {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    position: relative;
}
.counter-col p:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -10px;
    width: 60px;
    height: 2px;
    margin-left: -30px;
    background: #111111;
}
/* Counter Two CSS */
.counter-two-area {
    background: url(../images/education/bg/2.jpg);
}



/*--------------------------------
    11. Portfolio CSS Start
----------------------------------*/
.portfolio-section {
    padding: 100px 0;
    overflow: hidden;
}
.portfolio-nav {
    float: none;
    text-align: center;
    margin-bottom: 30px;
}
.filtr-container {
    
}
.portfolio-nav li {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
    text-transform: capitalize;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.portfolio-nav li:hover {
    color: #2AC5EE;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.filtr-item {
    width: 33.25%;
    padding: 0;
}
.filtr-item-4 {
    width: 25%;
    padding: 0;
}
.padd0 {
    padding: 0;
}
/* Portfolio Hover CSS Start */
.box{
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
}
.box:before{
    content: "";
    width: 70%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -30%;
    transform: scale(0);
    transition: all 0.4s ease 0s;
    background: -moz-linear-gradient(45deg, rgba(174,26,247,1) 0%, rgba(172,28,247,1) 1%, rgba(42,197,238,0.8) 71%, rgba(42,197,238,.8) 100%);
    background: -webkit-linear-gradient(45deg, rgba(174,26,247,1) 0%,rgba(172,28,247,1) 1%,rgba(42,197,238,0.8) 71%,rgba(42,197,238,.8) 100%);
    background: linear-gradient(45deg, rgba(174,26,247,1) 0%,rgba(172,28,247,1) 1%,rgba(42,197,238,0.8) 71%,rgba(42,197,238,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae1af7', endColorstr='#002ac5ee',GradientType=1 );
}
.box:hover:before{
    transform: scale(2);
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    width: 50%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-200%, -50%);
    transition: all 0.2s ease 0s;
}
.box:hover .box-content{
    transform: translate(0, -50%);
}
.box .title{
    color: #ffffff;
    font-size: 18px;
    z-index: 1;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box .icon li { display: inline-block; }
.box .icon li a i{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 5px;
    transition: all 0.3s ease 0s;
}
.box .icon li a i:hover{
    background: #ffffff;
    color: #000000;
}

/* Portfolio Single CSS Start */
.portfolio-single-area {
    padding: 100px 0;
}
.portfolio-single-info {
    margin-top: 30px;
    margin-bottom: 30px;
}
.infol-col {
    background: #f5f5f5;
    padding: 40px 20px;
}
.portfolio-single-col .infol-col {
    margin-bottom: 30px;
}
.portfolio-single-col .infol-col ul li {
    text-transform: capitalize;
    margin: 5px 0;
}
.portfolio-single-col .infol-col ul li .la-star {
    color: #FFE000;
}



/*--------------------------------
    24. Team CSS Start
----------------------------------*/
.team-area {
    padding: 100px 0 70px;
    background: url(../images/bg/1.jpg); 
}
.team-area .section-title h2, .team-area .section-title p {
    color: #ffffff;
}
.team-area .section-title .title-style:before, .team-area .section-title .title-style:after {
    background: #111111;
}
.team-item { 
    position: relative;
    margin-bottom: 30px; 
}
.team-item:before,
.team-item:after {
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    transform: scale(0);
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    background: -moz-linear-gradient(45deg, rgba(174,26,247,1) 0%, rgba(172,28,247,.8) 1%, rgba(42,197,238,0.5) 71%, rgba(42,197,238,.5) 100%);
    background: -webkit-linear-gradient(45deg, rgba(174,26,247,1) 0%,rgba(172,28,247,.8) 1%,rgba(42,197,238,0.5) 71%,rgba(42,197,238,.5) 100%);
    background: linear-gradient(45deg, rgba(174,26,247,1) 0%,rgba(172,28,247,.8) 1%,rgba(42,197,238,0.5) 71%,rgba(42,197,238,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae1af7', endColorstr='#002ac5ee',GradientType=1 );
}
.team-item:after {
    transform-origin: 100% 100% 0;
}
.team-item:hover:before,
.team-item:hover:after {
    transform: scale(1);
}
.team-item img {
    width: 100%;
    height: auto;
}
.team-item .team-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 32%;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.team-item:hover .team-content {
    opacity: 1;
}
.team-item .team-title {
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.team-item .team-post {
    display: block;
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.team-item .team-icon {
    padding: 0;
    margin: 0;
    list-style: none;
}
.team-item .team-icon li{
    display: inline-block;
}
.team-item .team-icon li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
    margin-left: 5px;
    transition: all 0.3s ease 0s;
}
.team-item .team-icon li a:hover{
    border-radius: 50%;
}

/* Team Inner CSS Start */
.team-inner-area {
    padding: 100px 0 70px;
}
.team-inner-area .team-item {
    margin-bottom: 30px;
}



/*--------------------------------
    24. Testimonial CSS Start
----------------------------------*/
.testimonial-area {
    padding: 100px 0;
}
.testimonial-item{
    border-left: 4px solid #2AC5EE;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}
.testimonial-item:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid #2AC5EE;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}
.testimonial-item .pic{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}
.testimonial-item .pic img{
    width: 100%;
    height: auto;
}
.testimonial-item .description{
    font-size: 15px;
    font-style: italic;
    line-height: 25px;
    margin-bottom: 15px;
}
.testimonial-item .title{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    margin: 0;
}
.testimonial-item .post{
    display: inline-block;
    font-size: 17px;
    color: #2AC5EE;
}
.owl-theme .owl-controls .owl-page span{
    border: 2px solid #d45113;
    background: #fff; 
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
    background: #d45113;
}
.owl-theme .owl-nav {
    margin: 0;
}
.owl-theme .owl-dots .owl-dot span {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px){
    .testimonial-item{
        padding: 20px;
        text-align: center;
    }
    .testimonial-item .pic{
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}


/*--------------------------------
    24. Blog CSS Start
----------------------------------*/
.blog-area {
    padding: 26px 0 70px;
    background: #f5f5f5;
}
.blog-box{
    text-align: center;
    margin-bottom: 30px;
}
.blog-box img{
    width: 100%;
    height: auto;
}
.blog-box .blog-content{
    position: relative;
    background: #ffffff;
    color: #f0f4ba;
    padding: 50px 10px 30px;
}
.blog-box .blog-date {
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    top: -36px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    background: -moz-linear-gradient(45deg, rgba(174,26,247,1) 0%, rgba(172,28,247,1) 1%, rgba(42,197,238,1) 71%, rgba(42,197,238,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(174,26,247,1) 0%,rgba(172,28,247,1) 1%,rgba(42,197,238,1) 71%,rgba(42,197,238,1) 100%);
    background: linear-gradient(45deg, rgba(174,26,247,1) 0%,rgba(172,28,247,1) 1%,rgba(42,197,238,1) 71%,rgba(42,197,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae1af7', endColorstr='#002ac5ee',GradientType=1 );
}
.blog-box .blog-date p {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    margin-top: 15px;
    transform: rotate(-45deg);
}
.blog-box .blog-title a {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 15px;
    text-transform: uppercase;
    color: #111111;
}
.blog-box .blog-description{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #333333;
}
.blog-box .read-more{
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #f0f4ba;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #f0f4ba;
    background: #00a996;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}
.blog-box .read-more:hover{
    color: #00a996;
    background: #f0f4ba;
    text-decoration: none;
}
.blog-box.middle .blog-content{
    padding: 30px 30px 50px;
}
.blog-box.middle .blog-date {
    bottom: -35px;
    top: auto;
}

/* Blog full width CSS Start */
.blog-full-width {
    padding: 100px 0 70px;
    overflow: hidden;
}
.post-blog-item .post-blog-content {
    padding: 30px 30px;
}


/* Blog Single CSS Start */
.blog-single-area {
    padding: 100px 0 70px;
}
.blog-single-col {
    margin-bottom: 30px;
}
.mb30 {
    margin-bottom: 30px;
}
.blog-single-col h3 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.blog-form-area h3 {
    margin-bottom: 30px;
}
.blog-form-area h3 a {
    color: #111111;
}
.blog-commment-item {
    position: relative;
    padding-left: 90px;
    margin-bottom: 50px;
}
.blog-commment-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.blog-commment-item h4 {
    margin-bottom: 10px;
}
.middele-comment {
    margin-left: 60px;
}

.form-field .btn {
    border: none;
    background: #53CAEF;
    color: #ffffff;
    padding: 10px 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.form-field .btn:hover {
    background: #111111;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.form-field textarea {
    height: auto;
}

/* Sidebar CSS Start */
.sideber-area {
    margin-bottom: 30px;
}
.widget {
    margin-bottom: 40px;
}
.blog-search i {
    font-size: 24px;
}
.tags li a {
    padding: 10px 5px;
}
.flicker-feed>a:after {
    color: #fff;
    content: "\f002";
    font-family: 'FontAwesome';
    font-size: 24px;
    font-weight: 300;
    left: 45%;
    position: absolute;
    top: 45%;
    margin-top: -7px;
    margin-left: -7px;
    width: 100%;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flicker-feed.gutter>a {
    margin: 0 5px 5px 0;
    width: 30%;
}
.flicker-feed>a:before {
    background-color: rgba(42, 197, 238, 0.6);
}


/*--------------------------------
    24. Progress CSS Start
----------------------------------*/
.progress-area {
    padding: 100px 0 0;
    background: url(../images/bg/1.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
.progress-col {
    margin-bottom: 30px;
}
.progress-col h3 {
    margin-bottom: 20px;
    margin-top: -20px;
    color: #ffffff;
}
.progress-item h4 {
    color: #ffffff;
    font-size: 16px;
}
.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: #333;
  z-index: 1;
}

.barfiller .tipWrap { display: none; }

.barfiller .tip {
  margin-top: -30px;
  padding: 0px 5px;
  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
}
.progress-img {
    margin-top: -158px;
}




/*--------------------------------
    24. Client CSS Start
----------------------------------*/
.client-area {
    padding: 50px 0;
    background: -moz-linear-gradient(45deg, rgba(174,26,247,1) 0%, rgba(172,28,247,1) 1%, rgba(42,197,238,1) 71%, rgba(42,197,238,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(174,26,247,1) 0%,rgba(172,28,247,1) 1%,rgba(42,197,238,1) 71%,rgba(42,197,238,1) 100%);
    background: linear-gradient(45deg, rgba(174,26,247,1) 0%,rgba(172,28,247,1) 1%,rgba(42,197,238,1) 71%,rgba(42,197,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae1af7', endColorstr='#002ac5ee',GradientType=1 );
}


/*--------------------------------
    24. Banner CSS Start
----------------------------------*/
.banner-area {
    background: url(../images/bg/3.jpg);
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100vh;
    text-align: center;
}
.banner-box {
    padding: 300px 0 100px 0;
    text-align: center;
}
.banner-box h2 {
    color: #ffffff;
    font-size: 42px;
}
.banner-box h2 span {
    color: #111111;
}

/*--------------------------------
    24. Page Title CSS Start
----------------------------------*/
.page-title-area {
    padding: 100px 0 70px;
    background: url(../images/bg/1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title-areaa {
    padding: 100px 0 70px;
    background: url(../images/bg/fullbanner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title-areaaa {
    padding: 100px 0 70px;
    background: url(../images/bg/aboutus-top.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title-areaq {
    padding: 145px 0 70px;
    background: url(../images/bg/Quality-Assurance.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title-areap {
    padding: 145px 0 70px;
    background: url(../images/bg/productimg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title-col {
    margin-bottom: 30px;
}
.page-title-col h2 {
    font-size: 36px;
    color: #ffffff;
    position: relative;
}
.page-title-col h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 0;
    width: 80px;
    height: 2px;
    background: #ffffff;
}
.page-title-col p {
    text-transform: capitalize;
    color: #ffffff;
}
.page-title-col p a {
    color: #ffffff;
}
.page-title-col p a:hover {
    color: #2AC5EE;
}
.page-title-col h1 {
    font-size: 36px;
    color: #ffffff;
    text-align: right;
    margin-bottom: 0;
}


/*--------------------------------
    24. Pricing CSS Start
----------------------------------*/
.pricing-area {
    padding: 100px 0 70px;
}
.pricing-table{
    margin-bottom: 30px;
    border: 1px solid #ddd;
    transition: all 0.3s ease 0s;
    background: -moz-linear-gradient(45deg, rgba(174,26,247,1) 0%, rgba(172,28,247,1) 1%, rgba(42,197,238,0.6) 71%, rgba(42,197,238,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(174,26,247,1) 0%,rgba(172,28,247,1) 1%,rgba(42,197,238,0.6) 71%,rgba(42,197,238,1) 100%);
    background: linear-gradient(45deg, rgba(174,26,247,1) 0%,rgba(172,28,247,1) 1%,rgba(42,197,238,0.6) 71%,rgba(42,197,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae1af7', endColorstr='#002ac5ee',GradientType=1 );
}
.pricing-table:hover{ background: #fff; }
.pricing-table .title{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 25px 0 25px 50px;
    transition: all 0.3s ease 0s;
}
.pricing-table:hover .title{ color: #111111; }
.pricing-table .pricing-content{
    padding: 40px 50px;
    margin: 0 30px 30px 0;
    background: #fff;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.pricing-table:hover .pricing-content{
    color: #fff;
    box-shadow: 2px 2px 4px 2px #ddd;
    background: -moz-linear-gradient(45deg, rgba(174,26,247,1) 0%, rgba(172,28,247,1) 1%, rgba(42,197,238,0.6) 71%, rgba(42,197,238,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(174,26,247,1) 0%,rgba(172,28,247,1) 1%,rgba(42,197,238,0.6) 71%,rgba(42,197,238,1) 100%);
    background: linear-gradient(45deg, rgba(174,26,247,1) 0%,rgba(172,28,247,1) 1%,rgba(42,197,238,0.6) 71%,rgba(42,197,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae1af7', endColorstr='#002ac5ee',GradientType=1 );
}
.pricing-table .amount{
    font-size: 50px;
    font-weight: 700;
    color: #111111;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;
}
.pricing-table:hover .amount{ color: #fff; }
.pricing-table .month{
    font-size: 18px;
    color: #777;
    transition: all 0.3s ease 0s;
}
.pricing-table:hover .month{ color: #fff; }
.pricing-table .pricing-content ul{
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
    text-align: left;
}
.pricing-table .pricing-content ul li{
    font-size: 15px;
    color: #333;
    line-height: 40px;
    transition: all 0.3s ease 0s;
}
.pricing-table:hover .pricing-content ul li{ color: #fff; }
.pricing-table .pricing-table-signup{
    display: inline-block;
    padding: 10px 25px;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid #ddd;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.pricing-table:hover .pricing-table-signup{
    color: #fff;
    border-color: #ffffff;
}
.pricing-table .pricing-table-signup:hover {
    color: #333333;
    border-color: #333333;
}



/*--------------------------------
    24. FAQ CSS Start
----------------------------------*/
.faq-area {
    padding: 100px 0;
}
#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 30px;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius: 30px;
}
#accordion .panel-title a{
    display: block;
    padding: 17px 20px 17px 70px;
    background: #f1f1e6;
    font-size: 18px;
    color: #2AC5EE;
    border: none;
    border-radius: 30px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed{ color: #333333; }
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f107";
    font-family: fontawesome;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background: #2AC5EE;
    font-size: 25px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:after{ content: "\f105"; }
#accordion .panel-body{
    padding: 20px 0 0 0;
    font-size: 14px;
    color: #656565;
    line-height: 25px;
    border-top: none;
    position: relative;
}
#accordion .panel-body p{
    padding: 10px 20px 10px;
    margin: 0;
    background: #f1f1e6;
    border-radius: 15px;
}



/*--------------------------------
    17. Error CSS Start
----------------------------------*/
.error-area {
    padding: 100px 0 70px;
}
.error-col {
    margin-bottom: 30px;
    text-align: center;
}
.error-col h1 {
    font-family: 'Dancing Script', cursive;
    font-size: 36px;
    margin-bottom: 50px;
}
.error-col h1 span {
    font-size: 60px;
    color: #2AC5EE;
}
.error-col img {
    width: 40%;
    margin: 0 auto;
}
.error-col h4 {
    margin-top: 30px;
    margin-bottom: 0;
}
.error-col h4 a {
    color: #111111;
}
.error-col h4 a:hover {
    color: #2AC5EE;
    text-decoration: underline;
}








/*--------------------------------
    24. Contact CSS Start
----------------------------------*/
.contact-info-area {
    padding: 100px 0 70px;
}
.contact-info-area .service-item {
    margin-bottom: 30px;
}
.contact-area {
    padding: 0 0 50px;
}
.form-group {
    margin-bottom: 0;
}
.contact-area .section-title {
    text-align: left;
}
.btn-theme:hover {
    background: #111111;
}
.contact-area .col-12 {
    margin-bottom: 50px;
}



/*--------------------------------
    24. Footer CSS Start
----------------------------------*/
.main-footer {
    padding: 36px 0 0px;
    background: url(../images/bg/footer.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-list.border-deshed li:last-child {
    border-bottom: none;
}
.footer-btn {
    border-radius: 0;
    background: #E47716;
}
.footer-btn:hover {
    background: #333333;
}
.btn-subscribe {
    height: 43px;
    text-transform: uppercase;
}
textarea {
    height: 100% !important;
}
.footer-logo {
    margin-bottom: 30px;
    width: 160px;
}
.news-area .news-content p:first-child {
    padding-top: 0;
}
.footer-list.border-deshed li:first-child {
    padding-top: 0;
}
.bg-footer-1 .footer-item form .form-control {
    margin-bottom: 10px;
}



/*--------------------------------
    25. Copyright CSS Start
----------------------------------*/
.copyright-bar {
    padding: 20px 0;
    background: #000000;
}
.footer-sociai-group {
    margin-bottom: 10px;
}
.footer-sociai-group a i {
    width: 35px;
    height: 35px;
    font-size: 15px;
    color: #ffffff;
    background: rgba(27, 27, 27, 0.75);
    text-align: center;
    line-height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.footer-sociai-group a i:hover {
    color: #ffffff;
    background: #2AC5EE;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.copyright-col p {
    color: #9a9a9a;
}
.copyright-col p a {
    color: #E47716;
}
.footer-social-group {
    text-align: right;
}
.footer-social-group li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
.footer-social-group li i {
    font-size: 24px;
    color: #2AC5EE;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.footer-social-group li i:hover {
    color: #dddddd;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.subscribe-style-two .btn-subscribe:hover {
    background: #333;
    color: #fff;
}




/*--------------------------------
    23. Demo Page CSS Start
----------------------------------*/
.demo-page-header {
    padding: 200px 0;
    background: #111111;
    background-image: url(../images/demo/1.html);
    background-position: center;
    background-size: cover;
}
.demo-page-features {
    padding: 100px 0 70px;
    background: #f5f5f5;
}
.demo-page-features h2 {
    font-size: 45px;
    display: inline-block;
    border-bottom: 3px solid #2AC5EE;
    margin-bottom: 60px;
    line-height: 1;
    padding-bottom: 10px;
}
.demo-page-features-col {
    margin-bottom: 30px;
    text-align: center;
}
.demo-page-features-col h4 {
    font-size: 18px;
    padding: 20px 20px;
    background: #e4e4e4; 
    border-top: 2px solid #2AC5EE;
}
.demo-content-area {
    padding: 100px 0 100px;
}
.demo-content-col {
    margin-bottom: 50px;
    text-align: center;
}
.demo-content-col h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #111111;
}
.demo-content-col h2 a {
    color: #111111;
}
.header-content {
    text-align: center;
}
.header-content h1 {
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 28px;
}
.header-content h1 span {
    color: #2AC5EE;
    font-size: 40px;
}
.header-content .btn {
    font-style: 16px;
    background: #2AC5EE;
    border: none;
    padding: 18px 40px;
    color: #ffffff;
    text-transform: uppercase;
}
.demo-content-area {
    padding: 150px 0 100px;
}
.demo-content-col {
    margin-bottom: 50px;
    text-align: center;
}
.demo-content-col h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #111111;
}
.demo-content-col h2 a {
    color: #111111;
}
.demo-content-col ul li {
    margin-bottom: 10px;
    margin-top: 10px;
}
.demo-content-col ul li a {
    font-weight: bold;
    color: #777777;
    text-transform: uppercase;
}
.pages-col {
    text-align: center;
}
.pages-col h1 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #cccccc;
}

