/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #62a0d1 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    max-height: 50px;
    height: 50px;
    width: 12px;
  }
  
  .w-100{
    width: 100%;
  }

  .services-list{
    text-transform: capitalize;
  }

  .text-white{
    color: #fff;
  }
  .services-list li{
    list-style: disc;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #62a0d1;
    border-radius: 1px;
    border: 2px solid #ffffff;
  }

html {
    scroll-behavior: smooth;
  }

.btn-primary,
a {
    -webkit-transition: all .3s ease 0s
}

.overlay,
body,
html {
    height: 100%
}

.rappo-btn:hover,
a:focus,
a:hover {
    text-decoration: none
}

.navbar-nav a{
text-transform: capitalize;
}

.btn-primary,
.rappo-btn {
    box-shadow: 2px 2px 3px #333
}

.btn-primary,
.rappo-btn,
.section-title h3 {
    text-transform: uppercase;
    display: inline-block
}

.about-content h3,
.btn-primary,
.btn-underline,
.rappo-btn,
.section-title h3 {
    display: inline-block
}

.btn-underline,
.pricing-table-hvr {
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.btn-underline,
.img-overlay,
.slider,
.widget {
    overflow: hidden
}

body {
    background-color: #fff;
    color: #333;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-weight: 600;
    margin: 0
}

a {
    transition: all .3s ease 0s
}

a:hover {
    color: #222
}

a:focus {
    outline: 0
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

fieldset {
    border: 0;
    margin: 0 auto;
    padding: 0
}

.overlay {
    background-color: rgba(0, 0, 0, .7);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.section-padding {
    padding: 90px 0
}

.section-title {
    margin-bottom: 70px
}

.section-title h3 {
    color: #62a0d1;
    font-weight: 900;
    padding: 12px 25px
}

.section-title p {
    font-size: 16px;
    margin-top: 30px
}

.bg-colored {
    background-color: #f3f8fb
}

.white {
    color: #fff
}

.rappo-btn {
    background: #62a0d1;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px
}

.rappo-btn:hover {
    background: #333;
    color: #fff
}

.btn-primary {
    background-color: #62a0d1;
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    padding: 14px 20px;
    transition: all .3s ease 0s
}

.btn-primary:hover {
    background-color: #333;
    border-collapse: #333
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #62a0d1;
    border-color: #62a0d1
}

.btn-underline {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative
}

.btn-underline:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #62a0d1;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn-underline:active:before,
.btn-underline:focus:before,
.btn-underline:hover:before {
    right: 0
}

.preloader-area {
    background: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999
}

.preloader-area .rotate {
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%
}

.rotating-plane {
    width: 40px;
    height: 40px;
    background-color: #62a0d1;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.navbar-default {
    background: rgba(255, 255, 255, .5);
    border: 0;
    padding: 20px 0;
    margin: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.navbar-default.sticky {
    background-color: rgb(98, 160, 209);
    padding: 10px;
    height: 80px;
}

.navbar-default .navbar-nav>li>a {
    color: #222;
    font-weight: 600
}

.sticky.navbar-default .navbar-nav>li>a {
    color: #fff
}

.sticky.navbar-default .navbar-nav>li>a:hover {
    color: #222
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #62a0d1
}

.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.sticky.navbar-default .navbar-nav>.active>a {
    color: #222
}

.navbar-default .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #62a0d1
}

.navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
    color: #222
}

.sticky .navbar-nav>li>a:focus {
    color: #fff
}

.navbar-default .navbar-brand {
    padding: 0 15px
}

.navbar-default .navbar-brand img {
    max-width: 120px
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #62a0d1
}

.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.sticky .navbar-default .navbar-nav>.open>a {
    color: #222
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #62a0d1
}

.dropdown-menu.dropdownhover-bottom a {
    color: #222;
    font-weight: 600;
    padding: 8px 15px
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #222;
    font-weight: 600
}

.navbar-default .navbar-toggle {
    border-color: #222;
    border-radius: 0;
    background-color: #fff
}

.navbar-default .navbar-toggle:focus {
    background-color: #fff
}

.navbar-default .navbar-toggle:hover {
    background-color: #62a0d1
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #222
}

.dropdown-menu {
    min-width: 200px
}

.dropdown-menu.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.dropdownhover-bottom {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.slider {
    width: 100% !important
}

.camera_next,
.camera_prev {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: 0 0
}

.camera_next>span,
.camera_prev>span {
    height: 50px;
    position: relative
}

.camera_next>span:before,
.camera_prev>span:before {
    color: #ffffff;
    content: "";
    font-family: FontAwesome;
    font-size: 32px;
    left: 50%;
    line-height: 45px;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.camera_prev>span:before {
    content: "\f104"
}

.camera_next>span:hover:before,
.camera_prev>span:hover:before {
    color: #fff
}

.slider-text {
    padding: 150px 0
}

.doles-color {
    color: #62a0d1 !important;
}

.slider-text h3 {
    font-size: 35px;
    margin-bottom: 12px
}

.slider-text span {
    background: #62a0d1;
    color: #fff;
    padding: 3px 15px;
    text-transform: capitalize
}

.about-content h3,
.slider-text h2 {
    color: #fff;
    text-transform: capitalize
}

.slider-text h2 {
    font-size: 46px;
    line-height: 58px;
    margin: 12px 0
}

.about-content h3 {
    padding: 20px 0
}

.about-content p {
    font-size: 15px;
    margin-bottom: 26px
}

.embed-responsive.embed-responsive-16by9 {
    border: 3px dotted #62a0d1
}

.single-services {
    margin-bottom: 35px;
    padding: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-services:hover {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .3)
}

.single-services i {
    background-color: #62a0d1;
    border: 2px solid #62a0d1;
    box-shadow: 2px 2px 3px #333;
    color: #fff;
    font-size: 2em;
    height: 60px;
    line-height: 57px;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 60px
}

.single-services:hover i {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.single-services h4 {
    margin: 20px 0 10px;
    text-transform: uppercase;
    -webkit-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

.single-services:hover h4 {
    color: #62a0d1
}

#our-work .section-subheading {
    color: #8c9099
}

#our-work .work-item {
    right: 0;
    margin: 0 0 15px
}

#our-work .work-item .work-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px
}

#our-work .work-item .work-link .work-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: rgba(98, 160, 209, .8);
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.help,
.status {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

#our-work .work-item .work-link .work-hover:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

#our-work .work-item .work-link .work-hover .work-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff
}

#our-work .work-item .work-link .work-hover .work-hover-content i {
    margin-top: -12px
}

#our-work .work-item .work-link .work-hover .work-hover-content h3,
#our-work .work-item .work-link .work-hover .work-hover-content h4 {
    margin: 0
}

#our-work .work-item .work-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff
}

#our-work .work-item .work-caption h4 {
    margin: 0;
    text-transform: none
}

.btn-signup,
.comment-content a,
.contact-details h4,
.footer-heading,
.not-found-content h3,
.pricing-content h2 {
    text-transform: uppercase
}

#our-work .work-item .work-caption p {
    margin: 0;
    font-size: 16px
}

#our-work * {
    z-index: 2
}

.work-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    box-shadow: none
}

.work-modal .modal-content h2 {
    margin-bottom: 0;
    padding-bottom: 4px;
    font-size: 3em;
    border-bottom: 4px solid #62a0d1;
    display: inline-block
}

.work-modal .modal-content p {
    margin-bottom: 30px;
    text-align: left;
}

.work-modal .modal-content p.item-intro {
    margin: 15px 0 35px;
    font-size: 16px;
    text-align: left;
}

.work-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px
}

.work-modal .modal-content img {
    display: inline-block;
    margin-bottom: 30px
}

.work-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer
}

.help,
.member-img {
    position: relative
}

.work-modal .close-modal:hover {
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"
}

.work-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.work-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.help {
    background-image: url(assets/images/parallax-bg/1.jpg);
    padding: 60px 0
}

.help-text {
    color: #fff;
    margin: 4px 0
}

.member-img {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.member-img:hover {
    box-shadow: 2px 2px 15px #333;
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
}

.member-img:hover .img-overlay {
    width: 100%
}

.img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #62a0d1;
    width: 0;
    height: 20%;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.status,
footer {
    position: relative
}

.member-social-icon {
    padding: 20px 0;
    text-align: center;
    width: 262px;
    margin-left: 0
}

.member-social-icon i {
    background-color: #fff;
    color: #222;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transition: .38s;
    transition: .38s;
    width: 35px
}

.member-social-icon i:hover {
    border-radius: 100%;
    color: #ff1654
}

.single-member {
    margin: 0 auto;
    max-width: 275px;
    text-align: center
}

.member-info {
    margin: 18px 0
}

.member-info h4 {
    color: #62a0d1
}

.member-info p {
    color: #777;
    font-size: 14px;
    padding: 0 8px
}

.status {
    background-image: url(assets/images/parallax-bg/2.jpg);
    color: #fff;
    padding: 60px 0
}

.counter-contents {
    line-height: 40px;
    padding: 25px 0
}

.counter-contents i {
    font-size: 35px;
    color: #62a0d1
}

.counter-contents span {
    font-size: 35px;
    font-weight: 700
}

.counter-contents .plus {
    margin: 0
}

.counter-contents h4 {
    color: #fff;
    font-weight: 500;
    padding-top: 12px
}

.feedback .feedback-content img {
    display: inline-block;
    max-width: 100px;
    text-align: center
}

.feedback-content p {
    font-family: 'Bad Script', sans-serif;
    font-size: 18px;
    padding: 25px 0
}

.feedback-content h4 {
    color: #62a0d1
}

.feedback-content span {
    color: #777;
    font-size: 14px
}

.pricing-content {
    background-color: #62a0d1;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, .3);
    line-height: 52px;
    padding: 24px 0
}

.pricing-content h2 {
    background: -webkit-linear-gradient(315deg, #4c4c4c 0, #595959 12%, #666 25%, #474747 39%, #2c2c2c 50%, #000 51%, #111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%) rgba(0, 0, 0, 0);
    background: linear-gradient(135deg, #4c4c4c 0, #595959 12%, #666 25%, #474747 39%, #2c2c2c 50%, #000 51%, #111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%) rgba(0, 0, 0, 0);
    color: #fff;
    padding: 34px 0
}

.pricing-content h3 {
    background: -webkit-linear-gradient(315deg, #4c4c4c 0, #595959 12%, #666 25%, #474747 39%, #2c2c2c 50%, #000 51%, #111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%) rgba(0, 0, 0, 0);
    background: linear-gradient(135deg, #4c4c4c 0, #595959 12%, #666 25%, #474747 39%, #2c2c2c 50%, #000 51%, #111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%) rgba(0, 0, 0, 0);
    border: 4px solid #62a0d1;
    border-radius: 100%;
    color: #fff;
    font-size: 40px;
    height: 120px;
    line-height: 112px;
    margin: -22px auto;
    width: 120px
}

.btn-signup {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin-top: 35px;
    padding: 10px 40px
}

.btn-signup:hover {
    background: -webkit-linear-gradient(315deg, #4c4c4c 0, #595959 12%, #666 25%, #474747 39%, #2c2c2c 50%, #000 51%, #111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%) rgba(0, 0, 0, 0);
    background: linear-gradient(135deg, #4c4c4c 0, #595959 12%, #666 25%, #474747 39%, #2c2c2c 50%, #000 51%, #111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%) rgba(0, 0, 0, 0);
    color: #fff
}

.pricing-content li {
    border-bottom: 1px solid #fff;
    color: #fff
}

.pricing-content li:last-child {
    border-bottom: 0 none
}

.pricing-content.highlight h3,
.pricing-table-hvr:hover h3 {
    border: 4px solid #EB3349
}

.pricing-content.highlight {
    background: -webkit-linear-gradient(left, #eb3349, #f45c43) rgba(0, 0, 0, 0);
    background: linear-gradient(to right, #eb3349, #f45c43) rgba(0, 0, 0, 0);
    box-shadow: 6px 6px 10px rgba(0, 0, 0, .4);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.partners,
footer {
    background-attachment: fixed
}

.blog-box-bg,
.partners,
footer {
    background-position: center center;
    background-size: cover
}

@-webkit-keyframes pricing-table-hvr {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes pricing-table-hvr {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.pricing-table-hvr {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden
}

.pricing-table-hvr:active,
.pricing-table-hvr:focus,
.pricing-table-hvr:hover {
    -webkit-animation-name: pricing-table-hvr;
    animation-name: pricing-table-hvr;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.blog-box-bg {
    background-color: #333;
    border: 1px solid #62a0d1;
    border-bottom: 0 solid;
    height: 200px
}

.blog-box-bg-1 {
    background-image: url(assets/images/blog/1.jpg)
}

.blog-box-bg-2 {
    background-image: url(assets/images/blog/2.jpg)
}

.blog-box-bg-3 {
    background-image: url(assets/images/blog/3.jpg)
}

.blog-box-content {
    border: 1px solid transparent;
    padding: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.blog-box-content h3 {
    font-size: 20px;
    margin: 15px 0
}

.blog-meta {
    font-size: 14px
}

.blog-meta span {
    margin-right: 10px
}

.blog-meta span:last-child {
    margin-right: 0
}

.blog-meta i.fa {
    color: #62a0d1
}

.single-blog-area:hover .blog-box-content {
    border-color: #62a0d1
}

.partners {
    background-image: url(assets/images/parallax-bg/3.jpg);
    background-repeat: no-repeat;
    text-align: center
}

.partners-logo img {
    background-color: #fff;
    border: 1px solid #62a0d1;
    -webkit-transition: .5s;
    transition: .5s
}

.partners-logo img:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

#gmap {
    width: 100%;
}

.contact-details h4 {
    margin-bottom: 12px
}

.list-contents li {
    padding: 5px 0
}

.list-contents ul li i {
    background-color: #f4f4f4;
    color: #62a0d1;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    margin-right: 10px;
    text-align: center;
    width: 38px
}

#contactForm .form-control {
    border-color: #62a0d1;
    border-radius: 0;
    color: #333;
    height: 50px;
    padding: 16px 10px
}

#contactForm textarea.form-control {
    height: 150px;
    resize: none
}

.form-control:focus {
    background-color: #f7f7f7;
    border-color: #62a0d1;
    box-shadow: none;
    outline: 0
}

.help-block.text-danger li {
    color: #e8323e;
    font-size: 14px
}

footer {
    background-image: url(assets/images/parallax-bg/4.jpg)
}

.footer-top {
    padding: 80px 0
}

.footer-logo {
    background-color: #fff;
    max-width: 120px;
    margin-bottom: 10px
}

.footer-heading {
    margin-bottom: 20px;
    color: #62a0d1
}

.external-link a,
.footer-para {
    color: #fff
}

.external-link a:hover {
    color: #62a0d1
}

#subscribe-form input {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 7px;
    width: 100%
}

#subscribe-form button {
    background-color: transparent;
    border-color: #fff;
    border-style: none solid;
    border-width: 0 1px;
    color: #fff;
    font-size: 18px;
    padding: 8px 14px;
    position: absolute;
    right: 16px;
    top: 41px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#subscribe-form button:hover,
.social-buttons i:hover {
    background-color: #62a0d1
}

.social-buttons {
    margin-top: 20px;
    text-align: center
}

.social-buttons i {
    border: 1px solid #62a0d1;
    color: #fff;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-transition: all .38s ease 0s;
    transition: all .38s ease 0s;
    width: 35px
}

.social-buttons i:hover {
    border-radius: 100%
}

.scroll-up {
    position: absolute;
    right: 20px;
    text-align: right;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 2
}

.scroll-up:hover {
    box-shadow: 2px 2px 3px #333
}

.scroll-up i.fa {
    background: #fff;
    font-size: 25px;
    height: 35px;
    line-height: 31px;
    text-align: center;
    width: 35px
}

.copyright {
    background: #62a0d1;
    color: #fff;
    padding: 35px 0;
    text-align: center;
    position: relative
}

.copyright p {
    margin: 0
}

.rappo-breadcroumb {
    background-color: #62a0d1;
    font-size: 14px;
    padding: 40px 0
}

.rappo-breadcroumb h2 {
    margin: 0 0 5px
}

.rappo-breadcroumb a:hover {
    text-decoration: underline
}

.rappo-breadcroumb a {
    color: #fff
}

.rappo-breadcroumb .right-text {
    margin: 20px 0
}

.blog-content {
    padding: 60px 0
}

.blog-preview {
    background-color: #333;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
    height: 200px
}

.single-blog {
    display: block;
    margin-bottom: 30px
}

.single-blog:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.single-blog:hover h4 {
    color: #62a0d1
}

.single-blog span {
    color: #777;
    display: inline-block;
    font-size: 14px;
    margin: 10px 0
}

.search-area,
.widget {
    margin-bottom: 40px
}

.blog-bg-1 {
    background-image: url(assets/images/blog/1.jpg)
}

.blog-bg-2 {
    background-image: url(assets/images/blog/2.jpg)
}

.blog-bg-3 {
    background-image: url(assets/images/blog/3.jpg)
}

.blog-bg-4 {
    background-image: url(assets/images/blog/4.jpg)
}

.blog-bg-5 {
    background-image: url(assets/images/blog/5.jpg)
}

.blog-bg-6 {
    background-image: url(assets/images/blog/6.jpg)
}

.blog-pagination .pagination li.active a {
    background-color: #62a0d1;
    border-color: #62a0d1;
    color: #fff
}

.blog-pagination .pagination a {
    color: #222
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #222;
    border-color: #222;
    color: #fff;
    z-index: 2
}

.search-form {
    border: 1px solid #ddd
}

.search-form input {
    border: 0;
    color: #222;
    padding: 12px
}

.search-form button {
    background-color: #62a0d1;
    border: 0;
    color: #fff;
    float: right;
    padding: 12px 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.search-form button:hover {
    background-color: #222
}

.widget {
    background-color: #f3f8fb;
    line-height: 25px;
    padding: 25px
}

.widget ul li {
    font-size: 14px;
    margin-bottom: 12px
}

.widget-title {
    background-color: #fff;
    border-left: 3px solid #62a0d1;
    margin-bottom: 15px;
    padding: 12px
}

.recent_posts ul li a {
    color: #62a0d1
}

.recent_posts ul li a:hover {
    color: #222
}

.recent_posts span {
    color: #777;
    display: block;
    font-size: 13px
}

.widget.category-item li {
    float: left;
    width: 50%
}

.widget.category-item li a {
    color: #62a0d1
}

.widget.category-item li a:hover {
    color: #222
}

.blog-post-area {
    margin-bottom: 50px;
    padding: 15px
}

.post-img {
    margin-bottom: 25px
}

.post-img img {
    max-width: 100%
}

.post-title {
    margin-bottom: 20px
}

.post-title h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 8px
}

.post-title p {
    color: #777;
    font-size: 13px
}

.single-comment {
    font-size: 14px;
    padding: 20px
}

.comments-area h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px
}

.single-comment img {
    max-width: 80px
}

.comment-content {
    border-bottom: 1px solid #ddd;
    padding-bottom: 28px
}

.comment-content .comment-time {
    color: #777;
    font-size: 13px
}

.comment-content a {
    font-weight: 500
}

.post-comment {
    margin-top: 30px
}

.post-comment h3 {
    font-size: 22px;
    margin-bottom: 25px
}

.post-comment form label {
    color: #444;
    font-size: 14px
}

.each-input-field {
    margin-bottom: 20px
}

.each-input-field .form-control {
    border-color: #62a0d1;
    border-radius: 0;
    color: #222;
    resize: none
}

.not-found-area {
    padding: 80px 0
}

.not-found-content i.fa {
    font-size: 150px;
    margin-bottom: 20px
}

.not-found-content h1 {
    color: #62a0d1;
    font-size: 70px;
    margin-bottom: 20px
}

.not-found-content h3 {
    margin-bottom: 8px
}

.not-found-content p {
    margin-bottom: 30px
}
.container-custom-navigation{
    margin: auto;
    max-width: 1320px;
}