/* ------------------------------------- */
/* TABLE OF CONTENTS
/* -------------------------------------
  1. IMPORT GOOGLE FONTS
  2. GENERAL
    -2.1 SECTION TITLE
    -2.2 BUTTONS
    -2.3 SOCIAL ICON
    -2.4 PRE LOADER
    -2.5 SCROLL TO UP
  3. HERO AREA 
  4. NAVBAR
  5. SERVICES SECTION
  6. FEATURES SECTION
  7. VIDEO PROMO SECTION
  8. PORTFOLIO SECTION
  9. PRICING TABLE 
  10. COUNTER SECTION
  11. TESTIMONIAL AREA
  12. TEAM SECTION
  13. BLOG SECTION
  14. CONTACT SECTION
  15. FOOTER SECTION
    -15.1 COMING SOON PAGE
  ------------------------------------- */
/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700");

/* ==========================================================================
   2. GENERAL
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    font-size: 14px;
}

.bg {
    background: url("../imgs/bg3.png");
    background-size: 100% 100%;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 2;
    height: 100vh;
    width: 100vw;
    top: 0;
}

.bg1 {
    background: url("../imgs/bg2.png");
    background-size: 100% 100%;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 2;
    height: 100vh;
    width: 100vw;
}

.bg2 {
    background: url("../imgs/bg2.png");
    background-size: 100% 100%;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 2;
    height: 100vh;
    width: 100vw;
}

.bg3 {
    background: url("../imgs/bg2.png");
    background-size: 100% 100%;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 2;
    height: 100vh;
    width: 100vw;
}

#hero-area {
    width: 100vw;
    margin: 0 auto;
    background-size: 100%;
    color: #fff;
    overflow: hidden;
    position: relative;
    top: 0;
}

.souye {
    color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1031;
    box-sizing: border-box;
    padding: 220px 0 0 28%;
    position: relative;
}

.souye_bottom {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1031;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 20px;
    box-sizing: border-box;
}

.souye_bottom a,
.souye_bottom .info {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

@keyframes xueren {
    from {
        font-size: 10px;
    }

    to {
        font-size: 64px;
    }
}


.souye_tit {
    width: 850px;
    text-align: center;
    font-family: Source Han Sans;
    font-weight: bold;
    font-size: 64px;
    color: #FFFFFF;
    line-height: 75px;
}

.souye_line {
    height: 8px;
    width: 148px;
    background: #3470FF;
    margin: 30px 0 30px 352px;
}

.souye_tit1 {
    width: 850px;
    text-align: center;
    font-family: Noto Sans SC, Noto Sans SC;
    font-weight: 400;
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 22px;
}

.souye_tit2 {
    width: 850px;
    text-align: center;
    font-family: D-DIN, D-DIN;
    font-size: 15px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.souye_btn {
    font-family: Noto Sans SC, Noto Sans SC;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    width: 184px;
    height: 52px;
    line-height: 52px;
    border-radius: 4px;
    opacity: 1;
    background: #3470FF;
    margin-left: 332px;
}

element.style {
    background: transparent !important;
    padding-top: 0;
}

.allbg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 1080px;
}

.allbg img {
    width: 100%;
    height: 102%;
}

.main-navbar {
    position: fixed;
    right: 3%;
    z-index: 999;
    display: flex;
    overflow: hidden;
}

.navbar-nav {
    transition: all 0.3s;
    display: flex;
    margin-left: 0;
}

.navbar {
    display: flex;
    width: 100%;
    background: rgba(51, 51, 51, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar .navbarLeft {
    width: 152px;
    height: 48px;
    margin-left: 5%;
}

.navbar .navbarLeft img {
    width: 100%;
    height: 100%;
}

.navRight {
    background: #000;
    overflow: hidden;
}

a {
    color: #000;
}

.img1 {
    position: absolute;
    top: 250px;
    right: 130px;
    width: 200px;
    animation: rotation2 50s linear infinite;
}

.img2 {
    position: absolute;
    top: 50px;
    right: -70px;
    animation: rotation 100s linear infinite;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotation2 {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.item-boxes .icon {
    width: 50px;
    height: 50px;
}

.swiper-container2 {
    display: none;
}

.swiper-container2 .swiper-slide img {
    margin: 0 auto;
    width: 90vw;
}

.swiper-container2 .swiper-slide {
    width: 100vw;
}

.swiper-container2 .swiper-introduce span {
    width: 100vw;
    margin-left: -15px;
    text-align: center;
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
}

.swiper-container .swiper-introduce {
    position: absolute;
    left: 0;
    bottom: -90px;
    text-align: center;
    width: 100%;
    height: 70px;
    padding-top: 20px;
    background-color: rgba(8, 107, 153, 0.7);
    z-index: 2;
}

.swiper-introduce a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.swiper-introduce a:hover {
    color: rgb(255, 85, 1);
}

.swiper-container .swiper-introduce span {
    font-size: 20px;
}

.swiper-container .swiper-wrapper {
    margin-bottom: 50px;
}

.swiper-container .swiper-slide {
    height: 290px;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}

.swiper-container .swiper-slide img {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.swiper-container .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
}

.swiper-container .swiper-slide:hover::after {
    opacity: .7;
    transition: all linear .3s;
}

.swiper-container .swiper-slide:hover .swiper-introduce {
    bottom: 0;
    transition: all linear .3s;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    overflow-x: hidden;
    position: relative;
}

html {
    overflow-x: hidden;
}

p {
    font-size: 14px;
    line-height: 26px;
}

a:hover,
a:focus {
    color: #32a6da;
}

a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.contents1 h1 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1px;
}

.contents1 p {
    font-size: 24px;
    margin-top: 25px;
}


.line {
    position: absolute;
    left: 0;
    width: 8rem;
    height: .4rem;
    border-radius: 15px;
    background-color: #e61f1a;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

a:not([href]):not([tabindex]) {
    color: #fff;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #0f7aac;
}

/* ==========================================================================
   2.1 Section Title
   ========================================================================== */

.contentALL {
    transition: all 0.5s;
    display: block;
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: url("../imgs/bg2.png");
    z-index: 1;
}

.contentALL .con1 {
    width: 100vw;
    height: 100vh;
    position: absolute;
    transition: all 0.5s ease;
    top: 0;
    z-index: 9;
}

.contentALL .con2 {
    width: 100vw;
    height: 100vh;
    top: -1000px;
    position: absolute;
    transition: all 0.5s ease;
    z-index: 7;
}

.contentALL .con3 {
    width: 100vw;
    height: 100vh;
    top: -1000px;
    position: absolute;
    transition: all 0.5s ease;
    z-index: 8;
}

.section {
    width: 100%;
    height: 100vh;
}

.section-header {
    color: #fff;
    margin-bottom: 60px;
    text-align: center;
}

.section-header p {
    font-size: 24px;
}

.section-header .section-title {
    font-size: 60px;
    margin-top: 160px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    position: relative;
}

.section-header .section-title span {
    color: #32a6da;
}

.section-header .section-subtitle {
    color: #797979;
    margin: 30px 0 30px;
    font-size: 24px;
    line-height: 28px
}

.section-header .lines {
    margin: auto;
    width: 70px;
    position: relative;
    border-top: 2px solid #32a6da;
    margin-top: 15px;
}

/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.btn {
    font-size: 14px;
    padding: 11px 40px;
    border-radius: 0;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
}

.btn:focus,
.btn:active {
    box-shadow: none;
    outline: none;
    color: #fff;
}

.btn-common {
    border: 1px solid #32a6da;
    background: #32a6da;
    position: relative;
    color: #fff;
    z-index: 1;
    border-radius: 30px;
}

.btn-common:hover {
    color: #fff;
    background: #32a6da;
    border-color: #32a6da;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

.btn-border {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
}

.btn-border:hover {
    border: 2px solid #fff;
    color: #fff;
    background-color: #32a6da;
}

.btn-lg {
    padding: 14px 33px;
    text-transform: uppercase;
    font-size: 16px;
}

.btn-rm {
    padding: 7px 0;
    color: #999;
    text-transform: capitalize;
}

.btn-rm i {
    vertical-align: middle;
}

button:focus {
    outline: none !important;
}

.clear {
    clear: both;
}

/* ==========================================================================
   2.3 Social Iocns
   ========================================================================== */
.social-icons {
    margin-top: 40px;
}

.social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-icons ul li {
    display: inline;
}

.social-icons ul li a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 15px;
    border-radius: 50%;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #ddd;
    font-size: 16px;
}

.social-icons ul li a:hover {
    color: #fff;
}

.facebook a {
    color: #4867AA;
}

.facebook a:hover {
    background: #4867AA;
}

.twitter a {
    color: #1DA1F2;
}

.twitter a:hover {
    background: #1DA1F2;
}

.google-plus a {
    color: #DD4D42;
}

.google-plus a:hover {
    background: #DD4D42;
}

.youtube a {
    color: #DF2926;
}

.youtube a:hover {
    background: #DF2926;
}

.linkedin a {
    color: #007BB6;
}

.linkedin a:hover {
    background: #007BB6;
}

.pinterest a {
    color: #BD081C;
}

.pinterest a:hover {
    background: #BD081C;
}

.dribbble a {
    color: #EA4C89;
}

.dribbble a:hover {
    background: #EA4C89;
}

.behance a {
    color: #0B7CFF;
}

.behance a:hover {
    background: #0B7CFF;
}

/* ==========================================================================
	 2.4  Pre Loader
	 ========================================================================== */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    z-index: 9999999999;
}

.spinner {
    width: 40px;
    height: 40px;
    top: 45%;
    position: relative;
    margin: 0 auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #32a6da;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/* ========================================================================== 
  -2.5 Scroll To Up 
   ========================================================================== */

/* ==========================================================================
   3. Hero Area
   ========================================================================== */

#hero-area .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #32a6da;
    opacity: 0.9;
}

#hero-area .contents {
    padding: 200px 0 130px;
}

#hero-area .contents h1 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 25px;
}

#hero-area .contents p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
}

#hero-area .contents p span {
    color: rgb(255, 85, 1);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.5px;
}

#hero-area .contents .btn {
    margin: 25px 25px 0 0;
    text-transform: uppercase;
}

#hero-area .banner_bottom_btn {
    margin-top: 40px;
}

#hero-area .banner_bottom_btn i {
    color: #fff;
    font-size: 48px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#hero-area .banner_bottom_btn i:hover {
    color: #32a6da;
}

/* ==========================================================================
   4. Navbar Style
   ========================================================================== */
.navbar-brand {
    position: relative;
    padding: 0;
}

.indigo {
    background: transparent;
}


.navbar-nav .nav-link {
    font-family: Noto Sans SC, Noto Sans SC;
    font-size: 16px !important;
    color: #FFFFFF;
    margin-right: 40px;
    line-height: 70px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 100px;
    transition: all 0.3s ease;
}

.navItemActive {
    height: 100%;
    display: flex;
    align-items: center;
}

.navItemActive .nav-link {
    background: linear-gradient(45deg, #3470FF, #47C4FF);
    box-shadow: 0 4px 15px rgba(52, 112, 255, 0.3);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    height: 100%;
    line-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 40px 0 0;
    padding: 0;
    width: 100px;
}

.navItemActive .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.navItemActive .nav-link:hover::before {
    left: 100%;
}

.navItemActive .nav-link:active,
.navItemActive .nav-link:focus {
    color: #fff;
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(52, 112, 255, 0.2);
}

.dropdown-toggle::after {
    display: none;
}

.slicknav_btn {
    border-color: #32a6da;
}

.slicknav_menu .slicknav_icon-bar {
    background: #32a6da;
}


.navbar-toggler {
    display: none;
}

.mobile-menu {
    display: none;
}

.slicknav_menu {
    display: none;
}

/* ==========================================================================
  5. Services section
   ========================================================================== */
.item-boxes {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.item-boxes .icon {
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    width: 60px;
    height: 60px;
    border: 1px solid gray;
    border-radius: 50%;
}

.item-boxes .icon img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
}

.item-boxes .icon i {
    font-size: 26px;
    line-height: 60px;
    color: #32a6da;
}

.item-boxes h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.item-boxes button {
    width: 180px;
    height: 50px;
    border-radius: 10px;
    background: #0c6eea;
    color: #FFFFFF;
    border: none;
    font-size: 18px;
}

.item-boxes:hover .icon {
    background: #32a6da;
}

.item-boxes:hover .icon i {
    color: #fff;
}

/* ==========================================================================
  6. Features Section Style
   ========================================================================== */
#features {
    background-size: cover;
    color: #fff;
    position: relative;
}

#features ul {
    display: flex;
    justify-content: space-around;
}

#features ul li {
    background: linear-gradient(180deg, #f4f6f8, #fff);
    width: 22%;
    /*padding: 30px;*/
    color: black;
    border: 3px solid #fff;
    box-shadow: 0 13px 20px 10px rgb(86 111 188 / 6%);
}

#features ul li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    color: #000;
}

#features .features-img {
    width: 100%;
}

#features ul li .features-img img {
    width: 100%;
}

#features ul li p {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}

#features .section-title {
    color: black;
    font-size: 60px;
}

#features .section-subtitle {
    color: #fff;
}

#features .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}

#features .box-item {
    padding: 15px 0;
}

#features .box-item .icon {
    border: 1px solid #32a6da;
    text-align: center;
    float: left;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#features .box-item .icon i {
    color: #32a6da;
    font-size: 24px;
    line-height: 60px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#features .box-item .text {
    padding-left: 80px;
}

#features .box-item .text h4 {
    color: #32a6da;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 22px;
}

#features .box-item .text p {
    font-size: 14px;
    line-height: 26px;
}

#features .box-item:hover .icon {
    background: #32a6da;
}

#features .box-item:hover .icon i {
    color: #ffffff;
}

#features .show-box img {
    position: absolute;
    bottom: -120px;
}

/* ==========================================================================
  7. Video promo Style
   ========================================================================== */

.bg1 .bg1-content {
    color: #fff;
}

.bg1 .bg1-content h2 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 20px;
}

.bg1 .bg1-content p {
    margin-bottom: 30px;
    font-size: 20px;
}

.bg1 .bg1-content .video-popup {
    width: 80px;
    height: 80px;
    text-align: center;
    border: 3px solid #fff;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 30px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.bg1 .bg1-content .video-popup i {
    line-height: 72px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #32a6da;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

figure {
    position: relative;
    margin: 0;
    overflow: hidden;
}

figure img {
    width: 100%;
}

figure figcaption {
    background: rgba(255, 255, 255, 0.9);
    bottom: 0;
    padding: 0 20px;
    position: absolute;
    width: 100%;
    opacity: 1;
    -webkit-transition: height 0.5s ease 0s;
    transition: height 0.5s ease 0s;
}

figure figcaption h2 {
    font-weight: 700 !important;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.subtitle {
    color: #5166d8;
    font-size: 20px;
    letter-spacing: 0.3px;
    margin-top: 20px;
    line-height: 26px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.btn.btn-fab {
    border-radius: 50%;
    font-size: 24px;
    height: 45px;
    margin: auto;
    min-width: 45px;
    width: 45px;
    padding: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 1.5px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 24%);
    box-shadow: 0 1px 1.5px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 24%);
    position: relative;
    line-height: normal
}

figure figcaption a.btn {
    background-color: #5166d8;
    float: right;
    position: absolute;
    right: 10px;
    top: 40px;
    width: 28px !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

figure figcaption a.btn .lnr {
    color: #fff;
    position: relative;
    top: 15%;
}

.lnr {
    opacity: 1 !important;
}

figure:hover figcaption {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    opacity: 1;
    margin-bottom: 0;
}

#portfolios .box1 .portfolio-item {
    background: linear-gradient(180deg, #f4f6f8, #fff);
    color: black;
    border: 3px solid #fff;
    box-shadow: 0 13px 20px 10px rgb(86 111 188 / 6%);
}

#portfolios .portfolio-item .shot-item {
    margin: 0;
}

#portfolio .mix {
    display: none;
}

.controls {
    text-align: center;
    padding: 0 0 20px;
}

.controls .active {
    color: #32a6da !important;
    border-color: #32a6da;
    background: transparent;
}

.controls .btn {
    text-transform: uppercase;
    margin: 2px;
}

.controls:hover {
    cursor: pointer;
}

.portfolio-img {
    overflow: hidden;
    display: block;
    position: relative;
}

.portfolio-img img {
    width: 100%;
}

.shot-item {
    margin-right: 15px;
    border-radius: 4px;
    background: #fff;
    position: relative;
}

.shot-item img {
    width: 100%;
}

.shot-item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
}

.shot-item:hover .overlay {
    opacity: 1;
}

.overlay .item-span {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: 55%;
}

.overlay .item-icon {
    height: 48px;
    width: 48px;
    line-height: 48px;
    color: #32a6da;
    left: 50%;
    margin-left: -24px;
    margin-top: -40px;
    top: 45%;
    position: absolute;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #32a6da;
    border-radius: 50%;
}

.blog-item-img img:hover {
    cursor: zoom-in;
}

/* ==========================================================================
	9. Pricing Table
	========================================================================== */
.pricing-table {
    padding: 0;
    margin: 0 auto;
    margin-bottom: 5px;
    border: transparent;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #f1f1f1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.pricing-table:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.pricing-table .pricing-details h2 {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    background: #f1f1f1;
    padding: 30px 0;
}

.pricing-table .pricing-details span {
    display: inline-block;
    font-size: 48px;
    font-weight: 400;
    color: #32a6da;
}

.pricing-table .pricing-details ul li {
    padding: 10px;
    font-size: 15px;
    border-bottom: 1px dotted #f1f1f1;
}

.table-left {
    margin-top: 20px;
}

/* ==========================================================================
  12. Team Section
   ========================================================================== */
.single-team:hover .team-details {
    opacity: 1;
}

.single-team {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: #32a6da;
    overflow: hidden;
}

.single-team img {
    width: 100%;
}

.single-team .team-inner {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team .team-details {
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0;
    background: #f1f1f1;
    padding: 15px;
}

.single-team .team-details .team-title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.single-team .team-details p {
    color: #333;
}

.single-team .social-list li {
    display: inline-block;
}

.single-team .social-list li a {
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
    margin: 2px;
    color: #32a6da;
    font-size: 14px;
    background: #fff;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.single-team .social-list .facebook a:hover {
    background: #4867aa;
    color: #fff;
}

.single-team .social-list .twitter a:hover {
    background: #1da1f2;
    color: #fff;
}

.single-team .social-list .google-plus a:hover {
    background: #dd4d42;
    color: #fff;
}

.single-team .social-list .linkedin a:hover {
    background: #007bb6;
    color: #fff;
}

/* ==========================================================================
  13. Blog 
   ========================================================================== */
#blog .blog-item-wrapper {
    background: #fff;
    border-radius: 0;
    opacity: 1;
    -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
    -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
    transition: transform 0.2s linear, box-shadow 0.2s linear;
}

#blog .blog-item-img {
    position: relative;
    width: 100%;
    background-color: #fff;
}

#blog .blog-item-img img {
    width: 100%;
    box-shadow: 0 0 10px 5px #ddd;
}

#blog .blog-item-text {
    padding: 20px 0;
}

#blog .blog-item-text h3 {
    line-height: 26px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

#blog .blog-item-text h3 a {
    color: #333;
}

#blog .blog-item-text h3 a:hover {
    color: #32a6da;
}

.row1 {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-item {
    margin-bottom: 20px;
}

#blog .blog-item-text p {
    line-height: 25px;
    margin-bottom: 20px;
}

#newbox {
    width: 100%;
}

.meta-tags {
    margin-bottom: 20px;
}

.meta-tags span {
    color: #999;
    margin-right: 10px;
}

.meta-tags span i {
    margin-right: 5px;
}

.meta-tags span a {
    color: #999;
}

.meta-tags span a:hover {
    color: #32a6da;
}

/* ==========================================================================
  14. Contact Us
  ========================================================================== */

#contact {
    background: #343a40;
    color: #fff;
    position: relative;
}

.form-control {
    width: 100%;
    margin-bottom: 10px;
    padding: 14px;
    border-color: #fff;
    border-radius: 0;
    color: #fff;
    background: transparent;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.form-control:focus {
    box-shadow: none;
    color: #fff;
    border-color: #32a6da;
    background: transparent;
    outline: none;
}

.btn.disabled,
.btn:disabled {
    opacity: 1;
}

.text-danger {
    font-size: 14px;
    margin-top: 10px;
}

.list-unstyled li {
    color: #d9534f;
}

/* ==========================================================================
15. Footer Style
 ========================================================================== */
footer {
    background: #292f35;
    padding: 20px 0;
}

.footer-links {
    line-height: 48px;
}

.footer-links li {
    float: left;
}

.footer-links li a {
    color: #fff;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.footer-links li a:hover {
    color: #32a6da;
}

.copyright {
    margin-top: 10px;
    float: right;
}

.copyright p {
    color: #fff;
}

.copyright p a {
    color: #fff;
}

.copyright p a:hover {
    color: #32a6da;
}