    #myGallery {
    position: relative;
    width: 300px;
    /* Set your image width */
    height: 300px;
    /* Set your image height */
    margin: 40px auto;
}

#myGallery img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    z-index: 1;
}

#myGallery img.active {
    z-index: 2
}

.ContactBTT a {
    color: #000;
    text-decoration: none;
}


/*==Common classes==*/

.smooth-scroll {
    width: 100vw;
    height: 100vh;
    overflow: auto;
}

body {
    font-family: 'Poppins', sans-serif;
}

html {
    scroll-behavior: smooth;
}

p {
    font-size: 16px;
    color: #5f5f5f;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0px;
}

.padd-0 {
    padding: 0px;
}

.text-right {
    text-align: right;
}

.text-right {
    text-align: right;
}

.padd-all-30 {
    padding: 30px 30px;
}

.padd-all-40 {
    padding: 40px 40px;
}

.padd-top-10 {
    padding-top: 10px;
}

.padd-top-40 {
    padding-top: 40px;
}

.padd-50 {
    padding: 50px 0px;
}

.padd-30 {
    padding: 30px 0px;
}

.padd-10 {
    padding: 10px 0px;
}

.padd-20 {
    padding: 20px 0px;
}

.padd-80 {
    padding: 80px 0px;
}

.padd-0 {
    padding: 0px;
}

.padd-btm-50 {
    padding-bottom: 50px;
}

.padd-top-50 {
    padding-top: 50px;
}

.padd-80 {
    padding: 80px 0px;
}

.margin-top-80 {
    margin: 80px 0px 0px;
}

.marg-0-50 {
    margin: 0px 50px;
}

.marg-20 {
    margin: 20px 0px;
}

.marg-top-20 {
    margin: 20px 0px 0px;
}

.marg-30 {
    margin: 30px 0px;
}

.marg-40 {
    margin: 40px 0px;
}

.marg-50 {
    margin: 50px 0px;
}

.marg-80 {
    margin: 80px 0px;
}

.marg-btm-40 {
    margin-bottom: 40px;
}

.marg-btm-80 {
    margin-bottom: 80px;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: none;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.left {
    background-image: none;
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: none;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -70px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -70px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    font-size: 18px;
    background: #000;
    padding: 5px;
}

.owl-nav {
    text-align: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    width: 60px;
    height: 40px;
    line-height: 40px;
    font: inherit;
    font-size: 25px;
    background: #3e3c3c;
    color: #fff;
    margin: 20px 20px 0px;
    border-radius: 10%;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #fc7e28;
    border: 1px solid #fc7e28;
}

.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #222;
    border: 1px solid #222;
}

.carousel-indicators {
    bottom: -60px;
}

.owl-dots {
    display: none;
}


/*==Dropdown Button=== 
.dropbtn {
    background-color: #0000;
    color: #b7b7b7;
    padding: 10px 0px;
    font-size: 16px;
    border: none;
    text-align: left;
}
.dropbtn:hover {
    color: #fff;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #717070;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    color: #fff;
    border: 1px solid #484646;
}
.dropdown-content a {
   color: #fff;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {background-color: #27282c;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #0000;}

/*+++++++++++*/

.ScrollStyle {
    max-height: 300px;
    overflow-y: scroll;
    width: 100%;
}

.ScrollStyleyy {
    overflow-x: scroll;
}

#menu {
    color: #eee;
    height: 35px;
    padding: 0px;
}

#menu ul,
#menu li {
    margin: 0 0;
    padding: 0 0;
    list-style: none
}

#menu ul {
    height: 35px;
    padding: 0px;
}

#menu li {
    float: left;
    display: inline;
    position: relative;
    text-shadow: 0 -1px 0 #000;
    border-left: 1px solid #111;
    background-color: #0000;
    color: #b7b7b7;
    font-size: 15px;
    transition: .5s;
}

#menu li:first-child {
    border-left: none
}

#menu a {
    display: block;
    line-height: 35px;
    padding: 0 14px;
    text-decoration: none;
    color: #b7b7b7;
    font-size: 16px;
}

#menu li:hover>a,
#menu li a:hover {
    background: #0000
}

#menu input {
    display: none;
    margin: 0 0;
    padding: 0 0;
    width: 80px;
    height: 35px;
    opacity: 0;
    cursor: pointer
}

#menu label {
    font: bold 30px Arial;
    display: none;
    width: 35px;
    height: 36px;
    line-height: 36px;
    text-align: center
}

#menu label span {
    font-size: 12px;
    position: absolute;
    left: 35px
}

#menu ul.menus {
    height: auto;
    width: 100%;
    background: #111;
    position: absolute;
    z-index: 99;
    display: none;
    border: 0;
}

#menu ul.width-350 {
    width: 100%;
    padding: 10px 0px;
}

#menu ul.menus li {
    display: block;
    width: 100%;
    font-size: 10px;
    text-transform: none;
    padding: 0px 10px;
}

#menu li:hover ul.menus {
    display: block
}

#menu a.home {
    background: #c00;
}

#menu a.prett {
    padding: 0 25px 0 0px
}

#menu a.prett::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 6px 5px;
    border-style: solid;
    border-color: #eee transparent transparent transparent;
    position: absolute;
    top: 15px;
    right: 9px
}

#menu ul.menus a:hover {
    background: #333;
    padding: 0px 8px;
}

#menu ul.menus .submenu {
    display: none;
    position: absolute;
    left: 0px;
    background: #111;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 9999;
}

#menu ul.menus .submenu li {
    background: #111;
}

#menu ul.menus .has-submenu a {
    font-size: 13px!important;
}

#menu ul.menus .has-submenu:hover .submenu {
    display: block;
}


/* ====== */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.service-inner-bx img {
    width: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 25px!important;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    padding: 10px 20px;
    color: #000;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    background: #fff;
    padding: 40px 10px!important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    background: #fff;
    padding: 40px 10px!important;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 45%!important;
}


/*===WORK IN PROGRESS===*/

.ProgressBx {
    background-color: #0000;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 20vh;
}

.waviy {
    position: relative;
    -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, .2));
}

.waviy span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: #1e429b;
    text-transform: uppercase;
    animation: waviy 1s infinite;
    animation-delay: calc(.1s * var(--i))
}

@keyframes waviy {
    0%,
    40%,
    100% {
        transform: translateY(0)
    }
    20% {
        transform: translateY(-20px)
    }
}


/*===BACK TO TOP HEADER===*/

.backToTop {
    display: block;
    position: fixed;
    bottom: 50px;
    right: 50px;
    font-size: 25px;
    z-index: 9999;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #f15922;
    text-align: center;
    border-radius: 50%;
}

.backToTop i {
    position: absolute;
    top: 6px;
    left: 12px;
    color: #fff;
}

.backToTop i:hover {
    color: #ddd;
}


/*===HEADER===*/

.header-logo img {
    width: 180px;
    height: auto;
}

.navbar-inverse {
    background-color: #ffff!important;
    border-color: #0000!important;
    color: #000!important;
    height: 100px;
    margin: 20px 0px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #000000;
}

.nav>li>a {
    font-size: 15px;
    position: relative;
    display: block;
    padding: 0px;
    margin: 28px 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #000;
    background-color: #08080800;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #000;
    background-color: transparent;
    transition: all 0.8s ease 0s;
}

.Line-20 {
    width: 20px;
    border-bottom: 1px solid #ff4a03;
}

.navbar-nav {
    text-align: center;
    background: #fff;
}


/*==Navbar toggle==*/

.navbar-toggle {
    margin-top: -60px;
    background: #202020;
    border-color: #202020!important;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
    border-color: #333!important;
}


/*===End HEADER===*/


/*==COMMON BTN==*/

.common-btn,
input[type=submit] {
    padding: 20px 0px;
    font-size: 16px;
    background: #0000;
    color: #202020;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.common-btn img {
    margin: 0px 15px;
    transition: all .5s;
}

.common-btn:hover img {
    margin: 0px 35px;
    transition: all .5s;
}


/*==HOME PAGE ==*/

.marg-150 {
    margin-top: 150px;
}

.section-title h2 {
    color: #202020;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    font-family: 'Poppins', sans-serif;
    margin: 15px 0px;
}

.section-title h3 {
    color: #202020;
    font-size: 30px;
    font-weight: 200;
    line-height: 35px;
    font-family: 'Poppins', sans-serif;
    margin: 0px 0px;
}

.section-title h4 {
    color: #5f5f5f;
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
    font-family: 'Poppins', sans-serif;
    margin: 0px 0px;
}

.clr-white h3 {
    font-size: 20px;
    color: #f9f9f9;
    margin-bottom: 30px;
}

.margTop-80 {
    margin-top: 80px;
}

.martop_60 {
    margin-top: 60px;
}

.margTop-60 {
    margin-top: -80px;
}

.section-title img {
    width: 80px;
}

.top-sect-box a {
    color: #383838;
    text-decoration: none;
}

.top-sect-box a:hover,
a:focus {
    color: #383838;
    text-decoration: none;
}

.top-sect img {
    width: 100%;
}

.shrink img {
    transition: 1s ease;
}

.shrink img:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    transition: 1s ease;
}

.workIMG img {
    width: 100%;
    padding: 20px 0px;
}

.work-Bx {
    position: relative;
}

.inner-img {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    z-index: 99999;
    padding: 40px 40px;
    color: #fff;
}

.inner-img img {
    width: 100%;
    margin: 20px 0px;
}

.inner-img h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 200;
    margin: 10px 0px;
    font-family: 'Poppins', sans-serif;
}

.inner-img p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.work-Btn a {
    color: #383838;
    text-decoration: none;
    padding: 0px 20px;
}

.work-Btn a:hover,
a:focus {
    color: #383838;
    text-decoration: none;
}

.Frontservice-bx img {
    width: 100%;
}

#accordion-1 .panel {
    border: none;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 10px;
    background: transparent;
}

#accordion-1 .panel-heading {
    padding: 0;
    border: none;
    border-radius: 5px;
    background: transparent;
    position: relative;
}

#accordion-1 .panel-title a {
    display: block;
    padding: 15px 30px;
    margin: 0;
    background: #0000;
    color: #202020;
    font-size: 32px;
    font-weight: bold;
    border: none;
    position: relative;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

#accordion-1 .panel-title a.collapsed {
    border: none;
}

#accordion-1 .panel-title a:before,
#accordion-1 .panel-title a.collapsed:before {
    content: "\f107";
    font-family: "FontAwesome";
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #202020;
    position: absolute;
    top: 15px;
    right: 20px;
    transform: rotate(180deg);
    transition: all .4s cubic-bezier(0.080, 1.090, 0.320, 1.275);
}

#accordion-1 .panel-title a.collapsed:before {
    color: #202020;
    transform: rotate(0deg);
}

#accordion-1 .panel-body {
    padding: 0px 30px;
    background: #0000;
    border-top: none;
}

#accordion-1 .panel-body p {
    font-size: 16px;
    color: #5f5f5f;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0px;
}

#accordion-1 .panel-body .accor-btn img {
    width: auto;
    margin-top: 0px;
}

.accor-btn a {
    color: #383838;
    text-decoration: none;
    padding: 0px 0px;
}

.accor-btn a:hover,
a:focus {
    color: #383838;
    text-decoration: none;
}

.margtop-80 {
    margin-top: 80px;
}

.Frontprocess-bx img {
    margin: 30px 0px;
}

.process-btn a {
    color: #383838;
    text-decoration: none;
}

.process-btn a:hover,
a:focus {
    color: #383838;
    text-decoration: none;
}

.Frontprocess-bx p {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 200;
    color: #202020;
    line-height: 47px;
    margin: 0px 0px 20px;
}

.form-group {
    margin-bottom: 15px;
}

.contact-form .form-group input {
    color: #5f5f5f;
    background: #0000;
    border-bottom: 1px solid #ddd;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    padding: 30px 5px;
    box-shadow: none;
    webkit-box-shadow: none;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.contact-form .form-group input:hover {
    border-bottom: 1px solid #f15922;
}

.projectFactsWrap p.number {
    color: #202020;
    font-size: 70px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin: 30px 0px;
}

.Line {
    width: 60px;
    border-bottom: 2px solid #ff4a03;
}

.bg-blue {
    background: #1b294e;
    color: #fff;
    padding: 50px 0px;
}


/*==Faq Main====*/

.Frontfaq-box .clr-blk h3 {
    color: rgb(32, 32, 32);
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    font-family: Poppins, sans-serif;
    margin-bottom: 40px;
}

.Frontfaq-box .clr-blk a {
    color: #000!important;
    margin: 20px 0px;
    font-size: 20px!important;
}

.Frontfaq-box .clr-blk p {
    color: #000!important;
}

.Frontfaq-box .clr-blk a:before,
.Frontfaq-box .clr-blk a.collapsed:before {
    color: #000!important;
}


/*=== Website Development==*/

#accordionPGweb .panel {
    border: none;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 10px;
    background: transparent;
}

#accordionPGweb .panel-heading {
    padding: 0;
    border: none;
    border-radius: 5px;
    background: transparent;
    position: relative;
}

#accordionPGweb .panel-title a {
    display: block;
    padding: 25px 0px;
    margin: 0;
    background: #0000;
    color: #f9f9f9;
    font-size: 22px;
    font-weight: bold;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    border-bottom: 1px solid #ddd;
    /* border-radius: 5px; */
    position: relative;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

#accordionPGweb .panel-title a.collapsed {
    border: none;
}

#accordionPGweb .panel-title a:before,
#accordionPGweb .panel-title a.collapsed:before {
    content: "\f107";
    font-family: "FontAwesome";
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #f9f9f9;
    position: absolute;
    top: 15px;
    right: 20px;
    transform: rotate(180deg);
    transition: all .4s cubic-bezier(0.080, 1.090, 0.320, 1.275);
}

#accordionPGweb .panel-title a.collapsed:before {
    color: #f9f9f9;
    transform: rotate(0deg);
}

#accordionPGweb .panel-body {
    padding: 15px 0px;
    background: #0000;
    border-top: none;
}

#accordionPGweb .panel-body p {
    font-size: 16px;
    color: #f9f9f9;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0px;
}

#accordionPGweb .panel-body .accor-btn img {
    width: auto;
    margin-top: 0px;
}


/*===Faq Page ======*/

#accordion .panel {
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 25px;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

#accordion .panel-title a {
    display: block;
    padding: 15px 15px;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #f15922;
    /* border: 1px solid #ececec;*/
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    position: relative;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}

#accordion .panel-title a.collapsed {
    box-shadow: none;
    color: #504f4f;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
    content: "\f067";
    font-family: "FontAwesome";
    width: 25px;
    height: 25px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 900;
    color: #f15922;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 18px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:before {
    color: #676767;
    transform: rotate(0);
}

#accordion .panel-title a:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #0000;
    position: absolute;
    top: 0;
    right: 55px;
}

#accordion .panel-body {
    padding: 10px 15px 15px;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;
}


/*==END HOME PAGE==*/


/*==ABOUT PAGE==*/

.aboutpg-bx h5 {
    font-size: 40px;
    color: #202020;
    margin: 40px 0px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.aboutpg-bx img {
    width: 100%;
    padding: 0px 50px;
}

.aboutpg-bx a {
    color: #202020;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
}

.aboutpg-bx a h2 {
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0px;
}

.aboutpgg-bx img {
    width: 100%;
    margin: 20px 0px 0px;
}


/*====swiper css start==== */

.swiper-containerr {
    width: 100%;
    height: 80px;
    margin-left: 15px;
    margin-right: 15px;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: 15px;
    margin-right: 15px;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

#borderBtm {
    border-bottom: 1px solid #ddd;
}

.swiper-title h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #1e429b;
    margin: 0px 0px;
    padding: 20px 20px;
}

.gallery-top {
    width: 100%;
}

.gallery-thumbs {
    box-sizing: border-box;
    padding: 5px 0px;
    margin: 50px auto;
}

.gallery-thumbs .swiper-slide {
    width: 108px!important;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-bottom: 2px solid #ff4a03;
}


/*==END ABOUT PAGE==*/


/*==PROCESS PAGE==*/

.processpg-bx img {
    width: 100%;
}

.procpg-box img {
    width: 150px;
}

.procpg-content img {
    width: 100px;
    margin-bottom: 10px;
}

.procpg-content h3 {
    color: #202020;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0px;
}


/*==END PROCESS PAGE==*/

.roadwe-Bx h3 {
    font-size: 60px;
    color: #202020;
    font-family: 'Poppins', sans-serif;
    margin: 20px 0px;
    font-weight: 200;
}

.roadwe-Bx h5 {
    font-size: 16px;
    color: #202020;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin: 0px 0px;
}

.roadwe-Bx img {
    width: 100%;
    margin: 50px 0px 0px;
}

.roadweInn-Bx a {
    color: #202020;
    text-decoration: none;
}

.roadweInn-Bx a:hover,
a:focus {
    color: #383838;
    text-decoration: none;
}

.bg-roadwe {
    background: url(./images/roadwe-9.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0px;
}

.bg-cki {
    background: url(./images/cki-8.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0px;
}

.bg-tracking {
    background: url(./images/tracking-5.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0px;
}

.roadBX a {
    font-size: 45px;
    color: #fff;
    font-weight: 100;
    font-family: 'Poppins', sans-serif;
    margin: 80px 0px;
    text-decoration: none;
}

.roadBX a:hover {
    color: #fff;
    text-decoration: none;
}

.clr-white h2 {
    color: #fff;
}


/*==CONTACT PAGE==*/

.Contact-title h3 {
    color: #1e429b;
    font-size: 45px;
    font-weight: 400;
    line-height: 35px;
    font-family: 'Poppins', sans-serif;
    margin: 20px 0px 20px;
}

.Contact-title img {
    width: 70px;
}

.contact-form a {
    color: #383838;
    text-decoration: none;
}

.contact-form a:hover,
a:focus {
    color: #383838;
    text-decoration: none;
}

.contact-form h4 {
    padding: 10px 0px;
    font-size: 18px;
    color: #202020;
    font-family: 'Poppins', sans-serif;
}

.contact-info h5 {
    font-size: 18px;
    color: #202020;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0px;
}

.contact-media ul {
    padding: 0px;
    margin: 20px 0px;
}

.contact-media ul li {
    color: ##202020;
    letter-spacing: 1px;
    list-style-type: none;
    display: inline-block;
    padding: 0px 10px 0px 0px;
}

.input-flex .for-input[data-v-5f9f8a10]:first-child {
    margin-right: 30px;
}

.input-flex .for-input[data-v-5f9f8a10] {
    -webkit-box-flex: 0;
    flex: 0 0 calc(50% - 15px);
}

.for-input[data-v-5f9f8a10] {
    position: relative;
    margin-bottom: 25px;
}

.for-input[data-v-5f9f8a10] {
    position: relative;
    margin-bottom: 25px;
}

.for-input .placeholder[data-v-5f9f8a10] {
    position: absolute;
    top: 40px;
    left: 0;
    font-size: 19px;
    color: #000;
    font-family: GilroySemi, sans-serif;
    z-index: -1;
    font-weight: 500;
    -webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1) 0ms;
    transition: all .45s cubic-bezier(.23, 1, .32, 1) 0ms;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.contact-pg-bx h2 {
    color: #202020;
    font-size: 35px;
    font-weight: bold;
    line-height: 50px;
    font-family: 'Poppins', sans-serif;
    margin: 15px 0px;
}


/*==END CONTACT PAGE==*/


/*==SERVICES PAGE==*/

.bg-light-gray {
    background: #f9f9f9;
    padding: 20px;
    height: 450px;
}

.servicepg-bx img {
    width: 100%;
}

.servicepg-bx h1 {
    color: #1e429b;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    font-family: 'Poppins', sans-serif;
    margin: 15px 0px;
}

.servicepg-bx h2 {
    color: #1e429b;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    font-family: 'Poppins', sans-serif;
    margin: 15px 0px;
}

.servicepg-bx h3 {
    color: #202020;
    font-size: 35px;
    font-weight: bold;
    line-height: 45px;
    font-family: 'Poppins', sans-serif;
    margin: 15px 0px;
}

.serviceBox {
    margin: 20px 0px;
}

.serviceBox h3 {
    color: #202020;
    font-size: 22px;
    font-weight: bold;
    line-height: 35px;
    font-family: 'Poppins', sans-serif;
    margin: 15px 0px;
    text-align: center;
}

.servicepg-bx h3 a {
    color: #202020;
    font-size: 35px;
    font-weight: bold;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    margin: 15px 0px;
    text-decoration: none;
}

.servicepg-bx h5 {
    color: #202020;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    margin: 15px 0px;
}

.servicepg-box {
    padding: 40px 40px;
}

.servicepg-box h4 {
    color: #1e429b;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    margin: 20px 0px;
    text-transform: uppercase;
    text-align: center;
}

.servicepg-box h4 a {
    color: #1e429b;
    font-family: 'Poppins', sans-serif;
    margin: 20px 0px;
    text-align: center;
    text-decoration: none;
}

.servicepg-box img {
    width: 100%;
    height: 250px;
}

.servicepgImg-bx h4 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    margin: 20px 0px 10px;
    text-transform: uppercase;
}

.servicepgImg-bx p {
    color: #dddddd
}

.servicepgImg-bx img {
    width: 70px;
}

.serpgImg-bx img {
    width: 100px;
    height: auto;
    padding: 0px;
}

.servicepg-bx ul {
    padding: 20px 25px;
}

.servicepg-bx ul li {
    color: #1e429b;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Poppins', sans-serif;
    margin: 15px 0px;
    text-decoration: none;
}

.set-height-80 {
    height: 80px;
}


/*==Service-bg==*/

.service-bg-1 {
    background-image: url(./images/out-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
    margin: 15px 0px;
    height: 420px;
}

.service-bg-2 {
    background-image: url(./images/out-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
    margin: 15px 0px;
    height: 420px;
}

.service-bg-3 {
    background-image: url(./images/out-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
    margin: 15px 0px;
    height: 420px;
}

.service-bg-4 {
    background-image: url(./images/out-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
    margin: 15px 0px;
    height: 420px;
}

.service-bg-5 {
    background-image: url(./images/out-5.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
    margin: 15px 0px;
    height: 420px;
}

.ht-450 {
    height: 450px;
}

.service-bg-6 {
    background-image: url(./images/out-6.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
    margin: 15px 0px;
}

.service-bg-7 {
    background-image: url(./images/out-7.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
    margin: 15px 0px;
}

.service-bg-8 {
    background-image: url(./images/out-8.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
    margin: 15px 0px;
}

.service-bg-9 {
    background-image: url(./images/out-9.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
    margin: 15px 0px;
}

.service-bg-10 {
    background-image: url(./images/out-10.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
    margin: 15px 0px;
}

.service-bg-11 {
    background-image: url(./images/out-11.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
    margin: 15px 0px;
}

.service-bg-12 {
    background-image: url(./images/out-12.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
    margin: 15px 0px;
}


/*Govt-project*/

.ht-300 {
    height: 300px;
}

.service-bg-13 {
    background-image: url(./images/govtproject-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
    margin: 25px 0px;
}

.service-bg-14 {
    background-image: url(./images/govtproject-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
    margin: 25px 0px;
}

.service-bg-15 {
    background-image: url(./images/govtproject-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
    margin: 25px 0px;
}

.service-bg-16 {
    background-image: url(./images/govtproject-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
    margin: 25px 0px;
}

.service-bg-17 {
    background-image: url(./images/govtproject-5.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
    margin: 25px 0px;
}

.service-bg-18 {
    background-image: url(./images/govtproject-6.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
    margin: 25px 0px;
}

.service-bg-19 {
    background-image: url(./images/govtproject-7.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
    margin: 25px 0px;
}


/*==END SERVICES PAGE==*/


/*==WHY CHOOSE SAMPARK==*/

.reasonpg-bx-logo img {
    width: 300px;
    height: auto;
    margin-bottom: 30px;
}

.reasonpg-bx-logo h2 {
    color: #1e429b;
    font-size: 55px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin: 20px 0px;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.bg-gray {
    background: #f7f7f7;
    padding: 50px 0px;
}

.reasonpg-bx h3 {
    color: #1e429b;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin: 20px 0px;
    letter-spacing: 1px;
}

.reasonpg-bx img {
    width: 380px;
    height: auto;
}

.reasonpg-imgBx {
    margin: 50px 50px;
}

.footer-padd-20 {
    padding: 20px 0px!important;
}


/*==FOOTER==*/

.footer-bg {
    background: #27282c;
    padding: 50px 100px;
    font-family: 'Poppins', sans-serif;
}

.footer-email a {
    text-decoration: none;
}

.footer-email h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 100;
    line-height: 60px;
    color: #ffcbb6;
    margin: 0px 0px 50px;
    border-bottom: 2px solid #ffcbb6;
}

.footer-link ul {
    list-style: none;
    margin: 0;
    padding: 0px;
}

.footer-link ul li {
    display: block;
}

.footer-link ul li a {
    color: #b7b7b7;
    display: block;
    font-size: 16px;
    transition: .5s;
    padding: 10px 0px;
}

.footer-link ul li a:hover {
    color: #fff;
    transition: .5s;
    text-decoration: none;
}

.footer-info h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin: 0px 0px 10px;
}

.footer-info p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #b7b7b7;
}

.footer-info span {
    padding: 0px 10px;
}

.footer-media ul {
    list-style: none;
    margin: 0;
    padding: 0px;
}

.footer-media ul li {
    display: inline-block;
}

.footer-media ul li a {
    color: #b7b7b7;
    display: inline-block;
    font-size: 16px;
    transition: .5s;
    padding: 5px 10px;
    font-family: 'Poppins', sans-serif;
}

.footer-media ul li a:hover {
    color: #fff;
    transition: .5s;
    text-decoration: none;
}

.footer-btm {
    margin-top: 20px;
}

.footer-btm h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 30px;
    color: #b7b7b7;
    margin: 10px 0px;
}

.footer-btm h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #b7b7b7;
    margin: 10px 0px;
}

.footer-btm h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #b7b7b7;
    margin: 10px 0px
}

.footer-btm span {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    color: #e17a21;
    text-decoration: none;
}

.newsBx-footer ul {
    padding: 0px;
    text-align: left;
}

.newsBx-footer ul li {
    list-style-type: none;
    display: inline-block;
}

.newsBx-footer ul li a {
    font-size: 15px;
    font-weight: bold;
    color: #b7b7b7;
    text-decoration: none;
    font-weight: 200;
    padding: 0px 10px;
    border-right: 1px solid #b7b7b7;
}

.newsBx-footer ul li a:first-child {
    padding-left: 0px;
}

.newsBx-footer ul li a:last-child {
    border-right: none;
}

.marg-0 {
    margin: 0px;
}


/* ==END FOOTER== */


/*== WORK ==*/

.box-work {
    font-family: 'Ubuntu', sans-serif;
    position: relative;
}

.box-work:before,
.box-work:after {
    content: '';
    background: #000000;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px #000000;
    opacity: 0;
    transform: rotateX(180deg) scale(0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.8s ease;
}

.box-work:after {
    /*background: rgba(237,76,103,0.3);*/
    opacity: 1;
    transform: rotateX(0) scaleY(0);
    transform-origin: top center;
    z-index: 0;
}

.box-work:hover:before {
    opacity: 1;
    transform: rotateX(0) scale(0.75);
}

.box-work:hover:after {
    transform: rotateX(0) scaleY(1);
}

.box-work img {
    width: 100%;
    height: auto;
}

.box-work .box-content {
    color: #fff;
    text-align: center;
    width: 300px;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.10s ease;
    padding: 0px 40px;
}

.box-work:hover .box-content {
    opacity: 1;
}

.box-work .title {
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 4px;
}

.box-work .post {
    font-size: 16px;
    font-style: italic;
    text-transform: capitalize;
    margin: 0 0 5px;
    display: block;
}

.box-work .icon {
    padding: 0;
    margin: 0;
    list-style: none;
}

.box-work .icon li {
    display: inline-block;
    margin: 0 2px;
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: all 0.8s ease;
}

.box-work:hover .icon li {
    transform: scaleY(1);
}

.box-work .icon li a {
    color: #f15922;
    background-color: #fff;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 8px;
    display: block;
    transition: all 0.8s;
}

.box-work .icon li a:hover {
    color: #fff;
    background-color: #f15922;
    box-shadow: 0 0 1px #fff;
}

@media only screen and (max-width:990px) {
    .box-work {
        margin: 0 0 30px;
    }
}


/*==== Enquiry Form ======*/

.enquiry-div-img {
    position: fixed;
    right: 0px !important;
    padding: 0 46px !important;
    bottom: 30px;
    z-index: 999;
}

.modalbox-1 {
    position: relative;
    margin: 10px 20px;
    float: right;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-header {
    background: #f15922;
    color: #fff;
}

.modal-footer .btn-default {
    color: #fff;
    background-color: #000;
    border-color: #ccc;
    width: 100%;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: -0.5;
}

.mainformmm label {
    display: block;
    width: 100%;
    margin: 10px 0px 0px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.mainformmm input {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    padding: 6px 8px;
    margin: 6px 0px;
    border: 1px solid #ddd;
    font-size: 12px;
}

.mainformmm select {
    border: 1px solid #ddd;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    margin: 12px 0px;
}

.mainformmm .btn-success {
    margin: 10px 0px;
    width: 100%;
}


/*==== tags ======*/

.modal-backdrop {
    z-index: 0!important;
}

.tagbx-title {
    color: #000!important;
    font-size: 20px!important;
    text-align: center;
}

.tagggBx {
    background: #dadada;
    padding: 10px 0px;
}

.titlebox-name {
    background: #000;
    color: #fff;
    padding: 0px 15px;
}

.tagBox li {
    list-style-type: square!important;
    padding: 10px 0px;
}

.tagBox li a {
    color: #000!important;
    font-size: 16px;
}

.tagbx-footer {
    margin: 0 auto!important;
    text-align: center!important;
}

.tagbx-footer .btn-default {
    width: 200px;
}

.footer-btm .btn-defaultt {
    color: #000;
    background-color: #d0cdcc;
    border-color: #000000;
    font-size: 15px!important;
    padding: 8px 40px!important;
}


/*==Responsive  Media==*/

@media only screen and (max-width: 1200px) {
    .col-2 {
        width: 100%!important;
    }
    .col-3 {
        width: 100%!important;
    }
    .col-4 {
        width: 100%!important;
    }
    .col-5 {
        width: 100%!important;
    }
    .nav>li>a {
        margin: 28px 10px;
    }
    .footer-bg {
        padding: 50px 0px;
    }
    .ht-450 {
        height: 580px;
    }
}

@media only screen and (max-width: 1180px) {
    .nav>li>a {
        font-size: 15px;
        margin: 28px 10px;
    }
    .aboutpg-bx img {
        width: 100%;
        padding: 0px;
    }
    .aboutpg-bx a h2 {
        font-size: 25px;
    }
    .servicepg-box img {
        width: 100%;
        height: 200px;
    }
    .contact-form h4 {
        font-size: 20px;
    }
    .reasonpg-bx-logo h2 {
        font-size: 45px;
    }
    .reasonpg-bx img {
        width: 100%;
        height: auto;
    }
    .bg-light-gray {
        height: 520px;
        margin: 15px 0px;
    }
    #accordionPGweb .panel-title a {
        font-size: 18px;
    }
    #accordionPGweb .panel-title a:before,
    #accordionPGweb .panel-title a.collapsed:before {
        top: 15px;
        right: 0px;
    }
    .Frontfaq-box .clr-blk h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1080px) {
    .nav>li>a {
        margin: 28px 10px;
    }
    .footer-bg {
        padding: 50px 0px;
    }
    .marg-50 {
        margin: 20px 0px;
    }
    .mob-padd-40 {
        margin: 40px 0px;
    }
    .reasonpg-bx-logo h2 {
        font-size: 45px;
    }
    #accordion-faq .panel-title a {
        font-size: 20px;
        line-height: 30px;
    }
    .bg-light-gray {
        height: 520px;
        margin: 15px 0px;
    }
    #accordionPGweb .panel-title a {
        font-size: 18px;
    }
    #accordionPGweb .panel-title a:before,
    #accordionPGweb .panel-title a.collapsed:before {
        top: 15px;
        right: 0px;
    }
}

@media only screen and (max-width: 992px) {
    #accordion-faq .panel-title a {
        font-size: 20px;
    }
    .shrink img {
        width: 100%;
        padding: 0px 20px;
        margin-bottom: 30px;
    }
    .marg-0-50 {
        margin: 0px 0px;
    }
    #accordionPGweb .panel-title a {
        font-size: 18px;
    }
    #accordionPGweb .panel-title a:before,
    #accordionPGweb .panel-title a.collapsed:before {
        top: 15px;
        right: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .nav>li>a {
        margin: 30px 30px 30px 0px;
    }
    .top-sect-box {
        margin: 50px 0px;
    }
    .footer-bg {
        padding: 50px 0px;
    }
    #accordion-faq .panel-title a {
        font-size: 20px;
    }
    .shrink img {
        width: 100%;
        padding: 0px 0px;
        margin-bottom: 30px;
        height: 840px;
    }
    .margTop-80 {
        margin-top: 0px;
    }
    .martop_60 {
        margin-top: 0;
    }
    #accordion-1 .panel-title a {
        padding: 15px 0px;
    }
    .marg-50 {
        margin: 20px 0px;
    }
    .marg-80 {
        margin: 80px 0px 40px;
    }
    .aboutpg-bx a h2 {
        font-size: 25px;
        margin: 30px 0px;
    }
    .servicepg-box img {
        width: 100%;
        height: auto;
    }
    .ht-450 {
        height: auto;
    }
    .mob-padd-30 {
        padding: 30px 0px;
    }
    .servicepg-bx h2 {
        font-size: 35px;
    }
    .servicepg-bx h3 {
        font-size: 30px;
    }
    .reasonpg-bx-logo h2 {
        font-size: 35px;
    }
    .roadBX a {
        font-size: 30px;
    }
    .imagePane img {
        width: 100%;
        left: 0;
        top: 50%;
    }
    #myGallery {
        margin: 0px auto;
    }
    #accordionPGweb .panel-title a {
        font-size: 18px;
    }
    #accordionPGweb .panel-title a:before,
    #accordionPGweb .panel-title a.collapsed:before {
        top: 15px;
        right: 0px;
    }
}

@media only screen and (max-width: 880px) {
    .imagePane img {
        width: 100%;
        left: 0;
        top: 50%;
    }
    #myGallery {
        margin: 0px auto;
    }
    #accordionPGweb .panel-title a {
        font-size: 18px;
    }
    #accordionPGweb .panel-title a:before,
    #accordionPGweb .panel-title a.collapsed:before {
        top: 15px;
        right: 0px;
    }
    .Frontfaq-box .clr-blk h3 {
        font-size: 25px;
    }
}

@media screen and (max-width: 768px) {
    .modal-dialog {
        float: none;
    }
    .procpg-box img {
        width: 120px;
    }
    .procpg-content img {
        width: 120px;
        margin-bottom: 10px;
    }
    #accordion-faq .panel-title a {
        font-size: 15px;
        line-height: 30px;
    }
    .bg-light-gray {
        height: auto;
        margin: 15px 0px;
    }
    #accordionPGweb .panel-title a {
        font-size: 18px;
    }
    #accordionPGweb .panel-title a:before,
    #accordionPGweb .panel-title a.collapsed:before {
        top: 15px;
        right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .servicepg-bx img {
        width: 100%;
        margin-top: 40px;
    }
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        font-size: 20px;
        margin: 10px 20px 0px;
    }
    .nav>li>a {
        margin: -20px 30px 28px 0px;
    }
    .marg-30 {
        margin: 0px 0px;
    }
    .marg-50 {
        margin: 20px 0px;
    }
    .marg-80 {
        margin: 40px 0px;
    }
    .margin-top-80 {
        margin: 0px 0px 0px;
    }
    .mob-padd-40 {
        margin: 40px 0px;
    }
    .margtop-80 {
        margin: 40px 0px 0px;
    }
    .mob-marg-50 {
        margin: 50px 0px;
    }
    .navbar-toggle {
        margin-top: -40px;
        background: #202020;
        border-color: #202020!important;
    }
    .mobile-none {
        display: none;
    }
    .bg-white {
        background: #ffff;
        position: absolute;
        z-index: 99999;
        padding: 20px;
        width: 100%;
    }
    .navbar-nav {
        text-align: center;
        padding: 10px 0px;
    }
    .navbar-nav li a {
        padding: 10px 0px;
    }
    .Line-20 {
        margin: 10px auto;
    }
    .top-sect-box h3 {
        margin-bottom: 30px;
    }
    .work-Btn a {
        padding: 0px 0px;
    }
    #accordion-1 .panel-title a {
        padding: 15px 0px;
        font-size: 30px;
    }
    #accordion-faq .panel-title a {
        font-size: 16px;
        line-height: 30px;
    }
    .section-title h2 {
        margin: 10px 0px;
        font-size: 35px;
        line-height: 40px;
    }
    .projectFactsWrap p.number {
        font-size: 60px;
    }
    .footer-email h2 {
        font-size: 30px;
    }
    .aboutpg-bx h5 {
        font-size: 35px;
    }
    .servicepg-box img {
        height: auto;
    }
    #accordion-faq .panel-title a:before,
    #accordion-faq .panel-title a.collapsed:before {
        top: 20px;
        right: 0px;
    }
    .contact-pg-bx h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .Contact-title h3 {
        font-size: 40px;
    }
    .servicepg-bx h3 {
        font-size: 25px;
        line-height: 40px;
    }
    .servicepg-bx h3 a {
        font-size: 25px;
    }
    .servicepg-bx h2 {
        font-size: 30px;
    }
    .ht-300 {
        height: auto;
    }
    .reasonpg-bx-logo h2 {
        font-size: 30px;
    }
    .reasonpg-bx img {
        width: 100%;
        height: auto;
    }
    .reasonpg-bx h3 {
        font-size: 20px;
    }
    .roadBX a {
        font-size: 30px;
    }
    .Frontprocess-bx img {
        margin: 30px 0px;
        width: 100%;
    }
    .imagePane img {
        width: 100%;
        left: 0;
        top: 50%;
    }
    #myGallery {
        margin: 30px auto;
    }
    .Frontfaq-box .clr-blk h3 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 680px) {
    .section-title h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .section-title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .projectFactsWrap p.number {
        font-size: 50px;
    }
    .procpg-box img {
        width: 100px;
    }
    .procpg-content img {
        width: 100px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 630px) {
    .section-title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .section-title h3 {
        font-size: 25px;
    }
    #accordion-1 .panel-title a {
        padding: 15px 0px;
        font-size: 25px;
    }
    .projectFactsWrap p.number {
        font-size: 50px;
    }
}

@media only screen and (max-width: 600px) {
    .margTop-80 {
        margin-top: 0px;
    }
    .inner-img {
        padding: 10px 10px;
    }
    .footer-email h2 {
        font-size: 30px;
    }
    .aboutpg-bx h5 {
        font-size: 30px;
    }
    .servicepg-box {
        padding: 20px 20px;
    }
    .procpg-box img {
        width: 120px;
    }
    .procpg-box img {
        width: 100px;
    }
    .procpg-content img {
        width: 100px;
        margin-bottom: 10px;
    }
    .contact-pg-bx h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .Contact-title h3 {
        font-size: 35px;
    }
    .roadBX a {
        font-size: 30px;
    }
    .popup-ready {
        text-align: center;
        margin: 20px 20px;
    }
    .imagePane {
        margin: 60px auto;
    }
    .imagePane img {
        width: 100%;
        left: 0;
        top: 50%;
    }
    #accordionPGweb .panel-title a {
        font-size: 18px;
    }
    #accordionPGweb .panel-title a:before,
    #accordionPGweb .panel-title a.collapsed:before {
        top: 15px;
        right: 0px;
    }
    #accordion .panel-title a:before,
    #accordion .panel-title a.collapsed:before {
        right: 0px;
    }
}

@media only screen and (max-width: 580px) {
    .footer-email h2 {
        font-size: 25px;
    }
    #accordionPGweb .panel-title a {
        font-size: 20px;
    }
    #accordionPGweb .panel-title a:before,
    #accordionPGweb .panel-title a.collapsed:before {
        top: 15px;
        right: 0px;
    }
}

@media only screen and (max-width: 560px) {
    .shrink img {
        height: 700px;
    }
}

@media only screen and (max-width: 540px) {
    #accordion-faq .panel-title a {
        font-size: 17px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 500px) {
    .footer-email h2 {
        font-size: 25px;
    }
    .procpg-box img {
        width: 80px;
    }
    .procpg-content img {
        width: 80px;
        margin-bottom: 10px;
    }
    .popup-ready {
        text-align: center;
        margin: 20px 20px;
    }
}

@media only screen and (max-width: 485px) {
    .swiper-slide {
        width: 100%;
        margin-right: 0px!important;
    }
    .footer-email h2 {
        font-size: 25px;
    }
    .procpg-box img {
        width: 80px;
    }
    .procpg-content img {
        width: 80px;
        margin-bottom: 10px;
    }
    .shrink img {
        height: 620px;
    }
    #accordionPGweb .panel-title a {
        font-size: 17px;
    }
    #accordionPGweb .panel-title a:before,
    #accordionPGweb .panel-title a.collapsed:before {
        top: 15px;
        right: 0px;
    }
    @media only screen and (max-width: 400px) {
        #accordionPGweb .panel-title a {
            font-size: 17px;
        }
        #accordionPGweb .panel-title a:before,
        #accordionPGweb .panel-title a.collapsed:before {
            top: 15px;
            right: 0px;
        }
        .footer-email h2 {
            font-size: 20px;
        }
        .aboutpg-bx h5 {
            font-size: 30px;
        }
        .procpg-box img {
            width: 60px;
        }
        .procpg-content img {
            width: 60px;
            margin-bottom: 10px;
        }
        .contact-pg-bx h2 {
            font-size: 20px;
            line-height: 30px;
        }
        .Contact-title h3 {
            font-size: 25px;
        }
        .Contact-title img {
            width: 50px;
        }
        .contact-form h4 {
            font-size: 16px;
        }
        .servicepg-bx h2 {
            font-size: 30px;
        }
        .servicepg-bx ul li {
            font-size: 25px;
        }
        .roadBX a {
            font-size: 30px;
        }
        .shrink img {
            height: 550px;
        }
        #accordion-faq .panel-title a {
            font-size: 14px;
            line-height: 30px;
        }
        .popup-ready {
            text-align: center;
            margin: 20px 20px;
        }
        .imagePane img {
            width: 100%;
            left: 0;
            top: 50%;
        }
    }
    @media only screen and (max-width: 375px) {
        #accordion-faq .panel-title a {
            font-size: 15px;
            line-height: 30px;
        }
    }
    @media only screen and (max-width: 360px) {
        .shrink img {
            height: 480px;
        }
        .popup-ready2 img {
            width: 100%;
            margin: 40px 0px;
            padding: 20px 0px;
        }
        .modal-title {
            margin: 0;
            line-height: normal;
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
        }
        .popup-readyBtn .btn-default {
            padding: 10px 10px;
            width: 100%;
            margin: 15px 0px;
            font-size: 10px;
        }
        #accordionPGweb .panel-title a {
            font-size: 17px;
        }
        #accordionPGweb .panel-title a:before,
        #accordionPGweb .panel-title a.collapsed:before {
            top: 15px;
            right: 0px;
        }
    }
    @media only screen and (max-width:320px) {
        .section-title h3 {
            font-size: 20px;
        }
        .section-title h2 {
            font-size: 25px;
            line-height: 30px;
        }
        #accordionPGweb .panel-title a {
            font-size: 16px;
        }
        #accordionPGweb .panel-title a:before,
        #accordionPGweb .panel-title a.collapsed:before {
            top: 15px;
            right: 0px;
        }
        .common-btn,
        input[type=submit] {
            font-size: 12px;
        }
        .Frontprocess-bx p {
            font-size: 20px;
            line-height: 30px;
        }
        .col-2 {
            width: 100%;
        }
        .col-3 {
            width: 100%;
        }
        .col-4 {
            width: 100%;
        }
        #accordion-faq .panel-title a:before,
        #accordion-faq .panel-title a.collapsed:before {
            position: absolute;
            top: 25px;
            right: 0px;
        }
        #accordion-faq .panel-title a {
            font-size: 12px;
            line-height: 25px;
        }
        .footer-link ul li a {
            font-size: 14px;
        }
        .footer-info p {
            font-size: 14px;
        }
        .footer-info h3 {
            font-size: 15px;
        }
        .footer-btm h4 {
            font-size: 15px;
        }
        .footer-email h2 {
            font-size: 16px;
        }
        .contact-form h4 {
            font-size: 16px;
        }
        .shrink img {
            height: 400px;
        }
        .Contact-title h3 {
            font-size: 20px;
        }
        .Contact-title img {
            width: 40px;
        }
        p {
            font-size: 14px;
        }
        #accordion-faq .panel-body p {
            font-size: 14px;
        }
        .imagePane {
            margin: 60px auto;
        }
        .imagePane img {
            width: 100%;
            left: 0;
            top: 50%;
        }
    }
    @media only screen and (max-width:260px) {
        .shrink img {
            height: 380px;
        }
        .footer-email h2 {
            font-size: 15px;
        }
    }
    @media screen and (max-width: 1440px) {
        #myGallery {
            margin: 140px auto;
        }
    }
    @media screen and (max-width: 1280px) {
        #myGallery {
            margin: 140px auto;
        }
    }
    .footer-info a {
        text-decoration: none;
    }
    .contact-form a {
        text-decoration: none;
    }
    .mb-0 {
        margin-bottom: 0 !important;
    }
    .padd_20 {
        padding: 0 20px;
    }
    .fade {
        opacity: 1;
    }
    /* Tc / Privacy Policy*/
    .tc-deatils h1 {
        color: #202020;
        font-size: 40px;
        font-weight: bold;
        line-height: 50px;
        font-family: 'Poppins', sans-serif;
        margin: 20px 0px;
    }
    .tc-deatils h2 {
        color: #202020;
        font-size: 20px;
        font-weight: bold;
        line-height: 40px;
        font-family: 'Poppins', sans-serif;
        margin: 10px 0px;
    }
    /**/
    .privacy-details h1 {
        color: #202020;
        font-size: 40px;
        font-weight: bold;
        line-height: 50px;
        font-family: 'Poppins', sans-serif;
        margin: 20px 0px;
    }
    .privacy-details h2 {
        color: #202020;
        font-size: 20px;
        font-weight: bold;
        line-height: 40px;
        font-family: 'Poppins', sans-serif;
        margin: 10px 0px;
    }
    /*==========Animation =====*/
    #loading {
        -webkit-animation: rotation 15s infinite linear;
        margin: 0px 40px;
    }
    @-webkit-keyframes rotation {
        from {
            -webkit-transform: rotate(0deg);
        }
        to {
            -webkit-transform: rotate(359deg);
        }
    }
    /*===home img -1===*/
    img.vert-move {
        -webkit-animation: mover 1s infinite alternate;
        animation: mover 1s infinite alternate;
    }
    img.vert-move {
        -webkit-animation: mover 1s infinite alternate;
        animation: mover 1s infinite alternate;
    }
    @-webkit-keyframes mover {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-20px);
        }
    }
    @keyframes mover {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-20px);
        }
    }
    /**/
    @keyframes swing {
        0%,
        100% {
            transform: rotate(-30deg);
        }
        20% {
            transform: scale(.95);
        }
        50% {
            transform: rotate(30deg);
        }
        80% {
            transform: scale(.95);
        }
    }
    #sweetlandia {
        animation: swing 5s infinite ease-in-out;
    }
    .event {
        margin: 50px auto;
        text-align: center;
    }
    /*====Services =====*/
    .serviceBox {
        border: 1px solid #eee;
        padding: 20px 20px;
        margin: 20px 0px;
        box-shadow: 0px 0px 6px 3px #eeeeeede;
    }
    .serviceBox h3 {
        text-align: center;
        font-size: 20px;
        background: #0d2a73;
        padding: 10px;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        margin: 15px 0px 10px;
    }
    .serviceBox h3:hover {
        background: #f15922;
        transition: all .9s;
    }
    /*=== Service Slider Bottom Pages ===*/
    .slider {
        width: 100%;
        height: 300px;
        position: relative;
        margin: auto;
        overflow-x: scroll;
        overflow-y: hidden;
        margin: 30px 0px;
    }
    #slider a {
        margin: 10px 10px;
    }
    .slider::-webkit-scrollbar {
        display: none;
    }
    .slider .slide {
        display: flex;
        position: absolute;
        left: 0;
        transition: 0.3s left ease-in-out;
    }
    .slider .item {
        margin-right: 10px;
    }
    .slider .item:last-child {
        margin-right: 0;
    }
    .ctrl {
        text-align: center;
        margin-top: 5px;
    }
    .ctrl-btn {
        padding: 20px 20px;
        min-width: 50px;
        background: #fff;
        border: none;
        font-weight: 600;
        text-align: center;
        cursor: pointer;
        outline: none;
        position: absolute;
        top: 50%;
        margin-top: -27.5px;
    }
    .ctrl-btn.pro-prev {
        left: 0;
    }
    .ctrl-btn.pro-next {
        right: 0;
    }
    /*=======*/
    .service-inner-bx {
        margin: 30px 0px;
    }