* {
	padding: 0;
	margin: 0 auto;
}


@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Medium.woff') format('woff'),
        url('../fonts/Gilroy-Medium.ttf') format('truetype'),
        url('../fonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype'),
        url('../fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.eot');
    src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff'),
        url('../fonts/Gilroy-SemiBold.ttf') format('truetype'),
        url('../fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
a, a:hover {
    color: #474748;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
    border:0;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

:focus{
    text-decoration: none;
    outline: none;
    border:0;
}

img:focus {
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: 1px dotted;
    outline: 0;
}



body {
font-family: 'Montserrat', sans-serif;
color: #000;
font-size: 16px;
background: #fff9f2;
}

body:before {
    content: '';
    width:350px;
    position: fixed;
    right: 0;
    top: 50%;
    background: url(../images/delivery1.png) no-repeat;
    height: 350px;
    opacity: .1;
    background-size: 100%!important;
    /* background-position: 105px 0; */
    z-index: -1;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  z-index: 0;
}


.navigation_black2 nav.navbar-expand-lg.navbar-light.header{background:#000;}
.navigation_black2 nav.navbar-expand-lg.navbar-light.fixed{background:#FFF;}
.navigation_black2 .pad80{margin-top:85px;}



h1,h2{font-family: 'Fjalla One', sans-serif;}

.pad80{
	padding:100px 0
}

.inner-sec .heading{margin-bottom:25px}


nav.navbar-expand-lg.navbar-light.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
	background: transparent;
	border-bottom: 1px solid rgba(255,255,255,.2);
   /* background: rgba(0,0,0,.12156862745098039);*/
}

nav.navbar-expand-lg.navbar-light.fixed {
    background: #fff;
    box-shadow: 10px 10px 10px #b7b7b721;
    -webkit-animation: slide-down 1.0s;
    animation: slide-down 1.0s;
}

.black{display:none}
.navigation_black nav.navbar-expand-lg.navbar-light.header .black{display:block !important}
.navigation_black nav.navbar-expand-lg.navbar-light.header .white{display:none !important}

nav.navbar-expand-lg.navbar-light.header.fixed .black {
    display: block;
}

nav.navbar-expand-lg.navbar-light.header.fixed .white {
    display:none;
}


nav.navbar-expand-lg.navbar-light.fixed .nav-link {
	color:#000
}

.navigation_black .navbar-light .navbar-nav .nav-link  {
    color: #000;
}

.navigation_black nav.navbar-expand-lg.navbar-light.header{border-bottom: 1px solid rgb(185 183 183 / 20%);}

@-webkit-keyframes slide-down{
    0%{opacity:0;
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%)
    }
    100%{opacity:.9;
    -webkit-transform:translateY(0);
    transform:translateY(0)
        
    }}
    
    @keyframes slide-down{
        0%{opacity:0;
        -webkit-transform:translateY(-100%);
        transform:translateY(-100%)}
        100%{opacity:.9;
        -webkit-transform:translateY(0);
        transform:translateY(0)
            
}}



.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    margin: 0 0 0 15px;
}

.navbar-expand-lg .navbar-brand img {
    width:160px;
	margin:5px 0;
    
}

ul.navbar-nav li {
    position: relative;
    margin-left:30px;
}


ul.navbar-nav {
    margin-right:15px;
}

ul.navbar-nav li:first-child{margin-left:0;}


.navbar-light .navbar-nav .nav-link {
    /*font-family: 'Fjalla One', sans-serif;*/
    color: #fff;
    padding:31px 0;
	font-weight:500;
    font-size:14px;
   	text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #f05e25;
}

nav.navbar-expand-lg.navbar-light.fixed .nav-link:hover {
    color: #f05e25;
}

.navbar-light .navbar-nav .nav-link:focus{color:#fff;}


.navbar-light .navbar-nav .nav-link:after {
    content: '';
    width: 0;
    background-color:#f05e25;
    position: absolute;
    bottom:0px;
    height: 3px;
    transition: all ease-in-out .5s;
    left: 0;
}

.navbar-light .navbar-nav .nav-link:hover:after {
    width: 100%;
}

.main-nav {
    width:65%;
    float: left;
    flex-wrap: wrap;
    
}


.navbar-light .topnav .navbar-nav .nav-link:hover {
    color: #00adf1;
}

.width100 {
    width: auto !important;
}


.dlfx {
    justify-content: flex-end;
    display: flex;
    
}

.wdth1140{width:1140px;left: -593px!important;background: #fff9f2;padding:30px!important}


/*ul.dropdown-menu {
    opacity: 0;
    transform: translateY(70px) translateZ(0);
    transition: transform 1s cubic-bezier(.165,.84,.44,1),opacity 1s cubic-bezier(.165,.84,.44,1);
    position: absolute;
    left: 0;
    width: 200px;
    margin: 0;
    list-style: none;
    visibility: hidden;
	
}

.nav-item ul.dropdown_hover li {
    margin: 0;
    border-bottom: solid 1px #2d4990;
    background: #29417c;
    transition: all ease-in-out 0.3s;
}*/

nav.navbar-expand-lg.navbar-light.header .nav-item ul.dropdown_hover li a {
    display: block;
    padding: 10px 20px;
    color: #fff!important;
    font-size: 13px;
}


.dropdown-menu .nav-link:after{display:none !important}


/*
ul.navbar-nav li:hover ul.dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
	
}

.enq-btn{
	background:#00adf1;
    color: #fff !important;
	border-radius:5px;
}
*/




/*dropdown css*/
.navbar-nav li.nav-item:hover .dropdown-menu { display: block;opacity: 1;
  top: 100%;
  visibility: visible;}
.navbar-expand-lg .navbar-nav .dropdown-menu{top:100%;margin: 0;}
.dropdown-menu {min-width:250px; left:0px; border-radius:0; top:60px; padding:0;border: 1px solid rgb(0 0 0 / 3%);opacity: 0;
  visibility: hidden;top: calc(100% + 30px);transition:0.3s;}
.width700{min-width:840px;left:-200px;padding:30px;}
.dropdown-menu li { list-style:none;margin-left: 0 !important;}
.dropdown-menu li a {color:#000 !important;margin:0; !important}
.dropdown-menu li a::before {display:none !important;}
.dropdown-menu li a {display:block;color: #000 !important;margin: 0 !important;padding: 10px!important;border-bottom: 1px solid #ccc;font-size: 12px !important;}
.dropdown-menu li:last-child a {border:0;}
.dropdown-menu li a:hover {color:#fff !important;background:#184c97;}

/*.service-tab{
    display: flex;
    justify-content: space-between;
}*/


.view-more{
    border-bottom: 1px solid #000;
    margin-top: 50px;
    display: inline-block;
}

.service-tab .col-md-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin: 0;
    padding: 0 10px;
}
.service-box{
    display:inline-block;
    align-items: center;
    font-size: 14px;
   
    
}

.service-box span{width: 85px;
    float: left;
    margin-top: 29px;}
.service-circle{
    width:80px;
    float: left;
    border-radius:100%;
    overflow: hidden;
    border: 5px solid #fff;
    margin-right:16px;
    margin-left:0;
}

.bg-grey{background-color: #f5f5f5;}

.slick-arrow {
    position: absolute;
    top:-98px;
    margin-left: 45px;
    border-radius:100%;
	border:1px solid #000;
    width:35px;
    height:35px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
    cursor: pointer;
	transition:all .3s ease-in-out;
	font-size:18px;
}

.left-arrow{
	left:auto;
	right:55px;
}

.right-arrow{
	right:10px;
	
}

.slick-arrow:hover{color:#fff;background:#000;}

.home-banner video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


.banner{
/*	height:100vh;*/
	position:relative;
	overflow: hidden;
}

/*.banner img{
    height: 100vh;
}*/

.banner:after{content:'';top:0}

.banner iframe{
   width: 100vw;
    height: 52.73vw;
   

}

.banner-caption {
    position: absolute;
    max-width:1100px;
    top:28%;
    left: 0;
    right: 0;
    text-align: left;
    z-index: 9;
    display: flex;
    align-items: center;
    height: 80vh;
}

.banner-caption h2 {font-size:100px;color:#fff;line-height:100px;text-align:left;font-family: 'Montserrat', sans-serif;}

.banner-caption span {padding-left: 300px;}

.bg-color{background:#f05e25}


.pad100{
    padding:100px 0;
}

.padb100{
    padding-bottom:100px;
}

.padt{margin-top:80px;}
	
.heading{font-size:45px;margin-bottom:30px;color: #000;/*font-weight: 600;*/}

.glob{
    border-radius: 100%;
    border: 10px solid #fff;
    width: 450px;
    height: 450px;
    overflow: hidden;
    margin-top: 50px;
    position:relative;
}

.dispciption-part{
    position:absolute;
    left:0;
    right:0;
    text-align:center;
    top:0;
    padding:0px 30px;
    /*background: #00000026;*/
    display:flex;
    align-items:center;
    height:100%;
}

.dispciption-part2{
    position:absolute;
    left:0;
    right:0;
    text-align:center;
    top:0;
    padding:0px 10px;
    background: #0000004d;
    display:flex;
    align-items:center;
    height:100%;
    font-size:18px;
    border-radius:100%;
    color:#fff;
    justify-content: center;
    
}




.pd65-1{padding-left: 110px;margin-top: -40px;}
.pd65-2{position: relative;left: -90px;top: -40px;}    
.pd65-3{margin-top: -140px; padding-left: 32px;}
.pd65-5{margin-top: -143px;margin-left: -160px;}
.pd65-4{padding-top: 54px;position: relative;left: -114px;}

.market-circle {
    border-radius: 50%;
    margin-right: 15px;
    width: 112px;
    height: 112px;
    border: 5px solid #fff;
    position: relative;
    transition: color .3s ease-in-out;
    cursor: pointer;
    backface-visibility: hidden;
   
}

.market-circle img{border-radius:100%;}

.market-circle-border-animate {
    overflow: hidden;
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 100%;
    box-shadow: none;
    backface-visibility: hidden;
    z-index: 1;
}

.market-circle-border-animate::before,
.market-circle-border-animate::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%
}

.market-circle-border-animate::before,
.market-circle-border-animate::after {
    border-radius: 100%
}

.market-circle-border-animate:hover {
    color: inherit
}

.market-circle-border-animate::before,
.market-circle-border-animate::after {
    top: 0;
    left: 0
}

.market-circle-border-animate::before {
    border: 10px solid transparent
}

.market-circle-border-animate:hover::before {
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s
}

.market-circle-border-animate::after {
    border: 0 solid transparent
}

.market-circle-border-animate:hover::after {
    border-top: 10px solid;
    color: inherit;
    border-left-width: 10px;
    border-right-width: 10px;
    transform: rotate(270deg);
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s
}

.arrow-right .market-circle-border-animate {
    transform: rotate(130deg)
}

.arrow-left .market-circle-border-animate {
    transform: rotate(-40deg)
}

.market-m .market-circle {
    width: 250px;
    height: 250px;
    border: 10px solid #fff
}

.market-l .market-circle {
    width: 250px;
    height: 250px;
    border: 10px solid #fff
}

.market-circle .arrow-circle {
    position: absolute;
    z-index: 2;
    top: 50%
}

.market-circle.arrow-center .arrow-circle {
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    position: absolute;
    top: 50%;
    right: 50%
}

.market-circle.arrow-left {
    margin-left: auto
}

.market-circle.arrow-left .arrow-circle,
.market-circle.arrow-left .market-title {
    right: 100%
}

.market-circle.arrow-left .arrow-circle {
    transform: translate(25%, -50%)
}

.market-circle.arrow-right .arrow-circle,
.market-circle.arrow-right .market-title {
    left: 100%
}

.market-circle.arrow-right .arrow-circle {
    transform: translate(-25%, -50%)
}

.market-menu-item>* {
    vertical-align: middle;
    display: inline-block
}

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translateY(0px)
    }

    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translateY(-20px)
    }

    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translateY(0px)
    }
}

.float-parallax {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translateY(0px);
    animation: float 6s ease-in-out infinite;
}

.projectssection {
    width: 100%;
   float: inherit;
    position: relative!important;
    
}

.gridanimated .innergridpro .itemwrap.inactive strong {
                  visibility: hidden;
                    opacity: 0;
              }

.gridanimated {
    width: 100%;
    height: 100vh;
   float: inherit;
    position: relative!important;
    overflow: hidden
}

 .gridanimated .slideupactive {
    width: 100%;
    background: rgba(0,0,0,.8);
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%);
    z-index: -1
}

.gridanimated .innergridpro {
    width: 100%;
    /*float: left;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.gridanimated .innergridpro .itemwrap {
    width: 25%;
    float: left;
    text-align: center
}

.gridanimated .innergridpro .itemwrap .gridbackg {
    width: 100%;
    position: relative;
    height: 100%
}

.gridanimated .innergridpro .itemwrap .gridbackg .supactive {
    width: 100%;
    height: 100%;
    float: left;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.gridanimated .innergridpro .itemwrap .gridbackg .supactive.slideactive {
    background: 0 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gridanimated .innergridpro .itemwrap .gridbackg img {
    width: 100%;
    background: rgba(0,0,0,.5)
}

 .gridanimated .innergridpro .itemwrap .gridbackg strong {
    width: 100%;
    float: left;
    position: absolute;
    top: 50%;
    font-family: Optima;
    font-weight: 400;
    font-size: .9rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s
    

}

.gridanimated .innergridpro .itemwrap .gridbackg strong::after {
    content: '';
    width: 35px;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    background: #d3d3d3;
    left: 182px;
    margin: auto;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
     z-index: 10;
}

.gridanimated .innergridpro .itemwrap:last-child .gridbackg strong::after {
    left: 146px
}

 .gridanimated .innergridpro .itemwrap .gridbackg strong:hover {
    letter-spacing: 3px
}

.gridanimated .innergridpro .itemwrap .gridbackg strong:hover:after {
    left: 50%;
    background: #fff
}

.gridanimated .innergridpro .itemwrap .gridbackg .resfixed {
    width: 100%;
    float: left;
    height: 100vh;
    background-image: url(../images/service/food-lg-new.jpg);
    background-size: cover!important
}

.gridanimated .innergridpro .itemwrap .gridbackg .comfixed {
    width: 100%;
    float: left;
    height: 100vh;
    background-image: url(../images/service/shoes-lg-new.jpg);
    background-size: cover!important
}

.gridanimated .innergridpro .itemwrap .gridbackg .hosfixed {
    width: 100%;
    float: left;
    height: 100vh;
    background-image: url(../images/service/stationery-lg-new.jpg);
    background-size: cover!important
}

 .gridanimated .innergridpro .itemwrap .gridbackg .leafixed {
    width: 100%;
    float: left;
    height: 100vh;
    background-image: url(../images/service/textile-lg.jpg);
    background-size: cover!important
}

/*.gridanimated .innergridpro .itemwrap .gridbackg .leafixed {
    width: 100%;
    float: left;
    height: 100vh;
    background-image: url(../images/service/textile-lg.jpg);
    background-size: cover!important
}*/

.gridanimated .innergridpro .itemwrap .gridbackg .electronicfixed {
    width: 100%;
    float: left;
    height: 100vh;
    background-image: url(../images/service/ledlights-lg.jpg);
    background-size: cover!important
}

.gridanimated .innergridpro .itemwrap .gridbackg .autofixed {
    width: 100%;
    float: left;
    height: 100vh;
    background-image: url(../images/service/auto-spare-parts-new.jpg);
    background-size: cover!important
}

.gridanimated .innergridpro .itemwrap:hover {
    -webkit-flex-grow: 5;
    flex-grow: 5;
}

 .gridanimated .innergridpro .itemwrap {
    transition: all ease-in-out 1s
}

 .gridanimated .innergridpro .itemwrap {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    transition: all ease-in-out 1s;
    max-width: 100%;
    position: relative
}

 .gridanimated .innergridpro .itemwrap:hover {
    -webkit-flex-grow: 5;
    flex-grow: 5
}

 .gridanimated .innergridpro .itemwrap:after {
    content: '';
    background: #00000026;
    /* position:absolute; */
    right: 0;
    left: 0;
    top: 0;
    bottom: 0
}

.overlay-bg {
    content: '';
    background:#0000003b;
    position: absolute;
    top:0;
    width: 100%;
    z-index: 1;
    bottom: 0;
    }



.gridanimated .innergridpro .itemwrap {
           
            /*width: 100%;*/
            transition: all ease-in-out 1s;
            /*max-width: 100%;*/
         }
        .gridanimated .innergridpro .itemwrap {
            -webkit-flex: 1;
            -ms-flex:1;
            flex: 1;
            width: 100%;
            transition: all ease-in-out 1s;
            max-width: 100%;
         }
         
        .gridanimated .innergridpro .itemwrap:hover {
                 -webkit-flex-grow: 5;
                flex-grow:5;
                
               
         }

.com,.hos,.lea,.res {
    display: none
}

.mainwrap .newssection {
    width: 100%;
    float: left;
    position: relative;
    background: 0 0
}

.mainwrap .newssection .latestninner {
    width: 100%;
    float: left;
    padding: 80px 0
}

.mainwrap .newssection .latestninner span {
    width: auto;
    float: left;
    font-family: Optima;
    font-size: .9rem;
    color: #3e3e3e;
    padding-bottom: 40px;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.mainwrap .newssection .latestninner .gridsection {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mainwrap .newssection .latestninner .gridsection .itemg {
    width: 48.11%;
    float: left
}

.mainwrap .newssection .latestninner .gridsection .itemg .newsheading {
    width: 100%;
    float: left
}

.mainwrap .newssection .latestninner .gridsection .itemg .newsheading h4 {
    width: 100%;
    float: left;
    font-family: Freight;
    font-weight: 400;
    font-size: 56px;
    color: #3e3e3e;
    line-height: normal;
    margin-bottom: 30px
}

.mainwrap .newssection .latestninner .gridsection .itemg .newsheading a {
    width: auto;
    float: left;
    font-family: Freight;
    font-size: 1.39rem;
    color: #3e3e3e;
    padding-bottom: 4px;
    letter-spacing: 1px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.newssection .latestninner .gridsection .itemg .newsheading a svg {
    width: 60px;
    height: 60px;
    fill: none;
    stroke: rgba(140,140,140,0.1);
    stroke-dashoffset: 180;
    stroke-width: .3px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.newssection .latestninner .gridsection .itemg .newsheading a:hover svg {
    stroke: #9e8061;
    stroke-dashoffset: 0;
    stroke-dasharray: 180;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    stroke-width: 1px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.btn span,.mainwrap .hospitalitysection .hospiinner .gridsection .itemg .btndiscover a span,.mainwrap .newssection .latestninner .gridsection .itemg .newsheading a span,.mainwrap .testimonialsection .hoverbtn a span {
    padding-bottom: 0;
    left: -20px;
    position: relative;
    transition: all ease-in-out .3s
}



.map-part {padding:40px;height: 100%;    color: #fff;background: #184c97;}

.map-part  .heading{margin-bottom:20px;    color: #fff;}

.map-part img{
    width:35px;
    margin-right: 15px;
}
.map-part p{
    font-size: 20px;
   
}

.map-part ul{margin-top:10px;}
.map-part ul li{
    font-size: 18px;
    padding:20px 0;
    border-bottom: 1px solid #fff;
    opacity: .8;
}
/*.map-part .heading{color:#fff;}*/
#counter{position:relative;}
.arrow{position: absolute;
    top: 0;
    width:250px;
    /*transform: rotate(180deg);*/
    left: 0;}
    .arrow2{position: absolute;
    top: 0;
    width: 345px;
    right: 0;transform: rotate(180deg); }
    
 .arrow3{
     position: absolute;
    top: 0;
    left:0;
    width:200px;
     transform: rotate(180deg);
    }    
 
  .arrow4{width:200px !important;}   
    
.count-thumb{margin-top:50px;}
.counter span{font-size:118px;color:#000;line-height: 118px;}
.count-thumb {text-align:center;}
.count-thumb p{text-align:right;}
.pad17{padding-right: 44px}
.pad52{padding-right:28px;}
.pad12{padding-right: 33px;}
.blog-thumnail {position:relative;}
.blog-thumnail img{height: 400px;object-fit: cover;}
.blog-thumnail .date{border: 1px solid #fff;padding: 5px;width: 45px;height: 60px;position: absolute;top: 20px;left: 20px;text-align: center;color: #fff;transition:0.3s ease-in-out;}
.blog-thumnail .date span{font-weight:600;}
.blog-thumnail:hover .date{background:#184c97;border: 1px solid #184c97;}
.blog-discription{background: #fff; padding: 15px;margin-top: -72px; width: 295px;position: relative;box-shadow: 0 0 15px #d8d7d775;position:relative;}
.blog-title{font-size: 18px;letter-spacing: 1px;margin-bottom: 30px;position:relative;font-weight:600;}
.blog-title:after{content:'';position:absolute;left:0px;bottom:-8px;width:45px;height:1px;background:#000;}
.blog-discription p{font-size:14px;margin-bottom:0;}
.regis-add{position:relative;}
.regis-add span{
   position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    background-color: #f05e25;
}
.regis-add div{padding-left: 76px;}
.regis-add p{font-size:14px;}
.contact-box{padding-right: 50px;}

.form-control {border: 1px solid #ccc;
    border-radius: 0;
    font-size: 14px;
    padding: 10px;}
    
.gcm-btn{
      background-color: #f05e25;
      color:#fff;
      padding:10px 40px;
      border:0;
      outline:0;
      margin-top:20px;
}    
    
.map{margin-top:80px;}   

.locaion-map{position: relative;
    
    background: #acb9cb;
    border: 1px solid #c9c7c7;
}

.map_marker{cursor:pointer;}


/*.map_marker:hover .hover_open {
   display: block;
    background: #184c97;
    width: 130px;
    height: 40px;
    z-index: 999;
    padding: 11px 10px;
    position: absolute;
    top: -55px;
    left: -50px;
    text-align: center;
    border-radius: 5px;
}*/

/*.hover_open:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 45%;
    margin-left: -11px;
    border-width: 14px;
    border-style: solid;
    border-color: #184c97 transparent transparent transparent;
}*/
/*.map_marker:hover .hover_open{
    display: block;
    background: #f3c594;
    width: 100px;
    height: 100px;
    z-index: 999;
    padding: 18px;
    position: absolute;
    top: -55px;
    left: -200px;
    text-align: center;
    border-radius: 100%;
   transition: all .5s;
    box-shadow: 4px 8px 10px 2px rgba(0,0,0,0.2);
    border:3px solid #f05e25;
}

.hover_open {
    display: none;
}

.hover_open h3 {
   font-size:14px;
    text-align: center;
    color: #000;
    margin: 0;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
   
}

.map_fix:hover{transform: scale(1.4);}

.mark-draw {
 width: 140px;
    height: 130px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    transform: rotate(136deg);
    left: 63px;
    top: 138px;
}
.mark-draw:before{
  
   content:"";
  position:absolute;
  z-index:-1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border:var(--b,3px) solid #000;
  border-radius:50%;
  clip-path:
    polygon(0   calc(100% - var(--fill)),
           100% calc(100% - var(--fill)),
           100% 100%,
           0    100%);
  transition:0.5s;
  border-style: dashed;
    
}

.location1 {
    position: absolute;
    top: 274px;
    left: 137px;
}

.location2 {
    position: absolute;
    top: 300px;
    left: 112px;
}

.location3 {
    position: absolute;
    top: 152px;
    left: 250px
}

.location4 {
    position: absolute;
    top: 424px;
    left: 185px;
}

.location5 {
    position: absolute;
    top: 540px;
    left: 251px;
}

.location6 {
    position: absolute;
    top: 204px;
    left: 294px;
}

.location7 {
    position: absolute;
    top: 270px;
    left: 465px;
}


.location8 {
    position: absolute;
    top: 180px;
    left: 346px;
}

.location9 {
    position: absolute;
    top: 210px;
    left: 151px;
}

.location10 {
    position: absolute;
    top: 301px;
    left: 190px;
}

.location11 {
    position: absolute;
    top: 204px;
    left: 294px;
}

.location12 {
    position: absolute;
    top: 500px;
    left: 200px;
}

.location13 {
    position: absolute;
   top: 130px;
    left: 209px;
}
*/
.about-content {padding-right: 50px;}
.aout-thumb{position:relative;padding-right:13px;border-radius:10px}
.aout-thumb img{border-radius:10px}
.aout-thumb:after{content:'';position:absolute;top:10px;right:0;width:400px;height:490px;border:1px solid #184c97;z-index:-1;border-radius:10px}
.vission-sec{position:relative;}
/*.vission-sec:after{position:absolute;content:'';top:0;background: #184c977a;width: 100%;height: 100%;z-index: 1;}*/
.vision-box{padding: 80px 0;color: #000;/*border-right:1px solid #b7cff3;min-height: 200px;*/position:relative;z-index:2;}
.mission-box{color: #fff;min-height: 200px;position:relative;z-index:2;}
.mission-box .heading, .vision-box .heading{color:#fff;}

.mission-box1{padding:80px ;}
.sub-heading{font-size:25px;color:#184c97;}
.mission-box1 .heading{color:#fff;}

.service-thumb2{border: 1px solid #f05e25;
    padding:25px;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
    min-height:370px;
    margin-top:30px;
}
    
    .service-thumb2:hover {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.25);
}
    
.service-thumb2 span{
    color: #000;
    font-size: 18px;
    display: block;
   
    letter-spacing: 1px;
    font-weight: 600;
    margin: 20px 0 20px;
}   

.service-content2 ul li {color:#000;position:relative;margin-bottom: 8px;display: flex;}
.service-content2 ul li:before{content: "\f00c";left:0;position:relative;font-size:16px;font: normal normal normal 14px/1 FontAwesome;
 margin-right:10px;font-size:17px;color:#f05e25;}
 
.service-paragraph{max-width:800px;margin:auto;}
.service-paragraph{}
.service-thumb{position:relative;margin-top:30px;overflow: hidden;}
.service-img img{height:400px;object-fitt:cover}

.service-thumb .service-img:before {
    z-index: 1;
    opacity: .4;
    -webkit-background-image: linear-gradient(top,rgba(27,26,26,.35),#1b1a1a 100%);
    -moz-background-image: linear-gradient(top,rgba(27,26,26,.35),#1b1a1a 100%);
    -ms-background-image: linear-gradient(top,rgba(27,26,26,.35),#1b1a1a 100%);
    -o-background-image: linear-gradient(top,rgba(27,26,26,.35),#1b1a1a 100%);
    background-image: linear-gradient(top,rgba(27,26,26,.35),#1b1a1a 100%);
}

.service-thumb .service-img:after {
    opacity: 0;
    z-index: 2;
    background-color: #ff5e14;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.service-thumb:hover .service-img:after {
    opacity: .9;
}

.service-thumb:hover .service-img:before {
    opacity: .9;
}


.service-img:after, .service-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service-content {
    position: absolute;
    left: 0;
    bottom: -120px;
    width: 100%;
    padding: 20px 30px 40px;
    z-index: 2;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.service-thumb:hover .service-content {
    bottom: 0;
}

.service-thumb  .service-content span  {
    font-family: 'Fjalla One', sans-serif;
    font-size:16px;
    margin: 20px 0;
    display: block;
    font-weight: 600;
    color:#fff;
    letter-spacing: 1px;
    }
.service-content ul {
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.service-content ul li {color:#fff;position:relative;margin-bottom: 8px;}
.service-content ul li:before{content: "\f00c";left:0;position:relative;font-size:16px;font: normal normal normal 14px/1 FontAwesome;
 margin-right:10px;font-size:17px;}

.service-thumb:hover .service-content ul {
    opacity: 1;
}

.flee-banner h2{line-height:100px !important;}
.flee-caption{margin-right:0;}
.flee-caption p{color:#fff;font-size:18px;margin: 20px 0 0;line-height: 25px;}

.number-box{
    display: flex;
    background: #184c97;
    padding: 20px;
    margin-top:50px;
    
}

.col-md-12 .number-box .box1:last-child{border-right:0;}

.box1{
    color:#fff;
    width: 33.3333%;
    padding: 0 20px;
    text-align: center;
    border-right: 1px solid #b8d2f791;
    
}

.box1 span{
    font-size: 51px;
    font-family: 'Fjalla One', sans-serif;
    text-align: center;
}
svg{
  font   : bold 46px Arial;
  width  : 100%;
  height : 150px;
  color:#184c97;
}

text{
  fill            : none;
  stroke          : #184c97;
  stroke-width    : .2px;
  stroke-linejoin : round;
  animation       : 2s pulsate infinite;
}

@keyframes pulsate {
  50%{ stroke-width:2px }
}



.director-sec{position:relative;}
.director-sec:after {
    position: absolute;
    content: '';
    top: 0;
    background: #184c977a;
    width: 100%;
    height: 100%;
    z-index:1;
}

.director-sec .about-content {position:relative;z-index:2;color:#fff;padding-right: 0px;}
.director-sec .about-content .heading{color:#fff;margin-bottom:20px;}
.director-sec .about-content strong{margin-bottom:10px;display:block;}


.director-content{padding-left:20px;color:#fff;}
.director-content .heading{color:#fff;margin-top:10px;}
.director-content strong{color: #184c97;}

.team-thumb{padding: 20px;background:#184c974a;}
.team-content{padding:44px;background: #184c97;}
.director-thumb img{height:430px;}

.team-content .heading{font-size:25px;color:#fff;margin-bottom:15px;}
.team-content strong{color:#fff;margin-bottom:30px;display:block;}

.team-content p{color:#fff;}

.team-slider img{height:422px;}

.scroll2 {height: 390px !important}
.scroll {
    
    overflow-x: hidden;
    overflow-y: scroll;
    height: 275px;
    padding-right: 10px;
   
}

.scroll::-webkit-scrollbar {
    width: 5px
}

.scroll::-webkit-scrollbar-track {
    background: #eee
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background-color:#000;
    
}

.caree-sec{position:relative}
.caree-sec:after{position:absolute;content:'';top:0;width:100%;height:300px;background:#f05e25;}

.career-box .defult input::file-selector-button{ background:#f05e25; height:33px; color:#fff; font-size:14px; cursor:pointer; border:none;}

.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: #f46c21 !important;
    color: #fff !important;
    cursor: inherit;
    display: block;
}

.btn-file {
    cursor: pointer;
    padding-left: 0;
    position: relative;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    width:130px;
    padding: 8px 15px;
    background: #184c97;
    color: #fff;
}

.btn-file i{margin:0 10px 0 0;}
span.file-name {
    font-size: 12px;
    display: flex;
    margin: 0;
}

.d-flex{
    max-height: 100%;
    max-width: 100%;
}


.job-details{border: 1px solid #f05e25;padding: 40px;border-radius:20px;transition:all 0.5s ease-in-out;min-height: 327px;}

.job-details span{color:#f05e25;font-size:14px;display:block;font-weight:600;}

.job-details strong{color:#000;font-size:18px;display:block;letter-spacing: 1px;font-weight: 600;margin: 5px 0 20px;}
.job-details p{margin-bottom:0;}
.job-details:hover{background:#fff;border:1px solid #fff;    box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.25);} 
.blog-discription .blog-btn{
    width: 30px;
    height: 30px;
    border: 1px solid #184c97;
    display: block;
    position: relative;
    margin-right: 5px;
    border-radius: 100%;
    text-align: center;
    line-height: 27px;
    margin-top: -20px;
}

.blog-thumnail:hover .blog-btn{ background:#184c97;color:#fff;}

.testimonials-sec{position:relative;}
.relative{position: relative;z-index: 2;}
.testimonials-box{
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 25px;
    margin: 20px 10px 0;
    transition:all 0.3s ease-in-out;
}

.testimonials-box h4{color:#fff;font-size:18px;letter-spacing:1px;margin-bottom:20px;font-weight:500;}
.testimonials-box p{color:#fff;font-size:14px;margin-bottom:0px;}
.testimonials-box:hover {background:#f05e25;color:#fff; border: 1px solid #f05e25;}

.testimonials-sec:after {
    position: absolute;
    content: '';
    top: 0;
    background: #184c977a;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.clients-logo {
    padding: 10px 25px;
   
    margin: -1px 0 0 -1px;
    text-align: center;
   border: 1px solid #d8d6d5;
   margin-top:30px;
 
    
}
    
/*.clients-logo:hover{filter:none;}  */  


.partner-sec .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 20%;
    max-width: 20%;

}

 .team .col-md-3{
        max-width: 30%;
        flex: 0 0 30%;
    }
    
    .team .col-md-6{
        max-width: 40%;
        flex: 0 0 40%;
    }
    .color{  color: #ed7b07;}
    .hgh{padding-top:70px;}
        .hgh img{height:450px;}
        .hgh2 img{height:600px;}
        
.heading1 {
 color: #184c97;
 font-weight:100;
 font-size: 50px;
 font-style: italic;
        }
        
.heading1 span{
    color: #ed7b07;
    font-weight:700;
        }
        
.heading2 {
    color: #184c97;
    font-weight:100;
    font-size: 50px;
    font-style: italic;
    margin-left:80px;
    margin-bottom:80px;
        }
        
.heading2 span{
 color: #ed7b07;
 font-weight:700;
        }
        
 .color{  color: #ed7b07;}
.hgh{padding-top:70px;}
.hgh img{height:450px;}
.hgh2 img{height:600px;}
        
        .heading1 {
            color: #184c97;
            font-weight:100;
            font-size: 50px;
           font-style: italic;
        }
        
        .heading1 span{
            color: #ed7b07;
            font-weight:700;
        }
        
.heading2 {
    color: #184c97;
    font-weight:100;
    font-size: 50px;
    font-style: italic;
    margin-left:47px;
    margin-bottom:80px;
}
        
.heading2 span{
    color: #ed7b07;
    font-weight:700;
}
        
.vission-image{
        clip-path: polygon(0% 100%, 36% 0%, 100% 0%, 100% 100%);
    	-webkit- clip-path: polygon(0% 100%, 36% 0%, 100% 0%, 100% 100%);
    	width: 700px;
    	position:absolute;
    	right:0;
}
        
.vission-image img{
    height:450px;
    margin-bottom: 20px;
}    


.clippath {
    clip-path: polygon(8% 0%,80% 0%,100% 0,100% 90%,90% 100%,20% 100%,0 100%,0% 12%);
}

.clippath2 {
   clip-path: polygon(6% 0%,80% 0%,100% 0,100% 80%,95% 100%,20% 100%,0 100%,0% 20%) !important;
    min-height:auto !important;
}


.clippath{
     background:#d9e9f5;
     padding:50px;
     transition: all .8s ease-in-out;
     margin-top:30px;
     min-height:385px;
}
.clippath:hover {
    background: #184c97;
    color: #fff;
}

.clippath .heading {
    font-size:30px;
}

.clippath .blue{transition: all .8s ease-in-out;}

.clippath:hover .blue{color:#fff;}
    
       
.triangle {
   background: #ed7b07;
    clip-path: polygon(0% 100%, 37% 0%, 100% 0%, 100% 100%);
    -webkit- clip-path: polygon(0% 100%, 36% 0%, 100% 0%, 100% 100%);
    width: 655px;
    height: 447px;
    position: absolute;
    right: -78px;
    top: 23px;
}
    
    .vision-part {padding:100px 0;}
    
    .vission-image{
            clip-path: polygon(0% 100%, 36% 0%, 100% 0%, 100% 100%);
            	-webkit- clip-path: polygon(0% 100%, 36% 0%, 100% 0%, 100% 100%);
            	width: 700px;
            	position:absolute;
            	left:0;
        }
        
    .vission-image img{
        height:450px;
        margin-bottom: 20px;
    }    
        
       
.triangle {
    background: #ed7b07;
    clip-path: polygon(0% 100%, 36% 0%, 100% 0%, 100% 100%);
    -webkit- clip-path: polygon(0% 100%, 36% 0%, 100% 0%, 100% 100%);
    width: 668px;
    height: 447px;
    position: absolute;
    right: -78px;
    top: 23px;
}
    
    .vision-part {padding:77px 0;}
    
    .mission-part {padding:113px 0;}
    
.mission-image{
        clip-path: polygon( 0% 100%, 0% -150%, 60% 15%, 92% 98%);
    	-webkit- clip-path: polygon( 0% 100%, 0% -150%, 60% 15%, 92% 98%);
    	width: 700px;
    	position:absolute;
    	right:0;
}
        
.mission-image img{
        height:450px;
        margin-bottom: 20px;
    }    
        
       
.triangle2 {
   background: #ed7b07;
    clip-path: polygon( 0% 100%, 3% -150%, 61% 15%, 95% 100%);
    -webkit- clip-path: polygon( 0% 100%, 3% -150%, 61% 15%, 95% 100%);
    width: 655px;
    height: 447px;
    position: absolute;
    left: -78px;
    top: 23px;
}
    
   
    
/*.triangle3    {
   background: #d9e9f5;
  clip-path: polygon( 0% 101%, 0% -135%, 86% -1%, 55% 100%);
            	-webkit- clip-path: polygon( 0% 101%, 0% -135%, 86% -1%, 55% 100%);
   padding: 50px 0 50px 120px;
}*/

.triangle3    {
   background: #d9e9f5;
  clip-path: polygon( 0% 101%, 0% -135%, 86% -1%, 60% 100%);
            	-webkit- clip-path: polygon( 0% 101%, 0% -135%, 86% -1%, 60% 100%);
   padding: 50px 0 50px 120px;
   transition:all .8s ease-in-out;
}

.triangle3 p{
    width: 700px;
    margin: 0;
}


    .triangle4 {
    background: #d9e9f5;
    clip-path: polygon( 38% 100%, 0% -70%, 100% 0%, 100% 100%);
    -webkit- clip-path: polygon( 38% 100%, 0% -70%, 100% 0%, 100% 100%);
    padding: 50px 120px 50px 0px;
    transition:all .8s ease-in-out;
}

.triangle4 p{
    width: 700px;
    margin-right: 0;
    text-align:right;
}

.triangle3:hover, .triangle4:hover {
    background: #184c97;
    color: #fff;
}

.triangle3:hover .heading, .triangle4:hover .heading {
   
    color: #fff;
}

.triangle4 h2{text-align:right;}

.blue{
    color:#184c97
}    

 .color{  color: #ed7b07;}
    .hgh{padding-top:70px;}
        .hgh img{height:450px;}
        .hgh2 img{height:600px;}
        
        .heading1 {
            color: #184c97;
            font-weight:100;
            font-size: 50px;
           font-style: italic;
        }
        
        .heading1 span{
            color: #ed7b07;
            font-weight:700;
        }
        
     .director-image{
         
     border-radius: 100%;
    overflow: hidden;
    height: 450px;
    width: 450px;
    border: 12px solid #ed7b07;
    margin-top:60px;
    }
    
    .director-image img{height:100%;}
    .director-discrpiotion{padding-top:80px;}
    
.color{  color: #ed7b07;}
    .hgh{padding-top:70px;}
        .hgh img{height:450px;}
        .hgh2 img{height:600px;}
        
        .heading1 {
            color: #184c97;
            font-weight:100;
            font-size: 50px;
           font-style: italic;
        }
        
        .heading1 span{
            color: #ed7b07;
            font-weight:700;
        }
        
     .director-image{
         
     border-radius: 100%;
    overflow: hidden;
    height: 450px;
    width: 450px;
    border: 12px solid #ed7b07;
    margin-top:60px;
    }
    
    .director-image img{height:100%;}
    .director-discrpiotion{padding-top:80px;}
    .clr-box{
        width: 80px;
    height: 80px;
    margin-top: -50px;
    margin-left: 0;
    background: #ed7b07;
    }
    
    .clr-box2{
        width: 80px;
    height: 40px;
   
    margin-left: 0;
    background: #ed7b07;
    }
    
    
    .content{
        padding-left: 105px;padding-right: 30px;
    }
    
    .content h4{font-size:40px;color:#ed7b07;margin-left:-30px;font-weight: 700;}
     .content h5{font-size:30px;color:#184c97;}
     .history-image img{
             min-height: 286px;
     }    
        
        
.journey-thumb{margin-top:20px;background: #fff;padding: 30px;border-bottom: solid 10px #1a4d98;border-radius: 10px;box-shadow: 0 0 15px #00000026;text-align: center;min-height: 321px;}  
.journey-thumb p{margin-bottom:0;}
.journey-thumb img{ margin-bottom:30px;}
.journey-thumb h5{font-size: 16px;font-weight: 600;}
.best-sec{overflow:hidden;border-top:1px solid #c8c6c6;padding:50px 0;}
.best-sec:hover{background: #184c97;color: #fff;transition: all .8s ease-in-out;border-top: 1px #184c97;}
.best-sec:hover span{color:#fff;}
.best-sec:hover .heading{color:#fff;}
.best-sec2{margin-bottom:60px;border-bottom: 1px solid #c8c6c6;}
.bestchoice-content ul{list-style: disc;padding-left:20px;}
.bestchoice-content ul li{margin-bottom:15px;}
.best-numbers{font-size: 150px;font-weight: 1000;text-align: center;color: #184c97;line-height: normal;}
.searcbar{padding: 20px;margin-bottom:20px;}
.searcbar form{display:flex;background:#fff;}
.searcbar .digital-btn{background:#184c97;padding: 8px 20px;border:0}
.searcbar .form-control{font-size:13px;opacity:.8;border-radius:0;border:0;outline:0}
.postgrid{padding:20px;margin-bottom:20px}
.postgrid h5{font-size:23px;letter-spacing:2px}
.post-titile {border-bottom:1px solid #d8d8d8;margin-top:15px}
.post-titile p{font-size:13px;}
.post-titile span{font-size:13px;color:#fc8902}
.follow-grid{padding:20px;}
.follow-grid h5{font-size:23px;letter-spacing:2px}
.follow-icon ul{display: flex; width: 200px;margin: 15px 0 0;padding: 0;justify-content: center;align-items: center;list-style:none}
.details-sec ol{padding-left: 20px;}
.details-sec ol li{margin-top:15px}
.details-sec ul{padding-left:20px}
.details-sec ul li{margin-top:10px}


footer{padding:50px 0;background:#184c97;width:100%}

ul{list-style:none;margin-bottom:0}
.inner-ft h6 {
    font-size:18px;
    color: #fff;
    margin-bottom:20px;
    position: relative;
    letter-spacing: 1.2px;
    font-weight:700;
	font-size: 18px;
	
}

.inner-ft ul li a {
    color: #fff;
    font-size: 14px;
    
    transition: all ease-in-out 0.3s;
	padding: 5px 0;
    display: block;
	
}

.inner-ft p .fa {
    color: #ff5043;
    opacity: 1;
    font-size: 22px;
    margin-right: 15px;
}

.inner-ft p {
    color: #fff;
    font-size: 14px;
    display: flex;

}

.inner-ft p span, .inner-ft p b{
    margin: 0;
}

.inner-ft p a{margin:0;color:#fff;opacity: 0.8;}
.inner-ft p strong{margin:0}
.add-one strong{
	color: #fff;
    display: inline-block;
    margin-bottom: 10px;
	opacity: 0.8;
}

.bottom-ft{
	padding-top:50px;
	margin-top:50px;
	border-top: 1px solid #c2d4dbd6;
}
.copy-right p{margin:0;color:#fff;opacity:.8;padding:10px 0;font-size:13px;position:relative;}
.copy-right{background: #184c97;;border-top: 1px solid #cccccc78;}
.copy-right p a{margin:0;color:#fff;opacity:.8;padding:10px 0;font-size:13px;}
.copy-right p span{margin:0 10px;}


.social-icon a{

    
    display: inline-block;
    width: 30px;
    line-height: 30px;
  
    text-align: center;
    margin: 10px 5px 0 0;
    
    font-size: 14px;
}

.social-icon .fa{
width: 30px;
    height: 30px;
    background: #fff;
    color: #ed7b07;
    line-height: 30px;
    border-radius: 100%;
    }
    
    
    
.digital{
    position: absolute;
    right: 0;
    top:5px;    
    display: flex;
    align-items: center
    
}    

.track-btn{
    background: #fa7a00;
    font-size: 16px;
    color: #fff;
    padding: 7px 30px;
    margin: 0 0 0 15px;
    border-radius: 5px;
}
    

.whatsapp {
    width: 50px;
    height:50px;
    color: #fff !important;
    bottom:35px;
    position: fixed;
    right:35px;
   
    z-index: 99;
    line-height:65px;
    text-align: center;
    border-radius: 100px;
}

.whatsapp .fa {
    position: relative;
}

.whatsapp:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 65%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.whatsapp:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 65%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height:60px;
    background: #25d366;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    box-shadow: 0px Ã¢â‚¬â€¹0px 15px #45514;
}   


@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}


.modal-content .close {
    width: 35px;
    height: 35px;
    position: absolute;
    right:0px;
    top: 0px;
    z-index: 99;
    border: none;
    background: #184c97;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity:1!important;
}

.modal-content .close img {
    width: 35px;
}

.track-input{
    display: flex;
    background: #f6f6f6;
    width: 100%;
}

.track-input .form-control{border-right:0;}
.modal-content{border:0;text-align:center;border-radius:0;}
.modal-content h4{text-align: center;margin-bottom: 20px;font-size: 30px;font-family: 'Fjalla One', sans-serif;}
.modal-dialog {max-width: 400px;}
.modal-body{margin: 0;padding: 30px;}
.track-input .btn{
   background-color: #f05e25;
    color: #fff;
    padding: 10px 20px;
    border: 0;
    outline: 0;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 1px;
}

    
    .banner-service{
    max-width: 500px;
    margin: 0;
    display: flex;
    height: 550px;
    align-items: center;
    
    }

   .banner-service span{
       color:#fff;
       display:block;
       font-size:16px;
   }
  
  .banner-service p{
       color:#fff;
       display:block;
       font-size:18px
   }
   
   .banner-service a{
       color:#fff;
       display: flex;
       font-size:16px;
       margin-top:20px;
       
   }
   
   .banner-service a span{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-left: 10px;
    background: #f05e25;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 14px;
       
   }
   
  .banner-service .heading {
      color:#f05e25;
      margin: 15px 0;
      text-transform:uppercase;
  }
  
  .banner-box{
      position:relative;
      padding-left: 20px;
      margin-top: 70px;
  }
  
  .banner-box:after{
   position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 7px;
    height: 100%;
   
     background-image: linear-gradient(#f05e25, #009dff);
    border-radius: 5px;
      
  }
  
  .service-text{
     padding: 80px ;
  }


.service-bg{
    position: absolute;
    left: 0;
    padding: 0;
}	

.service-image img{
    height: auto;
    object-fit: cover;
}

.circle-pic{
    width: 250px;
    height: 250px;
    border-radius: 100%;
    overflow: hidden;
    /*border:20px solid #fff9f2;*/
    position:relative;
    z-index:1;
    margin-top: -70px;
     
}

.circle-pic img{height:100%;object-fit:cover}

.numbers{
    font-size: 200px;
    font-weight: 700;
    color: #f05e25;
    margin-left:35px;
   line-height:144px;
    -webkit-text-stroke-width: 6px;
}

.service-title{
    padding-top:20px;
    
}

.service-title p{font-size:15px;}


.service-title h5{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform:uppercase;
}

.service-thumbnail{
    padding:30px 20px;
}


.client-slider .product-showcase-carousel-controls {
    position: absolute;
    top: 35%;
    cursor: pointer;
    z-index: 99;
    font-weight: 100;
    color: #fff;
    background: #02629b;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.client-slider .product-showcase-carousel-controls {
   background-color: #184c97;
    border: 1px solid #02629b;
}

.client-slider .product-showcase-carousel-controls:hover {
    color: #fff;
    background: #02629b;
}

.client-slider .product-showcase-carousel-controls--right {
    right:-4%;
}

.client-slider .product-showcase-carousel-controls--left {
    left:-8%;
}

.client-thumb{margin:0 8px;}


.trucks-slider .product-showcase-carousel-controls {
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 99;
    font-weight: 100;
    color: #fff;
    background: #02629b;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.trucks-slider .product-showcase-carousel-controls {
   background-color: #184c97;
    border: 1px solid #02629b;
}

.trucks-slider .product-showcase-carousel-controls:hover {
    color: #fff;
    background: #02629b;
}

.trucks-slider .product-showcase-carousel-controls--right {
    right:28%;
}

.trucks-slider .product-showcase-carousel-controls--left {
    left:24%;
}

.trucks-slider .product-showcase-carousel-controls {
    position: absolute;
    top: 35%;
    z-index: 4;
    margin-top: 0px;
}

.trucks-slider .product-showcase-carousel-controls:hover i {
    color: #fff;
}

.trucks-slider .product-showcase-carousel-controls i {
    color: #02629b;
}

.trucks-slider .product-showcase-carousel-controls i {
    font-size: 22px;
    color: #fff;
    position: relative;
    top: -1px;
}



/*.truck-view {
    transform: scale(0.8);
    transition: all 1s ease-in-out;
    opacity: .3;
}

.truck-thumb.slick-slide.slick-current.slick-active.slick-center .truck-view{
    transform: scale(1);
    opacity:1;
}*/

.truck-thumb img{
  transform: scale(.65);
    transition: all 1s ease-in-out;
    opacity: .3;
/*	padding:50px;*/
}

.trucks-slider .slick-center img {
  transform: scale(1.2);
  opacity:1;
  /*padding: 0;*/
   transition: all 1s ease-in-out;
  
   
}



.food-scroll {
    
    overflow-x: hidden;
    overflow-y: scroll;
    height:165px;
    padding-right: 10px;
   
}

.food-scroll::-webkit-scrollbar {
    width: 5px
}

.food-scroll::-webkit-scrollbar-track {
    background: #fff;
     border-radius: 1rem;
}

.food-scroll::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background-color:#ed7b07;
    
}

.food-scroll ul{
   list-style: circle;
    padding-left: 20px;
    }
.food-scroll ul li{margin-top:10px;}    

.director-scroll {
    
    overflow-x: hidden;
    overflow-y: scroll;
    height:350px;
    padding-right: 10px;
   
}

.director-scroll::-webkit-scrollbar {
    width: 5px
}

.director-scroll::-webkit-scrollbar-track {
    background: #e2e2e2;
     border-radius: 1rem;
}

.director-scroll::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background-color:#ed7b07;
    
}

.truck-view p{
    font-size: 15px;
    font-weight: 600;
    margin-top: 25px;
}

.table{
    margin-top:40px;
}


.table td{
    padding: 12px;
    border: 0;
    text-align:center;
    color:#000;
}

.table th{color:#fff;text-align:center;}

.table tr:nth-child(odd) {
    background-color: #679fcd;
}

.table tr:nth-child(even) {
    background-color:#bfd4eb;
}

.pd50{padding-top:50px}
.glob2{display:none;}
@media(max-width:991px){

.navbar-light .navbar-toggler-icon {background-image: url(../images/download.svg);cursor:pointer;position:relative;right:15px;}
.navbar-light .navbar-toggler-icon.cross {background: url(../images/cross.svg) no-repeat !important;background-size: 60% !important;background-position: center !important;}
button.navbar-toggler {padding: 17px;border-radius: 0;margin-left: auto;margin-right: 0;border: 0;}
.navbar-expand-lg>.container {width: 100%;margin: 0;max-width: 100%;padding-right:15px;padding-left:15px;}
nav {padding: 0px 0 !important;border-bottom: none;}
ul.navbar-nav li:first-child {margin-left: 40px;}
ul.navbar-nav {margin-right: 0px;border-top: 1px solid #89cd6a;padding: 20px 0;}
.navbar-expand-lg .navbar-brand img { width:130px;padding:0px 0;margin-left:15px;}
nav.navbar-expand-lg.navbar-light.header{background: #184c97;border: 0;}
.whatsapp {width: 40px;height: 40px;bottom: 25px;right: 23px;line-height: 49px;}
.whatsapp:before, .whatsapp:after{width:50px;height:50px;}
.home-banner video {height: 75vh;}
.pad100 {
    padding:60px 0;
}

.pd50{padding-top:110px; overflow: hidden;}
.pd65-1 {
    padding-left: 0;
    margin-top: -40px;
}

.market-l .market-circle {
    width: 200px;
    height: 200px;
}

.glob {
    
    width: 350px;
    height: 350px;
   
    margin-top: 22px;
    
    text-align: center;
    display: block;
}

.pd65-2 {
  
    left: -26px;
    top: -40px;
}

.pd65-3 {
    margin-top: -140px;
    padding-left: -88px;
    margin-left: -13px;
}

.pd65-4 {
    padding-top: 40px;
    position: relative;
    left: -21px;
}

.pd65-5 {
    margin-left: 0;
    margin-right:30px;
}

.locaion-map{margin-top:20px;}

.counter span {
    font-size: 80px;
    line-height: 80px;
}

.projectssection {
    
    overflow: hidden;
}

.resfixed,.comfixed,.hosfixed,.leafixed,.electronicfixed,.autofixed{display:none;background: 0 0;
    height: auto;}
.com, .hos, .lea, .res {
    display: block;
}
.gridanimated .innergridpro .itemwrap .gridbackg {
    width: 100%;
    position: relative;
    height: 100vh;
}


.gridanimated .innergridpro .itemwrap {
    margin: 0 15px;
}

.glob2{display:none;}

.heading {
    font-size: 40px;
}

.banner{margin-top:72px;height:60vh!important;background-position: center center!important;}
.triangle,.triangle2{display:none;}
.vission-image {
    clip-path: inherit;
    -webkit- clip-path: inherit;
    width: 100%;
    position: relative;
    left: 0;
}

.vision-part {
    padding: 60px 0 30px;
}

.vission-image img {
    height: auto;
    margin-bottom: 60px;
}

.heading1,.heading2 {
   
    font-size: 40px;
}

.mission-image img {
    height: auto;
    margin-bottom:60px;
    margin-top:0px;
}

.mission-part {
    padding: 60px 0 30px;
}

.mission-image {
    clip-path: inherit;
    -webkit- clip-path: inherit;
    width: 100%;
    position: relative;
    right: 0;
}
.mission-section .row{flex-direction: column-reverse;}
.clippath {
    
    padding: 50px;
   
    margin-top: 30px;
    min-height: auto;
}

.clippath p {margin:0;}

.best-numbers {
   
    line-height: 111px;
}

.director-image {
   
    height: 300px;
    width: 300px;
    margin-top: 150px;
}

.banner-box {
    
    padding-left:0px;
    margin-top: 0px;
}

.banner-box:after{display:none;}

.banner-service {
   height: 60vh;
}

.abtc .row{
    flex-direction: row-reverse;
}

.service-text{padding: 40px 30px 60px!important;}
.inner-banner{margin-top:72px;}
.nav-pills .nav-link{width:230px;}
.nav-pills .nav-item{margin-top:8px;}
.tab-img{height: 46vh;object-fit: cover;}
.mt20{margin-top:20px;}

.navbar-nav .dropdown-menu{display:none;visibility:hidden;}
.navbar-nav li.nav-item:hover .dropdown-menu{visibility:inherit;}
.wdth1140 {
    width: 246px;
    padding: 0px !important;
    overflow: hidden;
}


.service-tab .col-md-3{max-width: 100%;
   /* padding: 0;*/
    flex: 100%;}
.service-tab .service-circle{display:none;}
.service-box span {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.service-box{
    border-bottom: 1px solid #dbd7d7;
    padding: 10px;
    width: 100%;
    text-transform:uppercase;
}

.service-box span{margin:0 !important;}

}


@media(max-width:560px){
.navbar-expand-lg .navbar-brand img {
    margin-left: 0;
}  

.navbar-light .navbar-toggler-icon {right:0;}

ul.navbar-nav {
    margin-right: 0;
}

ul.navbar-nav li:first-child {
    margin-left: 15px;
}

ul.navbar-nav li {
    margin-left: 15px;
}

.navbar-light .navbar-nav .nav-link {
   
    padding: 10px 0;
}

.main-nav {
     padding-bottom: 35px;
}

.home-banner{margin-top:72px;}
.home-banner video {
    height: 50vh;
    
}

    
.glob{display:none;}  
.glob2{display:block;}
.pd50 {padding-top: 60px;}

.market-l .market-circle {
   width: 100%;
    height: auto;
    animation: inherit;
    margin: 0px auto 20px;
   
}

.dispciption-part2, .market-circle{border-radius:0;}
.dispciption-part2{font-size:20px;}
.market-circle img {
    border-radius: 0;
}

.pd65-1 {
    padding-left:15px;
    margin: 0 auto;
    text-align: center;
    display: block;
}


.pd65-2 {
    left: 0;
    top: 0;
}

.pd65-3 {
    margin-top:0px;
    padding-left:15px;
    margin-left:0px;
}

.pd65-4 {
    padding-top:0px;
    position: relative;
    left:0px;
}

.pd65-5 {
    margin-left: 0;
    margin-right:0px;
    margin-top:0;
}

  .gridanimated {
    width: 100%;
    height: auto;
  }
    .gridanimated .innergridpro .itemwrap .gridbackg {
    width: 100%;
    position: relative;
    height: auto;
}
body:before{display:none;}
.counter span {
    font-size: 50px;
    line-height: 50px;
}

.count-thumb p {
    text-align: center;
}

.count-thumb {
    margin-top: 30px;
}

.clients-logo {
    padding: 10px 60px;
    margin: 0px 0 0 0px;
    text-align: center;
}

.inner-ft img{width:180px;}
.social-icon{margin:30px 0 !important;}
.client-slider{margin-top:30px;}
.client-slider .product-showcase-carousel-controls--left {
    left: -14%;
}
.client-slider .product-showcase-carousel-controls {
    
    top: 20%;
}

.digital {
    position: relative;
}

.copy-right {
   
    padding-bottom: 20px;
}

.map-part {
    padding: 40px 20px;
}

.map-part ul li {
    font-size: 16px;
}

.heading1, .heading2 {
    margin: 0;
    font-size: 35px;
}

.clippath .heading {
    font-size: 28px;
}

.clippath {
    clip-path: polygon(12% 0%,90% 0%,100% 0,100% 89%,86% 100%,20% 100%,0 100%,0% 12%);
    padding: 45px 30px;
}

.clippath2 {
   clip-path: polygon(12% 0%,90% 0%,100% 0,100% 89%,86% 100%,20% 100%,0 100%,0% 12%)!important;
   padding: 45px 30px;
}

.best-numbers {
    font-size:60px;
   
    text-align: left;
   
    line-height: 90px;
}

.bestchoice-content .heading {
    font-size: 30px;
    margin-bottom: 20px;
}

.best-sec {
  
    padding: 25px 0;
}

.director-image {
   
    height: 300px;
    width: 300px;
    margin-top:30px;
}

.director-discrpiotion {
    padding-top: 30px;
    text-align: center;
}

.service-text{padding: 40px 15px 60px !important;}
.service-thumbnail {padding: 30px 0px;}
.numbers {font-size: 170px;}
.service-title p {margin: 0;}
.banner-service .heading {font-size:30px;}
.truck-thumb img{
  transform: scale(1);
  transition: all 1s ease-in-out;
  opacity: 1;
}
.trucks-slider .product-showcase-carousel-controls--right {
    right:0%;
}

.trucks-slider .product-showcase-carousel-controls--left {
    left: -12%;
}

.nav-pills .nav-item {
    margin-top: 0;
    width: 100%;
    border-bottom: 1px solid #d3cdcd;
}

.nav-pills .nav-link {
    width: 150px;
    text-align: left;
    border: 0;
}

.tab-pane .pr-0{padding-right:15px!important;}
.tab-pane .pl-0{padding-left:15px!important;}
.job-details {
    
    padding: 25px;
    margin:15px 0 !important;
    min-height: 250px;
}

.contact-box {
    margin-bottom: 40px;
    padding-right: 0;
}

.map {
    margin-top: 60px;
}

.map iframe{
    height:200px!important;
}

.traking-sec{
   
    margin-top:110px;
}

.traking-sec iframe {

height: 500px;}



}


