@font-face {
    font-family: 'Infinite Stroke';
    src: url('../fonts/InfiniteStroke.woff2') format('woff2'),
        url('../fonts/InfiniteStroke.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/** Generated by FG **/
@font-face {
    font-family: 'Conv_Bebas-Regular';
    src: url('../fonts/Bebas-Regular.eot');
    src: local('☺'), url('../fonts/Bebas-Regular.woff') format('woff'), url('../fonts/Bebas-Regular.ttf') format('truetype'), url('../fonts/Bebas-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}


.site-header {
    position: absolute;
    width: 100%;
    border-top: none;
    margin-bottom: 0;
    top: 0;
    left: 0;
    z-index: 999;
}


.site-header .toppest-bar {
    padding: 5px 0;
    background-color: #C5ED63;
    display: inline-block;
    width: 100%;
    position: relative;
}

.site-header .toppest-bar .top-info2 {
    display: flex;
    align-items: center;
    float: left;
}

.site-header .toppest-bar .top-info2 p {
    margin-bottom: 0;
    font-size: 12px;
    color: #000;
}

.site-header .toppest-bar .top-info2 .contact-num,
.site-header .toppest-bar .top-info2 .contact-num2,
.site-header .toppest-bar .top-info2 .email {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.site-header .toppest-bar .top-info2 .contact-num2 img {
    width: 20px;
}

.site-header .toppest-bar .top-info2 .contact-num i, .site-header .toppest-bar .top-info2 .email i {
    color: #000;
    margin: 0;
    font-size: 13px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin-right: 0;
}

.site-header .toppest-bar .top-info2 .contact-num a,
.site-header .toppest-bar .top-info2 .contact-num2 a,
.site-header .toppest-bar .top-info2 .email a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    padding-left: 5px;
}

.site-header .toppest-bar .top-info2 .email {
    /* padding-left: 20px; */
}

.site-header .top-social {
    float: right;
}

.site-header .top-social a i {
    color: #000;
    margin: 0 5px;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
}

/* .site-header .top-social a i:hover {
    color: #fff;
} */

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.site-header .bg-light {
    width: 100%;
    padding: 10px 0;
    background-color: transparent !important;
    margin-top: 0px;
}

.site-header .navbar-light .navbar-nav .active>.nav-link {
    color: #00B1F3;
    position: relative;
    font-weight: 500;
}

.site-header .navbar-light .navbar-nav .active>.nav-link:hover {
    color: #00B1F3;
}

.site-header .navbar-light .navbar-nav .active>.nav-link i {
    color: #1f3e28;
    font-size: 30px;
}

.site-header .navbar-light .quote2 {
    color: #fff;
    text-transform: uppercase;
    background-color: #df651c;
    padding: 12px 30px;
    border-radius: 0;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

.site-header .navbar-light .navbar-nav .nav-link:hover::before,
.site-header .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #00B1F3;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 1;
}

.site-header .navbar-light .navbar-nav .nav-link::before,
.site-header .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    width: 1px;
    height: 3px;
    background-color: #00B1F3;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
}

.site-header .navbar-light .navbar-nav .active>.nav-link:before {
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #00B1F3;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 1;
}

.site-header .navbar-light .navbar-nav .nav-item {
    position: relative;
}

.site-header .navbar-light .navbar-nav .nav-link {
    color: #000;
    padding-right: 12px;
    padding-left: 12px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.site-header .navbar-light .navbar-nav .nav-link:focus,
.site-header .navbar-light .navbar-nav .nav-link:hover {
    color: #00B1F3;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    margin-left: 0px;
    width: 200px;
}

.site-header .navbar-nav {
    margin-top: 0;
    background-color: transparent;
    padding: 10px 0px;
}

.site-header .navbar .other-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .navbar .other-btns .phone i {
    font-size: 30px;
    padding-right: 8px;
}

.site-header .navbar .other-btns .phone {
    background-color: #012e41;
    color: #fff;
    text-decoration: none;
    padding: 9px 15px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .navbar .more {
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #00B1F3;
    margin: 0 5px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
}

.site-header .dropdown-item {
    transition: 0.5s;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    text-transform: initial;
}

.site-header .dropdown-item:focus,
.site-header .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #7eb842;
    padding-left: 40px;
}

.site-header .other-btns {
    position: relative;
}

.site-header .other-btns i {
    color: #fff;
    font-size: 20px;
    padding-left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
    transition: 0.3s;
}

.site-header .other-btns i:hover {
    color: #83de17;
}

/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/
.site-header .navbar .top-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 35px;
    position: relative;
    padding-right: 20px;
}

.site-header .navbar .top-contact i {
    font-size: 45px;
    color: #9b3135;
    padding-right: 5px;
}

.site-header .navbar .top-contact .content p {
    margin-bottom: 0;
    color: #000;
}

.site-header .navbar .top-contact img {
    width: 50px;
    margin-right: 10px;
}

.site-header .navbar .top-contact .num {
    color: #1f3e2b;
    font-weight: 800;
    letter-spacing: 0;
    font-size: 30px;
    text-decoration: none;
    position: relative;
    top: -5px;
}

.site-header .navbar .top-contact .contact p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 200;
    letter-spacing: 1px;
}



.main-slider {
    position: relative;
    padding: 130px 0 0px 0;
    background: url(../images/bannerBg.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.main-slider .desktop-banner {
    position: relative;
    z-index: 0;
}
.main-slider .banner-content {
    margin-top: 0%;
    padding: 20px 20px 20px 90px;
    position: relative;
    z-index: 2;
}
.main-slider .banner-content h4{
    font-size: 18px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
}
.main-slider .banner-content h4::before {
    position: absolute;
    clear: both;
    content: "";
    top: 4px;
    left: 0;
    background: url(../images/dot1.png) no-repeat;
    width: 3%;
    height: 16px;
    background-size: 100%;
}
.main-slider .banner-content h2 {
    font-size: 48px;
    font-weight: 600;
    color: #020618;
    padding: 15px 0;
}
.main-slider .banner-content h2 span{
    font-weight: 600;
}
.main-slider .banner-content p {
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
}
.main-slider .banner-btn .more {
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #00B1F3;
    margin-top: 20px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
}
.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.carousel-fade .carousel-item.active {
    opacity: 1;
}
/* .main-slider .banner-content .more:hover{
    background-color: #fff;
    color: #000;
} */
.main-slider .carousel-inner{
    padding-bottom: 0px;
}
.main-slider .carousel-caption {
    position: relative;
    right: 0;
    bottom: 0px;
    left: inherit;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0px;
    color: #fff;
    text-align: right;
    top: 0;
    width: 100%;
}
.carousel-control-prev span, .carousel-control-next span{
        background-color: #00B1F3;
    border-radius: 50%;
}
.main-slider .banner-btn .quote.more{
	display: none;
}


.about-wrap {
    padding: 80px 0;
    margin-top: 0px;
    position: relative;
    background-color: #fff;
}

.about-wrap .about-cont {
    padding-left: 0%;
}

.about-wrap .about-cont .heading {
    position: relative;
}

.about-wrap .about-cont h4 {
    font-size: 18px;
    color: #000;
    position: relative;
    padding-left: 20px;
}
.about-wrap .about-cont h4::before {
    position: absolute;
    clear: both;
    content: "";
    top: 4px;
    left: 0;
    background: url(../images/dot1.png) no-repeat;
    width: 3%;
    height: 16px;
    background-size: 100%;
}
.about-wrap .about-cont h2{
    font-weight: 600;
    font-size: 40px;
    padding: 5px 0;
    color: #020618;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}
.about-wrap .about-cont h2 span{
    color: #CE062D;
}
.about-wrap .about-cont .special {
    color: #2a2a2a;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: initial;
    font-weight: 700;
}

.about-wrap .about-cont p {
    margin-bottom: 25px;
    line-height: 24px;
    color: #000;
    font-size: 14px;
}

.about-wrap .about-list {
    display: inline-block;
    width: 100%;
    list-style-type: none;
    padding: 20px 0 20px 0;
    margin: 0;
}

.about-wrap .about-list li {
    float: left;
    width: 50%;
    position: relative;
    padding-left: 36px;
    font-size: 18px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 600;
}

.about-wrap .about-list li::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f00c";
    left: 0;
    top: 0;
    color: #fff;
    font-size: 14px;
    z-index: 9;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    background: rgb(198, 45, 3);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(198, 45, 3, 1) 0%, rgba(147, 21, 18, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(198, 45, 3, 1) 0%, rgba(147, 21, 18, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(198, 45, 3, 1) 0%, rgba(147, 21, 18, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d03', endColorstr='#931512', GradientType=1);
    /* IE6-9 */
}

.about-wrap .about-img1 {
    position: relative;
    margin-bottom: 20px;
}

.about-wrap .about-img1 img,
.about-wrap .about-img2 img,
.about-wrap .about-img3 img {
    width: 100%;
    object-fit: cover;
}
.about-wrap .about-img3 img {
    height: 602px;
}

.about-wrap .more {
        color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #00B1F3;
    margin-top: 20px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
}



.service-wrap{
    position: relative;
    padding: 60px 0 100px 0;
    background: url(../images/serviceBg.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.service-wrap .heading {
    text-align: left;
    margin-bottom: 0px;
    color: #000;
    padding-left: 0;
}
.service-wrap .heading h4 {
    font-size: 18px;
    color: #fff;
    position: relative;
    padding-left: 20px;
}
.service-wrap .heading h4::before {
    position: absolute;
    clear: both;
    content: "";
    top: 6px;
    left: 0;
    background: url(../images/dot2.png) no-repeat;
    width: 1%;
    height: 16px;
    background-size: 100%;
}
.service-wrap .heading h2{
    font-weight: 600;
    font-size: 40px;
    padding: 5px 0;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
}
#service-slider .owl-stage-outer{
    padding: 40px 0 0 0;
}
.service-wrap .service-box {
    position: relative;
    border-radius: 10px;
    transition: 0.4s;
    margin-bottom: 40px;
    background-color: #fff;
    padding: 10px;
}
.service-wrap .service-box .image {
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
}

.service-wrap .service-box .image img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 0;
}

.service-wrap .service-box .service-cont {
    position: relative;
    padding: 20px 20px 0 20px;
    color: #fff;
    height: auto;
    text-align: left;
    background-color: #F6F6F6;
    min-height: 185px;
    width: 100%;
    margin: 0 auto;
}

.service-wrap .service-box .service-cont p {
    font-size: 13px;
    padding: 15px 0;
    color: #000;
    margin-bottom: 0;
}

.service-wrap .service-box .service-cont h4 {
    font-weight: 600;
    padding: 5px 0;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
    font-size: 22px;
    color: #000;
}

/*#service-slider .service-cont .image{
    height: 300px;
    overflow: hidden;
}*/
.service-wrap .service-cont .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service-wrap .service-cont .more {
    background: #00B1F3;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    transition: 0.4s;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    padding: 8px 30px;
}

.service-wrap .service-cont .more:hover {
    background-color: #000;
    color: #fff;
}
/* arrow */
#service-slider .owl-nav .owl-prev {
    color: #fff;
    background-color: #00b1f3;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    left: 45%;
    bottom: -10%;
    z-index: 9;
    margin: 0;
}

#service-slider .owl-nav .owl-next {
    color: #fff;
    background-color: #00b1f3;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: 45%;
    bottom: -10%;
    z-index: 9;
    margin: 0;
}


.howitwork-wrap{
    position: relative;
    padding: 60px 0;
}
.howitwork-wrap .heading {
    position: relative;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.howitwork-wrap .heading h4 {
    font-size: 18px;
    color: #000;
    position: relative;
    padding-left: 20px;
    display: inline-block;
}
.howitwork-wrap .heading h4::before {
    position: absolute;
    clear: both;
    content: "";
    top: 4px;
    left: 0;
    background: url(../images/dot1.png) no-repeat;
    width: 8%;
    height: 16px;
    background-size: 100%;
}
.howitwork-wrap .heading h2{
    font-weight: 600;
    font-size: 40px;
    padding: 5px 0;
    color: #020618;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 40px;
}
.howitwork-wrap .service-box{
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.howitwork-wrap .service-box .image{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #00B1F4;
    margin: 0 auto;
}
.howitwork-wrap .service-box .service-cont h4 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
    font-size: 22px;
    margin-top: 20px;
}
.howitwork-wrap .service-box .service-cont p{
    margin-bottom: 0px;
    font-size: 15px;
}


.map-wrap{
    position: relative;
    padding: 20px 0 60px 0;
}
.map-wrap .heading {
    text-align: center;
    margin-bottom: 0px;
    color: #000;
    padding-left: 0;
}
.map-wrap .heading h4 {
    font-size: 18px;
    color: #000;
    position: relative;
    padding-left: 20px;
    display: inline-block;
}
.map-wrap .heading h4::before {
    position: absolute;
    clear: both;
    content: "";
    top: 6px;
    left: 0;
    background: url(../images/dot1.png) no-repeat;
    width: 8%;
    height: 16px;
    background-size: 100%;
}
.map-wrap .heading h2{
    font-weight: 600;
    font-size: 40px;
    padding: 5px 0;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
}
.map-con-wrp h3 {
    font-size: 33px;
    color: #115178;
    font-weight: 600;
}
.map-con-wrp h3 span {color: #2093db;}
.map-con p{color: #0d4263;font-size: 18px;}
.map-con ul{
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
}
.map-con ul li {
    padding-bottom: 15px;
    color: #0d4263;
    font-size: 18px;
}
.map-con ul li::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 32 32'%3E%3Cpath fill='%231e8fd5' d='M3.879 18.123a3 3 0 0 1 0-4.243L13.88 3.879a3 3 0 0 1 4.243 0L28.124 13.88a3 3 0 0 1 0 4.243L18.123 28.124a3 3 0 0 1-4.243 0z'/%3E%3C/svg%3E");
    position: relative;
    top: 4px;
    right: 4px;
}


.project-wrap {
    position: relative;
    padding: 80px 0;
    background: url(../images/projectBg.png) no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 9;
}
.project-wrap .heading {
    position: relative;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.project-wrap .heading h4 {
    font-size: 18px;
    color: #000;
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.project-wrap .heading h4::before {
    position: absolute;
    clear: both;
    content: "";
    top: 6px;
    left: 0;
    background: url(../images/dot1.png) no-repeat;
    width: 8%;
    height: 16px;
    background-size: 100%;
}
.project-wrap .heading h2{
    font-weight: 600;
    font-size: 40px;
    padding: 5px 0;
    color: #020618;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 40px;
}

.project-wrap .service-box {
    position: relative;
    border-radius: 10px;
    transition: 0.4s;
    margin-bottom: 20px;
    overflow: hidden;
}
.project-wrap .service-box .image {
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
}

.project-wrap .service-box .image img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 0;
}

.project-wrap .service-box .service-cont {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    left: 0;
    padding: 10px 0;
    color: #fff;
    text-align: left;
    display: flex;
    justify-content: space-around;
    width: 100%;
    z-index: 9;
    background-color: #00B1F4;
}

.project-wrap .service-box .service-cont p {
    font-size: 13px;
    padding: 15px 0;
    color: #000;
}

.project-wrap .service-box .service-cont h4 {
    font-weight: 600;
    position: relative;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

/*#service-slider .service-cont .image{
    height: 300px;
    overflow: hidden;
}*/
.project-wrap .service-cont .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.project-wrap .service-cont .more {
    display: inline-block;
}
.project-wrap .service-cont .more i{
    color: #fff;
}
.project-wrap .service-cont .service-icon img {
    width: 70px;
    transition: 0.4s;
    height: 70px;
    object-fit: contain;
}
/* arrow */
#project-slider .owl-nav .owl-prev{
    color: #fff;
    background-color: #00B1F4;
    padding: 5px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    left: 45%;
    bottom: -15%;
    z-index: 9;
    margin: 0;
}

#project-slider .owl-nav .owl-next {
    color: #fff;
    background-color: #00B1F4;
    padding: 5px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: 45%;
    bottom: -15%;
    z-index: 9;
    margin: 0;
}



.testi-wrap {
    position: relative;
    padding: 80px 0;
}
.testi-wrap .heading {
    position: relative;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.testi-wrap .heading h4 {
    font-size: 18px;
    color: #000;
}

.testi-wrap .heading h2{
    font-weight: 600;
    font-size: 40px;
    padding: 5px 0;
    color: #020618;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 40px;
}


  .voip-bg-img{
    overflow: hidden;
  }
.voip-bg-img img{
    width: 100%;
}

  
/*==========================
   Footer CSS
==========================*/
footer {
    background: url(../images/bannerBg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0 0px 0;
    overflow: hidden;
}
footer .footer-top .footer-logo{
    width: 180px;
    padding: 0px;
    border-radius: 10px;
}
.footer-bottom{
        border-top: 1px solid #c5c5c5;
}
@media screen and (min-width:991px){
    footer .footer-top .footer-logo img{
        width: 180.83px;
    }
}
footer .footer-top .footer-para p{
    color: #000;
}

footer .footer-top .footer-socials ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;

}
footer .footer-top .footer-socials ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #00b1f4;
    display: block;
    border-radius: 10px;
    color: #fff;
    transition: all .5s ease-in-out;
}
footer .footer-top .footer-socials ul li a svg{
    width: 24px;
    height: 24px;
}
footer .footer-top .footer-socials ul li a:hover {
    background: #6AB7C2;
    color: #000;
}
footer .footer-top .builder-crackers img{
    background: var(--text-white);
    padding: 10px 15px;

}

footer .footer-top h3 {
    color: #00B1F4;
    position: relative;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: "Roboto Condensed", sans-serif;
    border-bottom: 1px solid #00B1F4;
    display: inline-block;
    padding-bottom: 15px;
}
@media screen and (min-width:991px){
    footer .footer-top h3{
        font-size: 20px;
    } 
}
footer .footer-top h3:before{
    content: '';
    position: absolute;
    width: 63px;
    height: 1px;
    background: var(--text-white);
    top: 100%;
    
}
footer .footer-top .footer-links{
    list-style: none;
    padding-left: 0;
    line-height: 2;
}
footer .footer-top .footer-links li a{
    color: #000;
    transition: all .5s ease-in-out;
    font-weight: 400;
    position: relative;
    padding-bottom: 5px;
    text-decoration: none;
}
footer .footer-top .footer-links li a:before{
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--text-white);
    top: 100%;
    transition: all .5s ease-in-out;
}
footer .footer-top .footer-links li:hover a:before{
    width: 100%;
}
footer .footer-top .footer-links li a:hover{
    color: #6AB7C2;
}
@media screen and (min-width:991px){
    footer .footer-top .footer-links li a{
        font-size: 17px;
    }
}

footer .footer-contacts svg{
    color: #000;
    width: 24px;
    height: 24px;
}
footer .footer-contacts  a{
    color: #000;
    font-weight: 400;
    text-decoration: none;
}
footer .footer-contacts  a:hover{
    color: #000;
}
footer .footer-bottom p{
    color: #000;
    text-transform: capitalize;
    position: relative;
    padding: 0 40px;
    z-index: 2;
}
footer .footer-bottom p:before{
    content: '';
    position: absolute;
    width: 510px;
    height: 1px;
    background: #A8C1FF26;
    left: -2%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
footer .footer-bottom p:after{
    content: '';
    position: absolute;
    width: 510px;
    height: 1px;
    background: #A8C1FF26;
    right: -2%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
footer .footer-bottom p a{
    color: var(--text-white);
}
footer .footer-bottom p a:hover{
    color: var(--text-white);
}

/********************inner-banner*********************/

.breadcrumb-wrapper {
    text-align: center;
    background-image: url(../images/banner.png);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
}

.breadcrumb-wrapper1 {
    text-align: center;
    background-image: url(../images/inner-banner2.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
}

.breadcrumb-wrapper2 {
    text-align: center;
    background-image: url(../images/inner-banner3.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
}

.breadcrumb-wrapper .shell,
.breadcrumb-wrapper1 .shell,
.breadcrumb-wrapper2 .shell {
    position: absolute;
    clear: both;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.breadcrumb-wrapper .shell h2,
.breadcrumb-wrapper1 .shell h2,
.breadcrumb-wrapper2 .shell h2 {
    font-size: 50px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0px;
}



/***********************about-us-page*******************/

.inner-about-wrap {
    padding: 60px 0 60px 0;
    margin-top: 0px;
}

.inner-about-wrap .about-cont {
    position: relative;
}

.inner-about-wrap .about-cont .heading {
    position: relative;
}
.inner-about-wrap .about-cont h4{
    font-size: 16px;
}
.inner-about-wrap .about-cont h2 {
    font-weight: 700;
    font-size: 35px;
    padding: 5px 0;
    color: #02254C;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
}
.inner-about-wrap .about-cont h3 {
    font-weight: 600;
    font-size: 25px;
    padding: 5px 0;
    color: #02254C;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}

.inner-about-wrap .about-cont .special {
    color: #2a2a2a;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: initial;
    font-weight: 700;
}

.inner-about-wrap .about-cont p {
    margin-bottom: 25px;
    line-height: 24px;
    color: #202020;
    font-size: 14px;
}

.inner-about-wrap .about-img {
    position: relative;
    width: 100%;
    margin-left: 0;
}

.inner-about-wrap .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.inner-about-wrap .inner-about-box {
    position: relative;
    padding: 0 40px;
}

.inner-about-wrap .inner-about-box .image {
    border-radius: 5px;
    overflow: hidden;
}

.inner-about-wrap .inner-about-box .image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.inner-about-wrap .inner-about-box .content {
    position: absolute;
    clear: both;
    content: "";
    bottom: 30px;
    left: -10px;
    background-color: #e39e01;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-around;
}

.inner-about-wrap .inner-about-box .content h4 {
    color: #000;
    font-size: 18px;
    font-family: 'Conv_Bebas-Regular';
    margin-bottom: 0;
    width: 40%;
    text-transform: uppercase;
}

.inner-about-wrap .inner-about-box .content a {
    width: 40px;
}


/*********************faq-page************************/



.inner-faq-wrap {

    margin: 10px 0 120px 0;

}

.inner-faq-wrap .heading {

    text-align: center;

    margin-bottom: 60px;

}

.inner-faq-wrap .heading h2 {

    font-size: 50px;

    color: #000;

    font-weight: 700;

    text-transform: uppercase;


}

.accordion .card {
    border: none;
    border: 1px solid #000;
    margin-bottom: 10px;
    border-bottom: 1px solid #000 !important;
    border-radius: 6px !important;
}

.accordion .card .card-header {
    position: relative;
    transition: 0.4s;
    padding: 0;
    background-color: #fff;
    border: none;
}

.accordion .card .card-header .mb-0{
    padding: 0;
}

.accordion .card .card-header button {
    color: #36458d;
    width: 100%;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
    text-decoration: none;
    border-radius: none;
}

.accordion .card .card-header button.collapsed {
    background-color: #185D94 !important;
    color: #fff !important;
}
.accordion .card .card-header button.btn-link {
    background-color: #449a1300;
}

.accordion .card .collapse.show {
    background-color: rgb(234 232 232 / 0%);
    margin-top: 0px;
    position: relative;
}
.accordion .card .collapsing .card-body p{
    font-size: 14px;
}
.accordion .card .collapse .card-body p{
    font-size: 14px;
}
/*.accordion .card .card-header:hover{

    background-color: #c90a67;

}*/

.accordion .card .card-header:hover button{

    color: #36458d;

}

.bs-example{

        margin: 20px;

    }

    .accordion .fa {
        margin-right: 0.5rem;
        float: right;
        color: #7CB951;
    }

.btn-link {

    font-weight: 600;

    color: #000;

    text-decoration: none;

}


/*****************contact-page*******************/

.contact-wrap{
    position: relative;
    padding: 80px 0;
  }
  .contact-wrap::before{
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #cd082d;
  }
  .contact-wrap::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #e5e5e5;
    z-index: -1;
}
.contact-wrap .heading {
    text-align: left;
    margin-bottom: 30px;
    color: #000;
}
.contact-wrap .heading h4{
    color: #000;
    font-size: 18px;
    margin-left: 20px;
    position: relative;
    display: inline-block;
}
.contact-wrap .heading h4::before {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    left: -25px;
    width: 20px;
    height: 1px;
    background-color: #000;
}
.contact-wrap .heading h4::after {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    right: -25px;
    width: 20px;
    height: 1px;
    background-color: #000;
}
.contact-wrap .heading h2 {
    font-weight: 700;
    font-size: 40px;
    padding: 5px 0;
    color: #000;
    position: relative;
    margin: 10px 0 20px 0;
    text-transform: capitalize;
}
.contact-wrap .heading h2 span{
    color: #cd082d;
}
.contact-wrap .contact-box{
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.contact-wrap .contact-box .image{
    float: left;
    width: 15%;
}
.contact-wrap .contact-box .content {
    float: right;
    width: 100%;
    padding-left: 0px;
}
.contact-wrap .contact-box h4 {
    color: #cd082d;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}
.contact-wrap .contact-box a{
    color: #000;
    font-weight: 700;
    text-decoration: none;
}
.contact-wrap .contact-box p{
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
}
.contact-wrap .contact-form h2 {
    font-weight: 700;
    font-size: 40px;
    padding: 5px 0;
    color: #000;
    position: relative;
    margin: 0px 0 0px 0;
    text-transform: capitalize;
}
.contact-wrap .contact-form h2 span{
    color: #fff;
}
.contact-wrap .contact-form p{
    color: #fff;
    margin-bottom: 50px;
}
  .contact-wrap form{
      position: relative;
      padding-left: 0%;
  }
  .contact-wrap form h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}
.info-wrap form p{
    color: #fff;
    font-size: 15px;
}
  .contact-wrap form .form-group{
      margin-bottom: 30px;
  }
  .contact-wrap .submit-btn {
    text-align: left;
  }
  .contact-wrap .submit-btn .submit {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 12px 30px;
    font-size: 15px;
    background-color: #2E3045;
    text-transform: capitalize;
    border: none;
    transition: 0.4s;
    width: 100%;
}
  .contact-wrap .submit-btn .submit:hover{
      background-color: #000;
      color: #fff;
  }
  .contact-wrap .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #f7f7f7;
    background-image: none;
    border: none;
    border-bottom: none;
    border-top: none;
    border-radius: 0;
  box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  .contact-wrap textarea{
    height: 100px !important;
  }
  .contact-wrap .form-control::-webkit-input-placeholder { /* Edge */
  color: #000;
  }
  .contact-wrap .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  }
  .contact-wrap .form-control::placeholder {
  color: #000;
  }


/******************modal*****************/

.modal-body .contact-form .btn-group,
.contact-form .btn-group-vertical {
    margin-top: 20px;
}

.modal-body .read-more {
    border: none;
    background-color: #fa8900;
    color: #fff;
    padding: 12px 20px;
    font-size: 17px;
    border-radius: 30px;
    text-shadow: none;
    text-transform: uppercase;
}

.modal-body textarea.form-control {
    height: 130px !important;
}

.modal-header {
    display: initial;
}


/*********************price-page************************/

.inner-price-wrap {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 80px 0;
}

.inner-price-wrap .nav-tabs {
    border-bottom: none;
    justify-content: center;
    padding-bottom: 60px;
}

.inner-price-wrap .nav-tabs .nav-link {
    border: none;
    color: #000;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
}

.inner-price-wrap .nav-tabs .nav-link.active {
    border-bottom: 2px solid #e39e01;
    background-color: transparent;
}

.snip1404 {
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    width: 100%;
    margin: 50px 10px;
}

.snip1404 img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.snip1404 .plan {
    margin: 0 5px;
    width: 24.1%;
    position: relative;
    float: left;
    overflow: hidden;
    border: 3px solid #eaaa05;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    background-color: #000;
}

.snip1404 .plan:hover i,
.snip1404 .plan.hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.snip1404 .plan:first-of-type {
    border-radius: 8px 0 0 8px;
}

.snip1404 .plan:last-of-type {
    border-radius: 0 8px 8px 0;
}

.snip1404 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.snip1404 header {
    background-color: #eaaa05;
    color: #ffffff;
}

.snip1404 .plan-title {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 0;
    padding: 20px 20px 0;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 18px;
}

.snip1404 .plan-title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 300px 0 0;
    border-color: rgba(0, 0, 0, 0.5) transparent transparent;
}

.snip1404 .plan-cost {
    padding: 40px 20px 10px;
    text-align: right;
}

.snip1404 .plan-price {
    font-weight: 600;
    font-size: 3em;
}

.snip1404 .plan-type {
    opacity: 0.8;
    font-size: 0.7em;
    text-transform: uppercase;
}

.snip1404 .plan-features {
    padding: 0 0 20px;
    margin: 0;
    list-style: outside none none;
}

.snip1404 .plan-features li {
    padding: 8px 5%;
}

.snip1404 .plan-features i {
    margin-right: 8px;
    color: #fff;
}

.snip1404 .plan-select {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
}

.snip1404 .plan-select a {
    background-color: #eaaa05;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 0.75em;
    font-weight: 600;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: inline-block;
}

.snip1404 .plan-select a:hover {
    background-color: #eaaa05;
    opacity: 0.5;
}

.snip1404 .plan:hover {
    margin-top: -10px;
    border-color: #000;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    z-index: 1;
    border-radius: 8px;
}

.snip1404 .plan .plan-select {
    padding: 30px 20px;
}

@media only screen and (max-width: 767px) {
    .snip1404 .plan {
        width: 50%;
    }

    .snip1404 .plan-title,
    .snip1404 .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .snip1404 .plan-select,
    .snip1404 .featured .plan-select {
        padding: 20px;
    }

    .snip1404 .featured {
        margin-top: 0;
    }
}

@media only screen and (max-width: 440px) {
    .snip1404 .plan {
        width: 100%;
    }
}


/********************carrer-page*****************/

.inner-career-wrap {
    padding: 80px 0;
}

.inner-career-wrap .inner-career-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    padding: 0 10px;
    -webkit-box-shadow: 0px 5px 12px 5px rgb(209 209 209 / 60%);
    -moz-box-shadow: 0px 5px 12px 5px rgba(209, 209, 209, 0.6);
    box-shadow: 0px 5px 12px 5px rgb(209 209 209 / 60%);
    border-radius: 5px;
    margin-bottom: 30px;
}

.inner-career-wrap .inner-career-cont a {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}



.service-offered-wrap {
    padding: 80px 0 20px 0;
    background-color: #fff;
}

.service-offered-wrap .content {
    margin-bottom: 40px;
}

.service-offered-wrap .content .content-img {
    width: 100%;
}

.service-offered-wrap .content .content-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.service-offered-wrap .content .content-bx {
    width: 100%;
    border: 1px solid transparent;
    -webkit-box-shadow: 2px 2px 8px 0px rgb(176 176 176 / 80%);
    -moz-box-shadow: 2px 2px 8px 0px rgba(176, 176, 176, 0.8);
    box-shadow: 2px 2px 8px 0px rgb(176 176 176 / 80%);
    padding: 10px 20px 25px 15px;
    min-height: auto;
    text-align: center;
}

.service-offered-wrap .content .content-bx h4 {
    color: #000;
    font-weight: 700;
    font-size: 22px;
}

.service-offered-wrap .content .content-bx p {
    font-weight: 600;
    font-size: 14px;
}

.service-offered-wrap .content .content-bx .more {
    background-color: #ce062d;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    transition: 0.4s;
    border-radius: 5px;
}

.service-offered-wrap .content .content-bx .more:hover {
    background: rgb(0, 0, 0);
    color: #fff;
}




.project-sec-wraper {
    padding: 60px 0 60px 0;
    /* background-color: #fbfce0; */
    position: relative;
}

.project-sec-wraper .heading {
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}

.project-sec-wraper .heading h4 {
    color: #000;
    font-size: 15px;
    position: relative;
    background-color: #F3F3F3;
    display: inline-block;
    border-left: 2px solid #C00000;
    border-right: 2px solid #C00000;
    padding: 10px;
    border-radius: 7px;
    padding-left: 30px;
}
.project-sec-wraper .heading h4::before {
    position: absolute;
    clear: both;
    content: "";
    left: 5px;
    top: 8px;
    background: url(../images/paint.png) no-repeat;
    background-size: 100%;
    width: 18%;
    height: 20px;
}

.project-sec-wraper .heading h2 {
    font-weight: 700;
    font-size: 35px;
    padding: 5px 0;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}
.project-sec-wraper .heading h2 span{
    color: #C00000;
}

.filter_wrapper {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin-top: 25px;
    text-align: center;
    float: none;
}

.filter_wrapper .filter {
    float: none;
    margin: 0 10px 0 10px;
    border: none;
    display: inline-block;
    position: relative;
    color: #000;
    font-weight: 600;
    margin-bottom: 40px;
}

.filter_wrapper .filter::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    right: -12px;
    background-color: #000;
    width: 1px;
    height: 100%;
}

.filter_wrapper .filter:last-child::after {
    display: none;
}

.mega-entry .mega-entry-innerwrap {
    border: none;
    border-radius: 10px;
}


/*.filter_wrapper .filter:hover {
      color: #505050;
      }*/
.filter_wrapper .filter.active {
    color: #000;
    position: relative;
}

.mega-entry .mega-entry-innerwrap {
    border: none;
    border-radius: 0;
}

.megafolio-container {
    display: inline-block;
    width: 100%;
}

.mega-entry {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    z-index: 2;
    text-align: center;
}

.mega-entry img {
    width: 100%;
}

.megafolio-container,
.megafolio-container-splash {
    width: 100%;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.mega-entry .project-cont {
    height: 100%;
    overflow: hidden;
}

.mega-entry .middle {
    position: relative;
    overflow: hidden;
    height: 100%;
}

/* .mega-entry .middle img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    } */

.mega-entry .middle:hover .overlay-1 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mega-entry .overlay-1 {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: .8s ease;
    border-radius: 0px;
    /* margin: 20px; */
    left: 0px;
    top: 0px;
    bottom: 0;
    overflow: hidden;
}

.mega-entry .gallery {
    padding: 0;
    margin: 0;
}

.mega-entry .overlay-1 .fa {
    color: #fff;
    opacity: 1;
    padding: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    display: inline-block;
    transform: translate(-50%, -50%);
}

.mega-entry .overlay-1 .fa img {
    width: auto;
    height: auto;
}

/*-----------------------
    ABOUT US PAGE
-----------------------*/
.inner_banner{
    background-image:url(../images/bannerBg.png);
    background-size:cover;
    background-position:top center;
    padding:130px 0 50px 0;
}
.banner-frame{
    width:100%;
    height:auto;
}
.banner-frame img {
    border-radius: 25px 25px 25px 0;
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.inner_banner h2{
    font-size: 48px;
    font-weight: 600;
    color: #020618;
    padding: 0;
}
.inner_banner h5{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    padding: 10px 0;
}
.bnrbtn{
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #00b1f3;
    margin: 0 5px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
}
.about_cont{
    width:90%;
    padding:30px;
    border:1px solid #5d9aa3;
    margin:20px;
    border-radius:0 45px 0 45px;
}
.about_cont img {
    border-radius: 0 25px 0 25px;
    width: 100%;
}

/*-----------------------
    SERVICES PAGE
-----------------------*/
.service_card{
    background-color:#EEEEEE;
    border-radius:10px;
    box-shadow:0px 0px 5px rgba(0,0,0,0.2);
    text-align:center;
    margin-bottom:25px;
}
.service_card img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.service_card .conbox{
    padding:15px;
}
.conbox h3{
    font-size:22px;
    color:#00b1f3;
    font-weight:600;
    margin-bottom:10px;
}
.conbox a{
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #00b1f3;
    margin: 0 5px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
}

/*-----------------------
    PROJECT PAGE
-----------------------*/

.service_contain .btn-primary{
	background-color:#5d9aa3 !important;
	border-color:#5d9aa3 !important;
}
.service_contain .btn-outline-primary{
	border-color:#5d9aa3 !important;
	color:#5d9aa3 !important;
}
.service_contain .btn-outline-primary:hover{
	border-color:#5d9aa3 !important;
	background-color:#5d9aa3 !important;
	color:#FFF !important;
}
.modalimg{
	width:100%;
}
.servhead h5{
	font-size:18px;
	font-weight:500;
	color:#5d9aa3;
	text-align:center;
}
.servhead h3{
	font-size:40px;
	font-weight:700;
	color:#000000;
	text-align:center;
}
.gallery-lightbox-trigger img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}


.inner-service-area.part2{
    position: relative;
    padding: 50px 0 0px 0;
}
.inner-service-area.part2 .area-point ul {
    column-count: 2;
}
.inner-service-area.part2 .area-point ul li {
    background: #00b1f3;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    transition: all 0.4s;
    text-align: center;
    margin-bottom: 15px;
}
.inner-service-area.part2 .area-point ul li a{
    width: 100%;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.inner-service-area.part2 .area-point ul li:hover {
    background: #000;
    color: #fff;
}
.inner-service-area.part2 .area-point ul li::before{
	display: none;
}

/*-----------------------
    CONTACT US PAGE
-----------------------*/

.contact_con{
    
}
.contact_con h4{
    font-size:26px;
    font-weight:600;
    color:#00b1f3;
    margin-bottom:20px;
}
.contact_detail{
    list-style:none;
    padding:0;
}
.contact_detail li{
    margin-bottom:20px;
    background-color:#00b1f3;
    border-radius:25px;
    padding:20px;
}
.contact_detail li svg{
    width:40px;
    height:40px;
    color:#FFF;
}
.contact_detail li a{
    font-size:18px;
    color:#FFF;
    text-decoration:none;
}

.wpcf7-textarea{
    height:80px;
}
.conformbtn{
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #00b1f3;
    margin: 0 5px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
}
.conformbtn:hover{
    background-color: #333;
	color: #fff;
}

.modal-header .btn-close {
     float: right; 
     margin-top: -33px; 
}