@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

/*=================================*/
/*  Preloader 
/*=================================*/

.page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100000;    
}

.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 2px solid rgba(0,0,0, 0.08);
    border-right: 2px solid rgba(0,0,0, 0.08);
    border-bottom: 2px solid rgba(0,0,0, 0.08);
    border-left: 2px solid rgba(0,0,0, 0.8);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 100001;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*============ End Preloader =============*/

body{
    color: #3a3a3a;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
a{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header {
    border-bottom: 6px solid #d6d0d7;
}
.top-head{
    padding: 10px 0 15px;
}
.logo {
    margin: 0;
}
header .logo img{
    max-width: 175px;
}
header .date {
    margin: 0;
}
.social-links{
    margin: 5px 0 0;
}
.social-links a {
    background-color: #0981C8;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-left: 6px;
    text-align: center;
    width: 30px;
}
.social-links a:hover{
    opacity: .8;
}
.main-nav {
    border-top: 1px solid #e1e1e1;
    font-weight: 400;
    padding: 0;
}
.navbar-expand-md .navbar-nav > li > a {
    border-bottom: 6px solid transparent;
    color: #414042;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: -6px;
    padding: 10px !important;
}
.navbar-expand-md .navbar-nav > li > a:hover{
    border-bottom-color: #007dc6;
    color: #007dc6;
}
.navbar-toggler{
    float: right;
    padding-bottom: 0;
    padding-top: 0;
}
.navbar-toggler:focus{
    outline: none;
}
.mobile-btn .icon-bar {
    background: #102742;
    border-radius: 4px;
    display: block;
    height: 2px;
    position: relative;
    width: 35px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.mobile-btn .icon-bar + .icon-bar {
    margin-top: 8px;
}
.mobile-btn[aria-expanded="true"] .icon-bar:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-btn[aria-expanded="true"] .icon-bar:nth-child(2) {
    background-color: transparent;
}
.mobile-btn[aria-expanded="true"] .icon-bar:nth-child(3) {
    top: -9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    margin: 5px 0 0;
    min-width: 15px;
    width: 240px;
}
.dropdown-item {
    font-size: 14px;
    white-space: normal;
    padding: .25rem 1rem;
}
.dropdown-item:focus,
.dropdown-item:hover{
    background-color: skyblue;
    color: white;
}

.slider-home .slick-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    position: relative;

}
.slick-prev {
    background-image: url(../images/prev-arrow.png);
    left: 50px;
    z-index: 1;
}

.clients-slider .slick-prev,
.testimonial-slider .slick-prev {
    background-image: url(../images/prev-arrow-black.png);
    left: -90px;
}
.slick-next {
    background-image: url(../images/next-arrow.png);
    right: 50px;
}
.clients-slider .slick-next,
.testimonial-slider .slick-next {
    background-image: url(../images/next-arrow-black.png);
    right: -90px;
}
.slick-prev, .slick-next {
    background-repeat: no-repeat;
    background-position: center;
    height: 47px;
    width: 17px;
}
.slick-prev::before, .slick-next::before{
    content: none;
}
.slick-next:hover, .slick-next:focus {
    background-image: url(../images/next-arrow.png);
}
.slick-prev:hover, .slick-prev:focus {
    background-image: url(../images/prev-arrow.png);
}
.clients-slider .slick-next:hover, 
.clients-slider .slick-next:focus,
.testimonial-slider .slick-next:hover, 
.testimonial-slider .slick-next:focus {
    background-image: url(../images/next-arrow-black.png);
}
.clients-slider .slick-prev:hover, 
.clients-slider .slick-prev:focus,
.testimonial-slider .slick-prev:hover, 
.testimonial-slider .slick-prev:focus {
    background-image: url(../images/prev-arrow-black.png);
}
.slider-home .slick-dots {
    bottom: 20px;
}
.slick-dots li {
    margin: 0;
}
.slick-dots li.slick-active button::before {
    opacity: 1;
    color: #fff;
}
.slick-dots li button::before {
    color: #fff;
    font-size: 8px;
    opacity: .64;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.banner-title {
    position: absolute;
    max-width: 1140px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 30%;
    padding: 0 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-title h2 {
    color:slateblue;
    font-size: 50px;
    font-weight: 800;
    padding: 0 30px;
}
.banner-title p {
    color: slateblue;
    font-size: 18px;
    margin-bottom: 0;
    max-width: 600px;
}
.section-title {
    font-weight: 700;
    margin: 0 0 40px;
    padding: 0 0 15px;
    position: relative;
    text-transform: uppercase;
}
.section-title:after{
    background-color: #3a3a3a;
    bottom: 0;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    width: 80px;
}
.text-center.section-title:after{
    left: 50%;
    margin-left: -40px;
}
.section-title.text-center{
    padding: 0 0 20px;
}
.testimonial-slider p{
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 25px;
}
.testimonial-slider img{
    margin: 0 auto;
}
.testimonial-slider h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.testimonial-slider .cl-info p{
    font-size: 14px;
    margin: 0;
}
.testimonial-box {
    padding: 50px 0;
}
.testimonial-slider .slick-dots li button::before {
    color: #000;
}
.testimonial-slider .slick-dots li.slick-active button::before {
    color: #000;
}
.content-box {
    padding: 40px 0;
}
.recent-news {
    margin: 0 0 40px;
}
.n-img {
    display: block;
    margin: 0 0 15px;
}
.recent-news > .row{
    margin-bottom: 30px;
}
.recent-news h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px;
}
.recent-news a {
    color: #DA59A1;
}
.recent-news a:hover{
    color: #3a3a3a;
    text-decoration: none;
}
.client-box {
    padding: 40px 0 80px;
}
.clients-slider .slick-prev{
    left: -40px;
}
.clients-slider .slick-next {
    right: 0;
}
.ntc-box{
    padding-top: 40px; 
}

footer {
    background-color: #3a3a3a;
    padding: 40px 0 10px;
}

footer h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
}
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-links li{
    margin: 0 0 5px;
}
.footer-links li a{
    color: #fff;
    font-size: 16px;
}
.footer-links li a:hover{
    color: #DA59A1;
    text-decoration: none;
}
footer address{
    color: #fff;
}
.copyright-box p{
    color: #fff;
    font-size: 12px;
    margin: 0;
}
.copyright-box > div {
    border-top: 1px solid #5d5d5d;
    margin: 15px 0 0;
    padding: 10px 0 0;
}
.clients-slider .slick-slide {
    padding: 0 5px;
}
.page-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
}
.page-banner h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
}
.page-content {
    padding: 40px 0;
}
.breadcrumb {
    background-color: transparent;
    padding: 0;
}
.breadcrumb li{
    font-weight: 600;
}
.breadcrumb li a{
    color: #414042;
    font-weight: 400;
}
.breadcrumb-box{
    margin: 0 0 30px;
}
.content-area h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px;
}
.content-area p {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 20px;
}
.side-menu-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px;
}
.sidebar-menus {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-menus li {
    border-bottom: 1px solid #ddd;
    padding: 7px 0;
}
.sidebar-menus li:last-child{
    border-bottom: none;
}
.sidebar-menus li a{
    color: #102742;
    font-size: 16px;
}
.sidebar-menus li a:hover{
    color: #DA59A1;
    text-decoration: none;
}
.notice-box p {
    text-align: left;
}
.notice-box p i {
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle;
}

#site-title-wrapper {
    display:none;
  
  }
  
/*=================================*/
/*  Responsive-styles
/*=================================*/

@media (min-width: 767px) { 
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
}
/*Extra large devices (large desktops)*/
@media (min-width: 576px) {
    .banner-title{
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .banner-title{
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .banner-title{
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .banner-title{
        max-width: 1140px;
    }
} 


@media (max-width: 1199px) { 

}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) { 

}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) { 
    header .logo img {
        max-width: 100%;
    }
    .container {
        max-width: 100%;
    }
    .navbar-expand-md .navbar-nav > li > a {
        border-bottom: 1px solid #ddd;
        padding: 15px 25px !important;
        position: relative;
        text-align: left;
        margin-bottom: 0;
    }
    .navbar-nav {
        padding-bottom: 5px;
    }
    .navbar-nav .dropdown-toggle::after {
        border: none;
        border-left: 1px solid #ddd;
        content: "+";
        font-size: 28px;
        font-weight: normal;
        height: 100%;
        line-height: 49px;
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 15px;
    }
    .navbar-nav .dropdown-menu {
        border-bottom: 1px solid #ddd;
    }
    .banner-title {
        max-width: 100%;
    }
    .mobile-menu.navbar-expand-md {
        padding: 10px 0 0;
    }
    .slider-home .slick-slide {
        height: 300px;
    }
    .banner-title h2 {
        font-size: 30px;
    }
    .banner-title p {
        font-size: 15px;
    }
    .section-title {
        font-size: 24px;
    }
    .testimonial-slider p {
        font-size: 16px;
    }
    .notice-box {
        margin: 0 0 40px;
    }
    .recent-news .col-3{
        padding-right: 0;
    }
    .recent-news h3 {
        font-size: 16px;
    }
    footer {
        text-align: center;
    }
    footer .footer-links {
        margin: 0 0 35px;
    }
    .clients-slider {
        padding: 0 30px;
    }
    .clients-slider .slick-prev {
        left: 0;
    }

}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 

}
@media (max-width: 480px) { 

}
@media (max-width: 400px) { 
    .social-links a {
        font-size: 16px;
        height: 25px;
        line-height: 25px;
        margin-left: 3px;
        width: 25px;
    }
}
