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

/** 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 !important;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
}

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

.more{
    display: inline-block;
    background: #0174AA;
    background: linear-gradient(90deg, rgba(1, 116, 170, 1) 0%, rgba(8, 202, 204, 1) 100%);
    padding: 10px 20px;
    color: #fff;
    transform: skewX(-20deg);
    transition: 0.3s;
    font-size: 15px;
}
.more:hover{
    transform: skewX(0deg);
}
.more span{
    transform: skewX(20deg);
    display: inline-block;
}
.more:hover span{
    transform: skewX(0deg);
}


.site-header {
    position: relative;
    width: 100%;
    border-top: none;
    margin-bottom: 0;
    padding-top: 0px;
}
.site-header .toppest-bar {
    padding: 5px 0;
    position: relative;
    background-color: #000;
}
.site-header .top-social{
    padding-left: 20px;
    display: inline-block;
    align-items: center;
}

.site-header .top-social a {
    padding: 0 5px;
    position: relative;
}

.site-header .top-social a i {
    color: #fff;
    font-size: 20px;
}

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

.site-header .toppest-bar .top-info-left {
    padding-left: 20px;
}
.site-header .toppest-bar .top-info-left .address p{
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
}
.site-header .toppest-bar .top-info-left .email i {
    color: #fff;
    padding-right: 6px;
    font-size: 13px;
}

.site-header .toppest-bar .top-info-left .email a {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
}
.site-header .toppest-bar .top-btn{
    display: inline-block;
    float: right;
}
.site-header .toppest-bar .top-info{
    float: right;
}
.site-header .toppest-bar .quote {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
    margin-right: 0px;
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    background-color: transparent;
    padding: 5px 15px;
    font-weight: 400;
    float: left;
}
.site-header .toppest-bar .quote::after{
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    right: 0;
    background-color: #fff;
    width: 1px;
    height: 100%;
}
.site-header .toppest-bar .quote:last-child:after{
    display: none;
}
.site-header .toppest-bar .quote img {
    width: 20px;
    margin-right: 6px;
}
.site-header .middle-sec {
    margin: 0;
}
.site-header .middle-sec .logo {
    width: 45%;
    clear: both;
    position: relative;
}
.site-header .middle-sec .top-info {
    display: inline-block;
    align-items: center;
}
.site-header .middle-sec .top-info p{
    margin-bottom: 0;
    color: #649d09;
    padding-left: 20px;
}
.site-header .middle-sec .top-info p span{
    display: block;
}
.site-header .middle-sec .top-info a {
    color: #000;
    text-decoration: none;
    margin: 0;
    font-size: 14px;
}
.site-header .middle-sec .top-info a i {
    color: #649d09;
    font-size: 35px;
    padding-right: 10px;
}
.site-header .middle-sec .top-info .more{
    color: #fff;
}
.site-header .top-contact{
    display: flex;
    margin-left: 20px;
    align-items: center;
    justify-content: flex-start;
}
.site-header .top-contact i{
    color: #05A4BD;
}
.site-header .top-contact img {
    width: 40px;
    height: 40px;
}
.site-header .top-contact .content{
    padding-left: 10px;
    position: relative;
}
.site-header .top-contact .content p {
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
}
.site-header .top-contact .content a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}
.site-header .bg-light {
    background-color: #00ACE3 !important;
    width: 100%;
    padding: 5px 0;
    position: relative;
    z-index: 9;
}
.site-header .navbar-light .navbar-nav .nav-link:hover::before,
.site-header .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #fff;
    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: 2px;
    background-color: #fff;
    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: 2px;
    background-color: #fff;
    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 .active>.nav-link {
    color: #fff;
    position: relative;
}
.site-header .navbar-light .navbar-nav .nav-link {
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 30px;
    transition: 0.3s;
}
.site-header .navbar-light .navbar-nav {
    padding: 0px 0;
    margin-top: 0px;
}
.site-header .navbar-light .navbar-nav .nav-link:focus, 
.site-header .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    margin-top: -40px;
}
.site-header .navbar-nav {
    margin-top: 0;
    background-color: transparent;
    padding: 0;
    position: relative;
    z-index: 9;
}
.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 .quote {
    background: #455396;
    color: #fff;
    text-decoration: none;
    padding: 15px 60px;
    border-radius: 0;
    margin-left: 0px;
    font-size: 22px;
    font-weight: 600;
    box-shadow: 0 0 12px 0 rgb(66 66 66 / 30%);
}
.site-header .navbar .quote img {
    margin: 0 auto;
    width: 30px;
}
.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: linear-gradient(to right, #1ac7cd, #455396);
    padding-left: 40px;
}
.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}


.main-slider {
    position: relative;
}

.flex-slider {
    width: 100%;
    position: relative;
    background-color: transparent;
}

.flex-slider .slides {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.flex-slider .slides>li {
    float: left;
    margin-right: -100%;
    width: 100%;
    overflow: hidden;
    height: 40vw;
    position: relative;
}

.flex-slider .slides>li::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
background: #022A3D;
background: linear-gradient(90deg, rgba(2, 42, 61, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.flex-slider .flex-direction-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

.flex-slider .flex-direction-nav .flex-prev,
.flex-slider .flex-direction-nav .flex-next {
    background-color: rgb(143 140 140 / 70%);
    padding: 10px;
    text-decoration: none;
    position: absolute;
    height: 45px;
    top: 45%;
    bottom: 0;
    margin: 0 auto;
    z-index: 8;
    text-align: center;
    color: #fff;
    width: 45px;
}

.flex-slider .flex-direction-nav .flex-prev {
    left: 20px
}

.flex-slider .flex-direction-nav .flex-next {
    right: 20px
}

.slide-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* .flex-active-slide .slide-image {
    animation: zoomout 30s;
} */

@keyframes zoomout {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

@media (max-width:768px) {
    .flex-slider .slides>li {
        height: 70vw
    }
}

.flex-slider .banner-cont {
    position: absolute;
    clear: both;
    content: "";
    top: 50%;
    left: 8%;
    transform: translate(0%, -50%);
    color: #fff;
    width: 42%;
    z-index: 9;
    padding: 20px;
    border-radius: 5px;
}
.flex-slider .banner-cont h4 {
    font-size: 15px;
    font-weight: 500;
    background: #0174AA;
    background: linear-gradient(90deg, rgba(1, 116, 170, 1) 0%, rgba(8, 202, 204, 1) 100%);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
}
.flex-slider .banner-cont h4 span{
    color: #C00000;
}
.flex-slider .banner-cont h1 {
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
}
.flex-slider .banner-cont h1 span {
    color: #85b0ff;
}
.flex-slider .banner-cont p {
    color: #fff;
    font-size: 13px;
}
.flex-slider .banner-cont p a{
    color: #C80B1F;
    text-decoration: none;
    font-weight: 700;
    font-size: 35px;
}
.flex-slider .banner-cont ul{
        padding: 0;
    list-style-type: none;
    margin: 15px 0;
}
.flex-slider .banner-cont ul li{
        font-size: 15px;
    margin-bottom: 5px;
}
.flex-slider .banner-cont .banner-btn {
    display: flex;
    align-items: center;
}

.flex-slider .banner-cont .banner-btn .more {
    color: #fff;
}

.main-slider .inner-contact-form {
    padding: 0px;
    border-radius: 0;
    position: absolute;
    clear: both;
    content: "";
    top: 50%;
    right: 11%;
    width: 25%;
    z-index: 2;
    text-align: center;
    transform: translate(0px, -50%);
    overflow: hidden;
}
.main-slider .inner-contact-form .heading {
    margin-bottom: 0px;
    background-color: rgba(1, 116, 170, 0.7);
    padding: 15px 0 0 0;
}
.main-slider .inner-contact-form .heading h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
}

.main-slider .inner-contact-form form {
    background-color: rgba(1, 116, 170, 0.7);
    padding: 20px;
}
.main-slider .inner-contact-form .submit-btn {
    text-align: center;
}
.main-slider .inner-contact-form .submit-btn .submit {
    color: #0174AA;
    text-decoration: none;
    background: #fff;
    padding: 12px 50px;
    margin-top: 10px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    width: 100%;
}
.main-slider .inner-contact-form .form-group{
    margin-bottom: 15px;
}
.main-slider .inner-contact-form .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-colorease-in-out .15s, -webkit-box-shadowease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
}
.main-slider .inner-contact-form select option{
    color: #000;
}
.main-slider .inner-contact-form textarea{
    height: 50px !important;
}
.main-slider .inner-contact-form .form-control::-webkit-input-placeholder { /* Edge */
  color: #fff;
}
.main-slider .inner-contact-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.main-slider .inner-contact-form .form-control::placeholder {
  color: #fff;
}


.about-wrap {
    background: url(../images/aboutImg3.png) no-repeat;
    background-position: top left;
    background-size: 45% 100%;
    margin: 60px 0;
    position: relative;
}

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

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

.about-wrap .about-cont h5 {
    font-size: 15px;
    font-weight: 500;
    background: #0174AA;
    background: linear-gradient(90deg, rgba(1, 116, 170, 1) 0%, rgba(8, 202, 204, 1) 100%);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    color: #fff;
}

.about-wrap .about-cont h2 {
    font-weight: 700;
    font-size: 36px;
    padding: 5px 0;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 15px;
}
.about-wrap .about-cont h2 span{
    color: #00ACE3;
}
.about-wrap .about-cont .special {
    color: #ed2327;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: initial;
    font-weight: 600;
}

.about-wrap .about-cont p {
    margin-bottom: 25px;
    line-height: 24px;
    color: #7a7a7a;
    font-size: 15px;
}
.about-wrap .about-list{
    border-top: 1px solid #E6E6E6;
    padding-top: 20px;
}
.about-wrap .about-box {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 10% 90%;
    margin-bottom: 30px;
}
.about-wrap .about-box .image img {
    width: 80px;
    transition: 0.4s;
}
.about-wrap .about-box .content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    padding-left: 0;
}
.about-wrap .about-box .content p {
    font-size: 14px;
    margin-bottom: 0;
    color: #858585;
    font-weight: 400;
    line-height: 18px;
}
.about-wrap .about-box .content {
    padding-left: 15px;
}
.about-wrap .about-img {
    position: relative;
    width: 100%;
    margin-left: 0;
}

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

.about-wrap .about-img .about-img2 {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0%;
    left: -20%;
    z-index: 9;
    height: 200px;
    width: 350px;
}

.about-wrap .more {
    color: #fff;
}
.about-wrap .about-cont .banner-btn {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.about-wrap .about-cont .banner-btn .top-contact{
        display: flex;
    align-items: center;
    margin-left: 30px;
}
.about-wrap .about-cont .banner-btn .top-contact i {
    color: #fff;
    margin: 0 5px;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #05A4BD;
    transform: rotate(-40deg);
}
.about-wrap .about-cont .banner-btn .top-contact .content{
    margin-left: 10px;
}
.about-wrap .about-cont .banner-btn .top-contact .content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    line-height: 1;
}
.about-wrap .about-cont .banner-btn .top-contact .content a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}


.process-wrap .about-list{
    position: relative;
    padding: 50px 50px 20px 50px;
    z-index: 2;
}
.process-wrap .about-list .heading h2 {
    font-weight: 700;
    font-size: 36px;
    padding: 0px 0;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.process-wrap .about-list::before {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00ACE3;
    background: linear-gradient(180deg, rgba(0, 172, 227, 1) 0%, rgba(0, 95, 125, 1) 100%);
    transform: skew(-10deg);
    border-radius: 20px;
}
.process-wrap .about-list ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    width: 100%;
}
.process-wrap .about-list ul li{
    width: 33.33%;
    float: left;
    position: relative;
}
.process-wrap .about-list ul li::after {
    position: absolute;
    clear: both;
    content: "";
    top: 40%;
    right: -120px;
    background: url(../images/shape2.png) no-repeat;
    width: 60%;
    height: 100px;
    background-size: 100%;
    transform: translate(0, -50%);
}
.process-wrap .about-list ul li:last-child::after{
    display: none;
}
.process-wrap .about-list .about-box {
    display: block;
    margin-bottom: 30px;
    transition: 0.4s;
    background-color: transparent;
    border-radius: 10px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
}
.process-wrap .about-list .about-box .image {
    width: 90px;
    margin: 0 auto;
    background-color: #fff;
    height: 90px;
    padding-top: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.process-wrap .about-list .about-box .image img {
    width: 65%;
    transition: 0.4s;
    margin: 0 auto;
}
.process-wrap .about-list .about-box .content h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}   
.process-wrap .about-list .about-box .content p {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
}


.service-wrap {
    position: relative;
    padding: 250px 0 80px 0;
    background-color: #031C27;
    margin-top: -200px;
}
.service-wrap .heading {
    text-align: center;
    margin-bottom: 0px;
    color: #000;
    padding-left: 0;
}
.service-wrap .heading h5 {
    font-size: 15px;
    font-weight: 500;
    background: #0174AA;
    background: linear-gradient(90deg, rgba(1, 116, 170, 1) 0%, rgba(8, 202, 204, 1) 100%);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    color: #fff;
}

.service-wrap .heading h2 {
    font-weight: 700;
    font-size: 36px;
    padding: 5px 0;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 15px;
}
.service-wrap .heading h2 span{
    color: #00ACE3;
}
#service-slider .owl-stage-outer{
    padding: 40px 0 0 0;
}
.service-wrap .service-box {
    position: relative;
    transition: 0.4s;
    margin-bottom: 40px;
}
.service-wrap .service-box .image {
    width: 100%;
    position: relative;
}

.service-wrap .service-box .image img {
    object-fit: cover;
    border-radius: 0;
    -webkit-mask-image: url(../images/img-one.png);
    mask-image: url(../images/img-one.png);
    mask-repeat: no-repeat;
    width: 100%;
    mask-size: 100%;
    height: 190px;
}

.service-wrap .service-box .service-cont{
    position: relative;
    padding: 15px 5px 0 5px;
    color: #fff;
    height: auto;
    text-align: center;
    min-height: auto;
    width: 100%;
    margin: 0 auto;
}

.service-wrap .service-box .service-cont p {
    font-size: 14px;
    padding: 15px 0;
    color: #fff;
    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: 18px;
    color: #08CACC;
}

/*#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 .read i {
    color: #031C27;
    margin: 0 5px;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #0174AA;
}

.service-wrap .service-cont .more:hover {
    background-color: #000;
    color: #fff;
}
.service-wrap .service-btn{
    text-align: center;
}
.service-wrap .service-btn .more{
    color: #fff;
}
/* arrow */
#service-slider .owl-nav .owl-prev {
    color: #fff;
    background-color: #0174aa;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    left: -3%;
    top: 35%;
    z-index: 9;
    margin: 0;
}

#service-slider .owl-nav .owl-next {
    color: #fff;
    background-color: #0174aa;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: -3%;
    top: 35%;
    z-index: 9;
    margin: 0;
}


/*-----------------------------------
   Testimonials CSS
------------------------------------*/
.testimonials-sec-wraper {
    position: relative;
    width: 100%;
}

.testimonials-right {
    position: relative;
    width: 100%;
    padding: 60px 0 60px 0;
    height: 100%;
}
.testimonials-right .heading {
    text-align: center;
    margin-bottom: 0px;
    color: #000;
    padding-left: 0;
}
.testimonials-right .heading h5 {
    font-size: 15px;
    font-weight: 500;
    background: #0174AA;
    background: linear-gradient(90deg, rgba(1, 116, 170, 1) 0%, rgba(8, 202, 204, 1) 100%);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    color: #fff;
}

.testimonials-right .heading h2 {
    font-weight: 700;
    font-size: 36px;
    padding: 5px 0;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 15px;
}
.testimonials-right .heading h2 span{
    color: #00ACE3;
}

.testimonials-right .testimonials-slider-wrap {
    position: relative;
    width: 100%;
}
.testimonials-right .testimonials-slider-wrap .owl-stage-outer{
        padding: 30px 0;
}
.testimonials-right .testimonials-slider-wrap .center .testimonials-slider-inner{
        background-color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner {
    position: relative;
    width: 100%;
    padding: 30px;
    text-align: center;
}

.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top {
    position: relative;
    margin-bottom: 25px;
}

.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .left-img {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testm-right {
    position: relative;
}

.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testm-right h4 {
    position: relative;
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
}

.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testm-right h5 {
    position: relative;
    color: #6dd73e;
    font-size: 14px;
    margin-bottom: 15px;
}

.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testm-right .star-rating {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testm-right .star-rating img {
    position: relative;
    width: 100px;
    margin: 0 auto;
}

.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner p {
    position: relative;
    color: #000;
    font-size: 15px;
    text-align: center;
}

/* arrow */
#testimonials-slider .owl-nav .owl-prev {
    color: #fff;
    background-color: #9C9C9C;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    left: -3%;
    top: 45%;
    z-index: 9;
    margin: 0;
}

#testimonials-slider .owl-nav .owl-next {
    color: #fff;
    background-color: #0199DA;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: -3%;
    top: 45%;
    z-index: 9;
    margin: 0;
}


.info-wrap {
    position: relative;
    background: url(../images/quoteBg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0px 0 0;
}
.info-wrap .choose-box{
    position: relative;
}
.info-wrap .about-cont {
    padding-top: 10%;
    position: relative;
}

.info-wrap .about-cont .heading {
    position: relative;
    margin-bottom: 30px;
}
.info-wrap .about-cont h2 {
    font-weight: 600;
    font-size: 31px;
    padding: 5px 0;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}
.info-wrap .about-cont p{
    color: #fff;
    margin-bottom: 0;
}
.info-wrap .about-cont .banner-btn {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.info-wrap .about-cont .banner-btn .more {
    color: #fff;
}
.info-wrap .about-cont .banner-btn .top-contact{
        display: flex;
    align-items: center;
    margin-left: 20px;
}
.info-wrap .about-cont .banner-btn .top-contact i {
    color: #fff;
    margin: 0 5px;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #05A4BD;
    transform: rotate(-40deg);
}
.info-wrap .about-cont .banner-btn .top-contact .content{
    margin-left: 10px;
}
.info-wrap .about-cont .banner-btn .top-contact .content p {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    line-height: 1;
}
.info-wrap .about-cont .banner-btn .top-contact .content a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}


.site-footer {
    position: relative;
    background-color: #000;
    margin-top: 0;
}
.site-footer .footer-sec{
    position: relative;
    padding: 80px 0 20px 0;
}
.site-footer::before {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    left: 0;
    width: 26%;
    height: 100%;
    background: url(../images/footer-shape.png) no-repeat;
    background-size: 100%;
    z-index: 0;
}
.site-footer .container{
    position: relative;
    z-index: 9;
}
.site-footer .logo {
    display: inline-block;
    width: 40%;
    margin-top: 0px;
    margin-bottom: 10px;
}
.site-footer .heading {
    text-align: left;
    margin-bottom: 60px;
    color: #fff;
}
.site-footer .heading h2 {
    font-weight: 500;
    font-size: 40px;
    color: #fff;
}
.site-footer .footer-location {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
  }
  .site-footer .footer-location li {
    color: #fff;
    display: flex;
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 13px;
  }
  .site-footer .footer-location li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.site-footer .footer-location li i {
    padding-top: 4px;
    padding-right: 12px;
    color: #009FE3;
}
.site-footer .footer-social {
    /* padding-left: 88px; */
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 1;
}
  .site-footer .footer-social li {
    color: #fff;
    display: flex;
    margin-bottom: 13px;
    font-weight: 300;
    font-size: 15px;
  }
  .site-footer .footer-social li a{
    color: #fff;
  }
  .site-footer .footer-social li i {
    padding-top: 4px;
    padding-right: 12px;
    color: #fff;
  }
  .site-footer .footer-social i {
    color: #fff;
    padding-right: 10px;
    font-size: 20px;
}
.site-footer .footer-social a {
    color: #fff;
}
.site-footer .footer-social {
    color: #fff;
    font-size: 14px;
    padding-top: 0;
}
.site-footer .footer-nav {
    position: relative;
    padding-left: 0;
    margin: 0;
    display: inline-block;
}

.site-footer .footer-nav li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    float: left;
    position: relative;
    color: #fff;
    font-size: 13px;
    padding-left: 20px;
}
.site-footer h4 {
    font-size: 24px;
    color: #009FE3;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}
.site-footer .footer-nav li::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f0a9";
    left: 0;
    top: 0px;
    color: #009FE3;
    font-size: 13px;
    z-index: 9;
}

.site-footer .footer-nav li a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
}
.site-footer .footer-location .footer-social {
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-family: 'Oswald', sans-serif;
}
.site-footer .footer-location .footer-social i {
    color: #009FE3;
    font-size: 20px;
    padding-left: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
    transition: 0.3s;
}
.site-footer .footer-location .footer-social i:hover{
    border: 2px solid #009FE3;
    color: #009FE3;
}
.site-footer .footer-blog {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.site-footer .footer-blog img {
    border-radius: 0px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.site-footer .footer-blog .content {
    margin-left: 15px;
}
.site-footer .footer-info .num{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
.site-footer .footer-info .online{
    font-size: 14px;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 20px;
}
.site-footer .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.site-footer .submit {
    background: #009FE3;
    border: none;
    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;
    width: 100%;
    z-index: 1;
}
.site-footer p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
}

            
.copyright {
    font-size: 13px;
    text-align: center;
    padding: 20px 0 5px 0;
}
.copyright p.special{
    float: none;
}
.copyright p {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}
.copyright p a {
    color: #fff;
    margin: 0 5px;
    font-size: 15px;
}


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

.breadcrumb-wrapper {
    text-align: center;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
    height: 300px;
    position: relative;
}
.breadcrumb-wrapper::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #022A3D;
    background: linear-gradient(90deg, rgba(2, 42, 61, 0.5) 0%, rgba(2, 42, 61, 0.5) 100%);
}
.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%);
    z-index: 2;
}

.breadcrumb-wrapper .shell h1,
.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;
}


/*********************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;
}

.accordion .card .card-header {
    position: relative;
    transition: 0.4s;
    padding: 0;
    background-color: transparent;
    border: none;
}
.accordion .card #heading2{
    margin-left: 40%;
}
.accordion .card .card-header .mb-0{
    padding: 0;
}
.accordion .card {
    background-color: transparent;
    align-items: center;
    overflow: initial;
    padding: 10px 0;
}
.accordion .card .card-header button {
    color: #fff;
    width: 60px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    border-radius: 50%;
    height: 60px;
    outline: 3px dotted #fff;
    outline-offset: 5px;
}

.accordion .card .card-header button.collapsed {
    background-color: #ffffff59 !important;
    color: #000 !important;
}
.accordion .card .card-header button.btn-link{
    background-color: #449a13;
}
.accordion .card .collapsing{
    background-color: #fff;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
}
.accordion .card .collapse.show {
    background-color: #fff;
    margin-top: 10px;
    position: relative;
    text-align: center;
    margin-bottom: 0px;
}

.accordion .card .card-header:hover button{
    color: #fff;
}

.bs-example{
    margin: 20px;
}

.accordion .fa{
    margin-right: 0;
    font-size: 25px;
    color: #fff;
}

.btn-link {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}


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

.inner_page_wrap {
    padding: 60px 0;
    position: relative;
}

.form_bg {
    position: relative;
    padding: 30px;
    z-index: 2;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
    background-color: rgb(0 172 227);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.form-title h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

.form-title h3 span {
    color: #000;
}

.rd-mailform1 {
    margin-top: 30px;
}
.rd-mailform1 .form-group{
    margin-bottom: 20px;
}
.rd-mailform1 .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: none;
    border: none;
    border-bottom: none;
    border-radius: 30px;
    padding-left: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-colorease-in-out .15s, -webkit-box-shadowease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
}

.rd-mailform1 textarea {
    height: 100px !important;
}

.rd-mailform1 .submit-btn .submit {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 10px 30px;
    font-size: 15px;
    background-color: #fff;
    transition: 0.4s;
    border-radius: 30px;
    text-transform: capitalize;
    margin-left: 0;
    font-weight: 600;
    border: none;
    width: 100%;
}

.rd-mailform1 .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

.rd-mailform1 .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.rd-mailform1 .form-control::placeholder {
    color: #fff;
}

.contact-item {
    position: relative;
    padding: 15px;
    z-index: 2;
    text-align: left;
    border-radius: 30px;
    overflow: hidden;
    background-color: rgb(0 172 227);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-bottom: 20px;
}

.contact-item .content {
    float: left;
}

.contact-item h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
}

.contact-item p {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 20px;
}
.contact-item p a{
    color: #fff;
    text-decoration: none;
}
.contact-item .icon {
    color: #fff;
    float: right;
    font-size: 44px;
}

.map_section {
    margin-top: 0;
}

.map_section iframe {
    border: 1px solid #cbcbcb;
    height: 250px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 5px;
    width: 100%;
    background: #fff;
}



/******************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;
}
.modal-header .btn-close {
    float: right;
    margin-top: -30px;
}


.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: #f26e25;
    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;
}


.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: 20px;
    display: inline;
}
.inner-about-wrap .about-cont h2{
    font-weight: 600;
    font-size: 30px;
    padding: 5px 0;
    color: #002A48;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
    display: inline;
}
.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: 15px 0;
    line-height: 28px;
    color: #636F77;
    font-size: 16px;
}

.inner-about-wrap .about-img {
    position: relative;
    width: 40%;
    margin-left: 15px;
    margin-bottom: 15px;
    float: right;
    border-radius: 20px;
    overflow: hidden;
    border: 6px solid #00ace3;
}
.inner-about-wrap .about-cont.part2 .about-img{
    margin-right: 15px;
    float: left;
    margin-left: 0;
}

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


/*==========================
Projects CSS
==========================*/
.projects {
	background: #FCF8F3;
}

.projects .title-box h2{
    width: 100%;
}
.projects .projects-img-wrapper img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.projects .projects-img-wrapper{
    position: relative;
}
.projects .projects-img-wrapper:before{
content: '';
position: absolute;
width: 100%;
height: 0;
background: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5));
transition: all .5s ease-in-out;
}
.projects .projects-img-wrapper:hover:before{
   height: 100%;
}
.projects .projects-img-wrapper .plus-sign{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    padding: 10px;
    border-radius: 50px;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.projects .projects-img-wrapper:hover .plus-sign{
    opacity: 1;
}
.projects .projects-img-wrapper .plus-sign svg{
    color: #fff;
}
.projects .projects-btn .primary-btn-1{
	background: #fff !important;
	color: #000;
	
}
.projects .projects-btn .primary-btn-1:hover{
	color: var(--text-white);
}
/*==========================
   Gallery Section CSS
==========================*/
@media screen and (min-width:991px){
	.projects{
/* 		height: 100vh; */
	}
	.projects-page{
		height: unset !important;
	}
}

.gallery .filter-button-group{
	list-style: none;
	padding-left: 0;
}
 .gallery .filter-button-group li {
    background: #fff;
     border: 2px solid #000;
     color: #000;
     padding: 8px 25px;
     cursor: pointer;
     font-weight: 600;
     font-size: 13px;
     text-transform: uppercase;
     transition: all .5s ease-in-out;
     -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
     -ms-transition: all .5s ease-in-out;
     -o-transition: all .5s ease-in-out;
     border-radius: 30px;
}
@media screen and (max-width:768px){
	.gallery .filter-button-group li {
        padding: 5px 10px;
        margin: 5px 2px !important;
    }
}

 .gallery .filter-button-group li.active,  .gallery .filter-button-group li:hover{
     background:#000;
     color: #fff;
    border: 2px solid #000;
 }

.inner-service-area.part2{
    position: relative;
    padding: 50px 0 30px 0;
}
.inner-service-area.part2 .area-point ul {
    column-count: 5;
}
.inner-service-area.part2 .area-point ul li {
    color: #fff;
    font-weight: 500;
    transition: all 0.4s;
    text-align: center;
    margin-bottom: 15px;
}
.inner-service-area.part2 .area-point ul li a{
    color: #fff;
    width: 100%;
}
.inner-service-area.part2 .area-point ul li::before{
	display: none;
}

.thank-wrap{
    position: relative;
    padding: 60px 0;
    text-align: center;
}
.thank-wrap .more {
    background-color: #ffee02;
    color: #000;
    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;
}