@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url("css/responsive.css");
@import url("css/ma5-menu.min.css");

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 35px;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    font-family: 'Merriweather', serif;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

li {
    padding: 0px;
    margin: 0px;
    font-size: 15px;
}

a {
    font-size: 15px;
    font-family: 'Merriweather', serif;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    font-family: 'Merriweather', serif;
}

body {
    padding: 0px;
    margin: 0px;
    box-sizing: content-box;
    background-color: #fff;
}

span {
    padding: 0px;
    margin: 0px;
    font-family: 'Merriweather', serif;
}

li {
    font-family: 'Merriweather', serif;
}

input {
    font-family: 'Merriweather', serif;
}

textarea {
    font-family: 'Merriweather', serif;
}

.container {
    width: 1320px;
    max-width: 1320px;
}

/*Css*/
/*Css*/

.search_bar input {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search_bar button {
    position: absolute;
    top: 0;
    right: 8px;
    height: 100%;
    padding: 0 15px;
    line-height: 0;
    background-color: #00548a;
    color: #fff;
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0 4px 4px 0;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_bar input:focus {
    outline: none;
}

.search_bar button:focus {
    outline: none;
}

.search_bar button svg path {
    color: #fff;
}

.navigation_links a {
    padding: 0 3px;
    font-size: 13px;
    text-transform: uppercase;
}

.client-information a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.client-information path {
    color: #b2af5a;
}

.navigation_links ul li {
    color: #d4b467;
}

.navigation_links ul li a {
    color: #d4b467;
}

.fennec-mobile-nav .navbar-nav {
    overflow-y: auto;
    height: 428px;
}

.fennec-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding: 0;
}

.fennec-nav .navbar .navbar-nav .nav-item a {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 12px;
    position: relative;
    z-index: 1;
    margin: 0;
}

.fennec-nav .navbar .navbar-nav .nav-item a:hover::before,
.fennec-nav .navbar .navbar-nav .nav-item a:focus::before,
.fennec-nav .navbar .navbar-nav .nav-item a.active::before {
    opacity: 1;
    visibility: visible;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: absolute;
    border: none;
    top: 80px;
    left: 0px;
    width: 350px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
}

ul.dropdown-menu {
    column-count: 1;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    background-position: 0% 50%;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: capitalize;
    padding: 5px 15px;
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: 600;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
    display: none;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #333;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::after,
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::after,
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::first-child {
    margin-top: 0;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 220px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 220px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.fennec-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    margin-top: 0;
}

.navbar {
    padding: 0px;
}

.hero_content {
    margin: 0px auto;
}

.hero-button a {
    position: relative;
    padding: 13px 25px 0 25px;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 21px;
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 20%);
    transition: all .3s;
    margin-top: 20px;
    height: 44px;
    margin-top: 0;
    background: #fff;
    color: #024b83;
    font-size: 15px;
    border-radius: 50px;
}

.hero_content p {
    font-size: 16px;
    display: block;
    width: 90%;
    margin: 20px auto 0px;
    text-transform: capitalize;
    line-height: 25px;
    animation-name: moveInleft;
    animation-duration: 6s;
    color: #fff;
}

.hero-button a {
    color: #024b83;
}

/*Whatsapp-popup*/
#whatsapp .wtsapp:focus {
    border: none;
    outline: none;
}

#whatsapp .wtsapp {
    position: fixed;
    transition: all .5s ease;
    background: #25d366;
    display: block;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    /* margin: 0; */
    border-radius: 50px;
    border-right: none;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    bottom: 215px;
    left: 20px;
    border: 0;
    z-index: 99;
    width: 50px;
    height: 50px;
    line-height: 48px;
}

#whatsapp .wtsapp:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.enquiry {
    position: fixed;
    z-index: 1000;
    bottom: 55px;
    left: 25px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.enquiry i {
    float: left;
    z-index: 999;
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: #00548a;
    transition: 0.5s;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}

.enquiry strong {
    background: #d8b075;
    line-height: 28px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0 30px 30px 0;
    height: 45px;
    float: left;
    font-size: 15px;
    margin-top: 3px;
    margin-left: 35px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.enquiry i:hover {
    color: #fff;
}

.enquiry strong:hover {
    color: #000;
    background: #eee;
}

.modal-header {
    padding: 0 15px;
    color: #fff;
    background-color: #00548a;
    height: 46px;
}

.send_p {
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
}

.modal-body form input {
    border: 1px solid #ccc;
    border-radius: 0px !important;
    height: 35px;
}

.modal-body form input:focus {
    outline: none;
}

.modal-body form textarea:focus {
    outline: none;
}

.modal-body form textarea {
    font-family: 'Merriweather', serif;
    border: 1px solid #ccc;
    border-radius: 0px !important;
    resize: none;
}

.modal-header button span {
    font-family: 'Merriweather', serif;
    font-size: 40px;
    position: relative;
    bottom: 0px;
}

#homepopupenquiry-form button[type=submit] {
    font-family: 'Merriweather', serif;
    line-height: 0px;
    background: #00548a;
    outline: none;
    color: #fff;
    font-weight: 600;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    width: 35%;
    border-radius: 10px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    padding: 20px;
}

.modal-header > p {
    font-size: 18px;
    margin-top: 8px;
}

.reason-choose .title h2 {
    padding: 0 0 0;
    font-size: 28px;
    margin: 0;
    text-align: center;
    text-transform: initial;
    color: #333;
    margin-bottom: 25px;
    position: relative;
    overflow: visible;
}

.reason-choose .title:after {
    background: #fff;
    bottom: -55px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}


.reason-choose .whychoosewrap {
    display: flex;
    transition: all .3s linear;
    padding: 30px 0px 20px;
    border-radius: 35px 0px 35px 0px;
    position: relative;
    overflow: hidden;
}

.reason-choose .whychoosecont {
    margin-top: 30px;
}

.reason-choose .whychoosewrap .whychooseiconBox {
    width: 30%;
    text-align: center;
}

.reason-choose .whychoosewrap .whychoosecontent {
    width: 70%;
}

.reason-choose .whychoosewrap .whychoosecontent span {
    color: #000;
    font-size: 17px;
    font-weight: 800;
}

.reason-choose .whychoosewrap .whychoosecontent p {
    color: #000;
    font-size: 15px;
    text-align: justify;
}

.reason-choose .whychoosewrap .whychoosecontent a {
    margin: 0;
}

.reason-choose .whychoosewrap .whychooseiconBox img {
    width: 65%;
    transition: all .4s linear;
}

.reason-choose .whychoosewrap:hover .whychooseiconBox img {
    transform: rotateY(360deg);
}

.whychoosecontenHover {
    position: absolute;
    top: -100%;
    left: 0;
    background: #39a8ef;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 27px 0px;
    border-radius: 30px 0px 30px 0px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear;
}

.reason-choose .whychoosewrap:hover .whychoosecontenHover {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.read_more_btn {
    outline: none;
}

.whychoosecontenHover p {
    color: #fff;
}

.sticky {
    background-color: #00548a;
    width: 100%;
    z-index: 999;
    height: auto;
}

.about-us .title h1 {
    color: #333;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0 0 10px;
}

span.tagline {
    margin-top: 5px;
    font-size: 15px;
    color: #444;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
}

/*    .about-us .tagline:after, .tagline:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #3ab1ff;
    border-top: 1px solid #3ab1ff;
    height: 3px;
    background-color: #f8f8f8;
}
*/
/*.about-us .title span.tagline {
    margin-top: 5px;
    font-size: 15px;
    color: #444;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
}
*/
/*.about-us .title{
    width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}
*/
.content-zik h3 {
    font-size: 22px;
    color: #0c528e;
}

.content-zik p {
    line-height: 27px;
}

.content-zik {
    margin-bottom: 70px;
}

.our-products {
    position: relative;
    background-color: #f1f1f1;
}

.our-products .title h4 {
    padding: 0 0 0;
    font-size: 28px;
    margin: 0;
    text-align: center;
    text-transform: initial;
    color: #333;
    position: relative;
    overflow: visible;
}

.our-products .title h4:after {
    background: #39a8ef;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}

.text-block a {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}

.product-btn a {
    position: relative;
    padding: 13px 25px 0 25px;
    background: #35363a;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 20%);
    transition: all .3s;
    margin-top: 20px;
    height: 44px;
}

.text-block p {
    font-size: 14px;
}

.under-border-line {
    border: 1px solid #39a8ef;
}

.some-content-left h5 {
    overflow: visible;
    padding: 0 0 0;
    font-size: 22px;
    margin: 0;
    float: left;
    width: 100%;
    text-transform: capitalize;
    color: #333;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
}

.some-content-left h5:after {
    width: 10%;
    height: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    right: 665px;
    bottom: -12px;
}

.form_content-icon span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 10px 0px;
    text-transform: capitalize;
}

.oil-img-with-list {
    background-color: #00548a;
}

.oil-img-with-list span {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
    display: block;
}

.list-group ul li {
    line-height: 30px;
    color: #fff;
    border-bottom: 1px solid #055da1;
}

.about-company {
    background-color: #00548a;
}

.work-content .work-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.work-content .work-header span {
    height: 100px;
    width: 100px;
    border: 5px solid #d2d2d2;
    text-align: center;
    line-height: 100px;
    font-size: 50px;
    font-weight: 700;
    color: #d5b76c;
    margin-right: 20px;
    display: inline-block;
}

.work-content .work-header .title-icon {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    line-height: normal;
}

.work-content .work-item .title-icon {
    font-size: 17px;
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 5px;
    font-family: 'Merriweather', serif;
    margin: 0;
    text-transform: initial;
}

.work-content .work-item .title-icon span {
    color: #d5b76c;
}

.work-content h2.title_3 {
    font-size: 36px;
    text-transform: inherit;
    margin-bottom: 20px;
}

.work-content h2 {
    font-size: 22px;
    margin: 15px 0 10px;
    color: #35363a;
}

.work-content .work-item p {
    line-height: 25px;
    padding-right: 0;
    text-align: justify;
    color: #fff;
    margin-bottom: 20px;
}

.work-content .work-item p strong {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
}

.work-content .single-work-services p {
    text-align: left;
    color: #000;
    font-size: 14px;
}

.work-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 11px;
    display: block;
    max-width: 100%;
    clear: left;
}

.work-content li {
    line-height: 28px;
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
}

.work-content li:before {
    width: 20px;
    height: 20px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
    background: #fff;
}

.single-work-services {
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .05);
    border-radius: 5px;
    padding: 15px 20px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #f9eacf;
    overflow: hidden;
}

.single-work-services .title-icon {
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 10px;
    color: #000080;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.single-work-services p {
    font-size: 16px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    margin: 0;
    color: #333;
}

.home_right {
    float: right;
    max-width: 500px;
    margin: 0 0 15px 25px;
    border-radius: 8px;
    overflow: hidden;
}

.single-work-services {
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 5%);
    border-radius: 5px;
    padding: 15px 20px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #f9eacf;
    overflow: hidden;
}

.read_more {
    position: relative;
    padding: 10px 25px 10px 25px;
    background-color: #39a8ef;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 24px;
    color: #000;
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 20%);
    transition: all .3s;
    margin-top: 20px;
    height: 44px;
}

.read_more:hover {
    color: #fff;
}

.product-two .title h4 {
    width: 100%;
    color: #000080;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

/*Call Me*/
.phone_lefts-side {
    position: relative;
}

.phone_lefts-side a {
    position: fixed;
    bottom: 130px;
    color: #000;
    background-color: #39a8ef;
    animation: topBottom 4s infinite;
    z-index: 999;
    left: 25px;
    padding: 9px 16px;
    border-radius: 50%;
    font-size: 20px;
    animation: bounce 4s infinite alternate;
}

.glow {
    font-size: 80px;
    color: #fff;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        text-shadow: 0 0 10px #f3fffd, 0 0 20px #f3fffd, 0 0 30px #f3fffd, 0 0 40px #f3fffd, 0 0 50px #f3fffd, 0 0 60px #f3fffd, 0 0 70px #f3fffd;
    }

    to {
        text-shadow: 0 0 20px #f3fffd, 0 0 30px #f3fffd, 0 0 40px #f3fffd, 0 0 50px #016098, 0 0 60px #f3fffd, 0 0 70px #f3fffd, 0 0 80px #f3fffd;
    }
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #f3fffd, 0 0 20px #f3fffd, 0 0 30px #f3fffd, 0 0 40px #f3fffd, 0 0 50px #f3fffd, 0 0 60px #f3fffd, 0 0 70px #f3fffd;
    }

    to {
        text-shadow: 0 0 20px #f3fffd, 0 0 30px #f3fffd, 0 0 40px #f3fffd, 0 0 50px #016098, 0 0 60px #f3fffd, 0 0 70px #f3fffd, 0 0 80px #f3fffd;
    }
}

.bounce {
    animation: bounce 965 1.6s ease infinite;
    transform-origin: 50% 50%;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    12.5% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    62.5% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

.polpluar-product-segments h5 {
    padding: 0 0 0;
    font-size: 28px;
    margin: 0;
    text-transform: initial;
    color: #00548a;
    margin-bottom: 25px;
    position: relative;
    overflow: visible;
}

.polpluar-product-segments h5:after {
    background: #fff;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}


.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    top: 6px;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-controls.clickable {
    display: block !important;
}

.owl-pagination {
    display: none;
}

.owl-buttons {
    position: absolute;
    top: 0px;
    color: #fff;
    height: 45px;
    width: 100%;
}

.owl-buttons .owl-next,
.owl-prev {
    width: 40px;
    height: 40px;
    font-size: 0;
    position: absolute;
    top: 175px;
    left: 55px;
    background: #39a8ef;
}

.owl-next {
    right: 0px;
}

.owl-prev {
    left: -11px;
}

.owl-next:hover {
    color: #16639f !important;
}

.owl-prev:hover {
    color: #16639f !important;
}

.owl-prev:before {
    position: absolute;
    top: 9px;
    left: 8px
}

.owl-next:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
}

.owl-next:after {
    position: absolute;
    top: -3px;
    color: #fff;
    left: 11px;
}

.owl-prev.active {
    background: #ffbd1f;
}

.owl-prev:before {
    font: normal normal normal 25px/1 FontAwesome;
    content: "\f104";
    position: absolute;
    top: 7px;
    left: 13px;
}

.owl-next:after {
    font: normal normal normal 25px/1 FontAwesome;
    content: "\f105";
    position: absolute;
    top: 7px;
    color: #fff;
    left: 16px;
}

.owl-buttons .owl-next {
    position: absolute;
    left: 98%;
    top: 210px;
    border-radius: 50px;
}

.owl-buttons .owl-prev {
    top: 210px;
    border-radius: 50px;
}

/*loader*/
.loader span {
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 102px;
    color: rgb(255, 255, 255, .1);
    /* background-image: url(images/wave-beer.png); */
    background-repeat: repeat-x;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    animation: animate 15s linear infinite;
    font-weight: bolder;
    line-height: 98px;
    text-align: center;
}

.loader p {
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 102px;
    color: rgb(255, 255, 255, .1);
    background-image: url(images/wave-beer.png);
    background-repeat: repeat-x;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    animation: animate 15s linear infinite;
    font-weight: bolder;
    padding-left: 25%;
}

@keyframes animate {
    0% {
        background-position: left 0px top 80px;
    }

    40% {
        background-position: left 800px top -50px;
    }

    80% {
        background-position: left 1800px top -50px;
    }

    100% {
        background-position: left 2400px top 80px;
    }
}

.itme-block {
    display: block;
    overflow: hidden;
    padding: 15px;
    text-align: center;
}

.itme-block a {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 700;
}

.information_base h5 {
    font-size: 28px;
    margin: 0;
    text-transform: initial;
    color: #333;
    margin-bottom: 25px;
    position: relative;
    overflow: visible;
}

.information_base h5:after {
    background: #00548a;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}

div#owl-demo-2 .item {
    border: 1px solid #00548a;
}

.segemtn-block a {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 700;
    color: #000;
}

.segemtn-block {
    margin: 0;
    padding: 10px 15px;
}

.segemtn-block p {
    font-size: 16px;
    line-height: 24px;
}

.button-blog a {
    font-size: 13px;
}

.testimonial h5 {
    padding: 0 0 0;
    font-size: 28px;
    margin: 0;
    text-transform: initial;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    overflow: visible;
}

.testimonial h5:after {
    background: #fff;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}

div#owl-demo-3 .itme-block #owl-demo-3 .item {
    border-radius: 15px;
}

div#owl-demo-3 .item {
    border-radius: 15px;
    position: relative;
}

.extra-client {
    position: relative;
    border-radius: 15px;
    border: 1px solid #222;
}

.extra-client:after {
    width: 0;
    height: 0;
    content: " ";
    display: block;
    position: absolute;
    border-top-color: #eee9df;
    border-left-style: inset;
    border-right-style: inset;
    border-top: 22px solid;
    border-left: 0 solid transparent;
    border-right: 22px solid transparent;
    bottom: -22px;
    left: 15%;
}

.testimonial-info img {
    border-radius: 50px;
    width: 8%;
    border: 1px solid #ccc;
    padding: 2px;
}

div#owl-demo-3 .owl-buttons {
    display: none;
}

.faqs .title h5 {
    padding: 0 0 0;
    font-size: 28px;
    color: #000;
    position: relative;
    overflow: visible;
}

.faqs .title h5:after {
    background: #000;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}

.responsive-accordion {
    margin: 15px 0 20px 0;
    padding: 0;
    list-style-type: none;
}

.responsive-accordion li {
    margin: 0 0 10px 0;
    padding: 0;
}

.responsive-accordion li:last-child {
    margin-bottom: 0;
}

.responsive-accordion li .responsive-accordion-head {
    cursor: pointer;
}

.responsive-accordion li .responsive-accordion-head.active {
    font-weight: bold;
}

.responsive-accordion-default.responsive-accordion li .responsive-accordion-head {
    padding: 12px 30px 12px 10px;
    border: 1px solid #ccc;
    background-color: #39a8ef;
    color: #000;
    line-height: normal;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px;
}

.responsive-accordion-default.responsive-accordion li .responsive-accordion-head i {
    position: absolute;
    top: 13px;
    right: 17px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 30px;
    transition: 0.2s;
}

.responsive-accordion-default.responsive-accordion li .responsive-accordion-panel {
    border: 1px solid #00548a;
    border-radius: 10px;
    border-top: 0;
    background: #FFF;
    padding: 1rem 1.25rem;
}

.responsive-accordion-head i:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    appearance: none;
}

/*.responsive-accordion-default.responsive-accordion li:hover{}*/

.responsive-accordion-head:hover {
    background-color: #024b83;
    border-radius: 5px;
}

.widget span {
    color: #fff;
    text-transform: capitalize;
    text-align: left;
    padding: 0 0;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

footer {
    background: #023f66;
}

.blog-box {
    margin-bottom: 30px;
}

.footer-btn a {
    background: #00548a;
    padding: 13px 25px 13px 25px;
}

.widget ul li {
    margin-bottom: 12px;
}

.social-media ul li i.fa.fa-facebook {
    background-color: #4064ac;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.social-media ul li i.fa.fa-twitter {
    background-color: #1c9cea;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.social-media ul li i.fa.fa-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.social-media ul li i.fa-youtube-play {
    background: #ff0000;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.about-company .title h1 {
    color: #fff;
    font-size: 28px;
}

.mobile-three-item li {
    display: inline-block;
    margin-right: 0;
    padding: 10px 30px;
    width: 32%;
}

.mobile-three-item {
    text-align: center;
}

.mobile-three-item li:first-child {
    background-color: #005686;
}

.mobile-three-item li:nth-child(2) {
    background-color: #64b161;
}

.mobile-three-item li:last-child {
    background-color: #00abea;
}

.mobile-three-item li a {
    color: #fff;
}

.mobile-three-item {
    text-align: center;
    position: fixed;
    z-index: 999;
    bottom: 0;
    /* left: 8%; */
    width: 100%;
}

.mobile-three-item {
    display: none;
}

.common-banner {
    padding: 70px 0;
    position: relative;
}

.common-banner:after {
    width: 100%;
    height: 182px;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0px;
    content: '';
}

.common-banner h1 {
    position: relative;
    z-index: 9;
}

.inner-bread {
    background: #222;
    position: relative;
    margin: 0;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}

ul.breadcrumb li {
    color: #b2af5a;
}

.city a {
    background-color: #b2af5a;
    padding: 10px 0px;
}

.city-heading > h2 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
    color: #35363a;
}

.about-us-page .title h2 {
    padding: 0 0 0;
    font-size: 28px;
    color: #b2af5a;
    position: relative;
    overflow: visible;
}

.about-us-page .title h2:after {
    background: #fff;
    bottom: -6px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}

.more-content h3 {
    color: #b2af5a;
}

.more-content {
    position: relative;
}

.more-content:after {
    position: absolute;
    content: "";
    right: -25px;
    top: -36px;
    height: 380px;
    border: 6px solid #b2af5a;
    border-radius: 12px;
    display: block;
    width: 930px;
}

.more-content-img img {
    position: relative;
    z-index: 9;
}

.more-content p {
    line-height: 27px;
    color: #000;
}

.contact-infomation_left h2 {
    color: #333;
    font-size: 20px;
}

.contact-infomation_left span {
    font-size: 20px;
}

.form-block span {
    font-size: 20px;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
    color: #333;
}

.contact-filed input {
    margin-bottom: 15px;
    font-size: 14px;
}

.contact-filed textarea {
    height: 100px;
    font-size: 14px;
}

.contact-filed button {
    outline: none;
    background: #00548a;
    border: none;
    padding: 10px 35px;
    border-radius: 5px;
    font-family: 'Merriweather', serif;
    color: #fff;
}

.social-media i {
    border-radius: 5px;
}

.sitema-links-item h2 {
    color: #333;
    font-size: 20px;
}

.sitema-links-item h3 {
    color: #b2af5a;
    font-size: 20px;
}

.color-site {
    background: #00548a;
}

.blog-text-page {
    padding: 10px 15px;
}

.border-system {
    border: 1px solid #00548a;
    min-height: 700px;
}

.blog-text-page a {
    font-size: 18px;
    font-weight: 600;
}

.blog-btn-details a {
    background: #333;
    font-size: 13px;
    padding: 10px 30px;
    padding: 13px 25px 13px 25px;
}

.blog-details_img img {
    text-align: center;
}

.for-img img {
    cursor: pointer;
    border: 1px solid #ccc;
    width: 100%;
}

.modal-center a {
    background: #39a8ef;
    padding: 10px 30px;
    margin-top: 30px;
    display: inline-block;
}

.interseted-pop a {
    background: #b2af5a;
    padding: 10px 30px;
}

.related-products h4 {
    padding: 0 0 0;
    font-size: 28px;
    margin: 0;
    text-transform: initial;
    color: #b2af5a;
    margin-bottom: 25px;
    position: relative;
    overflow: visible;
}

.related-products h4:after {
    background: #afad5b;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}

/*table*/
table {
    margin-bottom: 15px;
    font-family: 'Merriweather', serif;
}

table tbody tr td {
    font-family: 'Merriweather', serif;
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
}

table tbody tr td {
    font-family: 'Merriweather', serif;
    border: 1px solid #404040;
    width: 60%;
    color: #000;
}

table tbody tr td:first-child {
    color: #000;
    width: 40%;
    font-family: 'Merriweather', serif;
}

.related-products {
    background: #f1f1f1;
}

.related_product span {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.button-list ul li a {
    background: #b2af5a;
    padding: 10px 30px;
}

.related_product table {
    width: 100%;
}

@keyframes shrink {
    0% {
        background-size: 110% 110%;
    }

    100% {
        background-size: 100% 100%;
    }
}

nav.mobile-menu {
    display: none;
}

.tagline_content h4 {
    font-size: 30px;
}

.column-two {
    column-count: 2;
}

.product-details_content p {
    line-height: 27px;
}

.ctm_hdg p {
    font-size: 28px;
    text-align: center;
    color: #fff;
    padding: 2px 0;
    background: #024b83;
}

.contact-inner h6 {
    font-weight: 300;
    text-transform: uppercase;
    color: #828080;
    letter-spacing: 3px;
    padding-left: 65px;
    font-size: 16px !important;
    font-weight: bold;
    letter-spacing: 0;
}

.contact-info p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    color: #9A9A9A;
}

.contact-inner p {
    padding-left: 65px;
    line-height: 24px;
    position: relative;
    color: #000000;
}

.contact-form-home input,
textarea,
select {
    width: 100%;
    background: #fff;
    outline: none;
    border: 1px solid #ddd;
    padding: 15px 15px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 20px;
}

.contact-form-home textarea {
    height: 150px;
    resize: none;
}

.contact-form-home input[type="submit"],
.contact-form-home button[type="submit"] {
    border: none;
    display: inline-block;
    padding: 12px 20px;
    width: auto;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    font-family: 'Merriweather', serif;
    font-size: 25px;
    font-weight: 600;
}

button.main-btn {
    background: #b2af5a;
}

.contact-form-home input::placeholder,
.contact-form-home textarea::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.form-details.ctm_hdg {
    margin: 0px auto;
}

.home-form {
    background: #fff;
}

.keywords h5 {
    padding: 0 0 0;
    font-size: 28px;
    margin: 0;
    text-transform: initial;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    overflow: visible;
}

.keywords h5:after {
    background: #fff;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}

.scrolling-keywords li a {
    color: #fff;
    line-height: 30px;
}

.scrolling-keywords {
    column-count: 3;
}

.keywords {
    background: #00548a;
    padding: 30px 0;
}

.scrolling-keywords ul li {
    border-bottom: 1px dashed #00abea;
    padding-bottom: 5px;
    padding-top: 5px;
}

.hero_content h1 {
    color: #fff;
}

.faqs {
    background: #f1f1f1;
}

.about-us {
    background: #f1f1f1;
}

.about-us-page_content p {
    color: #000;
    line-height: 25px;
}

.blog-text p {
    color: #000;
    line-height: 25px;
}

.contact-infomation_left a {
    color: #000;
}

.contact-infomation_left p {
    color: #000;
}

.product-details_content p {
    color: #000;
}

.bg-blue-print {
    background: #024b83;
    padding: 20px;
    min-height: 224px;
    border-radius: 5px;
}

.address-point i {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}

.bg-blue-print span {
    font-weight: 800;
    font-style: italic;
    display: block;
    margin-bottom: 10px;
}

.bg-blue-print p strong {
    color: #aead5b;
    display: block;
}

.bg-blue-print p {
    margin-bottom: 5px;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.3, 1.3);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.3, 1.3);
    }
}

#carouselExampleControls .carousel-item > img {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
    -webkit-animation: zoom 15s;
    animation: zoom 15s;
}

div#owl-demo .owl-buttons .owl-prev {
    top: 125px;
}

div#owl-demo .owl-buttons .owl-next {
    top: 125px;
}


.top-header {
    background-color: #00548a;
}

.download-btn a {

    background: #39a8ef;
    /*    padding: 16px 25px;   */
    padding: 5px 23px;
    float: right;
    color: #000;
}


.social_media-devide ul li a i.fa-facebook {
    background: #1877f2;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.social_media-devide ul li a i.fa-twitter {
    background: #00a4ed;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.social_media-devide ul li a i.fa-pinterest-p {
    background: #f70022;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.social_media-devide ul li a i.fa-linkedin {
    background: #0069bc;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.social_media-devide ul li a i.fa-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.social_media-devide ul li a i.fa-youtube-play {
    background: red;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

div#owl-demo-2 .item img {
    height: 280px;
    object-fit: cover;
}

.certificate-logos {
    background: #fcfaf7;
}

.logos-certificate {
    width: 20%;
    margin-bottom: 30px;
    text-align: center;
}

.under-bg-white img {
    min-height: 165px;
    object-fit: scale-down;
    transition: 0.5s;
    border: 1px solid #f1f1f1;
}

.logos-certificate img {
    padding: 15px;
    width: 100%;
}

.more-content-design h4 {
    font-size: 22px;
    display: block;
    margin-bottom: 15px;
}

.breadcumb {
    background: url(img/AMR1.jpg)no-repeat;
    background-size: 100%;
    background-position: center;
}

.query-form-field input {
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 22px;
    background: transparent;
    color: #fff;
    outline: none;
}

.query-form-field textarea {
    width: 100%;
    resize: none;
    border: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    height: 100px;
    background: transparent;
    color: #fff;
    padding-top: 0px;
    padding-left: 0px !important;
}

.query-form-field-btn input {
    border: none;
    cursor: pointer;
    padding: 10px 30px 10px 30px;
    text-transform: uppercase;
    background: #ffff;
    width: 100%;
    outline: none;
}

.form-contact-color {
    background: #004d7f;
    padding: 15px;
    margin-bottom: 35px;
}

.query-form p {
    padding-bottom: 10px;
    line-height: 46px;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
}

.query-form-field input::placeholder {
    color: #fff;
    opacity: 1;
}

.query-form-field input:-ms-input-placeholder {
    color: #fff;
}

.query-form-field input::-ms-input-placeholder {
    color: #fff;
}

.query-form-field textarea::placeholder {
    color: #fff;
}

.query-form-field textarea:-ms-input-placeholder {
    color: #fff;
}

.query-form-field textarea::-ms-input-placeholder {
    color: #fff;
}

.city-heading h2 a {
    background: #024b83;
    width: 100%;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding: 15px 15px;
    color: #fff;
}

.inner-states {
    background: #00548a;
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
}

.inner-states a {
    color: #fff;
}

.full-width-type {
    background: #39a8ef;
    margin-bottom: 30px;
}

.full-width-type h3 a {
    font-size: 22px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.product-details_content h2 {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-details_content h3 {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-details_content h4 {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-details_content h5 {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-details_content h6 {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-details_content ul {
    padding-left: 15px;
}

.product-details_content ul li {
    list-style-type: disc;
    line-height: 25px;
}

.product-details_content p {
    margin-bottom: 22px;
}

div#owl-demo .item img {
    height: 300px;
    object-fit: cover;
}

.product-details_content ol li {
    line-height: 30px;
}

.location_work h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 12px;
}

.location_work ul li {
    color: #fff;
}

.about-company .title span {
    color: #fff;
    margin-bottom: 5px !important;
}

p#innersuccessmsg {
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

.blog-text-page p {
    text-align: justify;
}

.blog-box img {
    height: 300px;
    object-fit: cover;
}

.responsive-accordion-panel p {
    margin-bottom: 15px;
}


.carousel-item .carousel-caption {
    top: 29%;
    background-color: #03385ad9;
    bottom: inherit;
    width: 79%;
    right: 52%;
    left: 10%;
    padding: 41px 26px;
    border-radius: 20px;
}



.carousel-item .carousel-caption h5 {
    margin-bottom: 21px;
    font-size: 35px;
}

.carousel-caption p {
    font-size: 19px;
}


.call-to-action-new span {
    border-right: 1px solid #000;
    padding-right: 11px;
    margin-right: 14px;
    color: #000;
}

.call-to-action-new a {
    color: #000;
}
.call-to-action-new ul li i {
    color: #000;
}

.call-to-action-new li {
    background-color: #39a8ef;
    padding: 4px;
    text-align: center;
    transition: 1s;
}

.call-to-action-new:hover li {
    background-color: #00548a;
    box-shadow: 0px 5px 4px -4px #fff;
}

.search-bar .itme-block {
    background-color: #00548a !important;
}

.search-bar .itme-block a {
    color: #fff !important;
    font-weight: 100 !important;
    font-size: 16px;
}

.search-bar img {
    height: 229px;
}

.some-content-left p {
    line-height: 26px;
}


.mat-img img {
    width: 100%;
    height: 239px;
    margin-top: 37px;
    border-radius: 10px 64px;
    border-bottom: 6px solid #00548a;
    box-shadow: 0px 2px 7px #808080e8;
    transition: 1s;
}

.img-with-contant {
    margin-top: 67px;
}

.img-with-contant h4 {
    font-size: 29px;
    margin-bottom: 18px;
    color: #00548a;
}


.mat-img:hover img {
    border-radius: inherit;
}

@media (min-width: 268px ) and (max-width: 568px){
    
    .img-with-contant {
    margin-top: 17px;
}
}

.test-class {
    height: 500px;
    position: relative;
    overflow-y: scroll;
}

/* width */
.test-class::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  .test-class::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  .test-class::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  .test-class::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .copy-right {
    padding-top: 22px;
}

.map iframe{
    width: 100%;
    height: 300px;
}