ul,li{padding:0;margin:0; list-style:none;}
img{max-width:100%;}
.prygo_nav_manu {
  padding: 0 100px;
}
.header-top-area {
    background: #0E1317;
    padding: 14px 100px 18px;
    position: relative;
}

.header-top-area::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 28%;
    background: linear-gradient(90deg, #F02830 -20.95%, #FF5E14 102.22%);
    clip-path: polygon(12% 0%, 100% 0%, 100% 101%, 0% 101%);
}

.single-header-top-address {
    margin-right: 80px;
    float: left;
}

.single-header-top-address.fast {
    padding-left: 40px;
}

.single-header-top-address.last {
    margin-right: 0;
    position: relative;
}

.single-header-top-address.last:after {
    position: absolute;
    content: "";
    left: -40px;
    top: 8px;
    height: 45px;
    width: 1px;
    background: #aeadad;
}

.top-address-icon {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

.top-address-icon i{ font-size:36px; color:#F02830;}
.top-address-text {
    overflow: hidden;
}
.top-address-text p a{    color: #fff;}
.top-address-text p {
    color: #fff;
    line-height: 20px;
    margin: 0;
}
.top-address-text p:hover a{    color:#F02830;}
.top-address-text span {
    color: #CED3D9;
    font-size: 12px;
}

.lang_cont{ position:fixed;right:0;top:0;width:300px;z-index:9999; background-color:#fff;padding:10px;height:100vh; overflow-x:hidden; display:none;box-shadow: 2px 6px 15px 15px rgba(69,65,78,.1);}
.lang {margin-top:40px;}
.lang li{line-height:40px;border-bottom:solid 1px #dddddd;}
.lang li span{font-size:14px;}
.lang-close{float:right;width:30px;height:30px; position:fixed;right:10px;top:10px;z-index:99999;display:none; border-radius:50%; text-align:center;line-height:30px; cursor:pointer;}
.lang li:hover a span{ color:#F02830;}

.header-top-button {
    text-align: right;
}

.header-top-button a {
    color: #0E1317;
    padding: 10px 32px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    background: #fff;
    display: inline-block;
    border-radius: 3px;
    z-index: 1;
    transition: .5s; cursor:pointer;
}

.header-top-button a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #0E1317;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.header-top-button a i {
    margin-left: 6px;
}

.header-top-button a:hover {
    color: #fff !important;
}

.header-top-button a:hover:before{
    width: 100%;
}

ul.sub-menu li a span {
    background: #FF3C00;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    border-radius: 2px;
    margin-left: 5px;
    transition: .5s;
}

ul.sub-menu li:hover a span {
    background: rgba(255,255,255, 0.20);
}


<!--   Nav Menu Css -->



.prygo_nav_manu {
    padding: 0 100px;
}

.prygo_nav_manu:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 45%;
    width: 28%;
    background: linear-gradient(90deg, #F02830 -20.95%, #FF5E14 102.22%);
    clip-path: polygon(0% 0%, 100% 0%, 65% 101%, 0% 101%);
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #10102E !important;
    transition: .5s;
    z-index: 999;
    padding: 10px 100px;
}

.logo {
    position: relative;
    margin-top: -68px;
}

.sticky .logo {
    margin-top: 0;
}

.sticky.prygo_nav_manu:before {
    display: none;
}

/*  Menu Css*/

nav.prygo_menu {
    text-align: right;
}

.prygo_menu ul {
    list-style: none;
    display: inline-block;
}

.prygo_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.prygo_menu > ul > li > a {
    display: block;
    margin: 20px 10px 18px;
    -webkit-transition: .5s;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

nav.prygo_menu span {
    font-size: 13px;
    padding-left: 6px;
    font-family: FontAwesome;
    opacity: .5;
}

.prygo_menu > ul > li > a:hover {
    color: #ff3c00;
}



/*** Sub Menu Style ***/
.prygo_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #ff3c00;
    opacity: 0;
}

.prygo_menu ul li:hover>.sub-menu {
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 100%;
     opacity: 1;
     z-index: 9999;
 }

.prygo_menu ul .sub-menu li {
     position: relative;
}

.prygo_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: .1s;
    visibility: inherit !important;
    color: #211e3b !important;
}

.prygo_menu ul .sub-menu li:hover>a,
.prygo_menu ul .sub-menu .sub-menu li:hover>a,
.prygo_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.prygo_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
     background:#ff3c00;
     color: #fff !important;
}

/* sub menu 2 */

.prygo_menu ul .sub-menu .sub-menu {
     left: 100%;
     top: 130%;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
}

.prygo_menu ul .sub-menu li:hover>.sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}

/* sub menu 3 */

.prygo_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.prygo_menu ul .sub-menu .sub-menu .sub-menu {
     right: 100%;
     left: auto;
     top: 130%;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
}

.prygo_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}

/* sub menu 4 */

.prygo_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}

.prygo_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {
}

.prygo_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}

.prygo_menu li a:hover:before{
    width:100%;
}

.prygo_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.prygo_nav_manu.sticky .main_sticky {
    display: inherit;
}

.sticky .prygo_menu li a {
    color: #fff;
}

.prygo_nav_manu.sticky a.dtbtn {
    color: #fff;
    background: #F16722;
    border: 2px solid #F16722;
}

.prygo_nav_manu.sticky a.dtbtn:hover {
    color: #43baff;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

/* Header Contact Right CSS */

.header-src-btn {
    display: inline-block;
  
}


.header-contact-btc {
    float: right;   position: relative;
}

.search-box-btn.search-box-outer {
    position: absolute;
    bottom: 0;
    right: 0;
}

.header-contact {
    display: inline-block;
}

.header-contact-icon {
    display: inline-block;
}

.header-contact-text {
    display: inline-block;
}

.header-contact-icon {
    display: inline-block;
    padding-left: 25px;
    padding-right: 20px;
}

.header-contact-text p {
    font-size: 18px;
    color: #0E1317;
    font-weight: 700;
    margin-bottom: 0;
}

.header-contact-text span {
    font-size: 14px;
    font-weight: 700;
    color: #6D7A8E;
}

.header-contact-icon img {
    margin-top: -30px;
}

.sticky .search-box-btn.search-box-outer i {
    color: #fff;
}

.sticky  .header-contact-text p {
    color: #fff;
}

/* Style Two */

.prygo_nav_manu.style-two {
    padding: 0 100px;
    position: relative;
    margin-bottom: -100px;
    border-bottom: 1px solid #3C4E68;
    z-index: 4;
}

.prygo_nav_manu.style-two:before {
    height: 110%;
    width: 24%;
    background: #FFDA2B;
    clip-path: inherit;
    z-index: 1;
}

.prygo_nav_manu.style-two.inner-page:before {
    background: linear-gradient(to right, #F02830 6%, #FF5E14 96%);
}

.prygo_nav_manu.style-two .logo {
    position: inherit;
    margin-top: 0;
    z-index: 1;
}

.prygo_nav_manu.style-two .prygo_menu > ul > li > a {
    color: #fff;
    margin: 32px 10px 30px;
}

.prygo_nav_manu.style-two .header-src-btn {
    padding-right: 0;
}

.prygo_nav_manu.style-two .search-box-btn.search-box-outer {
    position: inherit;
    bottom: inherit;
    right: inherit;
    margin-left: 15px;
}

.prygo_nav_manu.style-two .search-box-btn.search-box-outer i {
    color: #fff;
}

.prygo_nav_manu.style-two .header-src-btn::before {
    display: none;
}

.prygo_nav_manu.style-two .header-contact-text span {
    color: #FFDA2B;
}

.prygo_nav_manu.style-two .header-contact-text p {
    color: #fff;
}

.prygo_nav_manu.style-two .header-contact-btc {
    position: relative;
}

.prygo_nav_manu.style-two .header-contact-btc::before {
    position: absolute;
    content: "";
    left: -10px;
    top: -17px;
    height: 155%;
    width: 1px;
    background: #3C4E68;
}

.prygo_nav_manu.style-two.inner-page .header-contact-text span {
    color: #6D7A8E;
}



<!-- banner Css -->


.banner-area {}

.button a {
    color: #fff;
    padding: 20px 41px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.button a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #F02830 6%, #FF5E14 96%);
    z-index: -1;
    transition: .5s;
}

.button a i {
    margin-left: 8px;
    font-weight: 800;
}

.button a:hover:before{
    background: linear-gradient(to right, #FF5E14 6%, #F02830 96%);
}

/* Button Style Two */

.button.two a {
    background: #00AFF5;
    z-index: 1;
    position: relative;
    display: inline-block;
    transition: .5s;
    padding: 15px 35px;
    margin: 0 12px;
    border-radius: 3px;
}

.button.two a.active{
    background:#FFDA2B;
    color: #0E1317;
}

.button.two a:before {
    width: 0%;
    background:#FFDA2B;
    border-radius: 3px;
}

.button.two a.active:before {
    background:#00AFF5;
}

.button.two a:hover:before{
    width: 100%;
}

.button.two a:hover{
    color: #0E1317;
}

.button.two a.active:hover{
    color: #fff;
}



/*
<!-- ============================================================== -->
<!--  Featrue  Css -->
<!-- ============================================================== -->*/

/*
<!-- ============================================================== -->
<!-- Prygo Section Title Css -->
<!-- ============================================================== -->*/

.section-title {
    position: relative;
    z-index: 1;
}

.section-title h1 {
    margin: 0;
    font-weight: 800;
}

.section-title h3 {
    margin: 0; font-size:48px;
    font-weight: 800;
}
.section-title h5 {
    font-size: 16px;
    color: #0E1317;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    z-index: 1;
    letter-spacing: 1px;
    padding-left: 8px;
    margin-bottom: 15px;
}

.section-title h5:before {
    position: absolute;
    content: "";
    left: 0;
    top: -6px;
    width: 25px;
    height: 30px;
    background: linear-gradient(to right, #F02830 6%, #FF5E14 96%);
    z-index: -1;
}

h2.shape-title {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0E1317;
    font-size: 120px;
    text-transform: uppercase;
    position: absolute;
    top: -31px;
    opacity: 0.1;
    left: 25px;
    z-index: -1;
}

.section-title p {
    padding-top: 24px;
}

.section-title.text-center {
    margin-bottom: 3%;
}

.section-title.text-center h2.shape-title {
    left: 0;
    right: 0;
}

/* Style Two */

.section-title.style-two p {
    padding-top: 24px;
    color: #6D7A8E;
}

.section-title.style-two h5:before {
    background:#00AFF5;
}

.about-area .section-title h5 {
    margin-top: 0;
}


/*
<!-- ============================================================== -->
<!-- Prygo About Area Css -->
<!-- ============================================================== -->*/

.about-area {
    padding: 3% 0 3%;width: 100%;
  float: left;
}

.about-content {
    padding-left: 20px;
}
.abou-comn{line-height:25px;}
.about-content-inner {
    padding-top: 16px;
}

.about-content-icon i {
    font-size: 20px;
    color: #F02830;
    height: 45px;
    width: 45px;
    line-height: 43px;
    border: 1px solid #F02830;
    text-align: center;
    border-radius: 50%;
}

.about-content-icon {
    float: left;
    margin-right: 25px;
}

.about-content-inner-text {
    overflow: hidden;
}

.about-content-inner-text p {
    width: 90%;
}

.about-content-inner-text h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-top: 4px;
}

.about-button {
    padding-top: 32px;
}

/* Style Two */

.about-content-thumb {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

.style-two .about-thumb img {
    width: 100%;
    margin-left: -25px;
}

.about-content-inner-text p {
    color: #6D7A8E;
}

.video-area {
    background: url(../images/video-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 3% 0 385px;width:100%;float:left;
}

.video-button {
    padding-top: 42px;text-align: center;
}

.video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}

.video-icon a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #0E1317;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: #fff;
    font-size: 25px;
    z-index: 1;
}



@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}



/*
<!-- ============================================================== -->
<!--  Service  Css -->
<!-- ============================================================== -->*/

.service-area {
    background: url(../images/sr-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 3% 0 3%;width: 100%;
  float: left;
}

.single-service {
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
}

.service-thumb {
    position: relative;
}
.service-thumb img{max-width:100%;}
.testimonial-thumb img{max-width:100%;}
.service-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: rgba(0,0,0,0.3);
    transition: .5s;
}

.single-service:hover .service-thumb:before{
    width: 100%;
}

.service-content {
    text-align: center;
    padding: 0 38px 0px;
}
.service_list {width:100%;float:left;}
.service_list .swiper-pagination{width:100%;text-align:center; position:inherit;bottom:0 !important;margin-top:20px;}
.service_list .swiper-pagination span {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #F02830;
  display: inline-block;
  position: relative;
  top: -3px;
}

.service-content-icon {
    position: relative;
    margin-top: -44px;
}

.service-content-icon i {
    font-size: 40px;
    display: inline-block;
    height: 90px;
    width: 90px;
    text-align: center;
    line-height: 90px;
    color: #fff;
    border: 4px solid #fff;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.service-content-icon i:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #F02830 6%, #FF5E14 96%);
    transition: .5s;
    z-index: -1;
}

.service-content-inner h2 {
    font-size: 24px;
    padding-top: 12px;
}

.service-content-inner p {
    line-height: 26px;
    padding-top: 14px;
}

.service-content-button {
    padding-top: 15px;
}

.service-content-button a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #F02830;
    display: block;
    padding: 9px 20px;
    color: #F02830;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.service-content-button a i {
    margin-left: 10px;
}

.service-content-button a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(to right, #F02830 6%, #FF5E14 96%);
    z-index: -1;
    transition: .5s;
}

.single-service:hover .service-content-button a{
    color: #fff;
}

.single-service:hover .service-content-button a:before{
    width: 100%;
}

.single-service:hover .service-content-icon i:after{
    background: #287FF5;
}


/* Style Three */

.service-area.style-two.three {
    padding: 115px 0 90px;
}

.style-two.three .service-content-inner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(to right, #F02830 6%, #FF5E14 96%);
    z-index: -1;
    transition: .5s;
}

.style-two.three .single-service:hover .service-content-icon i:after{
    background: #fff;
}

.style-two.three .single-service:hover .service-content-icon i{
    border-color: #287FF5;
    color: #F02830;
}

.style-two.three .service-content-button a {
    background: linear-gradient(to right, #F02830 6%, #FF5E14 96%);
    color: #FFF;
}

.style-two.three .single-service:hover .service-content-button a {
    background: #287FF5;
    color: #fff;
}



/*
<!-- ============================================================== -->
<!--  Why Choose Us  Css -->
<!-- ============================================================== -->*/

.why-choose-us-area {
    padding: 0 100px 0 0;
    position: relative;
    z-index: 1;width:100%;float:left;
}

.why-choose-us-area:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 56%;
    width: 100%;
    background: url(../images/howit.webp);
    z-index: -1;
}

.row.upper-bx {
    background: #fff;
    padding: 30px 40px 30px 18px;
    position: relative;
    margin-top: -250px;
}

.choose-us-thumb img {
    width: 100%;
}

.icon-box {
    padding-right: 30px;
}

.icon-box-icon {
    float: left;
    margin-right: 20px;
    margin-top: 18px;
}

.icon-box-icon i {
    font-size: 48px;
    color: #F02830;
}

.icon-box-content {
    overflow: hidden;
}

.icon-box-content h2 {
    font-size: 22px;
    padding-bottom: 10px;
}


/*
<!-- ============================================================== -->
<!--  Portfolio  Css -->
<!-- ============================================================== -->*/
.port-bt{width:100%;float:left;}
.portfolio-area {
    padding: 3% 0 0;width:100%;float:left;
}

.portfolio-area.style-three {
    padding: 115px 0 90px;
}

.row.port-bt {
    position: relative;

}

.single-portfolio {
    margin-bottom: 30px;
}

.portfolio-thumb {
    position: relative;
    z-index: 1;
}

.portfolio-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 7, 15, 0.16) 0%, #00070F 100%);
    transition: .5s;
}

.portfolio-thumb img {
    width: 100%;
}

.portfolio-content {
    position: absolute;
    bottom: 0;
    padding: 0 40px;
    transition: .5s;
    opacity: 0;
}

.portfolio-area.style-three .portfolio-content {
    padding: 0 30px;
}

.portfolio-content span a{
    height: 60px;
    width: 60px;
    display: inline-block;
    text-align: center;
    background: linear-gradient(to right, #F02830 6%, #FF5E14 96%);
    line-height: 60px;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
}

.portfolio-content h2 {
    font-size: 24px;
    padding: 14px 0 10px;
}

.portfolio-content h2 a {
    font-weight: 800;
    color: #fff;
}

.portfolio-content p {
    color: #fff;
}

.single-portfolio:hover .portfolio-thumb:before{
    height: 100%;
}

.single-portfolio:hover .portfolio-content{
    bottom: 20px;
    opacity: 1;
}



/*
<!-- ============================================================== -->
<!--  Testimonial  Css -->
<!-- ============================================================== -->*/

.testimonial-area {
    background: url(../images/test-bg.webp);
    padding: 3% 0 3%;width:100%;float:left;
}

.testimonial-area.style-two {
    padding: 120px 0 120px;
}

.single-testimonial {
    background: #fff;
    text-align: center;
    padding: 10px 10px 20px;
}
.mnj,.hop{ line-height:25px;}

.testimonial-thumb img {
    text-align: center !important;
    display: inline-block !important;
}

.testimonial-content h2 {
    font-size: 22px;
    padding-top: 20px;
}
.testimonial-content h2 a {
    font-size: 22px; font-weight:bold;
    padding-top: 20px;
}
.testimonial-content span {
    color: #F02830;
    font-weight: 500;
}

.testimonial-content p {
    padding-top: 20px;
}

.testimonial_list {width:100%;float:left; position:relative;}
.testimonial_list  .more_cont_1{
height: 60px;
  width: 60px;
  display: inline-block;
  position: absolute;top:50%;
  text-align: center;
  line-height: 58px;
  font-size: 20px;
  border-radius: 50%;z-index:9999;
  font-weight: 800;
  background: transparent;
  border: 2px solid #F02830;
  color: #fff;background-color:#F02830;
}

.testimonial_list .prev {left:0;}
.testimonial_list .next  {right:0;}
.testimonial_list .prev:hover{ background-color:#000;  border: 2px solid #000;}
.testimonial_list .next:hover{ background-color:#000;  border: 2px solid #000;}


/*
<!-- ============================================================== -->
<!-- Prygo Blog Area Css -->
<!-- ============================================================== -->*/

.blog-area {
    padding: 3% 0 3%;width:100%;float:left;
}

.OurNews{width:100%;float:left;}

.OurNews {width:100%;float:left;}
.OurNews .swiper-pagination{width:100%;text-align:center; position:inherit;bottom:0 !important;margin-top:20px;}
.OurNews .swiper-pagination span {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #F02830;
  display: inline-block;
  position: relative;
  top: -3px;
}

.single-blog {
    background: #fff;
    box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.05);
}

.blog-thumb {
    position: relative;
}

.blog-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: rgba(0,0,0,0.3);
	transition:.5s;
}

.single-blog:hover .blog-thumb:before{
	width:100%;
}

.blog-thumb img {
    width: 100%;
}

.blog-meta-date {
    position: relative;
    margin-top: -28px;
    z-index: 1;
}

.blog-meta-date span {
    background: #FF3C00;
    display: inline-block;
    padding: 3px 27px 1px;
    color: #fff;
    border-radius: 0 30px 30px 0;
    font-size: 14px;
}

.blog-meta-date span i {
    margin-right: 5px;
}

.blog-meta span {
    font-size: 14px;

    font-weight: 600;
    color: #0E1317;
}

.blog-meta span i {
    color: #F02830;
    margin-right: 5px;
    font-size: 16px;
}

.blog-content {
    padding: 20px 35px 38px;
}

.blog-title h2 {
    font-size: 24px;
}

.blog-title h2 a {
    font-weight: 700;
    transition: .5s;
}

.blog-title h2 a:hover{
    color: #F02830;
}

.blog-button {
    padding-top: 28px;
}

.blog-button a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #F02830;
    display: inline-block;
    padding: 7px 26px;
    color: #0E1317;
    background: transparent;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.blog-button a:before {
    position: absolute;
    content: "";
    left: 0;
    top: -1px;
    height: 102%;
    width: 0%;
    background: linear-gradient(to right, #F02830 6%, #FF5E14 96%);
    z-index: -1;
    transition: .5s;
}

.single-blog:hover .blog-button a:before{
    width: 101%;
}

.single-blog:hover .blog-button a{
    color: #fff;
}

.blog-button a i {
    margin-left: 5px;
    font-size: 14px;
}

/* Style Two */

.blog-area.style-two .blog-button a {
    border: 2px solid #00AFF5;
	background:#00AFF5;
	color:#fff;
}

.blog-area.style-two .blog-button a:before{
	background:#FFDA2B;
}

.blog-area.style-two .single-blog:hover .blog-button a{
	border:2px solid #FFDA2B;
}

.blog-area.style-two .blog-meta-date span {
    background: #FFDA2B;
	color:#3C4E68;
}

.blog-area.style-two .blog-meta span i {
    color: #00AFF5;
}

.blog-area.style-two .blog-title h2 a:hover {
    color: #FFDA2B;
}

.blog-area.style-two .owl-nav {
    position: absolute;
    bottom: 200px;
    left: -48%;
}

.blog-area.style-two .owl-prev i {
    border: 2px solid #f5f5f5;
	color:#0E1317;
	border-radius:0;
	background: #f5f5f5;
	line-height:60px;
}

.blog-area.style-two .owl-prev i:after {
    background: #FFDA2B;
	border-radius:0;
}

.blog-area.style-two .owl-next i {
    background: #FFDA2B;
    border: 2px #FFDA2B;
	border-radius:0;
	line-height:60px;
	color: #0E1317;
}

.blog-area.style-two .owl-next i:hover {
    color: #0E1317;
}

.blog-area.style-two .owl-prev i:after,
.blog-area.style-two .owl-next i:after{
	display:none;
}



/*
<!-- ============================================================== -->
<!--  Footer  CSS -->
<!-- ============================================================== -->*/

.footer-area {
    padding: 3% 0 10px;
    background: url(../images/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;width:100%;float:left;
}

.footer-area.two {
    padding: 115px 0 10px;
}

.widget-title {
    padding-bottom: 3%;
}

.widget-title h2 {
    font-size: 20px;
    color: #fff;
}

.footer-widget-logo {
    margin-top: 6px;
}

.footer-widget-text {
    padding-top: 38px;
}

.footer-widget-text p {
    color: #E6E7E8;
    width: 96%;
}

.footer-widget-social {
}

.footer-widget-social a {
    height: 40px;
    width: 40px;
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    position: relative;
    line-height: 38px;
    border-radius: 50%;
    margin-right: 8px;    margin-bottom: 8px;
    z-index: 1;
    transition: .5s;
}

.footer-widget-social a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(to right, #F02830 6%, #FF5E14 96%);
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
}

.footer-widget-social a:hover:before{
    width: 100%;
}

.footer-widget-social a:hover{
    border-color: transparent;
}

/* Recent Post CSS */

.footer-widget-recent-post {
    margin-bottom: 25px;
}

.recent-widget-thumb {
    float: left;
    margin-right: 25px;
}

.recent-widget-content a {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    font-family: 'Open Sans';
    display: block;
    line-height: 26px;
	transition:.5s;
}

.recent-widget-content span {
    font-size: 14px;
    color: #9DA7B3;
    padding-top: 7px;
    display: block;
}

.recent-widget-content span i {
    margin-right: 10px;
    display: inline-block;
}

.recent-widget-content a:hover{
	color:#F02830;
}

/* Footer Menu CSS */

.footer-menu {
    float: left;

}

.footer-menu.two {
    margin-right: 0;
}

.footer-menu ul li {
    list-style: none;
    transition: .5s;
}

.footer-menu ul li a {
    color: #9DA7B3;
    font-size: 16px;
    transition: .5s;
}

.footer-menu ul li a:hover{
    color: #F02830;
}

.coppy-right-text {
    padding-top: 26px;
    border-top: 1px solid #524f4f;
    margin-top: 50px;
}

.coppy-right-text p {
    text-align: center;
    color: #fff;
}
.footer-menu ul li{float:left;width:100%;display: flex;}
.footer-menu  li i{float:left;color: #9DA7B3;line-height:30px;width:20px;}.footer-menu  li p{float:left;color: #9DA7B3;margin-left:10px;}
.footer-menu  li p a{color: #9DA7B3;}

.coppy-right-text p  a{    color: #fff;padding-left:5px;padding-right:5px;}
/* Home Two CSS */

.footer-area.home-two .recent-widget-content a:hover {
    color: #00AFF5;
}

.footer-area.home-two .footer-menu ul li a:hover {
    color: #00AFF5;
}

.footer-area.home-two .footer-widget-social a:before {
    background:#00AFF5;
}

/*
<!-- ============================================================== -->
<!-- Prygo Scrollup Section -->
<!-- ============================================================== -->*/

.scroll-area{
  position: relative;
  z-index: 999;
 }

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    border-radius: 10px; 
}

.scroll-area .go-top i {
      position: absolute;
      top: 50%;
      left: -4px;
      right: 0;
      margin: 0 auto;
      font-size: 15px;
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
  }

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%; 
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;;
    border-radius: 100%;
}

.scroll-area .go-top:focus, .scroll-area .go-top:hover {
      color: #fff; 
  }

.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
        opacity: 1;
        visibility: visible; 
}

.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden;
 }

.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%; 
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius:100%;
}

.top-wrap {
  position: relative; 
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #FF3C00;
}

 .top-wrap .go-top-button i {
      font-size: 20px;
      font-weight: 700;
      padding-left: 4px;
      color: #fff;
 }

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #F02830 0%, #F02830 100%);
    background-image: -webkit-linear-gradient(0deg, #F02830 0%, #F02830 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
      background-color: #222;
      color: #fff; 
  }
  
.scroll-area.home-two .top-wrap .go-top-button {
    background: #00AFF5;
}
 .scroll-area.home-two .top-wrap .go-top-button::after {
    background-image: -moz-linear-gradient(0deg, #00AFF5 0%, #00AFF5 100%);
    background-image: -webkit-linear-gradient(0deg, #00AFF5 0%, #00AFF5 100%);
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }


/*==========================================
    Prygo Search Popup Css
=========================================*/

.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup{
    width: 100%;
}

.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(to right, #F02830 6%, #FF5E14 96%);
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-popup .close-search i{
    position: relative;
    font-size: 30px;
    color: #ffffff;
}

.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
}

.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}

.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.search-popup .close-search.style-two i{
    font-size:20px;
    color:#ffffff;
}

.search-box-btn.search-box-outer i {
    font-size: 15px;
    display: inline-block;
    color: #0a2c3d;
    cursor: pointer;
}


#onlineService{display:none;}
.footer-widget h2 i {
	display: none;
}