body {
    font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, span, a {
    font-family: 'Raleway', sans-serif;
}

a:focus, a:hover {
    outline: none;
    text-decoration: none;
}

a {
    transition: 0.4s ease all;
    cursor: pointer;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.no_padding {
    padding: 0;
}

.no_padding_left {
    padding-left: 0;
}

.no_padding_right {
    padding-right: 0;
}

.padding_right {
    padding-right: 15px;
}

.padding_left {
    padding-left: 15px;
}

/* own library for padding */

@media (max-width: 1200px) and (min-width: 992px) {
    .md_no_padding {
        padding: 0;
    }
    .md_no_padding_left {
        padding-left: 0;
    }
    .md_no_padding_right {
        padding-right: 0;
    }
    .md_padding_right {
        padding-right: 15px;
    }
    .md_padding_left {
        padding-left: 15px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .sm_no_padding {
        padding: 0;
    }
    .sm_padding {
        padding: 0 15px;
    }
    .sm_no_padding_left {
        padding-left: 0;
    }
    .sm_no_padding_right {
        padding-right: 0;
    }
    .sm_padding_right {
        padding-right: 15px;
    }
    .sm_padding_left {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .xs_no_padding {
        padding: 0;
    }
    .xs_padding {
        padding: 0 15px;
    }
    .xs_no_padding_left {
        padding-left: 0;
    }
    .xs_no_padding_right {
        padding-right: 0;
    }
    .xs_padding_right {
        padding-right: 15px;
    }
    .xs_padding_left {
        padding-left: 15px;
    }
}

.owl-theme .owl-dots .owl-dot, .owl-theme .owl-nav [class*="owl-"]:focus {
    outline: none;
}

.MainHeading {
    color: #212121;
    font-weight: 700;
    font-size: 35px;
    margin-top: 0;
}

.MainHeading span {
    color: #002b5a;
}

.SubHeading {
    color: #939393;
    line-height: 25px;
    font-size: 15px;
    font-weight: 500;
    padding: 0px 25%;
    margin-bottom: 50px;
}

.HrTagLine {
    width: 90px;
    height: 4px;
    border: none;
    margin: auto;
    background: #002b5a;
    position: relative;
}

.HrTagLine div {
    width: 15px;
    height: 15px;
    background: #002b5a;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.HrTagLine::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 4px;
    z-index: 1;
    right: -20px;
    top: 0;
    background-color: #00a1e4;
}

.HrTagLine::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 4px;
    z-index: 1;
    left: -20px;
    top: 0;
    background-color: #00a1e4;
}

/**************** Back To Up **********************/

.back-to-top {
    position: fixed;
    bottom: 30px;
    z-index: 10;
    right: 40px;
    padding: 10px 14px;
    -webkit-box-shadow: 0px 7px 14px 2px #3f3f3f1c;
    box-shadow: 0px 7px 14px 2px #3f3f3f1c;
    transition: 0.4s ease all;
    color: #002b5a;
    background: #fff;
    cursor: pointer;
}

.back-to-top:hover {
    color: #fff;
    background: #002b5a;
}

/* navbar settings starts here */

/* navbar starts here */

.navbar-brand {
    width: 280px;
}

.navbar-brand img {
    width: 100%;
}

.navbar-nav li a {
    color: #101c2c;
    font-size: 14px;
    font-weight: 600;
    padding: 35px 0;
    margin: 0 25px;
    transition: 0.4s ease all;
}

.navbar-nav li a::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 3px;
    background: #002b5a;
    left: 0;
    bottom: 25px;
    transition: 0.4s ease all;
}

.navbar-nav li a:hover, .navbar-nav li a:focus {
    color: #101c2c;
    background: transparent;
}

.navbar-nav li a:hover::after, .navbar-nav li.active a::after {
    width: 100%;
}

.mynavbar {
    background: #72bcd4;
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 10px;
}

.sticknavbar {
    position: fixed;
    background:#72bcd4;
    z-index: 999;
    box-shadow: 0 0 6px 6px #b5b5b538;
    top: 0;
    border-radius: 0;
    transition: 0.4s ease all;
}

.navbar-brand {
    width: 220px;
    padding-top: 15px;
    transition: 0.4s ease all;
}

.mynavbar .navbar-toggle .icon-bar, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    transition: 0.4s ease all;
}

.mynavbar .navbar-toggle[aria-expanded="true"] span:nth-child(2) {
    -webkit-transform: rotate(-45deg) translate(-5px, 4px);
    transform: rotate(-45deg) translate(-5px, 4px);
}

.mynavbar .navbar-toggle[aria-expanded="true"] span:nth-child(3) {
    opacity: 0;
}

.mynavbar .navbar-toggle[aria-expanded="true"] span:nth-child(4) {
    -webkit-transform: rotate(45deg) translate(-4px, -4px);
    transform: rotate(45deg) translate(-4px, -4px);
}

.mynavbar .navbar-toogle span:nth-child(4) {
    -webkit-transform: rotate(45deg) translate(-4px, -4px);
    transform: rotate(45deg) translate(-4px, -4px);
}

.sticknavbar .navbar-brand {
    width: 150px;
    padding-top: 6px;
}

.sticknavbar .navbar-nav li a {
    padding: 20px 0;
}

.sticknavbar .navbar-nav li a::after {
    bottom: -1px;
}

.contact {
    margin-top: 30px;
    color: #fff;
    background: #002b5a;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 17px;
    transition: 0.4s ease all;
}

.contact.active {
    box-shadow: none;
}

.contact:hover, .contact:focus {
    color: #fff;
}

.sticknavbar .contact {
    margin-top: 16px;
}

.home-slider5 #thmg-slideshow {
    padding: 0;
    margin: auto;
}

#HeroSection {
    margin-top: 100px;
}

.home-slider5 #thmg-slideshow .content_slideshow {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    left: 2%;
    top: 15%;
}

.home-slider5 .info {
    width: 70%;
    display: block;
    text-align: left;
    position: absolute;
    margin-top: 15%;
}

.home-slider5 #thmg-slideshow .container {
    position: relative
}

.home-slider5 #thmg-slideshow .slotholder {
    position: absolute
}

.home-slider5 .rev_slider_wrapper {
    position: relative;
}

.home-slider5 .rev_slider {
    position: relative;
    overflow: visible;
}

.home-slider5 .rev_slider ul {
    margin: 0px;
    padding: 0px;
    list-style: none !important;
    list-style-type: none;
    background-position: 0px 0px;
}

.home-slider5 .rev_slider ul li, .home-slider5 .rev_slider>ul>li, .home-slider5 .rev_slider>ul>li::before {
    list-style: none !important;
    position: absolute;
    visibility: hidden;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image: none;
    background-position: 0px 0px;
    text-indent: 0em;
}

.home-slider5 .tp-caption {
    z-index: 1;
}

.home-slider5 .fullwidthbanner-container {
    width: 100%;
    position: relative;
    padding:# 0;
    overflow: hidden;
    margin: auto;
}

.home-slider5 .fullwidthbanner-container .fullwidthabanner {
    width: 100%;
    position: relative;
    margin: auto;
}

.tp-simpleresponsive .tp-caption {}

.caption-inner {
    width: 60%
}

.home-slider5 .caption-inner.left {
    text-align: left;
    width: 60%
}

.home-slider5 .caption-inner.right {
    text-align: left;
}

.tp-caption.ExtraLargeTitle {
    line-height: normal;
    font-weight: 300;
    color: #FFFFFF;
    text-decoration: none;
    background-color: transparent;
    padding: 0px 0px 15px 0px;
    border-radius: 0px 0px 0px 0px;
    font-size: 18px;
    text-align: left;
    letter-spacing: 0px;
}

.tp-caption.slide2 {
    color: #FFF;
}

.tp-caption.ExtraLargeTitle span {
    display: inline-block;
    margin: auto;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: normal;
    color: rgb(52, 188, 236);
    text-transform: uppercase
}

.tp-caption.LargeTitle {
    font-weight: 900;
    color: #FFFFFF;
    text-decoration: none;
    background-color: transparent;
    padding: 5px 0px 10px 0px;
    font-size: 54px;
    text-align: left;
    letter-spacing: -1px;
    line-height: 28px;
    text-transform: uppercase
}

.tp-caption.LargeTitle span {
    color: #FFFFFF;
    line-height: 65px;
    padding-left: 0px;
    padding-right: 20px;
    border-radius: 5px;
    text-align: left;
    display: inline-block;
    font-weight: normal;
    font-size: 46px;
    letter-spacing: 1px
}

.view-more {
    padding: 10px 35px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #EEE;
    border: 1px #EEE solid;
}

.buy-btn {
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px!important;
    display: inline-block;
    border: none;
    margin-top: 45px;
    float: left;
    background: #01abec;
    border-radius: 0;
}

.buy-btn:hover {
    background: #01abec;
    color: #333;
    border: 1px #01abec solid;
}

.buy-btn:hover:after {
    color: #333;
}

.buy-btn:after {
    content: '\f0da';
    font-family: FontAwesome;
    display: inline-block !important;
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
}

.tp-caption.Title {
    font-size: 22px;
    line-height: 27px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    background-color: transparent;
    padding: 20px 0px 0px 0px;
    text-align: left;
    margin: auto;
    letter-spacing: 1px;
}

.home-slider5 .tp-bullets {
    z-index: 1000;
    position: absolute;
    opacity: 1;
}

.home-slider5 .tp-bullets.hidebullets {
    opacity: 0;
}

.home-slider5 .tparrows {
    opacity: 1;
}

.home-slider5 .tparrows.hidearrows {
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;*/
}

.home-slider5 .tp-leftarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 30px;
    background: #fff
}

.home-slider5 .tp-leftarrow::before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 24px;
    color: rgba(51, 62, 72, 1.00);
}

.home-slider5 .tp-rightarrow::before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 24px;
    color: rgba(51, 62, 72, 1.00);
}

.home-slider5 .tp-rightarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 30px;
    background: #fff
}

.home-slider5 .rev_slider_wrapper .tp-leftarrow.default {
    z-index: 100;
    cursor: pointer;
    left: -45px !important;
    opacity: 0px;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.home-slider5 .rev_slider_wrapper:hover .tp-leftarrow.default {
    z-index: 100;
    cursor: pointer;
    left: 15px !important;
    opacity: 1px;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

.home-slider5 .rev_slider_wrapper .tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    right: -45px !important;
    opacity: 0px;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.home-slider5 .rev_slider_wrapper:hover .tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    right: 15px !important;
    opacity: 1px;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

.home-slider5 .tp-bullets.tp-thumbs {
    /*z-index: 1000; */
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    /* THE DIMENSIONS OF THE THUMB CONTAINER */
    margin-top: -50px;
    vertical-align: top;
    display: none;
}

.home-slider5 .fullwidthbanner-container .tp-thumbs {
    padding: 3px;
    margin: auto -160px !important;
}

.home-slider5 .tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    /* THE DIMENSIONS OF THE THUMB CONTAINER */
    overflow: hidden;
    position: relative;
}

.home-slider5 .tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 500px;
    position: absolute;
}

.home-slider5 .tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    /* THE DIMENSION OF A SINGLE THUMB */
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
}

.home-slider5 .tp-bullets.tp-thumbs .bullet:hover, .tp-bullets.tp-thumbs .bullet.selected {
    opacity: 1;
}

.home-slider5 .tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-slider5 .tp-simpleresponsive>ul li {
    list-style: none;
    position: absolute;
    visibility: hidden;
}

/*  CAPTION SLIDELINK   **/

.home-slider5 .tp-leftarrow.default, .home-slider5 .tp-rightarrow.default {
    font-family: FontAwesome;
    font-size: 11px;
    font-weight: normal;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}

.home-slider5 .tp-leftarrow.default:hover, .home-slider5 .tp-rightarrow.default:hover {
    background-color: #01abec;
}

.home-slider5 .forcefullwidth_wrapper_tp_banner, .fullwidthbanner-container {
    max-width: 100%;
    left: 0 !important;
    margin: auto !important;
    overflow: hidden;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .home-slider5 .tp-button {
        padding: 2px 5px 2px;
        line-height: 20px !important;
        font-size: 10px !important;
    }
    .home-slider5 #thmg-slideshow .content_slideshow {
        left: 10%;
        top: 0
    }
    .home-slider5 .info {
        margin-top: 5%
    }
    .tp-caption.ExtraLargeTitle span {
        font-size: 16px!important
    }
    .tp-caption.LargeTitle {
        font-size: 26px!important;
        line-height: 1.1em!important;
        margin-top: 10px!important
    }
    .tp-caption.LargeTitle span {
        font-size: 26px!important;
    }
    .tp-caption.Title {
        display: none
    }
    .buy-btn {
        font-size: 13px!important;
        padding: 10px!important;
        display: none
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .home-slider5 #thmg-slideshow .content_slideshow {
        left: 5%;
        top: 0
    }
    .home-slider5 .info {
        margin-top: 5%
    }
    .tp-caption.ExtraLargeTitle span {
        font-size: 16px!important
    }
    .tp-caption.LargeTitle {
        font-size: 26px!important;
        line-height: 1.1em!important;
        margin-top: 10px!important
    }
    .tp-caption.LargeTitle span {
        font-size: 26px!important;
    }
    .tp-caption.Title {
        font-size: 16px!important
    }
    .buy-btn {
        font-size: 13px!important;
        padding: 10px!important;
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .home-slider5 .side-home-banner {
        text-align: center;
        display: inline-block;
        width: 100%;
    }
}

.BtnStyle1 {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    width: 165px;
    border-radius: 6px;
    border: 1px solid #fff;
    padding: 12px 12px;
    margin-top: 22px;
    margin-right: 15px;
    transition: 0.4s ease all !important;
}

.BtnStyle1:hover {
    background: #00a1e4;
    border: 1px solid #00a1e4;
    color: #fff;
}

/* our sercives section starts here */

#OurServices {
    background: #f8f8f8;
    padding: 100px 0;
    position: relative;
}

#OurServices .HrTagLine {
    margin-left: 22px;
}

#particles-js {
    position: absolute;
    width: 45%;
    height: 100%;
    top: 0;
    left: 0;
}

#OurServices .SubHeading {
    padding: 0;
    color: #585858;
    line-height: 25px;
    margin-bottom: 0;
}

#OurServices img {
    width: 50%;
    position: absolute;
}

.imgOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #002f5d6b;
}

#OurServices ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#OurServices ul li {
    margin-bottom: 30px;
}

#OurServices ul li h3 {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    color: #6c6c6c;
    margin-bottom: 11px;
}

.Line {
    border-top: 1px solid #afafaf;
    margin-top: 10px;
}

.Line span {
    height: 3px;
    background: #afafaf;
    width: 30%;
    display: block;
    margin-top: -1px;
}

/* our product section starts here */

#OurProducts {
    padding: 100px 0;
}

#OurProducts .container {
    position: relative;
}

.nav-stacked li a {
    color: #828282;
    font-weight: 500;
    padding: 10px 0;
    transition: 0.4s ease all;
    border-bottom: 1px solid #e7e7e7;
}

.nav-stacked li:last-child a {
    border-bottom: none;
}

.nav-stacked li.active a, .nav-stacked>li>a:focus, .nav-stacked>li>a:hover {
    color: #0082ba;
    background: none;
}

/* expariment starts here */

.MainHeading {
    margin-top: 40px;
}

.sl-overlay {
    background: #000;
}

.da-thumbs {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 20px auto;
    padding: 0;
}

.da-thumbs li {
    float: left;
    position: relative;
    margin-top: 30px;
}

.da-thumbs li img {
    width: 100%;
}

.da-thumbs li a, .da-thumbs li a img {
    display: block;
    position: relative;
    box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.12);
}

.da-thumbs li a {
    overflow: hidden;
}

.da-thumbs li a div {
    position: absolute;
    background: rgba(0, 132, 210, 0.69);
    width: 100%;
    height: 100%;
}

.da-thumbs li a div.custom-hover-object {
    position: absolute;
    background:  #333;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
}

.overlay span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 25px;
}

.overlay.custom-hover-object span {
    color: rgba(75, 75, 75, 0.9);
    text-shadow: 1px 1px 1px rgba(156, 29, 29, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 255.1), 0 -10px 0 rgba(0, 0, 0, 0.3);
}

/* OilGas and gas section starts here */

#OilGas {
    padding: 100px 0;
}

.TabsMockup {
    width: 100%;
}

.mypills {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.mypills li a {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #f6f6f6;
    border: 4px solid #00a1e4;
    padding: 0px;
}

#OilGas .tab-content {
    margin-top: 75px;
}

#OilGas .tab-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #101c2c;
}

#OilGas .tab-content h3 i {
    color: #00a1e4;
    margin-top: 20px;
    line-height: 25px;
    letter-spacing: 0.1em;
    font-size: 25px;
    transform: translateY(3px);
}

#OilGas .tab-content p {
    color: #6a6a6a;
    line-height: 29px;
    letter-spacing: 0.03em;
    font-size: 14px;
    padding-right: 20%;
}

/* active */

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background: #f6f6f6;
    color: #00a1e4;
    transition: 0.4s ease all;
}

.nav-pills>li>a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background: #002b5a;
    border-radius: 50%;
    transition: 0.4s ease all;
}

.nav-pills>li>a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background: #00a1e4;
    border-radius: 50%;
    transition: 0.4s ease all;
}

.nav-pills>li.active>a::after {
    width: 19px;
    height: 19px;
    border: 6px solid #f6f6f6;
    border-image-outset: 0px;
}

.nav-pills>li.active>a::before {
    width: 26px;
    height: 26px;
}

.mypills li {
    margin-right: 44%;
}

.mypills li:last-child {
    margin-right: 0;
}

.mypills li a div {
    color: #101c2c;
    position: absolute;
    bottom: -45px;
    font-size: 14px;
    letter-spacing: 0.04em;
    font-weight: 500;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s ease all;
}

.mypills li a:hover div, .nav-pills>li.active>a>div {
    color: #00a1e4;
}

.myListStyle {
    position: relative;
    margin: 50px 0;
    z-index: 1;
}

.mypills::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    height: 4px;
    width: 1000%;
    background: #d4d4d4;
}

#OilGas {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.MobileCarousel {
    position: relative;
}

.MainMobile {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-49%);
    width: 31%;
}

.MobileTop {
    z-index: 9999;
}

/* about us setion starts here */

#AboutUs {
    padding: 100px 0;
}

#AboutUs .SubHeading {
    margin-bottom: 0;
}

/* our client section starts here */

#OurClients {
    padding: 100px 0;
    background-image: url(../images/ClientsBg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

#OurClients .container {
    position: relative;
}

#OurClients::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #002b5a82;
}

#OurClients .MainHeading {
    color: #fff;
}

#OurClients .HrTagLine, #OurClients .HrTagLine div {
    background: #fff;
}

#OurClients .MainHeading span {
    color: #00a1e4
}

#OurClients .SubHeading {
    color: #fff;
    font-size: 16px;
    padding: 0px 5%;
}

.TrustedClient {
    padding: 25px 25px;
}

.ClientLogo2 {
    margin-top: -62%;
}

.TrustedClient img {
    transition: 0.4s ease all;
}

.TrustedClient::before {
    content: '';
    position: absolute;
    height: 70%;
    width: 2px;
    background: #a6c3ee;
    top: 50%;
    transform: translateY(-50%);
}

.TrustedClient::before {
    right: 0;
}

.OurClients .owl-stage-outer {
    margin-left: 225px;
}

/* hover effect */

.TrustedClient .ClientLogo2 {
    opacity: 0;
}

.TrustedClient:hover .ClientLogo1 {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
}

.TrustedClient:hover .ClientLogo2 {
    opacity: 1;
    transform: translate3d(0, -10px, 0);
}

/* owl dots  */

.OurClients .owl-dots .owl-dot span {
    width: 25px;
    height: 5px;
    border-radius: 0;
    transition: 0.4s ease all;
}

.OurClients .owl-dots .owl-dot.active span, .OurClients .owl-dots .owl-dot:hover span {
    background: #00a1e4;
}

/* contact us section starts here */

#ContactUs {
    background: #f8f8f8;
    padding: 100px 0;
}

/* form settings */

.ContactForm label {
    color: #6c6c6c;
    font-size: 14.5px;
    margin-top: 25px;
}

.ContactForm input {
    background: #fff;
    padding: 12px;
    border: 2px solid #ebebeb;
    height: 50px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ContactForm textarea {
    resize: none;
    border: 2px solid #ebebeb;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ContactForm .form-control:focus {
    box-shadow: none;
    border: 2px solid #00a1e466;
}

.NewContactForm label {
    color: #6c6c6c;
    font-size: 14.5px;
    margin-top: 25px;
}

.NewContactForm input {
    background: #fff;
    padding: 12px;
    border: 2px solid #ebebeb;
    height: 50px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.NewContactForm textarea {
    resize: none;
    border: 2px solid #ebebeb;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.NewContactForm .form-control:focus {
    box-shadow: none;
    border: 2px solid #00a1e466;
}

.BtnSend {
    color: #fff;
    background: #002b5a;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    width: 165px;
    border-radius: 0;
    border: 1px solid #002b5a;
    padding: 16px 14px;
    margin-top: 40px;
    margin-right: 15px;
    transition: 0.4s ease all !important;
}

.BtnSend:hover {
    color: #fff;
    background: #00a1e4;
    border: 1px solid #00a1e4;
}

/* form validation */

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-success .form-control {
    border-color: #00a1e4;
}

.has-success .form-control:focus {
    border-color: #00a1e4;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #76bae2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #76bae2;
}

.help-block, .has-error .form-control-feedback, .has-success .form-control-feedback {
    display: none !important;
}

/* footer section starts here */

footer {
    background: #002b5a;
    color: #7e7e81;
    padding: 100px 0 30px 0;
}

.FooterLogo {
    transform: translateY(-0);
}

footer p {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 25px;
    font-weight: 500;
}

.FooterHeading {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
}

.QuickLinks {
    list-style: none;
    padding: 0;
}

.QuickLinks li {
    margin-top: 5px;
    line-height: 22px;
    font-weight: 500;
}

.QuickLinks li a {
    color: #7f7f7f;
    font-size: 18px;
}

.QuickLinks li a:hover {
    color: #00a1e4;
}

#Copyright {
    background: #002b5a;
    color: #8d8d8d;
}

#Copyright .container {
    padding: 30px 0;
    border-top: 1px solid #363636;
}

#Copyright h3 {
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    font-weight: 500; text-align: center;
}

#Copyright a {
    color: #8d8d8d;
    font-weight: 500;
}

#Copyright a:hover {
    color: #00a1e4;
}

/* media query */

/* media queries starts here */

@media (max-width: 1200px) and (min-width: 992px) {
    .navbar-brand {
        width: 220px;
    }
    .navbar-nav li a {
        margin: 0 20px;
    }
    .SubHeading {
        padding: 0px 12%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .navbar-brand {
        width: 80px;
    }
    .sticknavbar .navbar-brand {
        width: 72px;
    }
    .navbar-nav li a {
        margin: 0 12px;
    }
    .sticknavbar .navbar-brand img {
        width: 100%;
    }
    .SubHeading {
        padding: 0px 6%;
    }
}

@media (max-width: 768px) {
    .navbar-brand img {
        width: 175px;
    }
    .navbar-collapse {
        background: #fff;
        border: 1px solid #fff;
    }
    .navbar-toggle {
        margin-top: 23px;
    }
    .sticknavbar .navbar-toggle {
        margin-top: 8px;
    }
    #ProductsNav>ul>li {
        line-height: 40px;
    }
    .contact {
        margin-top: 0px;
        margin-left: 15px;
    }
    .sticknavbar .navbar-brand img {
        width: 110px;
    }
    .navbar-nav li a {
        width: fit-content;
    }
    .navbar-brand {
        width: auto;
        padding-top: 10px;
    }
    .sticknavbar .navbar-brand {
        width: auto;
    }
    .sticknavbar .navbar-nav li a, .navbar-nav li a {
        padding: 14px 0;
    }
    .navbar-nav li a::after {
        bottom: 0;
    }
    .navbar-toggle .icon-bar {
        background: #002b5a;
    }
    .navbar-toggle {
        border: 1px solid #002b5a;
    }
    .SubHeading {
        padding: 0;
    }
    /* products */
    .da-thumbs li a img {
        width: 380px;
        margin: auto;
    }
    .da-thumbs li a, .da-thumbs li a img {
        margin: auto;
    }
    .mypills {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        position: relative;
        padding-left: 20px;
        width: 110%;
    }
    .mypills li {
        margin-right: 0%;
    }
    .MainHeading {
        font-size: 30px;
    }
}

/* lightbox setting */

.sl-wrapper .sl-close, .sl-wrapper .sl-counter {
    color: #fff;
}

.sl-wrapper .sl-navigation button {
    background-color: #fff !important;
    color: #0082ba !important;
    transition: 0.4s ease all;
}

.sl-wrapper .sl-navigation button:hover {
    background: #0082ba !important;
    color: #fff !important;
    transition: 0.4s ease all;
}

/* Carrier Page Settings */

#TopBanner {
    margin-top: 120px;
    padding: 100px 0;
    background: url(../images/TopBannarBG.png);
    background-size: cover;
    background-position: center;
}

#TopBanner .MainHeading {
    color: #fff !important;
}

#TopBanner .HrTagLine, #TopBanner .HrTagLine div {
    background: #fff;
}

#TopBanner .MainHeading span {
    color: #00a1e4
}

#TopBanner .SubHeading {
    color: #fff;
}


#TopBannerProduct {
    margin-top: 120px;
    padding: 100px 0;
    background: url(../images/ProductTopBannarBG.jpg);
    background-size: cover;
    background-position: center;
}

    #TopBannerProduct .MainHeading {
        color: #fff !important;
    }

    #TopBannerProduct .HrTagLine, #TopBannerProduct .HrTagLine div {
        background: #fff;
    }

    #TopBannerProduct .MainHeading span {
        color: #00a1e4
    }

    #TopBannerProduct .SubHeading {
        color: #fff;
    }

/* Carrier form */

#CarrierForm {
    padding: 100px 0;
    background: #f8f8f8;
}

/* form settings */

.CarrierForm label {
    color: #6c6c6c;
    font-size: 14.5px;
    margin-top: 25px;
}

.CarrierForm label span {
    color: #b0b0b0;
    font-size: 10px;
}

.CarrierForm input, .CarrierForm select {
    background: #fff;
    padding: 12px;
    border: 2px solid #ebebeb;
    height: 50px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-file-input {
    position: relative;
    overflow: hidden;
}

.custom-file-input::before {
    content: "Choose file";
    display: inline-block;
    font-family: "OpenSans-SemiBold", Helvetica, sans-serif;
    font-size: 10px;
    padding: 7px 22px;
    background-color: #ececec;
    position: absolute;
    top: 12px;
    left: 12px;
}

.CarrierForm textarea {
    resize: none;
    border: 2px solid #ebebeb;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.CarrierForm .form-control:focus {
    box-shadow: none;
    border: 2px solid #00a1e466;
}

.CarrierForm h2 {
    color: #101c2c;
    font-size: 30px;
    letter-spacing: 1.4px;
}

.CarrierForm h3 {
    color: #6c6c6c;
    font-size: 16px;
    letter-spacing: 0.6px;
    margin-top: 0;
    font-weight: 300;
}

/* Product page designing starts here */

#Products {
    padding: 100px 0;
}

.ProductSection {
    align-items: center;
    display: flex;
}

.ProductSection img {
	border: 1px solid;
    height: 350px;
    width: 100%;
}

.ProductDetails {
    background: #F6F6F6;
    padding: 60px 60px 30px;
    box-shadow: 0 0px 5px 0px rgba(115, 115, 115, 0.26);
}

.ProductDetails h2 {
    margin-top: 0;
    color: #141414;
    font-size: 26px;
    font-weight: 700;
    position: relative;
}

.ProductDetails p {
    color: #828282;
    letter-spacing: 0.6px;
    line-height: 24px;
    margin-top: 20px;
}

#Products .SubHeading {
    padding: 0px 14%;
}

/* new styls starts here */

.SideTab {
    padding: 0;
}

.nav-stacked li a {
    color: #828282;
    font-weight: 500;
    padding: 20px 20px;
    border-radius: 3px;
    font-size: 14px;
    background: #f7f7f7;
    transition: 0.4s ease all;
    margin-bottom: 5px;
}

.nav-stacked li.active a, .nav-stacked>li>a:focus, .nav-stacked li.active a:hover {
    color: #fff;
    background: #002b5a;
    font-weight: 600;
}

.nav-stacked>li>a:hover {
    color: #fff;
    background: #002b5abb;
}

.content {
    line-height: 24px;
    letter-spacing: 0.5px;
    width: 95%;
    color: #828282;
    float: right;
}

.ProductContent {
    position: relative;
}

.ProductContent {
    box-shadow: 0px 0px 10px #c0c0c07a;
    border-radius: 5px;
    width: 80%;
    display: inline-block;
    margin: auto;
    margin-left: 10%;
    background: #fff;
    z-index: 0;
    position: relative;
}

.content ul {
    list-style: none;
    padding: 0 10px;
    margin: 0;
}

.content li {
    padding-left: 2.3em;
    margin-top: 10px;
}

.content li:before {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    color: #002b5a;
    margin-left: -2.3em;
    width: 2.3em;
    font-size: 18px;
}

.content a {
    color: #828282;
    font-size: 15px;
    transition: 0.4s ease all;
}
.content a:hover {
    color: #002b5a;
}

.content h3 {
    color: #464646;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: capitalize;
    position: relative;
    margin-left: 15px;
}

.content h3::before {
    content: '';
    display: block;
    width: 4px;
    height: 200%;
    left: -15px;
    position: absolute;
    background: #00a1e4;
    bottom: 0;
}

.content h4 {
    color: #464646;
    margin: 0 15px 5px;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 992px) and (min-width: 768px) {
    .content {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 768px) and (min-width: 320px) {
    .content {
        width: 100%;
        margin-top: 20px;
    }
}

/* accordion setings */

.panel-group .panel+.panel {
    margin-top: 0;
}

.panel-heading {
    border-radius: 0;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-bottom: none;
}

.panel-group {
    margin-bottom: 0;
}

.panel-default>.panel-heading {
    color: #4f4f4fe6;
    background-color: #f7f7f7;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    background: #f7f7f7;
    color: #b4b4b4;
    letter-spacing: 0.6px;
    line-height: 1.7;
    padding: 12px 0;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body p {
    margin: 0;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 18px 0;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    color: #6c6c6c;
    margin-bottom: 0;
}

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

.accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
}

.accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
    content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
}

.panel-default>.panel-heading a[aria-expanded="true"] .Line span {
    background: #002b5a
}

.services-list li {
margin-left: 3%;
    margin-bottom: 0 !important;
color: #6c6c6c;
}