@import url('../css2');
*{
	margin: 0px;
    padding: 0px;
}

body{
	/* font-family: 'Montserrat', sans-serif; */
	overflow-x: hidden;
	scroll-behavior: smooth;
}

a, a:hover{
	text-decoration: none;
}

button{
	border-radius: 0px;
	border:inherit;
	outline: none;
}

button:focus{
	border-radius: 0px;
	border:inherit;
	outline: none;
	box-shadow: none;
}

ul{
	margin: 0px;
	padding:0px;
}

ul li{
	list-style: none;
}

input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}


:root {
  --lightorange: #ffda2b;
  --orange: #f4a454;
  --blue: #1b459b;
}


.wb-heading{
    margin-bottom: 20px;
}

.wb-heading h2{
    color: #000;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
}
.about-content .wb-heading h2 {
    color: #000;
    font-weight: 700;
    font-size: 37px;
    padding-bottom: 0px;
}

.wb-heading h2 span{
    color:#ee4b49;
}

/*menu css start*/

.menu-loction {
    display: flex;
}

.menu-loction .dropdown button{
    padding: 0px;
    border: 0px;
    display: flex;
}

.menu-loction .dropdown button:hover{
    background-color: inherit;
}

.menu-loction .dropdown button:focus{
    box-shadow: none;
}

.menu-loction .menu-location-drop{
    padding: 5px;
}

.menu-loction .menu-location-drop h4{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid whitesmoke;
    color: var(--blue);
}

.menu-loction .menu-location-drop li{
    margin-left: 0px;
    margin-right: 0px;
    font-size: 14px;
}

.menu-loction .menu-location-drop li i{
    margin-right: 5px;
    color: #000;
}

.menu-loction .dropdown-menu{
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 5px;
    border: 0px;
    margin-top: 10px;
    right: 0px;
    left: auto;
    width: 260px;
}

.menu-loction .menu-location-drop p{
    font-size: 14px;
    margin-bottom: 5px;
}

.menu-loction .dropdown {
    margin: 0px 10px;
}

.menu-loction .dropdown button img{
    width: 30px;
    border-radius: 3px;
}

.header-nav{
    background-color: #fff;
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}

.header-nav nav ul li{
    margin-left: 15px;
    margin-right: 15px;
}

.header-nav nav ul li a img{
    width: 25px;
    border-radius: 2px;
}

.header-nav nav ul li .nav-link{
    color: #000!important;
    font-size: 14px;
    font-weight: 600;
    padding-right: .3rem!important;
    padding-left: .3rem!important;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.header-nav .navbar{
    padding: 2px 0px 2px;
    /*padding-top: 0.3rem;
    padding-bottom: 0.3rem;*/
}

.navbar-brand img{
    width: 100px;
    height:auto;
}
.header-nav nav ul li .dropdown-menu{
    border: 0px;
}

.header-nav nav ul li .dropdown-menu li{
    margin-right: 0px;
    margin-left: 0px;
    padding: 3px 0px;
}

.header-nav nav ul li .dropdown-menu li a:hover{
    background-color: whitesmoke;
}

.dropdown-item.active, .dropdown-item:active {
    color: #212529;
    text-decoration: none;
    background-color: #e9ecef;
}

.header-nav .quotes .nav-button{
    padding: 7px 20px;
    border: 2px solid #ed1c24;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    border-radius: 30px;
    margin-right: 15px;
    background-color: #ed1c24;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/*---------------------top bar-------------------*/
.top_bar {
    width: 100%;
    z-index: 4;
    height: 35px;
    line-height: 35px;
    background-color: #1b89c6;
}

.top-right{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:flex-end;
}
.top_bar_contact_item:last-child, .top_bar_contact_item:last-child {
    margin-right: 0;
}
.top_bar_contact_item {
    font-size: 14px;
    line-height: 18px;
    margin-right: 30px;
    position: relative;
    line-height: 35px;
}
.top_bar_contact_item {
    color: #fff;
}
.top_bar_contact_item a {
    color: #fff;
}
.top_bar_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.top_bar_contact_item ul li a{
    color:#fff;
}

/*---------------------end----------------------*/

/*---------------middle-strip-----------------------*/
.below_banner_cnt{
    position:relative;
    background-color: #cc0404;
    opacity:0.9;
}
.below_banner_cnt .cmt-bg.cmt-bgimage-yes >.cmt-bg-layer {
    opacity: 0.9;
}
.below_banner_cnt .cmt-bgcolor-darkgrey > .cmt-bg-layer {
    background-color: #ec002b;
}

.below_banner_cnt .cmt-fid.inside.cmt-fid-with-icon.cmt-fid-view-lefticon.style2 {
    padding: 15px 15px;
}
.below_banner_cnt .cmt-fid.inside.cmt-fid-with-icon.cmt-fid-view-lefticon.style2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.below_banner_cnt .cmt-fid.inside.cmt-fid-with-icon.cmt-fid-view-lefticon i {
    font-size: 28px;
    margin-right: 10px;
    color:#fff;
}
.below_banner_cnt .cmt-fid.inside.cmt-fid-with-icon.cmt-fid-view-lefticon h4 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 0;
    color:#fff;
}
/*menu css end*/

/*----------------------banner start----------------*/
.banner-text h1 {
    font-weight: 800;
    font-size: 3rem;
}

.banner-text span {
  color:#ee4b49
;
}

.btm-line {
    width: 50px;
    height: 3px;
}
.gray-bg {
    background: #6e7176;
}

.tracking-input {
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 50px;
    position: relative;
    margin-top: 20px;
}

.tracking-input input {
    height: 56px;
    border-radius: 50px;
}

.tracking-input i {
    position: absolute;
    top: 4px;
    right: 5px;
    font-size: 20px;
    height: 48px;
    width: 48px;
    background:#eb0000;
    line-height: 49px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
/*----------------------banner end----------------*/


/*banner css start*/

#slider {
    overflow: hidden;
    width: 100%;
    height: 525px;
    background-color: #fff;
    position: relative;
}

.slider-inner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 40px;
    width: 70%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.slider-inner-content h1 {
    font-size: 2.5em;
    margin: 0;
    font-weight: 800;
}

.slider-inner-content p {
    color: #fff;
    font-weight: 500;
}

.trackin{
    width: 500px;
    background: #fff;
    padding: 20px 20px;
    margin: auto;
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
    background-color: var(--orange)!important;
}

.homebanner .banner-text .web-points {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 5px;
    padding: 8px;
    transition: 0.3s;
}

/*banner css end*/

/*-------------features start-----------*/
h1, h2, h3, h4, h5, h6 {
    /* font-family: 'DM Sans', sans-serif; */
    margin-bottom: 15px;
    font-weight: 700;
    color: #001026;
}
.features-03-img {
    position: relative;
    
}
.features-03-img img{
    border-radius: 30px;
}
.features-03-img{
    & > img{
        width: 100%;
    }
    &::before{
        background-image: -webkit-linear-gradient(-90deg, rgba(2, 2, 2, 0.8902) 0%, rgba(149, 56, 12, 0.45) 58%, rgba(255, 94, 20, 0.01) 100%, #ff5e14 100%);
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: .3s;
        opacity: 1;
        border-radius: 30px;
    }
    &::after{
        background-image:-webkit-linear-gradient(-90deg, #ec002b 0%, rgba(254, 88, 12, 0.43) 50%, rgba(255, 94, 20, 0.01) 100%, #ec002b 100%);
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: .3s;
        opacity: 0;
        border-radius: 30px;
    }
}
.features-03-wrapper:hover .features-03-img::before{opacity: 0;}
.features-03-wrapper:hover .features-03-img::after{opacity: 1;}
.features-03-text {
	position: absolute;
	top: 0;
	padding: 40px;
	z-index: 99; 
    & h3{
        color: #fff;
        font-size: 24px;
        line-height: 1.4;
        position: relative;
        margin-top: 28px;
        letter-spacing: -.3px;
        margin-bottom: 0;
        padding-bottom: 30px;
        font-weight:600;
        text-align:left;
        &::before {
            height: 4px;
            width: 51px;
            background: #fff;
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            transition: 0.3s;
        }
    }
    & h2{
        font-size: 90px;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #fff;
        margin-bottom: 0;
        color: #fff;
        position: absolute;
        top: 95px;
        opacity: 0.2;
        font-weight: 700;
    }
}
.services-b-btton {
	position: absolute;
	bottom: 40px;
    right: 40px;
    z-index: 9;
    & > a{
        color:#fff;
        border-bottom:2px solid #fff;
        padding-bottom: 3px;
    }
}


    .working-area {
    padding: 20px 0px 70px 0px;
}
.working-wrapper .working-text h3{
    font-size:22px;
}

.working-wrapper .working-text p{
    font-size:15px;
}
.section-title h5 {
font-weight: 700;
display: inline-block;
text-transform: uppercase;
font-size: 12px;
line-height: 12px;
letter-spacing: 1px;
margin-bottom: 10px;
color: #898a9c;
position: relative;
}
.section-title h2.title {
    font-weight: 700;
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 0;
}

.section-title.title-style-center_text h5:after {
    left: auto!important;
    right: -25px;
}
.section-title h5:before, .section-title.title-style-center_text h5:after {
    content: "";
    left: 0;
    position: absolute;
    top: 5px;
    margin: 0 auto;
    display: block;
    width: 15px;
    height: 1px;
    background-color: #c2c2d3;
}

.section-title.title-style-center_text h5:before {
    left: -25px;
}
.section-title h5:before, .section-title.title-style-center_text h5:after {
    content: "";
    left: 0;
    position: absolute;
    top: 5px;
    margin: 0 auto;
    display: block;
    width: 15px;
    height: 1px;
    background-color: #c2c2d3;
}
.section-title.title-style-center_text {
    text-align: center;
    margin-bottom: 26px;
}

.section-title {
    position: relative;
    padding: 60px 0px 60px;
}
.features-3-area{
    background-image: -moz-linear-gradient( -51deg, rgb(235,18,10) 0%, rgb(255,94,20) 99%);
    background-image: -webkit-linear-gradient( -51deg, rgb(235,18,10) 0%, rgb(255,94,20) 99%);
    background-image: -ms-linear-gradient( -51deg, rgb(235,18,10) 0%, rgb(255,94,20) 99%);
}
.single-features-03 {
	padding: 110px 273px 130px 100px;
}
.single-features-03 .features-02-info h3 {
	color:#fff;
}
.single-features-03 .features-02-info p {
	margin-bottom: 0;
	color: #fff;
}
.single-features-03 .features-02-link li:hover .features-02-icon i {
    background-image: none;
    color:#fff;
}
.features-03-button .btn{color:#fff;}

/*------------------features end----------------------*/

/*value-added css start*/

.value-added{
    margin-top: 80px;
}

.value-added .value-box{
    background-color: whitesmoke;
}

.value-added .value-box{
    padding: 40px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 170px;
}

.value-added .value-box:before{
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-out;
}
.value-added .value-box:hover:before {
    z-index: -1;
    bottom: 0;
    background-color:#ee4b49s;
}

.value-added .value-box:after{
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    bottom: -1px;
    left: 0;
    right: 0;
    transform: scaleX(0);
    margin-top: -1px;
    background-color: var(--lightorange);
}

.value-added .value-box:hover:after {
    transform: scaleX(1);
    transform-origin: left;
    transition: .5s all ease;
}

.value-added .value-box:hover i{
    color: var(--lightorange);
}

.value-added .value-box:hover h4{
    color: #fff;
}


.value-added .value-box i{
    color: #ee4b49;
    font-size: 36px;
    margin-bottom: 15px;
}

.value-added .value-box h4{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}


/*value-added css end*/

/*about-us css start*/

.about-us{
    margin-top: 80px;
}

.about-us .card{
    border: 0px;
    border-radius: 0px;    
}

.about-us .bg-about{
    background-color: var(--lightorange);
}

.about-us .about-content{
    padding-left: 50px;
}

.about-us .about-content p{
    color: #000;
    text-align: justify;
    font-size: 16px;
}

.about-us .about-content p:last-child{
    margin-bottom: 0px;
}

.about-us .about-image img{
    border-radius: 10px;
}

.read-btn{
    background-color: #dc3545;
    color: #fff;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #dc3545;
    border-radius: 5px;
    transition: 0.3s;
    display: inline-block;
}

.web-button{
    margin-top: 20px;
}

.read-btn:hover{
    background-color: transparent;
    color: var(--blue);
}

/*about-us css end*/

/*why-choose-us css start*/

.why-choose-us{
    margin-top: 210px;
    background-color: var(--blue);
    padding: 50px 0px;
    position: relative;
}

.why-choose-us .wb-heading h2{
    color: #fff;
}

.why-choose-us .wb-heading h2 span{
    color: var(--lightorange);
}
.why-choose-us .why-fps ul li h4{
    display: flex;
    align-items: center;
}

.why-choose-us .why-fps ul li h4{
    margin-bottom: 0px;
}

.why-choose-us .why-fps ul li h4 p{
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.why-choose-us .why-fps ul li h4 span{
    background-color: var(--lightorange);
    color: #333;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 700;
    flex:none;
}

.why-choose-us .why-fps ul li img{
    width: 80px;
    margin-bottom: 30px;
    transition: 0.3s;
}

.why-choose-us .why-fps ul {
    display: flex;
    flex-wrap: wrap;
}

.why-choose-us .why-fps ul li{
    width: 33.33%;
    padding: 30px 0px;
    padding-right: 20px;
    position: relative;
}

.why-choose-us .why-fps ul li:after{
    position: absolute;
    content:"";
    background-image: url(../images/why-line.jpg);
    background-repeat: no-repeat;
    right: 90px;
    top: 70px;
    width: 111px;
    height: 4px;
}

.why-choose-us .why-fps ul li:hover img{
    transform: translateY(-10px);
}

.why-choose-us .why-image{
    position: absolute;
    top: -150px;
}

.why-choose-us .why-image img{
    width: 400px!important;
}


.why-choose-us .why-image:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    z-index: 1;
    opacity: 0;
    -webkit-animation: pulse-border 3s linear infinite;
    -moz-animation: pulse-border 3s linear infinite;
    -o-animation: pulse-border 3s linear infinite;
    animation: pulse-border 3s linear infinite
}

.why-choose-us .why-image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    z-index: 1;
    opacity: 0;
    -webkit-animation: pulse-border-2 3s linear infinite;
    -moz-animation: pulse-border-2 3s linear infinite;
    -o-animation: pulse-border-2 3s linear infinite;
    animation: pulse-border-2 3s linear infinite
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        opacity: 0
    }
}

@keyframes pulse-border-2 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        opacity: 0
    }
}

.carousel-caption h5{
    font-size: 60px;
    color:#fff;
    font-weight: 700;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 35%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    background-color: #ffffff38;
    border-radius: 12px;
    width: 550px;
    height: 200px;
    /* display: flex; */
    margin: 0 auto;
}
/*why-choose-us css end*/

/*our-partner css start*/

.our-partner{
    margin-top: 80px;
}

.owl-carousel .item{
    /*padding: 10px;*/
    /* border:1px solid #eee; */
    text-align: center;
}

/*.owl-carousel .item img{
    width: 75%!important;
    margin: 0 auto;
}*/

.owl-carousel .owl-item img {
    display: block;

}
.owl-carousel .item:hover img{
    filter: grayscale(0);
}

.features-03-text img{
    width:50%!important;
}
/*our-partner css end*/

/*our-services css start*/

.our-services{
    margin-top: 80px;
}

.ser-effect{
    position: relative;
    margin-bottom: 25px;
}

.our-services .web-button{
    margin-top: 0px;
}

.ser-effect-last{
    margin-bottom: 0px;
}

.ser-effect .over-view{
    position: absolute;
    background-image: linear-gradient(1deg, #1e4598c9, #804bd3c2);
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 10px 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    transition: 0.3s;
}

.ser-effect:hover .over-view{
    display: none;
}

.ser-effect .img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(1deg, #1e4598c9, #804bd3c2);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.ser-effect:hover .img-overlay {
  height: 100%;
}

.ser-effect .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 95%;
}

.ser-effect .text h3{
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}

.our-services .ser-effect .read-btn{
    background-color: #fff;
    border-color: #fff;
    color: #000;
    font-size: 16px;
    padding: 8px 15px;
}

.our-services .ser-effect .read-btn:hover{
    color: #fff;
    background-color: transparent;
}

/*our-services css end*/

/*multi-map css start*/

.multi-map{
    margin-top: 80px;
    position: relative;
    background-color: whitesmoke;
    padding: 50px 0px;
}

.multi-map .wrapper {
text-transform: uppercase;
color: #555;
cursor: help;
font-size: 18px;
/*margin: 100px 75px 10px 75px;*/
padding: 15px 20px;
position: relative;
text-align: center;
width: 200px;
-webkit-transform: translateZ(0); /* webkit flicker fix */
-webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.multi-map .wrapper .tooltip {
background:#fff;
bottom: 100%;
color: #000;
border: solid 1px #c5c5c5;
display: block;
left: 5px;
margin-bottom: 0px;
opacity: 0;
padding: 10px;
pointer-events: none;
position: absolute;
width: 100%;
-webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
   -o-transform: translateY(10px);
    transform: translateY(10px);
-webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
   -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
   -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.multi-map .wrapper .tooltip h5{
    font-size: 13px;
    font-weight: 600;
    color: var(--orange);
    margin-bottom: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid whitesmoke;
}

.multi-map .wrapper .tooltip p{
    margin-bottom: 0px;
    color: #000;
    font-size: 12px;
}

.multi-map .wrapper .tooltip a{
    text-decoration: none;
}

.multi-map .wrapper .tooltip ul li{
    display: flex;
    align-items: baseline;
}

.multi-map .wrapper .tooltip ul li i{
    margin-right: 5px;
}


.multi-map .wrapper .tooltip:before {
bottom: -20px;
content: " ";
display: block;
height: 20px;
left: 0;
position: absolute;
width: 100%;
}


.multi-map .wrapper .tooltip:after {
border-left: solid transparent 10px;
border-right: solid transparent 10px;
border-top: solid #fff 10px;
bottom: -10px;
content: " ";
height: 0;
left: 50%;
margin-left: -13px;
position: absolute;
width: 0;
}

.multi-map .wrapper:hover .tooltip {
opacity: 1;
pointer-events: auto;
-webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
   -o-transform: translateY(0px);
    transform: translateY(0px);
}


.multi-map .lte8 .wrapper .tooltip {
display: none;
}

.multi-map .lte8 .wrapper:hover .tooltip {
   display: block;
}


.multi-map .site-map .map-image{
  text-align: center;
  position: relative;
}

.multi-map .site-map .map-location{
  position: absolute;
  text-align: center;
}

.multi-map .site-map .map-location img{
    width: 30px;
}

.multi-map .site-map .icon-img-one{
  top: 30%;
  left: 10%;
}

.multi-map .site-map .icon-img-two{
  top: 43%;
  left: 60.5%;
}

.multi-map .site-map .icon-img-three{
    top: 69%;
    left: 75%;
}

.multi-map .map-location {
  position: relative;
}

.multi-map .map-location .image {
  opacity: 1;
  display: block;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.multi-map .map-location .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 180px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 250px;
}

.multi-map .map-location:hover .middle {
  opacity: 1;
}
/*multi-map css end*/

/*back to top button*/

#myBtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
    background-color: #e8040d;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    /*border: 3px solid #eee;*/
    z-index: 2;
    display: none;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 5%);
}

#myBtn i{
	color: #fff;
	font-size: 18px;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    top:60%;
    left: 20px;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 9999999;
}

/*back to top button*/

/*whatsapp css start*/

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 150px;
    left: 20px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation: ripple-out 1.5s ease-in-out infinite;
    z-index: 99;
    transition: 0.3s;
}

.btn-whatsapp-pulse:hover{
    rotate: 30deg;
    transition: 0.3s;
}

.btn-whatsapp-pulse:hover{
    color: #fff;
}

@keyframes ripple-out{
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  100% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

/*whatsapp css end*/



/*----------------------footer New start---------------------------*/
/* ===============================================
    Footer
------------------------*/
.footer{
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
.footer-logo {
    margin-bottom: 12px;
}
.footer-logo img {
   width: 80px;
   height:auto;
}
.footer .widget .widget-title, .widget .widget-title { 
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}
.footer .widget .widget-title:after, .widget .widget-title:after{
    position: absolute;
    content: "";
    height: 2px;
    width: 20px;
    bottom: -10px;
    left: 0;
    background-color:#ed0017;
}

.footer .widget .layer-content p{
    font-size: 15px;
    margin-bottom: 10px;
    color: #676565;
    font-weight: 500;
}
.footer .widget ul, .widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .widget ul>li, .widget ul>li {
    padding: 0 0 12px 0;
}

.footer .widget ul>li, .widget ul>li a {
   color:#484545;
   font-size: 18px;
   font-weight:500;
}
.contactus li a{
   color:#484545;
   font-size: 15px!important;
   font-weight:500;
}
.social-icons li {
    margin: 0 2px;
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}
.social-icons li a {
    display: block;
    min-width: 26px;
    text-align: center;
}.social-icons li a {
    display: block;
    min-width: 26px;
    text-align: center;
    color:#4f4f4f;
}
 .textwidget p{
     font-size: 15px;
     text-align:justify;
     font-weight: 500;
 }
/** FirstFooter **/
.footer .first-footer {
   
    text-align: center;
    background-attachment: fixed;
    box-shadow: 1px 1px 12px 12px #cccccca8;
}
.widget-footer .first-footer .widget p{ 
    margin: 0 0 19px;
}
.widget-footer .first-footer .widget .widget-title{
    margin-bottom: 16px;
}
.widget-footer .first-footer .widget .widget-title:after {
    content: unset;
}
.widget-footer .first-footer .widget i{
    font-size: 40px;
    display: block;
    margin-bottom: 22px;
}
.widget-footer .first-footer .widget-area:not(:last-child):after{
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0px;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    background-color: rgba(255,255,255,0.08);
    display: inline-block;
}


/* second-footer */
.second-footer{
    background-image: url(../images/footer-map.png);
    background-size: cover;
    background-position: center top;
}
.second-footer .widget-area .widget{
    margin: 57px 0 55px;
}
.second-footer>div>.row .widget-area .widget:not(:first-child) {
    margin-top: -26px;
}

/** menu-footer-quick-links **/
.widget ul#menu-footer-quick-links li a{
    padding-left: 18px;
    color: #1e1e1e;
    font-size: 15px;
    font-weight: 500;
}
.widget ul#menu-footer-quick-links li a:before {
    font-family: 'FontAwesome';
    content: "\f101";
    position: absolute;
    top: 7px;
    left: 0;
    line-height: 1em;
    font-size: 11px;
    color: inherit;
}
.widget ul#menu-footer-quick-links li {
    display: block;
    padding: 0 0 10px 0;
    position: relative;
}
.widget ul#menu-footer-quick-links li:last-child{ padding-bottom: 0; }


/** cmt-recent-post-list **/
.footer .widget ul.cmt-recent-post-list li{
    display: flex;
    align-items: center;
    margin: 5px 0!important;
}
.footer .widget ul.cmt-recent-post-list>li:not(:last-child) {
    padding-bottom: 20px !important;
    border-bottom: 1px solid rgba(0,0,0,.07);
}
.footer .widget ul.cmt-recent-post-list li .post_detail a{
    font-size: 15px;
    line-height: 22px;
    display: block;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.footer .widget ul.cmt-recent-post-list li img {
    display: block;
    width: 70px;
    height: 65px;
    margin-right: 15px;
}
.footer .widget ul.cmt-recent-post-list>li .post-date {
    display: block;
    font-size: 12px;
    line-height: 25px;
}
.footer .widget ul.cmt-recent-post-list>li .post-date i{ 
    margin-right: 5px; 
    font-size: 10px;
}
.footer .widget ul.cmt-recent-post-list li:after {
    content: " ";
    display: table;
    clear: both;
}
.footer .widget ul.cmt-recent-post-list>li:last-child {
    padding-bottom: 0 !important;
}

.footer .bottom-footer-text{
    background-color: #1b89c6;
}
.copyright {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    line-height: 23px;
    color:#fff;
}
.col-lg-6.powered-by {
    /* text-align: right; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    font-size: 14px;
}
.powered-by span {
    color: #ffffff;
}
.powered-by a {
    color: #ffffff;
}

ul.key-features {
    margin-left: 20px;
    margin-bottom: 0;
}

ul.key-features li {
    margin-bottom: .5rem;
    list-style-type:disc;
    text-align: justify;
}
/*-------------------footer New end----------------*/

/*service page css start*/

.airfreight-banner{
    background: linear-gradient(to right, #0000007d, #0000007d),url(../images/doot-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.warehousing-banner{
    background: linear-gradient(to right, #0000007d, #0000007d),url(../images/high-valu-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.perishable-good{
    background: linear-gradient(to right, #0000007d, #0000007d),url(../images/perishable-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.cold-chain{
    background: linear-gradient(to right, #0000007d, #0000007d),url(../images/cold-chain-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.value-added-banner{
    background: linear-gradient(to right, #0000007d, #0000007d),url(../images/fregile-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.project-logisticst-banner{
    background: linear-gradient(to right, #0000007d, #0000007d),url(../images/charter-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.ocean-freight-banner{
    background: linear-gradient(to right, #0000007d, #0000007d),url(../images/aitotair.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.ground-transportation-banner{
    background: linear-gradient(to right, #0000007d, #0000007d),url(../images/freight-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.customs-brokerage-banner{
    background: linear-gradient(to right, #0000007d, #0000007d),url(../images/dangerous-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.crating-Packaging-banner{
    background: linear-gradient(to right, #0000007d, #0000007d),url(../images/odd-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.service-page-section{
    margin-top: 80px;
}

.left-menu-ser{
    background-color: #fff;
    box-shadow: 0 1px 16px 0 rgb(0 0 0 / 7%);
    padding: 30px;
    position: -webkit-sticky;
    position: sticky;
    top: 205px;
}

.left-menu-ser ul li{
    position: relative;
}

.left-menu-ser ul li:hover a{
    color: #fff;
}

.left-menu-ser ul li:hover a:before{
    color: #fff;
    right: 55px;
    transform: translateX(25px) translateZ(0);
}

.service-page-section .ser-pg-image{
    margin-bottom: 30px;
}

.service-page-section .ser-pg-content h5{
    color: var(--blue);
    font-size: 18px;
    font-weight: 700;
}

.service-page-section .ser-pg-content p{
    text-align: justify;
}

.service-page-section .ser-pg-content p:last-child{
    margin-bottom: 0px;
}

.service-page-section .additional-ser{
    margin-top: 20px;
    margin-bottom: 20px;
}

.service-page-section .additional-ser h5{
    color: var(--blue);
    font-size: 18px;
    font-weight: 700;
}

.service-page-section .additional-ser ul{
    margin-top: 20px;
}

.service-page-section .additional-ser ul li{
    margin-bottom: 5px;
    position: relative;
    margin-left: 25px;
}

.service-page-section .additional-ser ul li:before{
    position: absolute;
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    left: -25px;
    top: 3px;
    font-size: 14px;
    font-weight: 600;
    color: var(--lightorange);
}

.service-page-section .additional-ser ul li:last-child{
    margin-bottom: 0px;
}

.service-page-section .additional-ser ul li span{
    font-weight: 500;
}

.left-menu-ser ul li a{
    padding: 15px 20px;
    display: block;
    position: relative;
    border-radius: 0;
    font-weight: 600;
    border: 1px solid #ddd;
    margin: 10px 0;
    z-index: 9;
    color: #000;
}

.left-menu-ser ul li a:before{
    position: absolute;
    content: '\f101';
    font-weight: 600;
    left: inherit;
    right: 40px;
    font-size: 18px;
    top: -3px;
    color: inherit;
    font-family: 'Font Awesome 5 Free';
    top: 25%;
    color: var(--thsn-logisto-secondary-color);
    transition: all 500ms ease;
    color: #000;
}

.left-menu-ser ul li:after {
    position: absolute;
    content: " ";
    display: inline-block;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
}

.left-menu-ser ul li:hover:after {
    width: 100%;
    background-color: #ed1c24;
}

.left-menu-ser ul li.ser-pg-menu-active a:before, .left-menu-ser ul li.ser-pg-menu-active a {
     background-color: #ed1c24;
     color: #ffffff;
}

.logistics-solution{
    margin-top: 80px;
    position: relative;
    padding-top: 50px;
}

.logistics-solution:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 300px;
    background-color:#b30000;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.logistics-solution .wb-heading h2{
    color: #fff;
}

.logistics-solution .wb-heading h2 span{
    color: var(--lightorange);
}

.logistics-solution .solution-box ul{
    display: flex;
}

.logistics-solution .solution-box ul li{
    margin-right: 15px;
    margin-top: 30px;
    width: 20%;
}

.logistics-solution .solution-box ul li:last-child{
    margin-right: 0px;
}

.logistics-solution .solution-box ul li:hover .solution-box-content .icon{
    background-color: #ed1c24;
}

.logistics-solution .solution-box .solution-box-content{
    text-align: center;
}

.logistics-solution .solution-box .solution-box-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.logistics-solution .solution-box .solution-box-content{
    background-color: #fff;
    box-shadow: 0 1px 16px 0 rgb(0 0 0 / 7%);
    padding: 30px 15px;
    min-height: 310px;
}

.logistics-solution .solution-box .solution-box-content .icon{
    background-color: whitesmoke;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    margin: 0 auto;
    transition: 0.3s;
}

.logistics-solution .solution-box .solution-box-content .icon img{
    width: 40px;
}

.logistics-solution .solution-box .solution-box-content .text{
    margin-top: 20px;
}


/*service page css end*/

/*shapping-tool page css start*/

.shapping-tool-banner{
    background: linear-gradient(to right, #0000007d, #0000007d),url(../images/shappin-tool-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.shapping-tool{
    margin-top: 80px;
}

.shapping-tool .tools .accordion-item{
    margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0px;
}

.shapping-tool .tools .accordion-item:last-child{
    margin-bottom: 0px;
}

.shapping-tool .tools .accordion-item button i{
    margin-right: 5px;
}

.shapping-tool .tools .accordion-item button{
    color: var(--blue);
    background-color: whitesmoke;
}

.shapping-tool .tools .accordion-item button:not(.collapsed) {
    background-color: var(--lightorange);
}

.shapping-tool .tools .accordion-item button:focus{
    box-shadow: none;
}

.shapping-tool .tools .accordion-item button span{
    font-size: 18px;
    font-weight: 600;
}

.shapping-tool .tools .accordion-item .accordion-body .tool-acdr-content h3{
    font-size: 18px;
    font-weight: 700;
    color: var(--blue);
}

.shapping-tool .tools .accordion-item .accordion-body .tool-acdr-content p{
    text-align: justify;
}

.shapping-tool .tools .accordion-item .accordion-body .tools-clac{
    border: 1px solid whitesmoke;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 16px 0 rgb(0 0 0 / 7%);
}

.shapping-tool .tools .accordion-item .accordion-body .tools-clac .clac-form-heading{
    background-color: var(--blue);
    color: #fff;
    padding: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.shapping-tool .tools .accordion-item .accordion-body .tools-clac .clac-form-heading h5{
    margin-bottom: 0px;
}

.shapping-tool .tools .accordion-item .accordion-body .tools-clac .tools-form{
    padding: 10px;
}

.shapping-tool .tools .accordion-item .accordion-body .tools-clac .tools-form .clac-form h4{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.shapping-tool .tools .accordion-item .accordion-body .tools-clac .tools-form .clac-form{
    background-color: whitesmoke;
    padding: 10px;
}

.shapping-tool .tools .accordion-item .accordion-body .tools-clac .tools-form .clac-form input{
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 5px 8px;
    font-size: 14px;
    border: 1px solid #ced4da;
}

.shapping-tool .tools .accordion-item .accordion-body .tools-clac .tools-form .clac-form input:focus{
    border-color: var(--blue);
    box-shadow: none;
}

.shapping-tool .tools .accordion-item .accordion-body .tools-clac .tools-form .clac-form select{
    width: auto!important;
}

.shapping-tool .tools .accordion-item .accordion-body .tools-clac .tools-form .clac-form select:focus{
    border-color: var(--blue);
    box-shadow: none;
}

.shapping-tool .tools .accordion-item .accordion-body .tools-clac .tools-form .clac-form .lst-fields input{
    margin-bottom: 0px;
}

.shapping-tool .tools .accordion-item .accordion-body .tools-clac .tools-form .clac-form .input-group-text{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 10px!important;
}

.shapping-tool .tools .accordion-item .accordion-body .tools-clac .tools-form .clac-form .read-btn{
    background-color: var(--blue);
    color: #fff;
    padding: 8px 15px;
    font-size: 16px;
    border: 2px solid var(--blue);
}

.shapping-tool .tools .accordion-item .accordion-body .tools-clac .tools-form .clac-form .read-btn:focus{
    background-color: transparent;
    color: var(--blue);
    border-radius: 5px;
}

.shapping-tool .tools .accordion-item .accordion-body .tools-clac .tools-form .clac-form .read-btn:hover{
    background-color: transparent;
    color: var(--blue);
}

.shapping-tool .tools .accordion-item .accordion-body .tools-clac .tools-form .clac-form h5{
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0px;
}

.shapping-tool .tools .accordion-item .accordion-body .weight-calc-form{
    background-color: #fff;
    box-shadow: 0 1px 16px 0 rgb(0 0 0 / 7%);
    border-radius: 5px;
    padding: 10px 0px;
}

.shapping-tool .tools .accordion-item .accordion-body .weight-calc-form .fields{
    padding: 10px 10px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.shapping-tool .tools .accordion-item .accordion-body .weight-calc-form .fields:last-child{
    border-bottom: 0px;
}

.shapping-tool .tools .accordion-item .accordion-body .weight-calc-form .fields label {
    font-weight: 600;
    color: #000;
}

.shapping-tool .tools .accordion-item .accordion-body .weight-calc-form h5{
    color: var(--blue);
    font-size: 18px;
    font-weight: 700;
    padding-left: 10px;
}

.shapping-tool .tools .accordion-item .accordion-body .weight-calc-form .weightcalc-value{
    margin: 30px 10px 0px 10px;
    background-color: #fff;
    box-shadow: 0 1px 16px 0 rgb(0 0 0 / 7%);
    border-radius: 5px;
}

.shapping-tool .tools .accordion-item .accordion-body .weight-calc-form .weightcalc-value .form-control-plaintext{
    background-color: #e9ecef!important;
}

.shapping-tool .tools .accordion-item .accordion-body .weight-calc-form .weightcalc-value .fields{
    padding: 10px 10px;
}

/*shapping-tool page css end*/

/*about-us page css start*/

.inner-pg-banner{
    height: 260px;
    display: flex;
    align-items: center;
}

.about-banner{
    background: linear-gradient(to right, #000000cc, #0000009e), url(../images/help-strip2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}


.banner-content{
    text-align: center;
}

.banner-content .banner-link-page a{
    font-size: 20px;
    font-weight: 600;
    margin: 0px 10px;
}

.banner-content .banner-link-page a:first-child{
    color: #ed1c24;
}

.banner-content .banner-link-page i{
    color: #ed1c24;
}

.banner-content .banner-link-page a:last-child{
    color: #fff;
}


.banner-content h1{
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
}

.vision-value{
    margin-top: 80px;
}

.vision-value .vision-value-box{
    box-shadow: 0 1px 16px 0 rgb(0 0 0 / 7%);
    padding:30px;
    position: relative;
    min-height: 260px;
}

.vision-value .vision-value-box:before{
    position: absolute;
    content: "";
    height: 5px;
    width: 80%;
    top: 0px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    background-color:#ed1c24;
}

.vision-value .vision-value-box .vision-value-image{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.vision-value .vision-value-box .vision-value-image img{
    transition: 0.3s;
    margin-right: 20px;
    width: 60px;
}

.vision-value .vision{
    background-color: #fff;
}

/*.vision-value .mision{
    background-color: #e9edf3;
}

.vision-value .values{
    background-color: var(--lightorange);
}*/


.vision-value .vision-value-box .vision-value-content h4{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}

.vision-value .vision-value-box .vision-value-content p{
    text-align: justify;
    margin-bottom: 0px;
}

.vision-value .vision-value-box:hover img {
    transform: translateY(-10px);
}

.industries-served{
    margin-top: 80px;
    padding-bottom: 80px;
}

.industries-served .industries-served-content .item{
    border: 0px;
}

.industries-served .industries-served-content .item .ind-sld-image {
    border-radius: 50%;
    background-color: #ed1c24;
    border: 3px solid #fff;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.industries-served .industries-served-content .item h4{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 15px;
}

.industries-served .industries-served-content .item img{
    width: 50px!important;
}

/*about-us page css end*/

/*banned-items css start*/

.service-page-banner{
    background: linear-gradient(to right, #0000007d, #0000007d),url(../images/services-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}


.banned-items-banner{
    background: linear-gradient(to right, #0000007d, #0000007d),url(../images/banned-items-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.banned-items{
    margin-top: 80px;
    padding-bottom: 80px;
}

.banned-items .banned-list ul{
    margin-top: 10px;
}

.banned-items .banned-list ul li{
    display: flex;
    align-items: baseline;
    font-size: 16px;
    margin-bottom: 5px;
}

.banned-items .banned-list ul li:last-child{
    margin-bottom: 0px;
}

.banned-items .banned-list ul li span i{
    margin-right: 5px;
    color: red;
}

.banned-items .banned-list h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--blue);
}

.banned-items .banned-list-two{
    margin-top: 20px;
}

/*banned-items css end*/

/*terms-conditions page css start*/

.terms-conditions-banner{
    background: linear-gradient(to right, #0000007d, #0000007d),url(../images/terms-conditions-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.terms-conditions{
    margin-top: 80px;
}

.terms-conditions .terms ul li{
    list-style: auto;
    margin-bottom: 5px;
    color: #000;
}

.terms-conditions .terms ul{
    margin-left: 2rem;
}

.terms-conditions .terms ul li:last-child{
    margin-bottom: 0px;
}

/*terms-conditions page css end*/

/*refund-policy page css start*/

.refund-policy-banner{
    background: linear-gradient(to right, #0000007d, #0000007d),url(../images/refund-policy-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.refund-policy{
    margin-top: 80px;
}

.refund-policy .policy ul li h5{
    font-size: 18px;
    font-weight: 600;
    color: var(--blue);
}

.refund-policy .policy ul li p{
    text-align: justify;
}

.refund-policy .policy ul li:last-child p{
    margin-bottom: 0px;
}

.refund-policy .policy .privacy-policy-baned-item{
    padding-left: 15px;
}

.refund-policy .policy .privacy-policy-baned-item li{
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}
.refund-policy .policy .privacy-policy-baned-item li:last-child{
    margin-bottom: 1rem;
}
.refund-policy .policy .privacy-policy-baned-item li i{
    color: red;
    margin-right: 5px;
}

/*refund-policy page css end*/

/*global-office page css start*/

.global-offices-banner{
    position: relative;
    background-color: #000;
    overflow: hidden;
    justify-content: center;
}

.global-offices-banner video{
    width: 1000px;
    top: 30px;
    position: absolute;
    opacity: 0.5;
}

.global-offices-banner .banner-content{
    position: relative;
    z-index: 999;
}

.global-office{
    margin-top: 80px;
}

.global-office .office{
    box-shadow: 0 1px 16px 0 rgb(0 0 0 / 7%);
}

.global-office .office .office-heading{
    padding: 15px;
    border-bottom: 1px solid whitesmoke;
}

.global-office .office .office-heading h3{
    margin-bottom: 0px;
    color: var(--blue);
    font-size: 24px;
    font-weight: 600;
}

.global-office .office .office-content{
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    justify-content: space-between;
}


.global-office .office-content .office-text{
    display: flex;
    align-items: center;
    background-color: var(--blue);
    padding: 10px;
    margin-right: 15px;
    width: 32%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.global-office .office-content .office-text:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-out;
    z-index: -1;
}

.global-office .office-content .office-text:hover:before {
    bottom: 0;
    background-color: var(--lightorange);
}

.global-office .office-content .office-text:hover .address-icon{
    background-color: var(--blue);
    color: #fff;
}

.global-office .office-content .office-text:hover .address-text p{
    color: #000;
}

.global-office .office-content .office-text:hover .address-text a{
    color: #000;
}

.global-office .office-content .office-text:last-child{
    margin-right: 0px;
}

.global-office .office-content .office-text .address-icon{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background-color: var(--lightorange);
    flex: none;
    color: #000;
    transition: all .5s ease-out;
}

.global-office .office-content .office-text .address-icon i{
    font-size: 20px;
}

.global-office .office-content .office-text .address-text p{
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: all .5s ease-out;
}

.global-office .office-content .office-text .address-text a{
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: all .5s ease-out;
    display: block;
}

.global-office .office .office-image{
    text-align: center;
}

.global-office .office{
    margin-bottom: 30px;
}

.global-office .office:last-child{
    margin-bottom: 0px;
}

/*global-office page css end*/

/*quick-quotes page css start*/

.quick-quotes-banner {
    background: linear-gradient(to right, #0000007d, #0000007d),url(../images/quick-quotes.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.quick-quotes{
    margin-top: 80px;
}

.quick-quotes .quote-box{
    background-color: #fff;
    box-shadow: 0 1px 16px 0 rgb(0 0 0 / 7%);
    padding: 30px;
}

.quick-quotes .quote-box .button{
  text-align: center;
}

.quick-quotes .quote-box .button button{
  background-color: var(--orange);
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  padding: 10px 15px;
  border:none;
}

.quick-quotes .fields select{
    border:2px solid var(--blue)!important;
}

.quick-quotes .quote-box .web-button{
    margin-top: 0px;
}

.quick-quotes .quote-box .web-button button:focus{
    border: 2px solid var(--blue);
    border-radius: 5px;
}

.mandatory-text p{
    color: #000;
}

.mandatory-text p span{
    color: red;
}

/*quick-quotes page css end*/

/*blog page css start*/

.blog-banner {
    background: linear-gradient(to right, #0000007d, #0000007d),url(../images/our-blog.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.our-blog{
    margin-top: 80px;
}

.our-blog .blog-box{
    box-shadow: 0 1px 16px 0 rgb(0 0 0 / 7%);
    background-color: #fff;
    display: block;
    margin-top: 30px;
}

.our-blog .blog-box h5 {
    color: var(--blue);
    font-size: 18px;
    font-weight: 700;
}

.our-blog .blog-box .blog-text{
    color: #000;
}

.our-blog .blog-box .blog-content{
    padding: 15px;
}

.our-blog .blog-box .blog-share{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.our-blog .blog-box .blog-share p{
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    color: var(--orange);
}

.our-blog .blog-box .blog-share p i{
    margin-right: 5px;
}

.our-blog .blog-box .blog-image{
    width: 100%;
    height: 270px;
    overflow: hidden;
}

.our-blog .blog-box .blog-image img{
    transition: 0.5s;
}

.our-blog .blog-box:hover .blog-image img{
    transform: scale(1.1);
}

/*blog page css end*/

/*blog-details page css start*/

.blog-details{
    margin-top: 80px;
}

.blog-details .blog-box{
    box-shadow: 0 1px 16px 0 rgb(0 0 0 / 7%);
    background-color: #fff;
    display: block;
}

.blog-details .blog-box h5 {
    color: var(--blue);
    font-size: 18px;
    font-weight: 700;
}

.blog-details .blog-box .blog-text{
    color: #000;
}

.blog-details .blog-box .blog-content{
    padding: 15px;
}

.blog-details .blog-box .blog-share{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-details .blog-box .blog-share p{
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    color: var(--orange);
}

.blog-details .blog-box .blog-share p i{
    margin-right: 5px;
}

.blog-details .blog-box .blog-text p{
    text-align: justify;
}

.blog-serch{
    background-color: var(--blue);
    padding: 30px;
    margin-bottom: 30px;
}

.blog-serch .search-box {
  position: relative;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.blog-serch .search-input {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  background-color: #fff;
  color: #6c6c6c;
  border-radius: 3px;
  border:none;
  transition: all .4s;
  border: 1px solid transparent;
}

.our-blog .blog-serch .search-input {
    border:1px solid whitesmoke;
}

.our-blog .blog-serch .search-input:focus{
    border-color: var(--blue);
}

.our-blog .blog-serch .search-btn:hover{
    color: var(--blue);
}

.our-blog .blog-serch{
    margin-bottom: 0px;
    padding: 0px;
    background-color: transparent;
}

.blog-serch .search-input:focus {
  outline:none;
  border-color: var(--lightorange);
}

.blog-serch .search-btn {
  background-color: transparent;
  font-size: 18px;
  margin-left:-45px;
  border:none;
  color: #6c6c6c;
  transition: all .4s;
  z-index: 10;
  display: flex;
  align-items: center;
}

.blog-serch .search-btn:hover {
  transform: scale(1);
  cursor: pointer;
  color: black;
}

.blog-serch .search-btn:focus {
  outline:none;
  color:black;
}

.blog-details .recent-post{
    background-color: #fff;
    box-shadow: 0 1px 16px 0 rgb(0 0 0 / 7%);
    padding: 30px;
    margin-bottom: 30px;
}

.blog-details .recent-post h5{
    padding-bottom: 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid whitesmoke;
    color: var(--blue);
    font-size: 18px;
    font-weight: 700;
}

.blog-details .recent-post a{
    display: block;
}

.blog-details .recent-post .recent-post-box{
    display: flex;
    margin-top: 20px;
}

.blog-details .recent-post .recent-post-box .post-box-image{
    width: 130px;
    height: 70px;
    overflow: hidden;
    margin-right: 20px;
}

.blog-details .recent-post .recent-post-box .post-box-image img{
    height: 70px;
}


.blog-details .recent-post .recent-post-box h6{
    font-size: 16px;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 0px;
    margin-bottom: 5px;
}

.blog-details .recent-post .recent-post-box p{
    margin-bottom: 0px;
    font-size: 14px;
    color: #333;
}

.blog-details .responses{
    background-color: #fff;
    box-shadow: 0 1px 16px 0 rgb(0 0 0 / 7%);
    padding: 30px;
}

.blog-details .responses h5{
    padding-bottom: 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid whitesmoke;
    color: var(--blue);
    font-size: 18px;
    font-weight: 700;
}

.blog-details .responses .responses-form{
    margin-top: 20px;
}

.blog-details .responses .responses-form input, textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 20px;
    text-decoration: none;
    outline: none;
    outline-width: 0 !important;
    border-radius: 3px;
}

.blog-details .responses .responses-form input:focus {
    border-color: var(--blue);
}

.blog-details .responses .responses-form textarea:focus {
    border-color: var(--blue);
}

.blog-details .responses .responses-form .web-button{
    margin-top: 0px;
}

.blog-details .responses .responses-form .web-button button:focus {
    border: 2px solid var(--blue);
    border-radius: 5px;
}

.blog-serch .search-box input{
    margin-bottom: 0px;
}

/*blog-details page css end*/

/*sitemap page css start*/

.sitemap-banner {
    background: linear-gradient(to right, #0000007d, #0000007d),url(../images/sitemap-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.sitemap{
    margin-top: 80px;
}

.sitemap .site-nav ul{
    padding-left: 20px;
    border-left: 1px solid var(--blue);
}

.sitemap .site-nav ul li{
    margin-bottom: 20px;
}

.sitemap .site-nav ul li:last-child{
    margin-bottom: 0px;
}

.sitemap .site-nav ul li a{
    padding: 8px 15px;
    background-color: var(--blue);
    color: #fff;
    border-radius:3px;
    display: inline-block;
    position: relative;
}

.sitemap .site-nav ul li a img{
    width: 30px;
    border:1px solid #fff;
    border-radius: 3px;
}

.sitemap .site-nav ul li a:before{
    position: absolute;
    content: "";
    height: 1px;
    width: 50px;
    background-color: var(--blue);
    left: -20px;
    top: calc(50% - 2px);
    z-index: -1;
}

.sitemap .site-nav .site-2{
    margin-left: 20px;
    padding-top: 20px;
}

.sitemap .site-nav .site-2 li a{
    background-color: var(--lightorange);
    color: #000;
}

.sitemap .site-nav-footer{
    text-align: right;
}


.sitemap .site-nav-footer ul{
    padding-right: 20px;
    border-right: 1px solid var(--blue);
}

.sitemap .site-nav-footer ul li{
    margin-bottom: 20px;
}

.sitemap .site-nav-footer ul li:last-child{
    margin-bottom: 0px;
}

.sitemap .site-nav-footer ul li a{
    padding: 8px 15px;
    background-color: var(--blue);
    color: #fff;
    border-radius:3px;
    display: inline-block;
    position: relative;
}

.sitemap .site-nav-footer ul li a:hover{
    color: #fff;
}

.sitemap .site-nav-footer ul li a:before{
    position: absolute;
    content: "";
    height: 1px;
    width: 50px;
    background-color: var(--blue);
    right: -20px;
    top: calc(50% - 2px);
    z-index: -1;
}

.sitemap .site-nav-footer .site-2{
    margin-right: 20px;
    padding-top: 20px;
}

.sitemap .site-nav-footer .site-2 li a{
    background-color: var(--lightorange);
    color: #000;
}

.sitemap .site-nav-footer .site-2 li a:hover{
    color: #000;
}

/*sitemap page css end*/

/*network page css start*/

.network-banner {
    background: linear-gradient(to right, #0000007d, #0000007d),url(../images/network-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.our-network{
    margin-top: 80px;
}

.our-network .network-find{
    box-shadow: 0 1px 16px 0 rgb(0 0 0 / 7%);
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}

.our-network .network-find h5 {
    color: var(--blue);
    font-size: 18px;
    font-weight: 700;
}

.our-network .network-find .finding-field input{
    margin-bottom: 0px;
}

.our-network .network-find .finding-field{
    margin: 20px 0px;
}

.our-network .network-find .web-button{
    text-align: right;
}

.our-network .network-find .web-button button{
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
}

.our-network .network-find .web-button button:focus{
    border-radius: 5px;
    border: 2px solid var(--blue);
}

.our-network .finding-data table thead th{
    background-color: var(--lightorange);
    color: #000;
    border-bottom: 0px!important;
    border:1px solid #dfdfdf;
}

.our-network .finding-data table tbody tr td{
    border:1px solid #dfdfdf;
    font-weight: 600;
}

.our-network .finding-data table tbody tr:hover{
    background-color: whitesmoke;
}

.network-contact{
    margin-top: 80px;
}

.network-contact .office-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.network-contact .office-content .office-text{
    display: flex;
    align-items: center;
    background-color: var(--blue);
    padding: 10px;
    margin-right: 15px;
    width: 32%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.network-contact .office-content .office-text:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-out;
    z-index: -1;
}

.network-contact .office-content .office-text:hover:before {
    bottom: 0;
    background-color: var(--lightorange);
}

.network-contact .office-content .office-text:hover .address-icon{
    background-color: var(--blue);
    color: #fff;
}

.network-contact .office-content .office-text:hover .address-text p{
    color: #000;
}

.network-contact .office-content .office-text:hover .address-text a{
    color: #000;
}

.network-contact.office-content .office-text:last-child{
    margin-right: 0px;
}

.network-contact .office-content .office-text .address-icon{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background-color: var(--lightorange);
    flex: none;
    color: #000;
    transition: all .5s ease-out;
}

.network-contact .office-content .office-text .address-icon i{
    font-size: 20px;
}

.network-contact .office-content .office-text .address-text p{
    margin-bottom: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all .5s ease-out;
}

.network-contact .office-content .office-text .address-text a{
    margin-bottom: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all .5s ease-out;
    display: block;
}

/*network page css end*/

/*contact-us page css start*/

.contact-us-banner {
    background: linear-gradient(to right, #0000007d, #0000007d),url(../images/contact-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.contact-us{
    margin-top: 80px;
    padding-bottom:80px;
}

input, textarea, select {
    width: 100%!important;
    background: transparent;
    border: 1px solid #ddd!important;
    padding: 10px!important;
    font-size: 16px!important;
    font-weight: 500!important;
    -webkit-transition: .3s!important;
    transition: .3s!important;
    margin-bottom: 20px;
    text-decoration: none;
    outline: none;
    outline-width: 0 !important;
    border-radius: 3px;
}

.contact-us .contact-form .fields label{
    font-weight: 600;
    color: #000;
}

.contact-us .contact-form .fields label span{
    color: red;
}

input:focus{
    box-shadow: none!important;
    border: 1px solid var(--blue)!important;
}

select:focus{
    box-shadow: none!important;
    border: 1px solid var(--blue)!important;
}

textarea:focus{
    box-shadow: none!important;
    border: 1px solid var(--blue)!important;
}

.contact-us .contact-form .web-button{
    margin-top: 0px;
}

.contact-us .contact-form .web-button button:focus {
    border: 2px solid var(--blue);
    border-radius: 5px;
}

.contact-us .office-content .office-text{
    display: flex;
    align-items: center;
    background-color: #1b89c6;
    width: 80%;
    padding: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 15px;
}

.contact-us .office-content .office-text:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-out;
    z-index: -1;
}

.contact-us .office-content .office-text:hover:before {
    bottom: 0;
    background-color:#f1f1f1;
}

.contact-us .office-content .office-text:hover .address-icon{
    background-color:red;
    color: #fff;
}

.contact-us .office-content .office-text:hover .address-text p{
    color: #000;
}

.contact-us .office-content .office-text:hover .address-text a{
    color: #000;
}

.contact-us .office-content .office-text:last-child{
    margin-right: 0px;
}

.contact-us .office-content .office-text .address-icon{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background-color: #ffffff;
    flex: none;
    color: #ed1c24;
    transition: all .5s ease-out;
}

.contact-us .office-content .office-text .address-icon i{
    font-size: 20px;
}

.contact-us .office-content .office-text .address-text p{
    margin-bottom: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all .5s ease-out;
}

.contact-us .office-content .office-text .address-text a{
    margin-bottom: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all .5s ease-out;
    display: block;
}

.contact-us .map{
    margin-top: 30px;
    width: 80%;
}

.contact-us .map h5{
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

/*contact-us page css end*/

/*faq page css start*/

.faq-banner {
    background: linear-gradient(to right, #0000007d, #0000007d),url(../images/faq-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.faq{
    margin-top: 80px;
}

.faq .accordion-item button {
    color: var(--blue);
    background-color: whitesmoke;
}

.faq .accordion-item {
    margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0px;
}

.faq .accordion-item button {
    font-size: 18px;
    font-weight: 600;
}

.faq .accordion-item button:not(.collapsed) {
    background-color: var(--lightorange);
}

.faq .accordion-item button:focus {
    box-shadow: none;
}


/*faq page css end*/

/*career page css start*/

.career-banner {
    background: linear-gradient(to right, #0000007d, #0000007d),url(../images/carrer-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.career{
    margin-top: 80px;
}

.career-added .value-box{
    min-height: auto;
}

.career .carrer-content p{
    text-align: center;
}

.career .carrer-form{
    box-shadow: 0 1px 16px 0 rgb(0 0 0 / 7%);
    padding: 20px;
    margin-top: 30px;
}

.career .carrer-form .web-button{
    margin-top: 0px;
}

.career .carrer-form .web-button button:focus {
    border: 2px solid var(--blue);
    border-radius: 5px;
}

/*career page css end*/

/*international-domestic page css start*/

.international-domestic-banner {
    background: linear-gradient(to right, #0000007d, #0000007d),url(../images/international-domestic-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.international-domestic{
    margin-top: 80px;
}


.international-domestic .from-this{
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border:1px solid var(--blue);
    border-radius: 10px;
    width: 98%;
    background-color: whitesmoke;
    min-height: 105px;
}

.international-domestic .from-this i{
    margin-right: 15px;
    background-color: var(--blue);
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.international-domestic .from-this p{
    margin-bottom: 0px;
    font-size: 14px;
}

.international-domestic .to-this{
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border:1px solid var(--orange);
    border-radius: 10px;
    width: 98%;
    float: right;
    position: relative;
    background-color: #fff;
    min-height: 105px;
}

.international-domestic .to-this:before{
    position: absolute;
    content:"\f337";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: var(--lightorange);
    color: #000;
    left: -41px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.international-domestic .domestic-mrg{
    margin-top: 20px;
}

.international-domestic .international-mrg{
    margin-top: 20px;
}

.international-domestic .to-this i{
    margin-right: 15px;
    background-color: var(--orange);
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.international-domestic .to-this p{
    margin-bottom: 0px;
    font-size: 14px;
}

.international-domestic .button{
    text-align: center;
}

.international-domestic .from-this h4{
    font-size: 16px;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 0px;
}

.international-domestic .to-this h4{
    font-size: 16px;
    font-weight: 600;
    color: var(--orange);
    margin-bottom: 0px;
}

/*international-domestic page css end*/

/*error-404 page css start*/

.error-404{
    margin-top: 80px;
}

.error-404 .error-content h5 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

/*error-404 page css end*/

/*do-dont page css start*/

.do-dont-banner {
    background: linear-gradient(to right, #0000007d, #0000007d),url(../images/do-donts-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.do-dont{
    margin-top: 80px;
}


.do-dont .do{
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border:1px solid #a3c51a;
    border-radius: 10px;
    width: 98%;
    background-color: whitesmoke;
    min-height: 130px;
}

.do-dont .do i{
    margin-right: 15px;
    background-color: #a3c51a;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.do-dont .do p{
    margin-bottom: 0px;
    font-size: 14px;
}

.do-dont .dont{
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border:1px solid red;
    border-radius: 10px;
    width: 98%;
    float: right;
    position: relative;
    background-color: #fff;
    min-height: 130px;
}

.do-dont .dont:before{
    position: absolute;
    content:"\f337";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: var(--blue);
    color: #fff;
    left: -41px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.do-dont .dont i{
    margin-right: 15px;
    background-color: red;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.do-dont .dont p{
    margin-bottom: 0px;
    font-size: 14px;
}

.do-dont .dont h4{
    font-size: 16px;
    font-weight: 600;
    color: red;
    margin-bottom: 0px;
}

.do-dont .do h4{
    font-size: 16px;
    font-weight: 600;
    color: #a3c51a;
    margin-bottom: 0px;
}

.domargin{
    margin-top: 20px;
}

.dont-margin{
    margin-top: 20px;
}


/*do-dont page css end*/

/*responsive css start*/

@media (min-width: 991px){
	.header-nav nav ul li:hover .dropdown-menu{ 
       display: block;
       position: absolute;
       padding: 0px 0px;
       box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
       border-radius: 5px;
       padding: 5px 0px; 
   }
   .header-nav .dropdown-menu {
      display: block;
      opacity: 0;
      visibility: hidden;
      transform: translateY(20%);
      transition: all .5s;
      padding-bottom: 0px;
   }
   .header-nav .dropdown:hover .dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0%);
   }
   .header-nav .dropdown-menu li{

   }
   .top-head-location{
    display: none;
   }

}

@media (max-width: 1800px){
    .footer:after{
        width: 300px;
    }

}

@media (max-width: 1600px){
    .why-choose-us .why-image img{
        width: 380px!important;
    }

}

@media (max-width: 1500px){
    .why-choose-us .why-image img{
        width: 330px!important;
    }
}

@media (max-width: 1400px){
    .why-choose-us .why-image img{
        width: 300px!important;
    }
    .why-choose-us .why-image {
    top: -100px;
    } 
    .value-added .value-box{
        min-height: 190px;
    }
    .career-added .value-box{
       min-height: 170px;
    }

    .why-choose-us{
        margin-top: 160px;
    }
    .multi-map .site-map .icon-img-one{
        left: 8%;
        top: 29%;
    }
    .multi-map .site-map .icon-img-two{
        left: 59.3%
    }
    .multi-map .site-map .icon-img-three {
       top: 69%;
       left: 74%;
    }

    .footer:after{
        background-size: 400px;
    }
    .vision-value .vision-value-box{
        min-height: 285px;
    }
    .global-office .office-content .office-text{
        width: 31.5%;
    }
    .our-blog .blog-box .blog-image{
        height: 235px;
    }
    .network-contact .office-content .office-text{
        width: 31%;
    }
    .international-domestic .to-this:before{
        left: -39px;
    }

    .do-dont .dont:before{
        left: -39px;
    }
    .international-domestic .from-this{
        min-height: 125px;
    }
    .international-domestic .to-this{
        min-height: 125px;
    }

}

@media (max-width: 1300px){
    .why-choose-us .why-image img{
        width: 280px!important;
    }
    .footer:after{
        width: 280px;
    }
}

@media (max-width: 1199px){
    .multi-map .site-map .icon-img-one {
        left: 6%;
        top: 29%;
    }
    .multi-map .site-map .icon-img-two {
        left: 57.5%;
    }
    .multi-map .site-map .icon-img-three {
        top: 70%;
        left: 72%;
    }

    .multi-map .site-map .map-location img {
       width: 20px;
    }
    .header-nav nav ul li {
      margin-left: 0px;
      margin-right: 0px;
    }
    .header-nav nav ul li a{
        font-size: 14px;
    }
    .menu-loction .dropdown {
       margin: 0px 5px;
    }
    .header-nav nav ul li .nav-link{
        font-size: 14px;
    }
    .global-office .office-content .office-text .address-icon{
        height: 40px;
        width: 40px;
    }
    .global-office .office-content .office-text .address-text p{
        font-size: 12px;
    }
    .global-office .office-content .office-text .address-text a{
        font-size: 12px;
    }
    .left-menu-ser{
        padding: 15px;
    }
    .left-menu-ser ul li a {
        padding: 10px 10px;
    }
    .our-blog .blog-box .blog-image {
       height: 195px;
    }
    .international-domestic .to-this:before {
      left: -37px;
    }
    .do-dont .dont:before {
      left: -37px;
    }
     .international-domestic .from-this{
        min-height: 145px;
    }
    .international-domestic .to-this{
        min-height: 145px;
    }
}

@media (max-width: 991px){

    .global-office .left-menu-ser{
        display: none;
    }

    .header-nav .navbar-brand img{
        width: 80px;
    }
    #slider{
        height: 350px;
    }
    .slider-inner-content h1{
        font-size: 2em;
    }
    .value-added .value-box{
        padding: 30px 30px;
    }
    .about-us .about-content{
        padding-left: 0px;
        margin-top: 30px;
    }
    .header-nav nav ul li{
        margin-left: 0px;
    }
    .header-nav nav ul li .dropdown-item{
        padding: 0.25rem 0rem;;
    }
    .header-nav nav ul li .dropdown-menu {
        padding:0rem 0rem ;
    }
    .why-choose-us .why-image{
        display: none;
    }
    .why-choose-us .why-fps ul li{
        width: 50%;
    }
    .why-choose-us{
        margin-top: 80px;
    }
    .footer{
        margin-top: 80px;
    }
    .footer:after{
        display: none;
    }
    .footer .fltr-footer{
        padding-right: 0px;
        margin-bottom: 30px;
    }
    .multi-map .site-map .map-location img {
       width: 25px;
    }
    .multi-map .site-map .icon-img-one{
        left: 1%;
        top: 24%;
    }
    .multi-map .site-map .icon-img-two {
       left: 54%;
       top: 38%;
    }
    .multi-map .site-map .icon-img-three{
        left: 68.5%;
        top: 65%;
    }
    .cookies__text{
        margin-bottom: 10px!important;
        text-align: center;
    }
    .cookies__buttons .blue-line-btn{
        margin-bottom: 0px!important;
        margin-right: 15px;
    }
    .cookies__buttons{
        display: flex;
        justify-content: center;
    }
    .menutop_location{
        display: none;
    }
    .top-head-location{
        background-color: whitesmoke;
        padding: 8px 0px;
    }
    .top-head-location .menu-loction .dropdown:first-child{
        margin-left: 0px;
    }
    .top-head-location .menu-loction .dropdown-menu{
        z-index: 9999999;
    }
    .top-head-location .menu-loction .dropdown button{
        display: flex;
        align-items: center;
    }
    .top-head-location .menu-loction .dropdown button span{
        font-size: 14px;
        font-weight: 600;
        color: #000;
    }

    .top-head-location .menu-loction .dropdown button img{
        margin-right: 5px;
    }
    .top-head-location .menu-loction .dropdown{
        margin: 0px 15px;
    }
    .header-nav nav ul li a{
        font-size: 16px;
    }
    .menu-loction .dropdown {
       margin: 0px 10px;
    }
    .inner-pg-banner{
        height: 250px;
    }
    .banner-content h1{
       font-size: 2em;
    }
    .banner-content .banner-link-page a{
        font-size: 16px;
    }
    .service-page-section .left-menu-ser{
        display: none;
    }
    .logistics-solution .solution-box ul{
        flex-wrap: wrap;
        justify-content: center;
    }

    .logistics-solution .solution-box ul li{
        width: 47%;
    }
    .logistics-solution .solution-box .solution-box-content{
        min-height: 282px;
    }
    .vision-value .vision-value-box{
        margin-bottom: 50px;
    }
    .vision-value .values{
        margin-bottom: 0px;
    }

    .shapping-tool .shp-rv-tool{
        flex-direction: column-reverse;
    }

    .shapping-tool .tools{
        margin-bottom: 30px;
    }

    .shapping-tool .tools .clac-form-2{
        margin-top: 30px;
    }
    .header-nav nav ul li .nav-link{
        font-size: 16px;
    }
    .header-nav .quotes{
        margin: 10px 0px;
    }
    .blog-details .blog-serch{
        display: none;
    }
    .blog-details .recent-post{
        margin-bottom: 0px;
        margin-top: 30px;
    }
    .blog-details .responses{
        margin-top: 30px;
    }
    .global-office .office .office-heading h3{
        font-size: 20px;
    }
    .global-office .office-content .office-text{
        width: 47%;
        margin-bottom: 15px;
    }

    .global-office .office-content .office-text:last-child{
        margin-bottom: 0px;
    }

    .sitemap ul li a{
        font-size: 14px;
    }
    .network-contact .office-content .office-text {
       width: 100%;
    }

    .network-contact .office-content .office-text{
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .network-contact .office-content .office-text:last-child{
        margin-bottom: 0px;
    }

    .our-network .network-find .web-button{
        text-align: left;
    }
    .contact-us .cont-us{
        flex-direction: column-reverse;
    }
    .contact-us .office-content .office-text{
        width: 100%;
    }
    .contact-us .contact-form{
        margin-bottom: 30px;
    }
    .contact-us .map{
        width: 100%;
    }
    .international-domestic .to-this:before{
        display: none;
    }
    .international-domestic .from-this{
        width: 100%;
    }
    .international-domestic .to-this{
        float: left;
        width: 100%;
    }
    .international-domestic .from-this {
        border-bottom: 0px!important;
        border-bottom-left-radius: 0px!important;
        border-bottom-right-radius: 0px!important;
    }
    .international-domestic .to-this {
        border-top: 0px!important;
        border-top-left-radius: 0px!important;
        border-top-right-radius: 0px!important;
    }
    .do-dont .dont:before{
        display: none;
    }
    .do-dont .do{
        width: 100%;
    }
    .do-dont .dont{
        float: left;
        width: 100%;
    }
    .do-dont .do {
        border-bottom: 0px!important;
        border-bottom-left-radius: 0px!important;
        border-bottom-right-radius: 0px!important;
        min-height: auto;
    }
    .do-dont .dont {
        border-top: 0px!important;
        border-top-left-radius: 0px!important;
        border-top-right-radius: 0px!important;
        min-height: auto;
    }
    .dont-margin{
        margin-top: 0px;
    }
     .international-domestic .from-this{
        min-height: auto;
    }
    .international-domestic .to-this{
        min-height: auto;
    }
    .international-domestic .international-mrg{
        margin-top: 0px;
    }
    .career-added .value-box{
        min-height: auto;
    }
    .left-menu-ser{
        display: none;
    }
    .footer_bottom .copyroght{
        text-align: center;
    }
    .footer_bottom .designed_by{
        text-align: center;
        padding-top: 10px;
    }
    .footer_bottom .social-links{
        margin-top: 10px;
    }

}

@media (max-width: 767px){
    .single-coutnerup p {
    font-size: 14px !important;
      }
    .plus {
    font-size: 35px !important;
    }
    .single-coutnerup .count-num {
      font-size: 35px !important;   
     }
    .happy_customer {
       margin-bottom: 50px;
       margin-top: 50px;
      }
    .global__heading {
      font-size: 27px !important;
     }
    .icon-dots-3 {
      width: 100% !important;
      height: auto !important;
    }
    .banner-text h1 {
      font-size: 38px;
     }
    .section-title h2.title {
    font-size: 33px;
    line-height: 36px;
      }
    .cta-text h2 {
    font-size: 28px!important;  
        }
    .cta-area {
    padding: 30px 0px!important;
    }
    .second-footer .widget-area .widget {
    margin: 20px 0 20px;
    }
    .top_bar {
    display: none;
    }
    .section-title {
    padding: 30px 0px 30px;
    }
    .banner-text p{
        text-align:justify;
        font-size:14px;
    }
    .global-office .office-content .office-text{
        width: 100%;
        margin-right: 0px;
    }
    .global-office .office-content .office-text:last-child{
        margin-bottom: 0px;
    }

    #slider {
        height: 250px;
    }
    .slider-inner-content h1{
        font-size: 1.3em;
    }
    .why-choose-us .why-fps ul li h4 p{
        font-size: 18px;
    }
    .why-choose-us .why-fps ul li:after{
        right: 45px;
        width: 90px;
    }
    .ser-effect .over-view{
        font-size: 18px;
    }
    .multi-map .site-map .icon-img-one{
        left: -5%;
        top: 18%;
    }
    .multi-map .site-map .icon-img-two{
        top: 34%;
        left: 49%;
    }
    .multi-map .site-map .icon-img-three{
        left: 63%;
        top: 63%;
    }
    .multi-map .site-map .map-location img {
       width: 20px;
    }
    .logistics-solution .solution-box .solution-box-content {
       min-height: 305px;
    }
    .global-offices-banner video {
       width: 600px;
    }
    .our-blog .blog-box .blog-image {
       height: 320px;
    }
    .sitemap .site-nav-footer{
        text-align: left;
        margin-top: 30px;
    }

    .sitemap .site-nav-footer ul {
       padding-right: 0px;
       border-right: none;
       padding-left: 20px;
       border-left: 1px solid var(--blue);
    }
    .sitemap .site-nav-footer ul li a:before{
        left: -20px;
    }

    .sitemap .site-nav-footer .site-2{
        margin-right: 0px;
        margin-left: 20px;
    }

}

@media (max-width: 575px){
    #slider {
        height: 200px;
    }
    .slider-inner-content h1{
        font-size:0.8em;
        font-weight: 700;
    }
    .slider-inner-content p{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .slider-inner-content{
        width: 100%;
    }
    .value-added .value-box{
        min-height: auto;
    }
    .wb-heading h2{
        font-size: 24px;
    }

    .footer:after{
        display: none;
    }
    .why-choose-us .why-fps ul li {
        width: 100%;
    }
    .why-choose-us .why-fps ul li:after {
       right: 100px;
       width: 111px;
    }
    .lst-fltr{
        margin-bottom: 0px!important;
    }
    .multi-map{
        overflow: hidden;
        margin-top: 80px;
    }
    .multi-map .site-map .map-location img {
       width: 20px;
    }
    .multi-map .site-map .icon-img-one {
       left: -10%;
       top: 14%;
    }
    .multi-map .site-map .icon-img-two {
       left: 44.5%;
    }
    .multi-map .site-map .icon-img-three{
        left: 59%;
        top:59%;
    }
    .cookies__text{
        font-size: 12px!important;
        margin-bottom: 10px!important;
    }
    .cookies__title{
        font-size: 18px!important;
        margin-bottom: 10px!important;
    }

    .cookies__buttons .blue-line-btn{
        padding:5px 8px!important;
        font-size: 12px!important;
    }

    .cookies__buttons .blue-btn{
        padding:5px 8px!important;
        font-size: 12px!important;
    }
    .inner-pg-banner {
       height: 150px;
    }
    .logistics-solution .solution-box ul li{
        width: 100%;
    }
    .logistics-solution .solution-box ul li{
        margin-right: 0px;
    }
    .banner-content h1 {
       font-size: 1.5em;
       margin-bottom: 3px;
    }
    .banner-content .banner-link-page a {
      font-size: 14px;
    }
    .global-office .office-content .office-text{
        width: 100%;
        margin-right: 0px;
    }
    .global-office .office-content .office-text .address-text p {
       font-size: 16px;
    }
    .global-office .office-content .office-text .address-text a {
       font-size: 16px;
    }
    .our-blog .blog-box .blog-image {
       height: 220px;
    }
    .our-blog .blog-box h5{
        font-size: 16px;
    }
    .footer .fltr-footer ul li a{
        font-size: 14px;
    }
    .logistics-solution .solution-box .solution-box-content{
        min-height: auto;
    }
    .network-contact .office-content .office-text .address-text p{
        font-size: 14px;
    }
    .career .carrer-content p{
        text-align: justify;
    }
    .our-services .web-button{
        margin-top: 20px;
    }

}

@media (max-width: 360px){
    .multi-map .site-map .icon-img-one {
       left: -18%;
       top: 6%;
    }
    .multi-map .site-map .icon-img-two {
       top: 25%;
       left: 38.5%;
    }
    .multi-map .site-map .icon-img-three {
       left: 53%;
       top: 53%;
    }
    .global-office .office-content .office-text .address-text p{
        font-size: 14px;
    }
    .global-office .office-content .office-text .address-text a{
        font-size: 14px;
    }

}

/*responsive css end*/

/*cookies css*/

.cookies-box.show {
    bottom: 0px;
}
.cookies-box {
    position: fixed;
    max-width: 100%;
    left: 0;
    right: 0;
    bottom: -225px;
    width: 100%;
    background-color: #000000db;
    padding: 10px;
    margin: 0px auto;
    color: #000000;
    transition: all 0.3s ease;
    z-index: 999999;
}

.cookies__title, .cookies__text {
    margin-bottom: 0px;
}
.cookies__title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.cookies__text {
    font-size: 16px;
    margin-bottom: 0px;
    color: #fff;
}


.cookies__buttons .blue-btn {
    padding: 5px 15px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    margin-right: 15px;
    background-color: transparent;
}

.cookies__buttons .blue-line-btn {
    padding: 5px 15px;
    border: 2px solid #fff;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #fff;
}

/*chat css*/

.li-chat a:link,
.li-chat a:visited {
  color: #444;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.li-chat h1 {
  font-size: 20px;
  text-align: center;
  display: block;
  background: linear-gradient(to right top, #6f96f3, #164ed2);
  padding: 20px;
  color: #fff;
  border-radius: 50px;
}

/* CSS Multiple Whatsapp Chat */

.li-chat #whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 80px;
  left: 20px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

.li-chat a.blantershow-chat {
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  align-items: center;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 20px;
  left: 20px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

.li-chat a.blantershow-chat i {
  transform: scale(1.2);
  margin: 0 10px 0 0;
  font-size: 20px;
  color: green;
}

.li-chat .whatsapp-chat-header {
  background-color: var(--blue);
  color: #fff;
  padding: 20px;
}
   
.li-chat .whatsapp-chat-header h3 {
    margin: 0 0 10px;
  }
  
.li-chat .whatsapp-chat-header p {
    font-size: 14px;
    line-height: 1.7;
    margin: -10px;
  }
  
.li-chat .whatsapp-chat-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
  }


.li-chat .whatsapp-chat-avatar {
  position: relative;
}

.li-chat .whatsapp-chat-avatar:after {
      content: "";
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: #4ad504;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid #095e54;
    left: 40px;
    top: 38px;
  }
  
.li-chat img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;    
  }



.li-chat .info-chat span {
  display: block;
}

.li-chat #get-label, span.chat-label {
  font-size: 12px;
  color: #888;
}

.li-chat #get-nama, span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

.li-chat #get-label, #get-nama {
  color: #fff;
}

.li-chat span.my-number {
  display: none;
}

/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */

.li-chat textarea#chat-input {
    border: none!important;
    width: 100%!important;
    height: 42px;
    outline: none;
    resize: none;
    padding: 10px!important;
    font-size: 14px!important;
    background-color: #fff;
    margin-bottom: 0px;
    border-radius: 0px;
}

.li-chat a#send-it {
  width: 50px;
  font-weight: 700;
  padding: 10px 10px 0;
  background:#eee;
}
  
.li-chat a#send-it svg {
    fill:#a6a6a6;
    height: 25px;
    width: 25px;
  }


.li-chat .first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

.li-chat .first-msg span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
  }


.li-chat .start-chat .blanter-msg {
  display: flex;
}

.li-chat #get-number {
  display: none;
}

.li-chat a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;

}

@keyframes ZpjSY{
  0% {
    background-color: rgb(182, 181, 186);
  }
  15% {
    background-color: rgb(17, 17, 17);
  }
  25% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes hPhMsj {
  15% {
    background-color: rgb(182, 181, 186);
  }
  25% {
    background-color: rgb(17, 17, 17);
  }
  35% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes iUMejp {
  25% {
    background-color: rgb(182, 181, 186);
  }
  35% {
    background-color: rgb(17, 17, 17);
  }
  45% {
    background-color: rgb(182, 181, 186);
  }
}


@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
.li-chat #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.li-chat .hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.li-chat .show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.li-chat .whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.li-chat .whatsapp-message {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.li-chat .whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
}
.li-chat .whatsapp-chat-body:before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("../images/chat-bg.jpg");
    background-repeat: no-repeat;
  }


.li-chat .dAbFpq {
  display: flex;
  z-index: 1;
}

.li-chat .eJJEeC {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.li-chat .hFENyl {
    position: relative;
    display: flex;
}

.li-chat .ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: rgb(158, 157, 162);
    animation-name: ZpjSY;
}

.li-chat .dRvxoz {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.li-chat .kAZgZq {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}
.li-chat .kAZgZq:before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}


.li-chat .bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.li-chat .iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.li-chat .iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.li-chat .cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: 
    rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}

/*Time Zone Css*/

.shapping-tool .clock{
    width: 180px;
    height: 180px;
    background-color: #fff;
    box-shadow: 0 1px 16px 0 rgb(0 0 0 / 7%);
    border-radius: 50%;
    position: relative;
    perspective: 100px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.shapping-tool .clock .apm{
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translateY(-50%);
    font-size: 10px;
    opacity: 0.3;
    color: #000;
}

.shapping-tool .needle{
    width: 50%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform:  translateY(-50%) rotateZ(-90deg);
    -ms-transform: translateY(-50%) rotateZ(-90deg);
    transform: translateY(-50%) rotateZ(-90deg);
    position: absolute;
    left: 50%;
    top: 50%;
}

.needle .hours, .needle .minutes, .needle .seconds{
    display: block;
    position: relative;
}

.needle .seconds{
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;

}

.needle .minutes{
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.shapping-tool .needle .hours{
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.shapping-tool .needle .hours:empty:before, .needle .minutes:empty:before, .needle .seconds:empty:before{
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.shapping-tool .needle .seconds:empty:after{
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
}

.shapping-tool .needle .hours:empty:before{
    width: 50%;
    background-color: Tomato;

}

.shapping-tool .needle .hours:empty:after{
    background-color: Tomato;
}

.shapping-tool .needle .minutes:empty:before{
    width: 70%;
    background-color: Tomato;
}

.shapping-tool .needle .minutes:empty:after{
    background-color: Tomato;
}

.shapping-tool .needle .seconds:empty:before{
    width: 90%;
    background-color: Tomato;
}

.shapping-tool .needle .seconds:empty:after{
    background-color: Tomato;

}

.shapping-tool .time-number{
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 50%;
}

.shapping-tool .time-number li{
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.shapping-tool .time-number li > span{
    display: block;
    margin-top: 5px;
}

/* 1 */
.shapping-tool .time-number li:nth-child(1){
    -webkit-transform: translateX(-50%) rotateZ(30deg);
    -ms-transform: translateX(-50%) rotateZ(30deg);
    transform: translateX(-50%) rotateZ(30deg);
}

.shapping-tool .time-number li:nth-child(1) > span{
    -webkit-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
}

/* 2 */
.shapping-tool .time-number li:nth-child(2){
    -webkit-transform: translateX(-50%) rotateZ(60deg);
    -ms-transform: translateX(-50%) rotateZ(60deg);
    transform: translateX(-50%) rotateZ(60deg);
}

.shapping-tool .time-number li:nth-child(2) > span{
    -webkit-transform: rotateZ(-60deg);
    -ms-transform: rotateZ(-60deg);
    transform: rotateZ(-60deg);
}

/* 2 */
.shapping-tool .time-number li:nth-child(3){
    -webkit-transform: translateX(-50%) rotateZ(90deg);
    -ms-transform: translateX(-50%) rotateZ(90deg);
    transform: translateX(-50%) rotateZ(90deg);
}

.shapping-tool .time-number li:nth-child(3) > span{
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
}

/* 2 */
.shapping-tool .time-number li:nth-child(4){
    -webkit-transform: translateX(-50%) rotateZ(120deg);
    -ms-transform: translateX(-50%) rotateZ(120deg);
    transform: translateX(-50%) rotateZ(120deg);
}

.shapping-tool .time-number li:nth-child(4) > span{
    -webkit-transform: rotateZ(-120deg);
    -ms-transform: rotateZ(-120deg);
    transform: rotateZ(-120deg);
}

/* 2 */
.shapping-tool .time-number li:nth-child(5){
    -webkit-transform: translateX(-50%) rotateZ(150deg);
    -ms-transform: translateX(-50%) rotateZ(150deg);
    transform: translateX(-50%) rotateZ(150deg);
}

.shapping-tool .time-number li:nth-child(5) > span{
    -webkit-transform: rotateZ(-150deg);
    -ms-transform: rotateZ(-150deg);
    transform: rotateZ(-150deg);
}

/* 2 */
.shapping-tool .time-number li:nth-child(6){
    -webkit-transform: translateX(-50%) rotateZ(180deg);
    -ms-transform: translateX(-50%) rotateZ(180deg);
    transform: translateX(-50%) rotateZ(180deg);
}

.shapping-tool .time-number li:nth-child(6) > span{
    -webkit-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
}

/* 2 */
.shapping-tool .time-number li:nth-child(7){
    -webkit-transform: translateX(-50%) rotateZ(210deg);
    -ms-transform: translateX(-50%) rotateZ(210deg);
    transform: translateX(-50%) rotateZ(210deg);
}

.shapping-tool .time-number li:nth-child(7) > span{
    -webkit-transform: rotateZ(-210deg);
    -ms-transform: rotateZ(-210deg);
    transform: rotateZ(-210deg);
}

/* 2 */
.shapping-tool .time-number li:nth-child(8){
    -webkit-transform: translateX(-50%) rotateZ(240deg);
    -ms-transform: translateX(-50%) rotateZ(240deg);
    transform: translateX(-50%) rotateZ(240deg);
}

.shapping-tool .time-number li:nth-child(8) > span{
    -webkit-transform: rotateZ(-240deg);
    -ms-transform: rotateZ(-240deg);
    transform: rotateZ(-240deg);
}

/* 2 */
.shapping-tool .time-number li:nth-child(9){
    -webkit-transform: translateX(-50%) rotateZ(270deg);
    -ms-transform: translateX(-50%) rotateZ(270deg);
    transform: translateX(-50%) rotateZ(270deg);
}

.shapping-tool .time-number li:nth-child(9) > span{
    -webkit-transform: rotateZ(-270deg);
    -ms-transform: rotateZ(-270deg);
    transform: rotateZ(-270deg);
}

/* 2 */
.shapping-tool .time-number li:nth-child(10){
    -webkit-transform: translateX(-50%) rotateZ(300deg);
    -ms-transform: translateX(-50%) rotateZ(300deg);
    transform: translateX(-50%) rotateZ(300deg);
}

.shapping-tool .time-number li:nth-child(10) > span{
    -webkit-transform: rotateZ(-300deg);
    -ms-transform: rotateZ(-300deg);
    transform: rotateZ(-300deg);
}

/* 2 */
.shapping-tool .time-number li:nth-child(11){
    -webkit-transform: translateX(-50%) rotateZ(330deg);
    -ms-transform: translateX(-50%) rotateZ(330deg);
    transform: translateX(-50%) rotateZ(330deg);
}

.shapping-tool .time-number li:nth-child(11) > span{
    -webkit-transform: rotateZ(-330deg);
    -ms-transform: rotateZ(-330deg);
    transform: rotateZ(-330deg);
}

.clock.ui-dodgerblue .seconds:before, .clock.ui-dodgerblue .seconds:after, .clock.ui-dodgerblue .minutes:before, .clock.ui-dodgerblue .hours:before,
.clock.ui-tomato .seconds:before, .clock.ui-tomato .seconds:after, .clock.ui-tomato .minutes:before, .clock.ui-tomato .hours:before,
.clock.ui-black .seconds:before, .clock.ui-black .seconds:after, .clock.ui-black .minutes:before, .clock.ui-black .hours:before,
.clock.ui-awesome .seconds:before, .clock.ui-awesome .seconds:after, .clock.ui-awesome .minutes:before, .clock.ui-awesome .hours:before{
    background-color: #fff!important;
}

.clock.ui-banana-yellow .seconds:before, .clock.ui-banana-yellow .seconds:after, .clock.ui-banana-yellow .minutes:before, .clock.ui-banana-yellow .hours:before{
    background-color: #000;
}

.clock.ui-dodgerblue .apm, .clock.ui-tomato .apm, .clock.ui-black .apm, .clock.ui-awesome .apm{
    color: #FFF;
    opacity: 1;
}

.shapping-tool .clock.ui-banana-yellow .apm{
    color: #000;
    opacity: 1;
}

.shapping-tool .clock.ui-dodgerblue{
    background-color: dodgerblue;
    color: #FFF;
}

.shapping-tool .clock.ui-tomato{
    background-color: tomato;
    color: #FFF;
}

.shapping-tool .clock.ui-black{
    background-color: #141414;
    color: #FFF;
}

.shapping-tool .clock.ui-awesome{
    background-color: #FF2052;
    color: #FFF;
}

.shapping-tool .clock.ui-banana-yellow{
    background-color: #FFE135;
    color: #000;
}

.shapping-tool .clock.ui-large{
    width: 400px;
    height: 400px;
    font-size: 40px;
}

.shapping-tool .clock.ui-medium{
    width: 180px;
    height: 180px;
}

.shapping-tool .clock.ui-small{
    width: 180px;
    height: 180px;
}

.shapping-tool .demo{
    text-align: center;
    margin-top: 20px;
}

.shapping-tool .demo h4 img{
    width: 20px;
    margin-right: 5px;
}

.shapping-tool .demo h4{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 1px 16px 0 rgb(0 0 0 / 7%);
}

.crisp-client .cc-tlyw .cc-kxkl .cc-1hqb, .crisp-client .cc-tlyw .cc-kxkl .cc-nsge{
    left: 20px!important;
    bottom: 20px!important;
}

.crisp-client .cc-tlyw {
    z-index: 99999!important;
}

.crisp-client .cc-tlyw .cc-kxkl .cc-nsge {
    width: 60px!important;
}
.btn-chat {
    color: white;
    position: fixed;
    bottom: 50%;
    right: 3px;
    font-size: 32px;
    display: flex;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 999999;
}
.chat .icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    color: #fff;
    font-size: 60px;
    background-color: #ed1c24;
    padding: 10px;
}
@keyframes pulse{
    0% {
    transform: scale(1);
}
50% {
    transform: scale(1.1);
}
100% {
    transform: scale(1);
}
}

/*---------------middle banner-----------------*/
.parallax {
    position: relative;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.cta-area {
    padding: 50px 0px;
    background-attachment: fixed;
}

.cta-text > span {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.cta-text h2 {
    font-size:38px;
    color: #fff;
    margin-top: 32px;
    margin-bottom: 37px;
}

.cta-text p {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    padding: 0 50px;
    margin-bottom: 36px;
}

.btn {
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    will-change: box-shadow, transform;
    background: #ec002b !important;
    box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%);
    padding: 15px 32px;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
    transition: box-shadow 0.15s ease, transform 0.15s ease;
}

/*-----------------------------donation start--------------------*/
.donation {
  overflow-x: hidden;
  padding: 80px 0 100px 0;
}
@media screen and (min-width: 1200px) {
  .donation {
    padding: 120px 0 160px 0;
  }
}
.donation__mt {
  margin: 30px 0 0 0;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 568px) {
  .donation__mt {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.donation__heading {
  margin: 0 0 24px 0;
}
@media screen and (min-width: 992px) {
  .donation__heading {
    font-size: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .donation__heading {
    font-size: 37px;
  }
}
.donation__element {
  position: absolute;
  left: -15px;
  top: 0%;
}
.donation__element2 {
  position: absolute;
  right: 0%;
  top: -9%;
  z-index: -2;
  -webkit-transform: rotateY(170deg);
          transform: rotateY(170deg);
  width: 100px;
  height: 130px;
}
.donation__element3 {
  position: absolute;
  top: 0%;
  right: 0;
  -webkit-transform: rotateY(190deg);
          transform: rotateY(190deg);
}
@media screen and (min-width: 992px) {
  .donation__element3 {
    width: 16%;
  }
}
@media screen and (min-width: 1200px) {
  .donation__element3 {
    width: auto;
  }
}
.donation__desc {
  font-size: 15px;
  line-height: 28px !important;
  text-align: justify;
}
.donation__btn {
  margin: 30px 0 0 0;
  font-weight: 500;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.donation__img {
  position: relative;
}
.donation__img-circle {
  width: 65%;
}
.donation__img-m {
  margin: 4rem 0 -4rem 0;
}
.donation__img-person {
  position: absolute;
  left: -2%;
  top: -30%;
}
.donation__img-shape {
  position: absolute;
  z-index: -1;
  right: -3%;
  content: "";
}
.donation__btn {
    margin: 30px 0 0 0;
    font-weight: 500;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.global__btn {
    text-decoration: none;
    border: 1px solid transparent;
    color: #fff !important;
    background: #006db6 !important;
    font-family: "Inter", sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    border-radius: 30px;
    padding: 16px 30px !important;
    text-transform: capitalize;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border: 1px solid transparent;
}
.global__btn:hover {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #00715D !important;
    background: #fff !important;
    border: 1px solid #00715D;
}

/*----------------------------------donation end-----------------*/

/*-----------------need help start---------------*/
.need-help {
    align-items: center;
    background-image: url('../images/help-strip2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    margin-top: 56px;
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
    z-index: 1;
}
.need-help:before {
    background: #111212;
    content: "";
    height: 100%;
    left: 0;
    opacity: .9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.need-help h2{
    font-size:46px;
    font-weight:600;
}

.need-help h3{
    font-size: 24px;
    color: #ffba00;
    font-weight: 700;
}
.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 50px 14px;
  border-radius:30px;
  letter-spacing: 0.016em;
  background-color: #006db6;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #f7c600;
  background-position: left center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleX(0);
  z-index: -1;
}

.thm-btn:hover::before {
  transform: scaleX(1.0);
}

.thm-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #1d1d1d;
  transform: scaleY(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: right center;
  z-index: -1;
}

.thm-btn:hover::after {
  transform: scaleY(1.0);
  transform-origin: bottom center;
  transition-delay: 200ms;
}

.thm-btn:hover {
  color: #fff;
}

.thm-btn span {
  position: relative;
  margin-left: 10px;
  font-size: 12px;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media screen and (min-width: 1200px) {
    .service__py {
        padding-top: 60px;
        padding-bottom: 140px;
    }
}

/*-------------------------service start--------------------------*/
.service__bg2 {
    align-items: center;
    background-image: url('../images/family-holding-ball-together.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    /* margin-top: 56px; */
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
    z-index: 1;
}
.service__bg2:before {
    background: #010101de;
    content: "";
    height: 100%;
    left: 0;
    opacity: .9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.service {
  overflow-x: hidden;
}
.service__bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#ECF4F3), to(#FFF));
  background: linear-gradient(180deg, #ECF4F3 0%, #FFF 100%);
}
.service__bg2 {
  /* background: #ebedf6; */
  position:relative;
  /* margin-bottom: 20px; */
}
.service__m {
  margin-bottom: 48px !important;
}
.service__p {
  padding: 110px 0 !important;
}
.service__card {
  padding: 28px 40px 52px 24px;
  text-align: left;
  border-radius: 30px;
  cursor: pointer;
  /*background: #fff;*/
  color:#fff;
  -webkit-box-shadow: 0px 12px 43px -12px rgba(34, 85, 58, 0.14);
  box-shadow: 0px 12px 43px -12px rgba(34, 85, 58, 0.14);
  -webkit-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
  border: 2px solid transparent;
}
.service__card-linear {
  background: -webkit-gradient(linear, left top, left bottom, from(#ECF4F3), to(#fff)) !important;
  background: linear-gradient(180deg, #ECF4F3 0%, #fff 100%) !important;
}
.service__card:hover {
  -webkit-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
  border: 2px solid #fff;
  background: #00715D !important;
}
.service__card:hover .service__card-heading {
  -webkit-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
  color: #fff !important;
}
.service__card:hover .service__card-desc {
  -webkit-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
  color: #EAECF0 !important;
}
.service__card:hover .service__card-icon {
  -webkit-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
  background: rgba(9, 167, 139, 0.7490196078);
}
.service__card:hover .service__card-icon2 {
  -webkit-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
  background: #fff !important;
}
.service__card:first-child {
  margin: 0 0 50px 0;
}
@media screen and (min-width: 992px) {
  .service__card:first-child {
    margin: 0 0;
  }
}
.service__card-icon {
  -webkit-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
  background: #00715D;
}
.service__card-icon2 {
  -webkit-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
  position: relative;
  height: 120px;
  width: 120px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  text-align: center;
  margin: 0 auto;
}
.service__card-heading {
  font-size: 25px !important;
  margin: 24px 0 12px 0 !important;
  font-weight: 700 !important;
  text-transform: capitalize;
  color:#fff;
}
@media screen and (min-width: 992px) {
  .service__card-heading {
    font-size: 32px !important;
  }
}
.service__card-desc {
  font-size: 14px !important;
  line-height: 22px !important;
}
@media screen and (min-width: 992px) {
  .service__card-desc {
    font-size: 18px !important;
    line-height: 28px !important;
    /* margin-bottom: 20px; */
    /* text-align: justify; */
  }
}
@media screen and (min-width: 1200px) {
    .global__py {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}
.feature-one__point {
    position: relative;
    display: block;
    margin-bottom: 43px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.feature-one__point li + li {
    margin-top: 5px;
}
.feature-one__point li {
    position: relative;
    display: flex;
    align-items: center;
}
.feature-one__point li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #fff;
}
.feature-one__point li .text {
    margin-left: 15px;
}
.feature-one__point li .text p {
  margin-bottom:0px;
  font-size: 18px;
}
.feature-one__point li .icon span {
    color: #283734;
    font-size: 10px;
}
.bg-blue{
    background-color:#006db6;
}
.bg-red{
    background-color:#ff5722;
}
.global__heading{
    font-size:42px;
}
.about__desc{
    color:#fff;
}
/*----------------------------service end-----------------------*/

/*Happy Customer Css*/
.happy_customer .icon-dots-3 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.icon-dots-3 {
    width: 1900px;
    height: 320px;
    background-image: url('../images/icon-dots-3.png');
    overflow:hidden;
}
.happy_customer {
  padding: 60px 0px;
  position:relative;
  background-color: #006db6;
  margin-bottom: 80px;
}

.single-coutnerup {
  text-align: left;
  padding: 0px 30px;
  text-align: center;
  margin-top: 30px;
}

.single-coutnerup img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.single-coutnerup .count-num {
  font-size: 50px;
  font-weight: 800;
  color: #ffffff;
}

.plus {
  font-size: 50px;
  font-weight: 800;
  color: #ffffff;
}

.single-coutnerup h3 {
  font-size: 1.5rem !important;
  font-weight: 800;
}

.single-coutnerup p {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #ffcf00;
}
