@charset "utf-8";
/* CSS Document 
Project Name: Sandroft    
Version:  1.0   
*/

/* 
---///---///--- TABLE OF CONTENT ---///---///---

01. Imported CSS
        * Google Fonts
        * Other Imported CSS
02. General CSS 
        * Common CSS
        * Form CSS
        * Default Section CSS
        * Btn CSS
        * Background Over Layer CSS
        * Default Title CSS
        * Scrollup CSS
        * Preloader CSS
        * Pagination CSS
03. Header CSS
        * Navbar CSS
        * NavBar Fixed CSS
04. Slider CSS
05. About CSS
        * About Inner CSS
06. Separator CSS
07. Service CSS
        * Service Two CSS
        * Service Single CSS
        * Tab CSS
        * Service Single Sidebar CSS
08. Counter CSS
09. Portfolio CSS
        * Item Hover CSS
        * Featherlight CSS
        * Portfolio details
10. Consultation CSS
11. Team CSS
        * Team Details CSS
12. Testimonial CSS
        * Testimonial Two CSS
13. Blog CSS
        * Blog Two CSS
        * Blog Single
14. Newsletter CSS
15. Brand CSS
16. INNER HEADING CSS
17. ACCOUNT CSS
18. Faq CSS
19. Error CSS
20. Contact CSS
21. Footer CSS
        * Footer Two CSS
        * COPY RIGHT CSS

*/

/*---///---///---///---///---///---///---///---///---///---
    01. Imported CSS
---///---///---///---///---///---///---///---///---///---*/

/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Hind+Siliguri:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Lobster');

/* Other Imported CSS */
@import "font-awesome.min.css";
@import "icofont.css";
@import "bootstrap-dropdownhover.css";
@import "slick.css";
@import "slick-theme.css";


/*---///---///---///---///---///---///---///---///---///---
    02. General CSS 
---///---///---///---///---///---///---///---///---///---*/

body {
    background: #ffffff;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #424242;
}
/* Common CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    color: #2d2d2d;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    text-transform: capitalize;

}
p {
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
}
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 {
    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 {
    
}
ul li {
    
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}


/* Form CSS */
.form-control {
    height: 40px;
    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: #999999;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
::-webkit-input-placeholder {
    color: #666666 !important;
}
::-moz-placeholder {
    color: #666666 !important;
}
::-o-placeholder {
    color: #666666 !important;
}
:-ms-input-placeholder {
    color: #666666 !important;
}
input:-moz-placeholder {
    color: #666666 !important;
}
.consultation-form ::-webkit-input-placeholder {
    color: #f5f5f5 !important;
}
.consultation-form ::-moz-placeholder {
    color: #f5f5f5 !important;
}
.consultation-form ::-o-placeholder {
    color: #f5f5f5 !important;
}
.consultation-form :-ms-input-placeholder {
    color: #f5f5f5 !important;
}
.consultation-form input:-moz-placeholder {
    color: #f5f5f5 !important;
}
.newsletter-col ::-webkit-input-placeholder {
    color: #f5f5f5 !important;
}
.newsletter-col ::-moz-placeholder {
    color: #f5f5f5 !important;
}
.newsletter-col ::-o-placeholder {
    color: #f5f5f5 !important;
}
.newsletter-col :-ms-input-placeholder {
    color: #f5f5f5 !important;
}
.newsletter-col input:-moz-placeholder {
    color: #f5f5f5 !important;
}
.main-herader-transparent ::-webkit-input-placeholder {
    color: #222222 !important;
}
.main-herader-transparent ::-moz-placeholder {
    color: #222222 !important;
}
.main-herader-transparent::-o-placeholder {
    color: #222222 !important;
}
.main-herader-transparent :-ms-input-placeholder {
    color: #222222 !important;
}
.main-herader-transparent input:-moz-placeholder {
    color: #222222 !important;
}


/* Default Section CSS */
.section-default {
    padding: 100px 0 70px;
    position: relative;
}
.col-default {
    margin-bottom: 30px;
}

/* Btn CSS */
.simple-btn {
    border-color: #dddddd;
    border-radius: 0;
    color: #424242;
    background: transparent;
    padding: 12px 30px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    -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;
}
.simple-btn:before {
    content: '';
    width: 30px;
    height: 200px;
    background: #ffffff;
    position: absolute;
    left: -30px;
    top: -100px;
    z-index: 0;
    opacity: 0.2;
    -ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Safari */
    transform: rotate(20deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.simple-btn:hover:before {
    left: 300px;
    z-index: -1;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.simple-btn:hover {
    color: #ffffff;
    background: #6AB4FF;
    z-index: 1;
    border-color: #6AB4FF;
    -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;
}

.simple-default-btn  {
    border: none;
    border-radius: 0;
    color: #ffffff;
    background: #6AB4FF;
    padding: 12px 30px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    -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;
}
.simple-default-btn:before {
    content: '';
    width: 30px;
    height: 200px;
    background: #ffffff;
    position: absolute;
    left: -30px;
    top: -100px;
    z-index: 0;
    opacity: 0.2;
    -ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Safari */
    transform: rotate(20deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.simple-default-btn:hover:before {
    left: 300px;
    z-index: -1;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.simple-default-btn:hover {
    color: #ffffff;
    background: #111111;
    z-index: 1;
    border-color: #6AB4FF;
    -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;
}



/* Background Over Layer CSS */

.over-layer-black {
    position: relative;
}
.over-layer-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.9);
}
.over-layer-white {
    position: relative;
}
.over-layer-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.85);
}

/* Default Title CSS */
.default-title {
    margin-bottom: 60px;
}
.default-title h2 {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.default-title h2 span {
    color: #6AB4FF;
}
.default-title .title-border {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    background: #2d2d2d;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    
}
.default-title .title-border:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 2px;
    background: #2d2d2d;
}
.default-title .title-border:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #2d2d2d;
}
.default-title .title-border i {
    color: #ffffff;
    font-size: 24px;
    line-height: 42px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 10px;
    margin-left: -15px;
    margin-top: -15px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.default-title p {
    letter-spacing: 1px;
    font-weight: 600;
    font-style: italic;
}

/* scrollup css start */
#dyscrollup-btn {
    z-index: 999999;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color:#ffffff;
    text-align: center;
}
#dyscrollup-btn:before {
    content: "\f0aa";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #6AB4FF;
    font-size: 45px;
}


/* Preloader CSS */
#preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 99999999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #ffffff url('../images/preloader.gif') no-repeat center center; 
}

/* Pagination CSS Start */
.page-pagination {

}
.page-pagination .pagination {
    margin-bottom: 30px;
}
.page-pagination .pagination>li:first-child>a, 
.page-pagination .pagination>li:first-child>span,
.page-pagination .pagination>li:last-child>a, 
.page-pagination .pagination>li:last-child>span {
    border-radius: 0;
} 
.page-pagination .pagination>li>a {
    margin-right: 2px;
    margin-left: 2px;
    color: #333333;
}
.page-pagination .pagination>li>a:hover {
    color: #ffffff;
    background: #6AB4FF;
    border-color: #6AB4FF;
}





/*---///---///---///---///---///---///---///---///---///---
    03. Header CSS 
---///---///---///---///---///---///---///---///---///---*/
.main-herader {
    position: relative;
    background: #ffffff;
}

/* Header Top CSS Start */
.header-topbar {
    /*background: #6AB4FF;*/
    position: relative;
	padding: 12px;
}
.header-topbar .topbar-arrow {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent; 
    border-bottom: 30px solid #ffffff;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
}
.header-topbar-col {
    padding: 10px 0;
}
.header-topbar-col p {
    color: #ffffff;
    margin-top: 5px;
}
.header-topbar-col p i {
    margin-right: 5px;
    color: #ffffff;
}
.header-topbar-col p a {
    color: #ffffff;
}
.register-link {
    color: #ffffff;
    display: inline-block;
    margin-top: 5px;
}
.register-link:hover {
    padding-bottom: 5px;
}
.register-link a {
    color: #ffffff;
    padding: 0 5px;
    border-bottom: 1px solid transparent;
    padding-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;

}
.register-link a:hover {
    padding-bottom: 5px;
    border-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;
}
.header-topbar-col .input-group .form-control {
    height: 40px;
    border: none;
}
.header-topbar-col .input-group .input-group-btn .btn {
    height: 40px;
    width: 50px;
    border: none;
    border-radius: 0;
    background: #ffffff;
}
.header-topbar-col .input-group .input-group-btn .btn i {
    font-size: 24px;
    color: #6AB4FF;

}

/* Navbar CSS start */
.navbar-header.logo-div {
    margin-top: -30px;
}

a.navbar-brand p {
    font-size: 20px;
    letter-spacing: 0px;
}

.header-navbar {
    color: #ffffff;
}
.header-navbar .navbar-brand {
    padding: 0;
}
.header-navbar .navbar-brand img {
    width: 280px;
    height: auto;
}
.header-navbar .navbar {
    margin-bottom: 0;
}
.header-navbar .navbar-nav {
    margin-top: 8px;
}
.header-navbar .navbar-default {
    background: transparent;
    border: none;
    padding: 0px 0 10px;
}
.header-navbar .navbar-default .navbar-nav>.active>a,
.header-navbar .navbar-default .navbar-nav>li>a:hover {
    color: #6AB4FF;
    background-color: transparent;
}
.header-navbar .navbar-default .navbar-nav>li>a {
    color: #333333;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    margin-left: 30px;
}
.header-navbar .navbar-default .navbar-nav>li>a:focus,
.header-navbar .navbar-default .navbar-nav>li>a:hover {
    background: transparent;
}
.header-navbar .navbar-right .dropdown-menu {
    right: auto;
}
.header-navbar .navbar-nav .dropdown-menu {
    padding: 0;
    margin-left: 30px;
    border: none;
    border-top: 3px solid #6AB4FF;
    border-radius: 0;
}
.header-navbar .navbar-nav .dropdown-menu>li>a {
    padding: 15px 10px;
    color: #333333;
    font-size: 15px;
    
    border-top: 1px solid #eeeeee;
}
.header-navbar .navbar-nav .dropdown-menu>li>a:hover {
    padding-left: 15px;
    color: #fff;
    background-color: #6AB4FF;
}
/*
.header-navbar .navbar-default .navbar-nav>.open>a,
.header-navbar .navbar-default .navbar-nav>.open>a:focus,
.header-navbar .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}*/
.header-navbar .navbar-default .navbar-nav>.open>a,
.header-navbar .navbar-default .navbar-nav>.open>a:focus
 {
    background-color: transparent;
}

/* NavBar Fixed CSS */
.scroll-to-fixed-fixed {
    border-bottom: 1px solid #cccccc;
    background: #ffffff;
    top: 0;
    width: 100% !important;
    z-index:9;
    -webkit-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.2);
    -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;
}

/* Header Transparent CSS Start */
.main-herader-transparent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
    padding-top: 5px;
    padding-bottom: 10px;
}
.main-herader-transparent .header-topbar {
    background: transparent;
    border-bottom: 1px solid #868686;
}
.main-herader-transparent .header-topbar .topbar-arrow {
    display: none;
}
.main-herader-transparent .header-navbar .navbar-default {
   
}
.main-herader-transparent .form-control {
    background-color: rgba(255, 255, 255, 0.6);
    color: #222222;
}
.main-herader-transparent .header-topbar-col .input-group .input-group-btn .btn {
    background-color: rgba(255, 255, 255, 0.6);
}
.main-herader-transparent .header-navbar .navbar-default .navbar-nav>li>a {
    color: #ffffff;
}
.main-herader-transparent .scroll-to-fixed-fixed 
.navbar-default .navbar-nav>li>a {
    color: #333333;
}
.logo-1 {
    display: none !important;
}
.main-herader-transparent .scroll-to-fixed-fixed .logo-1 {
    display: block !important;
}
.logo-2 {
    display: block;
}
.main-herader-transparent .scroll-to-fixed-fixed .logo-2 {
    display: none !important;
}



/*---///---///---///---///---///---///---///---///---///---
    04. Slider CSS 
---///---///---///---///---///---///---///---///---///---*/
.main-slider-section {

}
.pogoSlider-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: #304771;
	opacity: .97;
}
.silder-elements {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 111;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slider-main-title {
    font-size: 20px !important;
    padding-top: 0;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.2;
}
.slider-main-title span {
    color: #6AB4FF;
    font-size: 48px !important;
}
.slider-para {
    color: #ffffff;
    font-size: 16px !important;
    margin-bottom: 12px;
}

/*Custom css start*/
.header-topbar a, i.fa {
    color: black;
}

.hero-btn-area{
    margin-top: 55px;
    margin-left: 110px;
}
a.navbar-brand h2 {
    letter-spacing: 4px;
    font-size: 35px;
}

.slide-btn {
    background: #5cb85c none repeat scroll 0 0;
    border-radius: 10px;
    display: inline-block;
    font-size: 15px;
    padding: 10px 15px;
    text-transform: uppercase;
    margin-left: 20px;
    color: #fff;
}

.header-slide-btn {
    background: #f9cf25 none repeat scroll 0 0;
    border-radius: 10px;
    display: inline-block;
    font-size: 15px;
    padding: 1px 15px;
    text-transform: uppercase;
    margin-left: 20px;
}
i.fa.fa-volume-control-phone {
    padding-right: 10px;
}
.hero-btn-area h3 {
    color: #fff;
    font-weight: 300;
}
.third-element {
margin-top:45px;
font-size: 22px;
}
.text-left h3 {
    font-size: 23px;
}

.page-left-title, .page-desc-right {
    margin-bottom: 50px;
}
.page-left-title {
    border-right: 2px solid #222;
    padding-right: 70px;
    text-align: right
    }

.page-left-title > h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase
    }
.page-left-title-ot {
    border-right: 2px solid #222;
    padding-right: 70px;
    text-align: right
    }

.page-left-title-ot > h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase
    }
.page-left-title span {
    display: block;
    font-size: 40px;
    font-weight: 300;
    margin-top: 15px
    }
.page-desc-right-game > h3 {
    color: #333;
    font-style: italic;
    font-weight: 300;
    max-width: 350px;
    padding-left: 50px;
    padding-top: 18px
    }
.page-desc-right-game span {
    color: #44b3e6;
    font-style: italic;
    font-weight: 600
    }
.page-desc-right > h3 {
    color: #fff;
    font-style: italic;
    font-weight: 300;
    max-width: 350px;
    padding-left: 50px;
    padding-top: 18px
    }
.page-desc-right span, .single-promo span {
    color: #44b3e6;
    font-style: italic;
    font-weight: 600
    }

	.single-promo > h2 {
    color: #272727;
    font-size: 14px;
    margin-bottom: 35px;
    padding: 82px 0 25px;
    position: relative;
    
    }
.about-small-col ul {
    list-style: none;
}
.single-promo h2 i {
    border: 1px solid #ddd;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 25px;
    height: 80px;
    padding-top: 32px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 80px
    }

.single-promo > h2::before {
    background: none repeat scroll 0 0 #ddd;
    bottom: 43px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 85%
    }

.single-promo {
    margin: 0 0 0;
	font-size: 17px;
    }

	ul.process-tab li {
    background: none repeat scroll 0 0 #d0d0d0;
    color: #fff;
    display: inline-block;
    height: 60px;
    margin-right: 40px;
    position: relative;
    width: 120px
    }

ul.process-tab li::before {
    background: none repeat scroll 0 0 #d0d0d0;
    content: "";
    height: 115px;
    left: 25px;
    position: absolute;
    top: -27px;
    -moz-transform: rotate(-32deg);
    -ms-transform: rotate(-32deg);
    -o-transform: rotate(-32deg);
    -webkit-transform: rotate(-32deg);
    transform: rotate(-32deg);
    width: 70px
    }

ul.process-tab li::after {
    background: none repeat scroll 0 0 #d0d0d0;
    content: "";
    height: 115px;
    left: 25px;
    position: absolute;
    top: -27px;
    -moz-transform: rotate(32deg);
    -ms-transform: rotate(32deg);
    -o-transform: rotate(32deg);
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
    width: 70px
    }

ul.process-tab li:hover, ul.process-tab li:hover:after, ul.process-tab li:hover:before {background: #44B3E6 !important}
ul.process-tab li.active, ul.process-tab li.active:after, ul.process-tab li.active:before {background: #000}
ul.process-tab li.color_1, ul.process-tab li.color_1:after, ul.process-tab li.color_1:before {background: #d0d0d0}
ul.process-tab li.color_2, ul.process-tab li.color_2:after, ul.process-tab li.color_2:before {background: #b9b9b9}
ul.process-tab li.color_3, ul.process-tab li.color_3:after, ul.process-tab li.color_3:before {background: #979797}
ul.process-tab li.color_4, ul.process-tab li.color_4:after, ul.process-tab li.color_4:before {background: #767777}
ul.process-tab li.color_5, ul.process-tab li.color_5:after, ul.process-tab li.color_5:before {background: #535353}


.process-icon-holder {
    margin-bottom: 65px;
    margin-top: -5px;
    position: relative;
    z-index: 99
    }

ul.process-tab li a {
    color: #fff;
    font-size: 50px;
    position: relative;
    text-align: center;
    z-index: 99;display: block
    }

.process-title > h2 {
    font-size: 20px;
    text-transform: uppercase;
	color: #fff;
    }

.process-tab {
    list-style: outside none none;
    margin: 60px 0 0;
    padding: 0;
    text-align: center
    }

.process-single-wid {
    background: none repeat scroll 0 0 #fff;
    color: #666;
    margin-bottom: 5px;
    padding: 15px 20px 15px 126px;
    position: relative
    }

.process-single-wid:hover {
    background: #51B3E7;
    color: #fff
    }

.process-single-wid > h2 {
    font-size: 20px;
    margin: 0 0 10px;
    text-transform: uppercase
    }

.process-single-wid i.fa {
    border: 1px solid #666;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 40px;
    height: 80px;
    left: 25px;
    padding-top: 17px;
    position: absolute;
    text-align: center;
    top: 27px;
    width: 80px
    }

.process-right-wid {
    margin-top: 30px
    }

ul.process-tab li i.fa.fa-long-arrow-right {
font-size: 33px;position: absolute;right: -40px;top: 21px;color: #5cb85c;
}

.today-contact {
    background-color: #5bc0de;
    padding: 20px 35px;
    border-radius: 5px;
}
.mt55 {
    margin-top: 55px;
}
a.today-contact {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.single-service-item .icon i.fa {
    font-size: 50px;
    color: orange;
}
.single-service-item {
    margin: 15px 10px;
}
.service-section-pre h2 {
    margin-bottom: 50px;
}
.second-service {
    margin-top: -60px;
}
.service-more-btn {
    border-radius: 50px;
    color: #2ecc71;
    display: inline-block;
    margin-top: 5px;
    padding: 10px 0;
    transition: all 0.3s ease 0s;
}
.service-more-btn i.fa {
    padding-left: 5px;
}
.service-more-btn:hover {
    background: #2ecc71 none repeat scroll 0 0;
    color: #fff;
    padding: 5px 20px;
}
.single-service-item:hover {
    box-shadow: 0 0 15px #E7F6ED;
}
.single-service-item {
	background: #fff;
	transition: 0.2s
}

input[type=text],input[type=email], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */  
  border: 1px solid #6AB4FF; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

input[type=submit] {
   background-color: #1ea5e5;
  color: #fff;
  padding: 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 30%;
  font-size: 15px;
  border-width: 0;
}

.consultation-section label {
    font-weight: 300;
}
.service-section {  
padding: 100px 0px;
}
.side-nav {
    box-shadow: 0px 1px 8px rgba(0,0,0,0.11);
	/*position: fixed;*/
}
h3.side-title {
    padding: 20px;
    margin-bottom:0px;
    font-weight:500;
    border-bottom: 2px solid #f9f9f9;
}

.menu-services-menu-container ul li {
    border-bottom: 2px solid #f9f9f9;
    padding: 0;
	list-style: none;
}

.menu-services-menu-container ul li a {
    padding: 0px 30px;
    color: #333;
    display: block;
    margin-bottom: 12px;
    margin-top: 12px;
    font-size: 18px;
}
.heading-line span {
    width: 70px;
    display: inline-block;
    width: 70px;
    background: #e2e2e2;
    height: 2px;
}
.right-context {
    margin-top: 20px;
	margin-bottom: 50px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}
/*Custom css end*/
.join-btn {
    background: transparent;;
    font-size: 14px !important;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 30px !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;
}
.join-btn:hover {
    background: #6AB4FF;
    border-color: #6AB4FF;
    color: #ffffff;
    -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;
}
.pogoSlider--navBottom .pogoSlider-nav {
    display: none;
}

/* Slider Two CSS Start */
.main-slider-two {
    
}
.main-slider-two .pogoSlider {
    width: 100%;
    height: 100vh;
}
.main-slider-two .silder-elements {
    top: 55%;
}



/*---///---///---///---///---///---///---///---///---///---
    05. About CSS
---///---///---///---///---///---///---///---///---///---*/
.about-section {
     overflow-x: hidden;
}
.about-image {
    text-align: center;
    margin-bottom: 80px;
}
.about-image h1 {
    font-size: 45px;
    margin-bottom: 30px;
}
.about-image h1 span {
    color: #6AB4FF;
}
.about-title {
    padding: 10px 40px 10px 20px;
    border-left: 10px double #6AB4FF;
    display: inline-block;
    margin-bottom: 25px;
}
.about-title h2 {
    font-size: 42px;
    line-height: 42px;
}
.about-title p {
    color: #8c8c8c;
    text-transform: capitalize;
}
.about-small-col h4 {
    font-size: 24px;
    margin-top: 30px;
    padding: 15px 40px 15px 20px;
    border-left: 10px double #6AB4FF;
    display: inline-block;
    margin-bottom: 20px;
}
.about-small-col ul li {
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}
.about-small-col ul li:last-child {
    margin-bottom: 0;
}
.about-small-col ul li i {
    margin-right: 5px;
    -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;
}
.about-small-col ul li:hover i {
    color: #6AB4FF;
    -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;
}
.about-item {
    margin-bottom: 35px;
}
.about-item .about-icon {
    width: 70px;
    height: 70px;
    background: #6AB4FF;
    margin-bottom: 30px;
    margin-left: 15px;
    text-align: center;
    position: relative;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);
    -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;
}
.about-item:hover .about-icon {
    background: #111111;
    -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;
}
.about-item .about-icon i {
    font-size: 32px;
    line-height: 34px;
    color: #ffffff;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -17px;
    margin-top: -17px;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg);
}
.top-corner {
    width: 20px;
    height: 20px;
    background: #111111;
}
.about-section img {
    margin-top: 40px;
}

/* About Inner CSS */
.about-inner-section {

}
.about-inner-section h2 {
    font-size: 36px;
}
.about-inner-section h2 span {
    color: #6AB4FF;
}
.about-inner-section .about-subtitle {
    color: #757575;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.about-img-col {
    position: relative;
}


/*---///---///---///---///---///---///---///---///---///---
    06. Separator CSS
---///---///---///---///---///---///---///---///---///---*/
.separator-section {
    background: url(../images/bg/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
}
.separator-col {
    text-align: center;
}
.separator-col h2 {
    color: #6AB4FF;
    font-size: 45px;
    margin-bottom: 10px;
    letter-spacing: 15px;
}
.separator-col span {
    color: #dddddd;
    font-size: 18px;
}
.separator-col p {
    font-size: 28px;
    color: #ffffff;
    letter-spacing: 2px;
    margin-top: 30px;
}


/*---///---///---///---///---///---///---///---///---///---
    07. Service CSS
---///---///---///---///---///---///---///---///---///---*/
.service-section {
    
}
.service-img {
    position: relative;
}
.service-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 20%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    -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;
}
.service-box:hover .service-img:before {
    width: 100%;
    opacity: 1;
    -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;
}
.service-img p {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index:0;
    background: #6AB4FF;
    -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;

}
.service-img p a {
    padding: 7px 12px;
    color: #ffffff;
}
.service-box:hover .service-img p {
    background: rgba(0, 0, 0, 0.7);
    -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;
}
.service-info {
    border: 1px solid #dddddd;
    border-top: none;
    padding: 30px 20px;
    position: relative;
    text-align: center;
    -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;
}
.service-info i {
   position: absolute;
   left: 0;
   top: 0;
   font-size: 58px; 
   z-index: -1;
   opacity: 0.1;
}
.service-info h3 {
    color: #6AB4FF;
}
.service-info h3 a {
    color: #6AB4FF;
}

/* Service Two CSS Start */
.service-box-two {
    background: #f5f5f5;
    padding: 20px 30px;
    text-align: center;
    position: relative;
    -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;
}
.service-box-two-inner {
    text-align: center;
    padding: 30px 20px;
}
.service-box-two a {
    color: #6AB4FF;
}
.service-section .mb30 {
    margin-bottom: 30px;
}

/* Service Single CSS Start */
.service-single-title {
    margin-top: 30px;
    margin-bottom: 20px;
}
.service-single-title h2 {
    font-size: 28px;
    text-transform: uppercase;
}
.service-single-title h2 span {
    color: #6AB4FF;
}
.service-single-title h4 {
    text-transform: uppercase;
    font-size: 14px;
}
.service-single-list h3 {
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 20px;
}
.service-single-list ul li {
    margin-bottom: 10px;
}
.service-single-list ul li i {
    margin-right: 10px;
    color: #6AB4FF;
}

.graph-image {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* Tab CSS Start */
.tab {
    position: relative;
    overflow: hidden;
}
.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.tabs li {
    float: left;

}
.tabs li a {
    color: #6AB4FF;
    font-size: 16px;
    line-height: 42px;
    font-weight: 600;
    padding: 10px 20px;
    margin-right: 1px;
    text-transform: capitalize;
}
.tabs_item {
    display: none;
    padding: 30px 20px;
    border: 1px solid #dddddd;
}
.tabs_item.active {
    display: block;
}
.tabs_item div {
    margin-top: 20px;
}
.tabs_item div p {
    background: #F5F5F5;
    padding: 20px;
    font-style: italic;
    display: block;
    font-weight: 500;
}
.current a {
    color: #ffffff !important;
    background: #6AB4FF;
}


/* Service Single Sidebar CSS Start */
.service-given-list {
    margin-bottom: 40px;
}
.service-given-list ul li {
    padding: 8px 20px;
    margin-bottom: 2px;
    -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;
}
.service-given-list ul li:hover {
    background: #6AB4FF;
    -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;
}
.service-given-list ul li.active {
    background: #6AB4FF;
}
.service-given-list ul li.active a {
    color: #ffffff;
}
.service-given-list ul li.active i {
    color: #ffffff;
}
.service-given-list ul li i {
    margin-right: 5px;
    -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;
}
.service-given-list ul li:hover i {
    margin-right: 10px;
    color: #ffffff;
    -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;
}
.service-given-list ul li a {
    color: #333333;
    text-transform: capitalize;
    -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;
}
.service-given-list ul li:hover a {
    color: #ffffff;
    -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;
}
.pdf-books {
    margin-bottom: 40px;
}
.serice-sidebar-title {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.pdf-books ul li {
    margin-bottom: 15px;
    text-transform: capitalize;
}
.pdf-books ul li i {
    margin-right: 5px;
    -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;
}
.pdf-books ul li:hover i {
    margin-right: 10px;
    color: #6AB4FF;
    -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;
}
.pdf-books ul li a {
    color: #424242;
    -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;
}
.pdf-books ul li:hover a {
    color: #6AB4FF;
    -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;
}
.support-box {
    margin-bottom: 40px;
}
.support-content {
    background: #6AB4FF;
    padding: 30px 30px;
    text-align: center;
}
.support-content h4 {
    color: #ffffff;
}
.support-content h3 {
    margin-bottom: 0;
}
.video-tutorial {
    
}
.video-tutorial-content {
    position: relative;
    text-align: center;
}
.video-tutorial-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.video-tutorial-content a i {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    font-size: 50px;
    color: #6AB4FF;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*---///---///---///---///---///---///---///---///---///---
    08. Counter CSS
---///---///---///---///---///---///---///---///---///---*/
.counter-sec {
    padding: 100px 0 70px;
    position: relative;
    background: url(../images/bg/pattern.png);
    background-repeat: repeat;
}
.counter-sec .counter-box {
    position: relative;
    text-align: center;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.2);
    color: #111111;
    -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;
}
.counter-sec .counter-box:hover {
    -webkit-box-shadow: none;
    box-shadow: 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;
}
.left-arrow-small {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 30px solid transparent;
    border-right: 30px solid transparent;
    border-left: 30px solid rgba(0, 197, 204, 0.1);
}
.counter-sec .counter-box .numbar-counter {
    color: #6AB4FF;
    font-size: 36px;
    margin-bottom: 10px;
    z-index: 99;
}
.counter-sec .counter-box p {
    color: #ffffff;
    text-transform: capitalize;
    z-index: 99;
}
.counter-sec .counter-box i {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    font-size: 70px;
    opacity: 0.3;
}



/*---///---///---///---///---///---///---///---///---///---
    09. Portfolio CSS
---///---///---///---///---///---///---///---///---///---*/
.portfolio-section {
    overflow: hidden;
}
.portfolio-section.section-default {
    padding: 100px 0 100px;
    overflow: hidden;
}
.pad-less {
    padding: 0;
}
.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: #6AB4FF;
    -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;
}


/* Item Hover CSS */
.hover-me {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.hover-layer {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    -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;
}
.hover-me:hover .hover-layer {
    height: 100%;
    opacity: 1;
    -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;
}
.hover-me-content {
    margin-top: -35px;
}
.hover-me-content .details-link {
    position: absolute;
    left: 50%;
    top: -300px;
    z-index: 999;
    color: #ffffff;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 15px;
    text-align: center;
    width: 100px;
    margin-left: -50px;
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.hover-me-content  .details-link:hover {
    color: #6AB4FF;
}
.hover-me:hover .details-link {
    top: 0;
    opacity: 1;
    -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;
}
.hover-me-content a i {
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 111;
    font-size: 40px;
    text-align: center;
    color: #6AB4FF;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.hover-me:hover i {
    top: 50%;
    opacity: 1;
    -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;
}
.padd-less {
    padding: 0;
}

/* Featherlight CSS */
.featherlight .featherlight-content{
    padding: 10px;
    border-bottom: none;
}
.featherlight-next span {
    right: -2%;
}
.featherlight-previous {
    right: 88%;
    top: 10px;
    left: 10px;
    bottom: 10px;
    background: transparent;
    -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;
}
.featherlight-next {
    left: 88%;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background: transparent;
    -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;
}
.featherlight-next:hover, .featherlight-previous:hover {
    background: rgba(0, 0, 0, 0.7);
    -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;
}
.featherlight-next span, .featherlight-previous span {
    font-size: 30px;
    color: #ffffff;
    text-shadow: 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;
}
.featherlight .featherlight-close-icon {
    background: #000000;
    color: #ffffff;
    right: 20px;
    top: 20px;
    font-size: 16px;
    border: 1px solid #ffffff;
    padding: 0 5px;
}

.portfolio-inner-section .page-pagination .pagination {
    margin-top: 50px;
    margin-bottom: 0;
}
.portfolio-inner-4-col {
    overflow: hidden;
}
.portfolio-inner-4-col .filtr-item {
    width: 25%;
}

/* Portfolio details Start */
.portfolio-details-section {
    padding: 100px 0 100px;
}
.portfolio-details-section h3 {
    color: #6AB4FF;
    margin-bottom: 30px;
    margin-top: 30px;
}
.portfolio-item-info {
    background: #F5F5F5;
    padding: 20px 20px;
}
.portfolio-item-info ul li {
    margin-bottom: 8px;
}
.portfolio-item-info ul li i {
    margin-right: 5px;
    color: #6AB4FF;
}
.portfolio-item-info ul li strong {
    margin-right: 10px;
}
.comment-field h3 a {
    color: #6AB4FF;
}
.comment-item {
    position: relative;
    padding-left: 100px;
    margin-bottom: 50px;
}
.comment-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.comment-item-right {
    margin-left: 50px;
}
.portfolio-middle-box {
    padding: 30px 30px;
    margin-top: 30px;
    margin-bottom: 60px;
    background: #f5f5f5;
}
.portfolio-middle-box h3 {
    margin-top: 0;
    margin-bottom: 20px;
}
.portfolio-middle-box ul li {
    margin-bottom: 10px;
}
.portfolio-middle-box ul li i {
    margin-right: 10px;
    color: #6AB4FF;
}




/*---///---///---///---///---///---///---///---///---///---
    10. Consultation CSS
---///---///---///---///---///---///---///---///---///---*/
.consultation-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
}
.consultation-col {
    padding: 100px 50px;
}
.consultation-col h2 {
     text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: 36px;
    text-transform: uppercase;
}
.consultation-col h2 span {
    color: #6AB4FF;
}
.bottom-bdr {
    width: 100px;
    height: 2px;
    background: #6AB4FF;
    margin: auto;
    margin-bottom: 50px;
}
.consultation-form form .form-control {
    background: rgba(255, 255, 255, 0.3);
    height: 45px;
    color: #f5f5f5;
}
.full-hight {
    height: 100% !important;
}
.consultation-form .simple-btn {
    color: #dddddd;
    padding: 15px 40px;
}
.consultation-form .simple-btn {
    color: #ffffff;
}



/*---///---///---///---///---///---///---///---///---///---
    11. Team CSS
---///---///---///---///---///---///---///---///---///---*/
.team-section.section-default {
    position: relative;
}
.team-img {
    position: relative;
    overflow: hidden;
}
.team-img img {
    -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;
}
.team-col:hover .team-img img {
    -ms-transform: scale(1.2); 
    -webkit-transform: scale(1.2); 
    transform: scale(1.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;
}
.team-socila-link {
    width: 80%;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -40%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -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;
}
.team-col:hover .team-socila-link {
    bottom: 10px;
    opacity: 1;
    -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;
}
.team-socila-link a i {
    font-size: 16px;
    margin-right: 10px;
    margin-left: 10px;
    color: #ffffff;
    -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;
}
.team-socila-link a i:hover {
    color: #6AB4FF;
    -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;
}
.member-name {
    padding: 20px 20px 20px 20px;
    border: 1px solid #dddddd;
    border-top: none;
}
.member-name h4 a {
    color: #333333;
}
.member-name h4 a:hover {
    color: #6AB4FF;
}
.small-bdr {
    width: 60px;
    height: 2px;
    background: #6AB4FF;
    margin: auto;
    margin-bottom: 10px;
}
.member-name p {
    color: #666666;
    text-transform: capitalize;
}
/* Team Details CSS Start */
.team-details-section {
    padding: 100px 0 70px;
}
.team-singel-img {
    border: 1px solid #6AB4FF;
}
.team-details-col {
    padding: 30px 30px;
    background: #F5F5F5;
}
.team-details-col h4 {
    font-size: 24px;
}
.team-details-col strong {
    margin-right: 10px;
}
.team-details-col p {
    margin-bottom: 8px;
}
.team-info-contact {
    margin-bottom: 10px;
}
.team-info-contact a i {
    color: #111111;
    margin-right: 10px;
}
.team-info-contact a i:hover {
    color: #6AB4FF;
}
.start-group {
    margin-bottom: 15px;
}
.start-group i {
    font-size: 30px;
    color: #f8d308;
}
.other-team-membars h3 {
    font-size: 24px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 30px;
}

/*---///---///---///---///---///---///---///---///---///---
    12. Testimonial CSS
---///---///---///---///---///---///---///---///---///---*/
.testimonial-sec {
    background: #f5f5f5;
}
.testimonial-sec.section-default {
    padding: 100px 0 90px;
}
.slick-slide {
    outline: none;
}
.slick-dots li {
    margin: 0 2px;
}
.slick-dots li button:before {
    font-size: 12px;
}
.testimonial-carousel .slick-dots li button:before {
    opacity: 1;
}
.testimonial-carousel .slick-dots li.slick-active button:before {
    color: #6AB4FF;
}
.testimonial-box {
    padding: 60px 40px 60px;
    background: #111111;
    text-align: center;
}
.arrow-top {
    position: relative;
}
.arrow-top:before {
    content: " ";
    width: 100%;
    height: 0;
    border-top: 15px solid #f5f5f5;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    position: absolute;
    left: 0;
    top: -60px;
    z-index: 0;
}
.arrow-bottom:before {
    content: " ";
    width: 90%;
    height: 0;
    margin-left: -45%;
    border-bottom: 15px solid #f5f5f5;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 0;
}
.testimonial-box img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.testimonial-box h4 {
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}
.testimonial-box span {
    color: #6AB4FF;
    font-size: 14px;
    letter-spacing: 1px;
    font-style: italic;
}
.testimonial-box p {
    margin-top: 10px;
    color: #c6c6c6;
}

/* Testimonial Two CSS start */
.testimonial-sec-two {
   padding: 100px 0 120px; 

}
.testimonial-item {
    position: relative;
    background: #ffffff;
    padding: 50px 30px;
    margin: 0 15px;
}
.testimonial-item {
    padding: 60px 0 0;
    background: #6AB4FF;
}
.testimonial-item-content {
    position: relative;
    background: #ffffff;
    padding: 50px 30px 30px;
}
.testimonial-item-content img {
    position: absolute;
    left: 30px;
    top: -40px;
    width: 80px;
    height: 80px;
    border: 5px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.testimonial-item-content i {
    position: absolute;
    right: 30px;
    top: -48px;
    color: #ffffff;
    font-size: 40px;
}
.testimonial-item-content h4 {
    margin-top: 5px;
}
.testimonial-item-content span {
    color: #6AB4FF;
    font-size: 12px;
}
.testimonial-item-content p {
    margin-top: 10px;
}
.testimonial-sec-two .slick-dots {
    bottom: -50px;
}



/*---///---///---///---///---///---///---///---///---///---
    13. Blog CSS
---///---///---///---///---///---///---///---///---///---*/
.blog-sec {
    text-align: center;
}
.blog-img {
    position: relative;
    overflow: hidden;
}
.blog-img img {
    -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;
}
.blog-box:hover .blog-img img {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2);
    -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;
}
.publisd-date {
    width: 70%;
    margin-left: -35%;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    -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;
}
.publisd-date:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 20px solid rgba(0, 0, 0, 0.8);
    position: absolute;
    left: -20px;
    top: 0;
    z-index: 0;
}
.publisd-date:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 20px solid rgba(0, 0, 0, 0.8);
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 0;
}
.blog-box:hover .publisd-date {
    bottom: 10px;
    -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;
}
.publisd-date h4 {
    color: #ffffff;
    font-size: 16px;
    padding: 8px 25px;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.blog-box h3 {
    margin-top: 20px;
}
.blog-box h3 a {
    color: #333333;
}
.blog-box h3 a:hover {
    color: #6AB4FF;
}
.blog-box ul {
    border: 1px dashed #bbbbbb;
    padding: 10px 10px;
    margin-top: 20px;
}
.blog-box ul li {
    display: inline-block;
    margin: 0 5px;
}
.blog-box ul li i {
    margin-right: 8px;
    color: #6AB4FF;
}
.blog-box ul li a {
    color: #111111;
    text-transform: capitalize;
}
.blog-box ul li a:hover {
    color: #6AB4FF;
}
.blog-box p {
    margin-top: 10px;
}
.blog-box .read-btn {
    margin-top: 10px;
}
.blog-box .read-btn a {
    color: #6AB4FF;
}


/* Blog Two CSS Start */
.blog-sec-two {
    padding: 100px 0 50px;
}
.blog-two-col {
    margin-bottom: 50px;
}
.blog-two-col p a {
    color: #6AB4FF;
}
.blog-sec-two .page-pagination .pagination {
    margin-bottom: 50px;
}
.blog-two-col h3 {
    margin-top: 20px;
}
.blog-two-col h3 a {
    color: #333333;
}
.blog-two-col ul {
    border: 1px dashed #bbbbbb;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    margin-bottom: 20px;
}
.blog-two-col ul li {
    display: inline-block;
}
.blog-two-col ul li i {
    margin-right: 10px;
}
.blog-two-col ul li a {
    color: #6AB4FF;
}
.blog-two-img {
    position: relative;
}
.blog-two-date {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
}
.blog-two-date h4 {
    margin-bottom: 0;
    color: #ffffff;
    letter-spacing: 1px;
}


/* Blog Single */
.blog-single-sec {
    padding: 100px 0 70px;
    text-align: left;
}
.blog-single-sec .blog-box {
    background: transparent;
}
.blog-single-sec .blog-date {
    margin-top: 30px;
    margin-bottom: 10px;
}
.blog-single-sec .blog-date ul li {
    margin-right: 20px;
}
.blog-single-sec .blog-content h4 {
    margin-top: 20px;
}
.blog-single-sec .blog-content p {
    margin-bottom: 0;
}
.highlight-text {
    padding: 20px;
    background: #F5F5F5;
    margin-bottom: 30px;
    margin-top: 30px;
}
.highlight-text p {
    font-weight: bold;
    margin-bottom: 0;
    color: #353535;
    font-style: italic;
}
.comment-row {
    margin-bottom: 60px;
}
.comment-row h3 {
    margin-bottom: 50px;
    margin-top: 20px;
}
.comment-row h3 a {
    font-size: 18px;
    color: #111111;
}
.comment-item {
    margin-bottom: 50px;
    position: relative;
    padding-left: 100px;
}
.comment-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.comment-item h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.comment-item a i {
    color: #6AB4FF;
}

.form-area .hvr-bounce-to-right {
    margin-top: 0;
    margin-bottom: 0;
}
.middel-item {
    margin-left: 50px;
}
.form-area .btn {
    margin-bottom: 30px;
}

/* Sidebar start */
.sidebar {
    margin-bottom: 30px;
    text-align: left;
}
.sedebar-title {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
}
.sidebar-search {
    margin-bottom: 50px;
}
.sidebar-search .form-control {
    color: #666666;
    background: #e6e6e6;
    border: none;
    height: 50px;
    box-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
}
.sidebar-search .input-group-btn .btn {
    border-radius: 0;
    height: 50px;
    width: 60px;
    background: #6AB4FF;
}
.sidebar-search .input-group-btn .btn i {
    font-size: 28px;
    color: #ffffff;
}
.sidebar-search .input-group-btn .btn:hover {
    background: #111111;
}
.categories {
    margin-bottom: 50px;
}
.categories ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
    -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;
}
.categories ul li:last-child {
    border-bottom: none;
}
.categories ul li:hover {
    border-color: #6AB4FF;
    -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;
}
.categories ul li a {
    color: #676767;
    text-transform: uppercase;
    -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;
}
.categories ul li:hover a {
    color: #6AB4FF;
    -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;
}
.categories ul li:hover span {
    color: #6AB4FF;
    -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;
}
.latest-news {
    margin-bottom: 50px;
}
.latest-news ul li {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
    padding-bottom: 20px
}
.latest-news ul li:last-child {
    border-bottom: none;
}
.news-item {
    position: relative;
    padding-left: 100px;
}
.news-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
}
.news-item h4 {
    margin-bottom: 5px;
}
.news-item h4 a {
    color: #6AB4FF;
    font-size: 15px;
}
.news-item p a {
    color: #424242;
    font-style: italic;
}
.sidebar-tags {
    margin-bottom: 50px; 
}
.sidebar-tags ul li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 5px;
}
.sidebar-tags ul li a {
    padding: 8px 12px;
    border: 1px solid #dddddd;
    color: #424242;
}
.sidebar-tags ul li a:hover {
    background: #6AB4FF;
    border-color: #6AB4FF;
    color: #ffffff;
}
.preview {
    margin-bottom: 50px;
}




/*---///---///---///---///---///---///---///---///---///---
    14. Newsletter CSS
---///---///---///---///---///---///---///---///---///---*/
.newsletter-sec {
    background: url(../images/bg/2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.newsletter-col h3 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.newsletter-col h3 span {
    color: #6AB4FF;
}
.newsletter-col .form-control {
    height: 50px;
    background: rgba(255,255,255,0.4);
    border: none; 
    color: #ffffff;
}
.newsletter-col .input-group .btn {
    width: 130px;
    height: 50px;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    background: #6AB4FF;
    -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;
}
.newsletter-col .input-group .btn:hover {
    background: #ffffff;
    color: #6AB4FF;
    -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;
}




/*---///---///---///---///---///---///---///---///---///---
    15. Brand CSS START
---///---///---///---///---///---///---///---///---///---*/
.brand-sec {
    padding: 80px 0;
    background: #f5f5f5;
}
.brand-sec .brand-carousel .slick-slide {
    padding-left: 15px; 
    padding-right: 15px;
}


/*---///---///---///---///---///---///---///---///---///---
    16. INNER HEADING CSS START
---///---///---///---///---///---///---///---///---///---*/
#inner-title-bar {
    /*background: url(../images/bg/5.jpg);*/
    background: #ffffff;
    background-size: cover;
    background-position: center;
    position: relative;
}
#inner-title-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #F5F5F5;
}
#inner-title-bar .inner-title-bar-box {
    background: rgba(0, 0, 0, 0.8);
    border: 5px solid rgba(0, 0, 0, 0.4);
    padding: 30px 20px;
    margin-top: 50px;
}
#inner-title-bar .inner-title-bar-box h2 {
    color: #6AB4FF;
    font-size: 42px;
    text-transform: uppercase;
}
#inner-title-bar .inner-title-bar-box p {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}
#inner-title-bar .inner-title-bar-box p a {
    color: #ffffff;
}
#inner-title-bar .inner-title-bar-box p a:hover {
    color: #6AB4FF;
}



/*---///---///---///---///---///---///---///---///---///---
    17. ACCOUNT CSS START
---///---///---///---///---///---///---///---///---///---*/
.account-section {
    padding: 100px 0;
}
.account-section .nav-tabs>li.active>a, 
.account-section .nav-tabs>li.active>a:focus, 
.account-section .nav-tabs>li.active>a:hover {
    color: #ffffff;
    background: #6AB4FF;
    border: none;
}
.account-section .nav-tabs>li>a {
    border-radius: 0;
    padding: 10px 50px;
    font-size: 18px;
    background: #111111;
    color: #ffffff;
    border: none;
    margin: 0;
}
.account-section .nav-tabs > li, .account-section .nav-pills > li {
    float:none;
    display:inline-block;
    zoom:1;
}
.account-section .nav-tabs, .account-section .nav-pills {
    text-align: center;
    border-bottom: none;
}
.account-section .tab-content {
    padding: 80px 30px;
    background: #F2F2F2;
}
.account-section  .tab-content .form-control {
    height: 45px;
}
.account-section  .checkbox {
    margin-bottom: 30px;
}
.account-section  .checkbox p a {
    color: #6AB4FF;
}
.singin-with {
    margin-top: 30px;
}
.singin-with h4 {
    margin-bottom: 20px;
}
.singin-with ul li {
    display: inline-block;
    font-size: 33px;
}
.singin-with ul li a i {
    font-size: 22px;
    line-height: 36px;
    color: #ffffff;
    background: #6AB4FF;
    width: 45px;
    height: 36px;
    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;
}
.singin-with ul li a i:hover {
    background: #111111;
    color: #ffffff;
    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;
}




/*---///---///---///---///---///---///---///---///---///---
    18. Faq CSS Start
---///---///---///---///---///---///---///---///---///---*/
.faq-section {
    padding: 100px 0 70px;
}
.panel-heading .accordion-toggle:after {
        font-family: 'FontAwesome';
        content: "\f106";
        float: right;        
        color: #6AB4FF;
        /*font-size: 24px;*/
    }
.panel-heading .accordion-toggle.collapsed:after {
        content: "\f107";
       /* font-size: 24px;*/
    }
.faq-col {
    margin-bottom: 30px;
}
.faq-col h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.faq-col .panel-group .panel {
    border-radius: 0;
}
.faq-col .panel-heading {
    padding: 0;
    border-radius: 0;
}
.faq-col .panel-default {
    border-color: #999999;
}
.faq-col .panel-default>.panel-heading {
    background: #333333;
}
.faq-col .panel-heading .panel-title a {
    padding: 10px 15px;
    display: block;
    color: #ffffff;
    font-weight: normal;
}
.faq-col .panel-heading .panel-title a i {
    margin-right: 10px;
    color: #6AB4FF;
    font-size: 16px;
}



/*---///---///---///---///---///---///---///---///---///---
    19. Error CSS Start
---///---///---///---///---///---///---///---///---///---*/
.error-section {
    padding: 50px 0;
}
.error-col {
    text-align: center;
}
.error-col h1 {
    font-size: 100px;
    line-height: 1.1;
    font-family: 'Lobster', cursive;
    letter-spacing: 8px;
    font-style: italic;
    color: #6AB4FF;
    text-transform: uppercase;
}
.error-col h3 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.error-col img {
    margin-bottom: 30px;
}
.error-col a {
    font-size: 30px;
    color: #6AB4FF;
    padding: 8px 20px;
}
.error-col a:hover {
    color: #ffffff;
    background: #6AB4FF;
}



/*---///---///---///---///---///---///---///---///---///---
    20. Contact CSS
---///---///---///---///---///---///---///---///---///---*/
.contact-section {
    overflow: hidden;
    padding: 100px 0 70px;
}
.contact-title h2 {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.contact-title h2 span {
    color: #6AB4FF;
}
.contact-title p {
    margin-bottom: 30px;
}
.contact-box {
    background: #f7f7f7;
    padding: 50px 50px;
    position: relative;
    text-align: center;
}
.contact-box i {
    font-size: 30px;
    color: #ffffff;
    background: #6AB4FF;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%; 
}
.contact-box address {
    margin-bottom: 0;
    padding-bottom: 5px;
}
.contact-section .contact-form {
    margin-top: 50px;
}
.contact-section form .form-control {
    height: 45px;
    border: none;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #cccccc;
    color: #676767;
    padding-left: 0;
}
.contact-section form .textarea-hight-full {
    height: 100%;
}


.heading-primary {
	color: #0088cc !important;
}

.list.list-icons {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
}
.mt-xlg {
	margin-top: 30px !important;
}
.list li {
    margin-bottom: 13px;
}
html .list-dark.list-icons li > .fa:first-child,
html .list-dark.list-icons li a:first-child > .fa:first-child,
html .list-dark.list-icons li > .icons:first-child,
html .list-dark.list-icons li a:first-child > .icons:first-child {
	color: #2e353e;
	border-color: #2e353e;
}

.btn-link {
	color: #0088cc;
}

.btn-link:hover {
	color: #0099e6;
}

.btn-link:active {
	color: #0077b3;
}

html .btn-primary {
	color: #ffffff;
	background-color: #0088cc;
	border-color: #0088cc #0088cc #006699;
}

html .btn-primary:hover {
	border-color: #0099e6 #0099e6 #0077b3;
	background-color: #0099e6;
}

.default {
    padding: 50px 0;
}


/*---///---///---///---///---///---///---///---///---///---
    21. Footer CSS
---///---///---///---///---///---///---///---///---///---*/
.main-footer {
    padding: 80px 0 50px;
    background: #161616;
}
.main-footer .footer-logo img {
    width: 220px;
    height: auto;
}

.main-footer h4 {
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
}
.main-footer .heading-under-line {
    width: 100px;
    height: 2px;
    background-color: #6AB4FF;
    position: relative;
    margin: 0;
    margin-bottom: 40px;
}
.footer-about-col p {
    color: #5D6063;
}
.footer-about-col .social {
    margin-top: 20px;
}
.footer-about-col .social i {
    font-size: 20px;
    margin-right: 10px;
    color: #6AB4FF;
}
.footer-about-col .social i:hover {
    color: #ffffff;
}
.quick-link li {
    border-bottom: 1px solid #383838;
    padding: 10px 0;
}
.quick-link li:first-child {
    padding-top: 0;
}
.quick-link li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.quick-link li a {
    color: #c7c7c7;
}
.quick-link li a:hover {
    color: #6AB4FF;
}
.footer-post-col .post-box {
    position: relative;
    padding-left: 90px;
    margin-bottom: 20px;
}
.footer-post-col .post-box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
}
.footer-post-col .post-box h4 {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
}
.footer-post-col .post-box h4 a {
    color: #6AB4FF;
}
.footer-post-col .post-box p {
    line-height: 22px;
    color: #c7c7c7;
}
.footer-flickr ul li {
    float: left;
}
.footer-flickr ul li img {
    width: 86px;
    height: auto;
}

/* Footer Two CSS Start */
.footer-two-section {
    padding: 100px 0 70px;
    background: #111111;
}
.footer-wrap h3 {
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #252525;
}
.footer-logo {
    width: 220px;
    height: auto;
    margin-bottom: 30px;
}
.footer-wrap p {
    color: #c6c6c6;
}
.footer-menu-wrap li {
    border-bottom: 1px solid #252525;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.footer-menu-wrap li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.footer-menu-wrap li a {
    color: #c6c6c6;
}
.footer-menu-wrap li a:hover {
    color: #6AB4FF;
}
.footer-post-wrap {
    position: relative;
    padding-left: 100px;
    margin-bottom: 20px;
}
.footer-post-wrap img  {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
}
.footer-post-wrap h4 {
    font-weight: normal;
    letter-spacing: 1px;
}
.footer-post-wrap h4 a {
   color: #ffffff;;
}
.footer-post-wrap span a {
    color: #6AB4FF;
}
.mb0 {
    margin-bottom: 0;
}
.contact-info-footer {
    margin-bottom: 20px;
}
.contact-info-footer p {
    margin-bottom: 0px;
}
.contact-info-footer ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #252525;
    color: #c6c6c6;

}
.contact-info-footer ul li i {
    margin-right: 10px;
    color: #c6c6c6;
    width: 15px;
}
.social-icon-footer {
    margin-top: 30px;
}
.social-icon-footer li {
    display: inline-block;
}   
.social-icon-footer li a i {
    font-size: 20px;
    margin-right: 15px;
    color: #6AB4FF;
    -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;
}
.social-icon-footer li a i:hover {
    color: #999999;
    -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;
}


/* COPY RIGHT CSS START */
.copyright {
    padding: 20px 0;
    background-color: #000;
    text-align: center;
}
.copyright p {
    color: #848484;
}
.copyright p a {
    color: #6AB4FF;
}



/* Demo List Page Css */
/*.main-demo-heading  {
    padding: 150px 0;
    background: url(../demo-image/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main-demo-heading h1 {
    color: #6AB4FF;
    font-size: 70px;
}
.main-demo-heading h2 {
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 50px;
}
.buy-btn {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    padding: 10px 30px;
    border-radius: 0;
    text-transform: uppercase;
}
.buy-btn:hover {
    background: #6AB4FF;
    color: #ffffff;
    border-color: #6AB4FF;
}
.demo-list-page {
    padding: 150px 0 100px;
    text-align: center;
}
.demo-list-page h3 {
    font-size: 24px;
    text-transform: capitalize;
    line-height: 1.4;
}
.demo-list-page h3 a {
    color: #111111;
}
.demo-list-page h5 {
    margin-bottom: 80px;
    color: #6AB4FF;
    font-size: 18px;
    text-transform: capitalize;
}
.demo-list-page h1 {
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.demo-list-page p {
    font-size: 14px;
}
.demo-list-page p a {
    color: #111111;
    text-transform: capitalize;
}
.demo-box {
    margin-bottom: 40px;
    position: relative;
    height: 350px;
    overflow: hidden;
    -webkit-box-shadow: -2px 3px 35px -5px rgba(74,74,74,1);
    -moz-box-shadow: -2px 3px 35px -5px rgba(74,74,74,1);
    box-shadow: -2px 3px 35px -5px rgba(74,74,74,1);
    -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;
}
.demo-box:hover {
    box-shadow: none;
    -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;
}
.demo-over-layer {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    -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;
}
.demo-box:hover .demo-over-layer {
    bottom: 0;
    -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;
}
.demo-over-layer h4 a {
    position: absolute;
    color: #ffffff;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -10px;
    text-align: center;
}
.more-demo-link p {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    display: inline-block;
}*/

/*contact us start*/
.register{
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    margin-top: 3%;
    padding: 3%;
}
.register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right{
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.register-left img{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}
.register .register-form{
    padding: 10%;
    margin-top: 10%;
}
.btnRegister{
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}
.register .nav-tabs{
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}
.register .nav-tabs .nav-link{
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading{
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}
.register{
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    margin-top: 3%;
    padding: 3%;
}
.register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right{
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.register-left img{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}
.register .register-form{
    padding: 10%;
    margin-top: 10%;
}
.btnRegister{
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}
.register .nav-tabs{
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}
.register .nav-tabs .nav-link{
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading{
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}
.maxl ul {
    list-style: none;
    display: inline-block;
}

.maxl ul li {
    display: inline-block;
}
.register-left h3 {
    color: #F42B99;
}
/*contact us end*/
/*project planner start*/
.project-planner-area {
    background-color: #1ea;
    padding: 50px;
}
.project-planner-area h2, h3 {
    color: #fff;
}

ul#input_3_7 {
    margin: 6px 0;
    padding: 0;
    list-style: none;
}

ul#input_3_7 li {
    display: inline-block;
     margin-left: 16px; 
}

h3.third-element {
    margin-top: 80px;
}

i.fa.fa-volume-control-phone {
    padding-right: 10px;
    color: #fff;
}

input#gform_submit_button_3 {
    background-color: #f8931f;
    color: #fff;
    border-color: #fff;
    padding: 10px 0px;
    border-radius: 20px;
}
.show-img img{
    width: 200px;
    height: 200px;
}
.show-img-inner {
    display: block;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
}
/*project planner end*/

/*hero start*/
.hero {
    position: relative;
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
     align-items: center; 
    background: url("../images/pop.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}
.hero::before{
    content: "";
    position: absolute;
    top: 200;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #304771;
    opacity: .97;
    z-index: 1;
}
.hero-content{
    position: relative;
    font-family: "Monserrat", sans-serif;
    color: #fff;
    text-align: center;
    margin: 0.625rem;
    z-index: 10;
	padding: 40px;
}
.hero-title{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0;
	margin-bottom: 45px;
	color: #fff;
}
.hero-subtitle{
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 3rem;
}
/*hero end*/

.service-content h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0px;
}

/*partner page start*/
.partner-right-content {
    text-align: right;
	   line-height: 30px;
    color: #333;
}

.partner-right-content h4 {
    font-weight: 700;
}
.partner-right-content p {
    font-size: 15px;
}
.partner-heading h6 {
    font-size: 19px;
}

.partner-heading h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.partner-details h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 22px 0;
    line-height: 13px;
}
/*partner page end*/
/*Footer start*/
.footer-logo h3 {
    font-size: 28px;
}

.footer-logo p {
    font-size: 14px;
    color: #fff;
}
/*Footer end*/

#formNewLestter {
    width: 100%;
}

.header-topbar i.fa {
    margin-right: 5px;
}

h2.jsayHello {
    color: #fff;
}

span.support24 {
    color: #fff;
}
/* card start*/

img.card-img {
    width: 100%;
    height: 20vw;
    object-fit: cover;
}
.card-body {
    padding-top: 10px;
}
/** card end*/
.footer-txt {
    color:#fff;
}

div#footer p {
    font-size: 16px;
	margin-top: -25px;
    margin-bottom: 45px;
}

div#footer p.logo-txt {
    font-size: 12px;
}

.footer ul li {
    font-size: 16px;
}

.footer address {
    font-size: 16px;
}

	.footer {
    background: #04335d;
    color: #c5daec;
    font-size: 0.778rem;
    line-height: 1.643;
    padding: 0 0 26px;
}

.footer h3 {
    color: #fff;

    margin: 50px 0 0.833em;
}
.footer a {
    color: #c5daec;
    text-decoration: none;
}
.footer ul {
    color: #f58220;
    font-size: 1.071em;
    list-style: disc;
    padding-left: 12px;
}
.footer ul li {

}
.footer a {
    color: #c5daec;
    text-decoration: none;
}
.footer address {
    line-height: 1.4;
}

.footer span.addRight {
    margin-left: 65px;
    color: #c5daec;
}

.footer address span {
    color: #fff;
}
.footer ul.social-media {
    display: flex;
    flex-wrap: wrap;
    padding: 18px 0 0;
}
.footer ul.social-media li {
    list-style: none;
    line-height: normal;
    margin: 0 5px 5px 0;
}
.footer ul.social-media a {
    background: #c5daec;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    padding: 5px 6px;
    width: 30px;
    line-height: 25px;
}
.footer ul.social-media a .fa {
    height: 100%;
    width: 100%;
}
.fa-facebook:before {
    background-position: 0 40%;
}
.fa-linkedin:before {
    background-position: 20% 40%;
}
.fa-blogger:before, .blogger-icon-image:before {
    background-position: 60% 40%;
}
.fa-twitter:before {
    background-position: 80% 40%;
}

@media (min-width: 1151px)
html {
    font-size: 18px;
}

#copyrights {
    color: #333;
    min-height: 60px;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 15px;
}
.text-center {
    text-align: center;
}
@media (min-width: 993px)
#copyrights .text-center:before {
    display: inline-block;
}
#copyrights .text-center:before, #copyrights .text-center:after {
    content: '\00a9 Copyright Digital Point Tech. All Rights Reserved.';
    display: none;
}
#copyrights i {
    font-style: normal;
}
#copyrights a {
    background: transparent;
    border: 0;
    color: #f58220;
    font-weight: 400;
    padding: 0 5px;
    display: inline-block;
    text-decoration: none;
    text-shadow: none;
}
