body{
     margin:0;
     padding:0;
     font-size:16px;
    font-family: "Roboto", sans-serif;
     color: #000;
}
p {
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Poppins", sans-serif;
    color: #000;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
h1{
    font-size: 22px;
    color: #000;
}
h2{
    font-size: 18px;
    color: #000;
}
h3{
    font-size: 22px;
    color: #287ff9;
}
h4{
    font-size: 18px;
    color: #287ff9;
}
h5{
    font-size: 22px;
    color: #2ab97e;
}
h6{
    font-size: 18px;
    color: #2ab97e;
}


a:focus, a:hover{
    text-decoration:none;
}
.top-header {
    position: relative;
    z-index: 2;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
}
.mail-info p, .mail-icon, .mail-info a, .quote-info li{
    color: #fff;
}
.mail-info p{
    margin-bottom: 0px;
}
.mail-info-list {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.mail-info {
    margin-left: 10px;
}
.quote-info {
    float: right;
}
.quote-info ul, .header-contact-info ul{
    margin: 0px;
}
.quote-info .btn-primary {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    font-size: 15px;
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    transition: all 400ms ease 0ms;
    margin-left: 30px;
}
.quote-info .btn-primary:hover{
    background-color:#2ab97e;
    border-color: #2ab97e;
    color: #fff;
}
.header-contact-info {
    margin-top: 7px;
}
.navpart{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
}
.navbar-brand>img {
    border-radius: 10px;
    margin-top: 10px;
    width: 210px;
    filter: contrast(160%);
}
/*Navbar-sticky-menu-list*/
nav.navbar.bootsnav{
    background-color: inherit;
    padding: 0px 0px;
}
.inner-pages {
    position: inherit;
    background: #2ab97e;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
    background: #2ab97e;
}
.navbar-default .navbar-brand {
    float: left;
    height: auto;
    line-height: inherit;
    margin: 0px !important;
    padding: 0px;
}
.attr-nav > ul > li > a, .navbar-default .navbar-nav>li>a{
    color: #000;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #ffffff;
    font-size: 16px;
    padding: 15px 15px;
    font-weight: 500 !important;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.3px;
    margin: 10px 0px;
}
nav.navbar.bootsnav.menu-center ul.nav.navbar-center{
    margin: 0px;
    float: right;
    padding-right: 60px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 500 !important;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li {
    background-color: #2ab97e;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li:hover{
    background-color: #287ff9;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    border: none;
}
ul.nav.navbar-nav.navbar-right {
    float: right !important;
}
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-nav > li > a {
    margin: 26px 0px;
}
.inner-pages nav.navbar.bootsnav .navbar-nav > li > a {
    margin: 26px 0px;
}
/*end-navbar*/
.carousel-control.right, .carousel-control.left{
    background-image: inherit;
}
.carousel-caption {
    background-color: transparent;
    right: auto;
    text-align: left;
    left: 21%;
    top: 35%;
}
.carousel-caption h1 {
    color: #fff;
    text-shadow: none;
    margin: 0px;
    font-weight: 600;
}
.carousel-inner>.item img {
    width: 100%;
}
.carousel-indicators{
    z-index: 5;
    display: none;
}
.carousel-inner>.item:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(19, 40, 125, 0.85);
}
.carousel-caption a {
    background-color: #fff;
    color: #000;
    text-shadow: none;
    width: auto;
    padding: 13px 45px;
    line-height: inherit;
    height: auto;
    border-radius: 30px;
    transition: all 0.3s linear;
}
.carousel-caption a:hover{
    background-color: #2ab97e;
    color: #fff;
}
/*--header-part-end--*/
.py-5 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.service-title-content{
    margin-bottom: 30px;
}
.service-title-content h2 {
    margin: 0px;
    font-size: 16px;
    text-transform: uppercase;
    color: #2ab97e;
    font-weight: 500;
}
.service-title-content h3 {
    font-size: 36px;
    margin-top: 15px;
    margin-bottom: 0px;
    color: #000;
}
.pf-service-items {
    padding: 30px 20px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 5px 60px 0 rgba(2, 24, 93, 0.08);
    box-shadow: 0 5px 60px 0 rgba(2, 24, 93, 0.08);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.pf-service-items h3 {
    font-size: 23px;
    color: #0e3440;
    padding-top: 25px;
    padding-bottom: 20px;
    font-weight: 500;
    margin: 0px;
}
.pf-service-items img{
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.pf-service-items:hover img{
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.pf-service-items:hover {
    margin-top: -5px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.pf-service-items a {
    display: inline-block;
    width: 65px;
    height: 65px;
    overflow: hidden;
}
.professional-service-block h3 {
    margin-top: 0px;
}
.professional-service-block .service-title-content h2 {
    margin-bottom: 15px;
}
.about-block{
    background-color: #f0f4fa;
}
.read_more_btn {
    background-color: #287ff9;
    color: #fff;
    display: inline-block;
    padding: 13px 35px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    letter-spacing: 0.3px;
    margin-top: 15px;
    transition: all 0.3s linear;
}
.read_more_btn:hover{
    background-color: #2ab97e;
    color: #fff;
}
.about-left img {
    width: 100%;
}
.works-header-right a {
    color: #000;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.works-header-right a .fa-arrow-right {
    margin-left: 5px;
}
/*--our-gallery--*/
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #287ff9;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  
  .hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 2em;
    text-align: center;
      display: grid;
      align-items: end;
  }
  
  .hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
  }
  
  .hovereffect h2 {
    color: #fff;
    position: relative;
    font-size: 24px;
    background-color: transparent;
    padding: 0px;
    text-align: left;
    font-weight: 500;
      margin: 0px;
  }
  .hovereffect h2 a{
    color: #000;
  }
  
  .hovereffect .overlay:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
  }

  .hovereffect a, .hovereffect p, .hovereffect .arrow-icon,  .hovereffect .overlay-content {
    color: #FFF;
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  
  .hovereffect:hover img{
    opacity: 0.8;
    filter: alpha(opacity=60);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  
  .hovereffect:hover .overlay:before,
  .hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2, .hovereffect:hover .arrow-icon, .hovereffect:hover .overlay-content  {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  /*--gallery-end--*/
  .works-list .overlay i {
    font-size: 22px;
    line-height: normal;
    font-weight: 700;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.arrow-icon a {
    width: 60px;
    height: 60px;
    display: flex;
    background: #2ab97e;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    transition: all 0.5s ease-out;
}
.del-space{
    display: none;
}
.overlay-content {
    background: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    background-color: #fff;
    padding: 18px;
    border-radius: 8px;
}
footer{
    border: none;
}
.top-footer{
    background-color: #14287b;
    padding: 70px 0px 50px;
}
.footer-logo p, address, .footer-social p{
    color: #abb2c1;
}
.footer-title {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 15px;
    border: none;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.more-info p {
    padding-bottom: 0px;
    color: #abb2c1;
}
.footer-links ul li a, .more-info i, .more-info a, .more-info li{
    color: #abb2c1;
}
.footer-links ul li a:hover{
    color: #2ab97e;
}
#newsletterForm .form-control {
    height: 36px;
}
#newsletterForm .input-group-btn .btn{
    background-color: #2ab97e;
    border-color: #2ab97e;
}
.bot-footer {
    background-color: #14287b;
    padding: 10px 0px 40px;
}
.copy{
    float: left;
    color: #abb2c1;
}
.power{
    float: right;
    color: #abb2c1;
}
.power a{
    color: #2ab97e;
}
.copy, .power{
    margin:0px;
}
.footer-locate strong {
    font-size: 18px;
}
.footer-links ul li, .address-info li {
    margin-bottom: 15px;
}
.more-info .social-icons {
    margin-top: 15px;
}
.more-info .social-icons i {
    margin-right: 0px;
    font-size: 20px;
}
.footer-social ul li a {
    font-size: 30px;
    color: #fff;
}
.star-icon{
    display: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    background-color: #287ff9;
    color: #fff;
    padding: 5px 10px;
}
.address-info {
    display: flex;
    flex-wrap: wrap;
}
.address-info li {
    display: flex;
}
.page-section h1:first-child {
    font-size: 36px;
}
.row.pf-row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row.pf-row .pf-col {
    display: flex;
    flex-direction: inherit;
}
.supply-form .form-group, .team-form .form-group{
    margin-left: 0px;
    margin-right: 0px;
}
.supply-form{
    width: 100%;
    float: left;
    margin-top: 25px;
}
.submit-input {
    background-color: #2ab97e;
    border-color: #2ab97e;
    font-size: 16px;
    padding: 10px 35px;
    margin-top: 10px;
}
.form-reset{
    font-size: 16px;
    padding: 10px 35px;
    margin-top: 10px;
}
textarea.form-control {
    width: 100%;
    min-width: 100%;
}
.testmonial-block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 80px 0px;
}
.testmonial-block:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 45%);
}
#owl-demo .item {
    background-color: #fff;
    padding: 35px 50px;
    text-align: center;
    border-radius: 10px;
}
.testmoni-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
#owl-demo .item p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}
.quote-icon {
    font-size: 60px;
    color: #2ab97e;
    opacity: 0.4;
}
.title-info {
    margin-left: 25px;
}
.title-info h3 {
    font-size: 24px;
    margin-bottom: 0px;
}
#owl-demo .item .title-info p {
    font-size: 15px;
}
#owl-demo .owl-pagination {
    display: none;
}
.testmoni-content {
    position: relative;
}
.testmoni-content .customNavigation a.prev, 
.testmoni-content .customNavigation a.next {
    position: absolute;
    top: 30%;
    bottom: 0px;
    font-size: 30px;
    width: 40px;
    height: 40px;
    background: #2ab97e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}
.testmoni-content .customNavigation a.prev{
    left: 0px;
}
.testmoni-content .customNavigation a.next {
    right: 0px;
}
.testmoni-header {
    text-align: center;
    font-size: 48px;
    margin-bottom: 30px;
    color: #ffffff;
    position: relative;
}

@keyframes zoomInOut {
    0% {
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
    }
    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
    }
}

@media (min-width: 1200px){
    .about-right {
        padding-left: 35px;
    }
    .footer-locate, .footer-links {
        margin-left: 30px;
    }
    .works-header-right {
        padding-left: 50px;
        padding-top: 40px;
    }
    .star-icon {
        position: relative;
        display: block;
    }
    .star-icon img{
        position: absolute;
        top: 60px;
        left: 100px;
        animation: zoomInOut 3s infinite;
    }
}
@media (min-width: 1500px){
    .carousel-caption h1 {
        font-size: 60px;
        line-height: 75px;
    }
    .service-title-content h3 {
        font-size: 48px;
        line-height: 60px;
    }
    .service-title-content h2 {
        font-size: 18px;
    }
    .carousel-inner>.item img {
        width: 100%;
        height: 900px !important;
        object-fit: cover;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 9px;
    }
    .carousel-caption {
        left: 12%;
        width: 500px;
        top: 38%;
    }
    .carousel-caption h1 {
        font-size: 42px;
        line-height: 52px;
    }
    .carousel-caption p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .star-icon img{
        top: 0px;
        left: 30px;
    }
    .pf-service-items h3{
        font-size: 18px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .mail-info-list {
        margin-right: 0px;
    }
    .mail-info {
        margin-left: 5px;
    }
    .mail-info p, .mail-icon, .mail-info a, .quote-info li{
        font-size: 14px;
    }
    .quote-info .btn-primary {
        margin-left: 0px;
        font-size: 14px;
        padding: 6px 15px;
    }
    .navbar-brand>img {
        width: 150px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu{
        left: 160px !important;
    }
    nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:after{
        display: block;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked .navbar-nav > li > a {
        margin: 12px 0px;
    }
    .nav.navbar-nav{
        width: auto;
    }
    nav.navbar.bootsnav .navbar-nav > li > a {
        font-size: 14px;
        padding: 15px 5px;
        margin: 0px;
    }
    .carousel-caption {
        left: 12%;
        width: 450px;
    }
    .carousel-caption h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .carousel-caption p {
        font-size: 15px;
        line-height: 24px;
        margin: 10px 0px 0px;
    }
    .carousel-caption a {
        padding: 10px 15px;
        font-size: 14px;
        margin-top: 8px;
    }
    .pf-service-items {
        height: 300px;
        overflow: hidden;
    }
    
}
@media (max-width: 767px) and (min-width: 320px){
    .attr-nav {
        z-index: 9;
        position: relative;
    }
    nav.navbar.bootsnav{
        background-color: #000000;
    }
    .top-header{
        background-color: #287ff9;
    }
    .navbar-brand>img{
        margin: 0px auto;
        display: block;
        width: 250px;
    }
    .navbar-header{
        float: none;
        width: auto;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px;
        display: block !important;
        margin: 0px;
        color: #fff;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked .navbar-nav > li > a, .inner-pages nav.navbar.bootsnav .navbar-nav > li > a {
        margin: 0px 0px;
    }
    .navpart{
        position: inherit;
    }
    .carousel-caption, .title-info{
        display: none;
    }
    .carousel-inner>.item:before{
        content: "";
        background-color: transparent;
    }
    .header-contact-info {
        margin-top: 0px;
        text-align: center;
    }
    .quote-info {
        float: none;
        text-align: center;
        margin-top: 15px;
    }
    .footer-title{
        margin-top: 20px;
    }
    .py-5{
        padding: 50px 0px;
    }
    ul.nav.navbar-nav.navbar-right {
        float: left !important;
    }

}
@media (max-width: 540px) and (min-width: 320px){
    .py-5{
        padding: 30px 0px;
    }
    .mail-info-list {
        margin: 0px;
    }
    .quote-info{
        margin-top: 0px;
    }
    .mail-info p, .mail-icon, .mail-info a, .quote-info li{
        font-size: 14px;
    }
    .quote-info .btn-primary {
        margin-left: 0px;
        margin-top: 8px;
        font-size: 14px;
        padding: 6px 12px;
    }
    .navbar-brand>img{
        width: 200px;
    }
    .service-title-content h3 {
        font-size: 30px;
        line-height: 36px;
    }
    .about-right {
        margin-top: 30px;
    }
    .top-footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .more-info .social-icons {
        margin-bottom: 15px;
    }
}
