/*----------------------------------------------------------------------------------

Project     :   Primeo One Page Business HTML Template
Version     :   1.0

-------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------

[Table of contents]

Default CSS
Preloader
Header Area
Hero Area
Slider Area
Section Heading
About Area
Service Area
Why Choose Area
Portfolio Area
Pricing Area
Video Area
Team Area
Testimonial Area
Counter Area
Blog Area
Partner Area
Contact Area
Blog Page
Blog Details Page


--------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------
    Default CSS
---------------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i');

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
    position: relative
}

#body-wrap {
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

a {
    color: #1c1c1c;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6,
h1,
.h1,
.h2,
.h3 {
    font-weight: 400;
    margin-top: 0
}

h1 {
    font-size: 50px;
    line-height: 60px
}

h2 {
    font-size: 30px;
    line-height: 40px
}

h3 {
    font-size: 24px;
    line-height: 34px
}

h4 {
    font-size: 20px;
    line-height: 30px
}

h5 {
    font-size: 18px;
    line-height: 28px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

p {
    font-size: 16px;
    color: #555;
    line-height: 24px;
    /* text-align: justify; */
}

.font-700 {
    font-weight: 700
}

.font-600 {
    font-weight: 600
}

.font-500 {
    font-weight: 500
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.color-primary {
    color: #1977cc
}

.text-white {
    color: #fff
}

.form-control {
    border: 1px solid #e6f0fa;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    border-radius: 2px
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.bg-gray {
    background-color: #f5f5f5
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.m-0 {
    margin: 0
}

.p-0 {
    padding: 0
}

.d-table {
    display: table;
    width: 100%;
    height: 100%
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.full-height {
    height: 100vh
}

/*-------------------------------------------------------------------------------------
    Preloader
---------------------------------------------------------------------------------------*/

.preloader {
    background-color: #1977cc;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    opacity: 0.8
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 21% auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/*-------------------------------------------------------------------------------------
    Header Area
---------------------------------------------------------------------------------------*/

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

nav.navbar.bootsnav {
    background-color: rgba(40, 58, 90, 0.9);
    border-bottom: 0
}

nav.navbar.bootsnav ul.nav>li>a {
    color: #fff;
    font-weight: 500;
}

nav.navbar.bootsnav.affix ul.nav>li>a {
    color: #000;
}

nav.navbar.bootsnav ul.nav>li.active>a,
nav.navbar.bootsnav ul.nav>li.active>a:hover,
nav.navbar.bootsnav ul.nav>li>a:hover {
    color: #1977cc;
}

.navbar.navbar-default.bootsnav.affix {
    background-color: #fff;
}

.navbar {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.navbar.affix {
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    top: 0;
    width: 100%;
}

.navbar.affix-top {
    position: static;
    top: -10px;
}

.affix {
    width: 100%;
}

.navbar.affix .navbar-brand.logo,
.navbar .navbar-brand.logo-two {
    display: none
}

.navbar.affix .navbar-brand.logo-two {
    display: block
}

/*-------------------------------------------------------------------------------------
    Hero Area
---------------------------------------------------------------------------------------*/

#hero-area {
    position: relative;
    background-attachment: fixed;
    background-position: top
}

.hero-content {
    position: relative;
    padding-top: 4%;
}

.cd-headline {
    font-size: 50px;
    line-height: 60px;
    margin: 0
}

#particles {
    height: 100%;
    width: 100%;
}

#particles canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*-------------------------------------------------------------------------------------
    Slider Area
---------------------------------------------------------------------------------------*/

.slide-single {
    position: relative;
    background-position: top;
    padding-top: 5%
}

.slide-caption {
    padding: 0 10%;
    width: 65%
}

.slide-btn a {
    background-color: #1977cc;
    color: #ffffff;
    display: inline-block;
    margin: 30px 10px 0 0;
    padding: 10px 20px;
    border-radius: 30px;
    border: 2px solid #1977cc
}

.slide-btn a.transparent {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

.slide-btn a:hover {
    background-color: #1977cc;
    border-color: #e80738
}

.owl-item.active .slide-caption h4 {
    -webkit-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both;
}

.owl-item.active .slide-caption h1 {
    -webkit-animation: 1s .4s fadeInUp both;
    animation: 1s .4s fadeInUp both;
}

.owl-item.active .slide-caption p {
    -webkit-animation: 1s .6s fadeInUp both;
    animation: 1s .6s fadeInUp both;
}

.owl-item.active .slide-caption .slide-btn {
    -webkit-animation: 1s .8s fadeInUp both;
    animation: 1s .8s fadeInUp both;
}

.owl-stage {
    margin-left: -2px
}

.silder .owl-nav div {
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 30px;
    width: 60px;
    height: 60px;
    top: 55%;
    left: 20px;
    padding: 10px 14px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%
}

.silder .owl-nav div:hover {
    background-color: #1977cc
}

.silder .owl-nav .owl-next {
    right: 20px;
    left: auto;
    padding: 10px 16px;
}

.silder .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px
}

.silder .owl-dot {
    height: 6px;
    width: 40px;
    margin: 0 4px;
    display: inline-block;
    background-color: #fff
}

.silder .owl-dot.active {
    background-color: #1977cc;
}


/*-------------------------------------------------------------------------------------
    Section Heading
---------------------------------------------------------------------------------------*/

.section-heading {
    padding: 0 0 35px
}

/*-------------------------------------------------------------------------------------
    About Area
---------------------------------------------------------------------------------------*/

#about-area {
    padding: 80px 0
}

.about-content h6 {
    margin-bottom: 5px;
}


/*-------------------------------------------------------------------------------------
    Team Area
---------------------------------------------------------------------------------------*/

#team-area {
    padding: 70px 0 10px
}

.team-single {
    border: 1px solid #e6f0fa;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    padding: 0 0 20px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.team-single:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0 22px 40px #e6f0fa;
    box-shadow: 0 22px 40px #e6f0fa;
}

.team-member-info {
    padding: 20px 0 0;
}

.team-social-icons ul li {
    display: inline-block;
}

.team-social-icons li a {
    display: block;
    font-size: 40px;
    color: #ff2050;
}

/*-------------------------------------------------------------------------------------
    Testimonial Area
---------------------------------------------------------------------------------------*/



.section-heading .separator {
    position: relative;
    width: 100px;
    top: -10px;
}

.section-heading .separator:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 3px;
    background-color: #1977cc;
}

/* .section-heading .separator:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -15px;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    border: 10px solid #ffffff;
    background-color: #1977cc;
} */

.section-heading .separator:after {
    background-color: #1977cc;
}

.ssection-heading .separator.style-two::after {
    border-color: #f5f5f5;
}

.section-heading .separator.style-three::after {
    border-color: #fafafa;
}

.section-heading.centered .separator {
    margin: 0 auto;
}

.main-footer {
    position: relative;
    background-color: #181e29;
    background-size: cover;
}

.main-footer .widgets-section {
    position: relative;
    padding: 50px 0 20px 0;
}

.main-footer .footer-widget {
    position: relative;
    /*margin-bottom:30px;*/
}

.main-footer .footer-widget .footer-title {
    position: relative;
    margin-bottom: 20px;
}

.main-footer .footer-widget .footer-title h2 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.main-footer .footer-widget .footer-title .separator {
    position: relative;
    width: 40px;
    height: 5px;
}

.main-footer .footer-widget .footer-title .separator:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.main-footer .footer-widget .footer-title .separator:after {
    position: absolute;
    top: -2px;
    content: '';
    right: -15px;
    width: 5px;
    height: 5px;
    background-color: #1977cc;
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 5px;
}

.main-footer .logo-widget .text {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 30px;
    text-align: justify;
}

.main-footer .logo-widget .social-icons {
    position: relative;
}


.main-footer .logo-widget .social-icons li {
    position: relative;
    margin-right: 18px;
    display: inline-block;
}

.main-footer .logo-widget .social-icons li.share {
    color: #ffffff;
    font-weight: 600;
}

.main-footer .logo-widget .social-icons li a {
    position: relative;
    width: 37px;
    height: 37px;
    color: #dadada;
    line-height: 35px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #bbbbbb;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;
    font-size: 15px;
}

.main-footer .logo-widget .social-icons li a:hover {
    color: #ffffff;
    border-color: #1977cc;
    background-color: #1977cc;
    text-decoration: none;
}

/* Footer List */

.main-footer .footer-list {
    position: relative;
}


.main-footer .footer-list li {
    position: relative;
    margin-bottom: 15px;
    list-style-type: none;
}

.main-footer .footer-list li a {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 1.3em;
    padding-left: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;
    font-size: 14px;
}

.main-footer .footer-list li a:before {
    position: absolute;
    content: '\f22b';
    color: #1977cc;
    left: 0px;
    top: 0px;
    font-size: 18px;
    font-weight: 800;
    font-family: "Font Awesome 5 Free";
    text-decoration: none;
}

.main-footer .footer-list li a:hover {
    color: #1977cc;
    text-decoration: none;
}

#contact-area {
    padding: 70px 0 80px
}

.contact-content {
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    border-radius: 10px;
    padding: 50px;
    border: 1px solid #e6f0fa;
}

.contact-form input {
    height: 50px;
}

.contact-form button {
    background-color: #1977CC;
    border: 0;
    padding: 10px 20px;
    border-radius: 2px;
    color: #fff
}

.contact-form button:hover {
    background-color: #1977CC;
}

.contact-info {
    padding-left: 30px;
}

.contact-info-single {
    margin: 0 0 30px;
}

.contact-info-single span i {
    color: #1977CC;
    padding-right: 6px;
}

.contact-info-single h6 {
    margin-bottom: 5px;
}

.blog-wrap {
    padding: 80px 0 55px;
}

.page-title {
    background-image: url(../images/banner-2.jpg);
    padding: 160px 0 60px;
    position: relative
}

.page-content {
    position: relative
}

.breadcrumb {
    background-color: transparent
}

.breadcrumb ul li {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    padding: 0 4px
}

.breadcrumb li a {
    display: block;
    font-weight: 500;
    color: #1977cc;
}

.blog-sidebar {
    padding: 20px 30px 0;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    overflow: hidden;
    border-radius: 10px
}

.blog-sidebar .widget {
    margin: 0 0 30px;
}

.blog-sidebar .widget h4 {
    margin: 0 0 15px;
}

.widget.search {
    position: relative
}

.widget.search input {
    height: 45px;
}

.widget.search span {
    position: absolute;
    right: 20px;
    top: 58px;
}

.widget.recent-post {
    margin: 0 0 20px
}

.recent-post-single {
    margin: 0 0 10px;
    overflow: hidden
}

.recent-post-img {
    width: 30%;
}

.recent-post-img a {
    display: inline-block;
}

.recent-post-cont {
    width: 70%;
    padding-left: 4%;
}

.recent-post-cont h5 {
    font-weight: 600;
    margin: -10px 0 0
}

.recent-post-cont p span {
    font-size: 11px;
    font-weight: 600;
    margin: -4px 0 -12px;
    display: block;
}

.widget.category ul li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e6f0fa;
    font-weight: 500;
}

.widget.category ul li:first-child {
    border-top: 1px solid #e6f0fa;
}

.widget.category ul li a:hover,
.recent-post-cont h5 a:hover {
    color: #1977cc
}

.widget.tags span a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 4px 4px 0;
    border-radius: 4px;
    border: 1px solid #000;
    font-weight: 500
}

.widget.tags span a:hover {
    border-color: #1977cc;
    background-color: #1977cc;
    color: #fff
}

.pagination>li>a,
.pagination>li:first-child>a,
.pagination>li:last-child>a {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
    margin: 0 2px;
    border: 1px solid #e6f0fa;
}

.pagination>li>a:hover,
.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus {
    background-color: #1977cc;
    border-color: #1977cc;
    color: #fff
}

.section-title h2 {
    /* font-size: 32px; */
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #37517e;
}

.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-left: 28px;
    position: relative;
}

.about .content ul li+li {
    margin-top: 10px;
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #47b2e4;
    line-height: 1;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .content .btn-learn-more {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #47b2e4;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #47b2e4;
}

.about .content .btn-learn-more:hover {
    background: #47b2e4;
    color: #fff;
    text-decoration: none;
}


.contact-form .btn-learn-more {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #47b2e4;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #47b2e4;
}

.contact-form .btn-learn-more:hover {
    background: #47b2e4;
    color: #fff;
    text-decoration: none;
}

.responsive-table li {
    border-radius: 3px;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    font-size: 16px;
}

.responsive-table .table-header {
    background-color: #1977cc;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #fff;
    font-weight: bold;
}

.responsive-table .table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}

.responsive-table .col-1 {
    flex-basis: 10%;
}

.responsive-table .col-2 {
    flex-basis: 40%;
}

.responsive-table .col-3 {
    flex-basis: 25%;
}

.responsive-table .col-4 {
    flex-basis: 25%;
}

@media all and (max-width: 767px) {
    .responsive-table .table-header {
        display: none;
    }

    .responsive-table li {
        display: block;
    }

    .responsive-table .col {
        flex-basis: 100%;
    }

    .responsive-table .col {
        display: flex;
        padding: 10px 0;
    }

    .responsive-table .col:before {
        color: #1977cc;
        padding-right: 10px;
        content: attr(data-label);
        flex-basis: 50%;
        text-align: right;
    }
}

.background {
    border: 2px solid black;
}

.transbox {
    margin: 30px;
    border: 1px solid black;
    opacity: 0.7;
    box-shadow: 0 0 10px 5px;
    background-color: #ffffff;
}

.transbox p {
    margin: 3%;
    font-weight: bold;
    color: #000;
}

table th,
table td {
    text-align: center;
}

table tr:nth-child(even) {
    background-color: #e4e3e3
}

th {
    background: #1977cc;
    color: #fff;
    font-size: 20px;
}

td {
    font-size: 16px;
}

.pagination {
    margin: 0;
}

.pagination li:hover {
    cursor: pointer;
    color: #1977cc;
}

.header_wrap {
    padding: 30px 0;
}

.num_rows {
    width: 20%;
    float: left;
}

.tb_search {
    width: 20%;
    float: right;
}

.pagination-container {
    width: 70%;
    float: left;
}

.rows_count {
    width: 20%;
    float: right;
    text-align: right;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.photo img {
    @media (max-width:640px) {
        .photo img {
            display: none;
        }
    }
}

/* .btn-learn{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #47b2e4;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 20px;
    border: 2px solid #47b2e4;
    margin-right: -170px;
}

.btn-learn:hover {
    background: #47b2e4;
    color: #fff;
    text-decoration: none;
} */

#toTop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 998;
    background: #1977cc;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
}


@media (max-width: 650px) {
   .photo img {
      display: none
    }
  }


  .gallery .gallery-item {
    overflow: hidden;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
    border-radius: 25px;
}

.gallery .gallery-item:hover img {
    transform: scale(1.1);
    border-radius: 25px;
}
