/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template/modern-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
:root {
    --orange: #FFBF00;
    --blue: #2c49d2;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
.logo{
    width:140px;
    margin-top: -10px;
}
.res-bg-border{

    border-bottom: 1px solid var(--blue);
}
ul{
    list-style: none;
}
.bg-theam-orange-color{
    background-color: var(--blue) !important;
}
.icons {
    position:fixed;
    top:70%;
    right:0;
    z-index:100;
}
.icons ul {
    list-style:none;
    padding:initial;
}

.icons ul li {
    height:60px;
    width:60px;
    padding-left: 18px;
    padding-top: 8px;
    /*margin-top:5px;*/
    color:white;
}
.icons ul li i{
    font-size: 25px;
}
.facebook {
    background-color: #4267b2;
}
.whatsapp{
    background-color: #2ab318;
}
.carousel-item {
    height: 80vh;
    min-height: 300px;
    background: no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 80%;
}
@media screen and (max-width: 480px) {
    .carousel-item {
        height: 5vh;
    }
    /*#carouselExampleIndicators .banner-height {
        height: 5vh;
    }*/
}

.banner-height {
    height: 95vh;
}
.portfolio-item {
    margin-bottom: 30px;
}
.portfolio-item .card-title a{
    color: var(--blue);
}
.portfolio-item .card-title a: hover{
    text-decoration: none;
    color: var(--orange);
}
.navbar{
    padding: 0.9rem 1rem !important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active {
    color: var(--blue) !important;
}
.dropdown-button .dropdown-toggle::after, .dropdown-button a::after{
    display: none !important;
}
.dropdown-button .btn-outline-secondary:hover{
    color: #333;
    background-color: #fff;
    border-color: #6c757d;
}
.main-menu ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
}

.main-menu ul li a {
    position: relative;
    text-transform: uppercase;
}
.main-menu ul li a:after {
    content: '';
    border-bottom: 3px solid var(--blue);
    left: 50%;
    position: absolute;
    top: 136%;
    transition: all .2s ease-in-out;
    width: 0;
}
.main-menu ul li .active:after {
    content: '';
    border-bottom: 3px solid var(--orange);
    left: 50%;
    position: absolute;
    top: 136%;
    transition: all .2s ease-in-out;
    width: 0;
}
.main-menu ul li a:hover:after  {
    left: 0;
    width: 100%;
}
.main-menu ul li .active:after  {
    left: 0;
    width: 100%;
}
.rounded-md{
    border-radius:1rem; 
}
.product h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-card img{
    float: right;
    width: 90px;
    height: auto;
}
.product-card:hover{
    transform: scale(1.05);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 23%);
    top: -4px;
    border: 1px solid #cccccc;
    background-color: white;
}

.item img{
	object-fit: cover;
}
/*.product-card:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #00838d;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(2);
    transform-origin: 50% 50%;
    transition: transform 0.15s ease-out;
}*/
.cus-button{
    padding: 0.2rem 2rem;
    border-color: var(--orange);
}
.cus-button:hover{
    padding: 0.2rem 2rem;
    border-color: var(--blue);
    background-color: var(--blue);
}
.title{
    font-weight: 600;
}
.divider{
    border-bottom: 4px solid var(--orange);
    width:120px;
    display: block;
    line-height:1.6em;
    margin-bottom: 15px;
}
.about-v .video{
    background: #fff;
    position: relative;
    padding: 0.6rem;
    /*width: 52.81%;*/
}
.about-v .video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: var(--blue);
    width: 67.75%;
    height: 69.59%;
}
.about-v .video img {
    width: 100%;
    height: 350px;
    z-index: 999;
}
.video img {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
}
.view {
    background: url('../image/overlay.jpg') no-repeat;
    background-size: auto;
    background-size: cover;
    padding: 6rem 0 2.2rem 0;
    margin-top: -5rem;
    background-color: hsla(240, 5.9%, 3.3%, 0.65);
    background-blend-mode: multiply;
}

.about ul {
    display: flex;
    justify-content: flex-start;
    margin-top: 0.11rem;
    list-style: none;
    padding: 0;
}
.about ul li {
    background: #fff;
    position: relative;
    width: auto;
    padding: 16px 20px;
    margin-right: 1rem;
    border-radius: 0px 20px 0px 0px;
    box-shadow: 0px 5px 14px 1px rgba(0, 0, 0, 0.15);
    border: 2px solid var(--blue);
}
.about ul li .num {
    font-size: 26px;
    font-weight: 600;
    color: var(--blue);
}
.slider-certificate .swiper-container {
    width: 80%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.slider-certificate .swiper-slide{
    width: 300px;
}
.slider-certificate .swiper-slide img{
    width: 300px;
    height: 400px;
}
.slider-certificate .swiper-button-prev, .slider-certificate .swiper-container-rtl .swiper-button-next{
    left: 200px;    
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50%,center;
    padding: 10px;
    background-size: 40%;
    background-color: #f5faff;
}
.slider-certificate .swiper-button-next, .slider-certificate .swiper-container-rtl .swiper-button-prev{
    right: 200px; 
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50%,center;
    padding: 10px;
    background-size: 40%;
    background-color: #f5faff;
}
.slider-certificate .swiper-button-prev, .slider-certificate .swiper-button-next{
    margin-top: 220px !important;
    top: auto !important;
}
.footer-section {
    background: #151414;
    position: relative;
}
.footer-cta {
    border-bottom: 1px solid #373636;
}
.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}
.cta-text {
    padding-left: 15px;
    display: inline-block;
}
.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}
.cta-text span {
    color: #757575;
    font-size: 15px;
}
.footer-content {
    position: relative;
    z-index: 2;
}
.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}
.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}
.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}
.footer-social-icon i {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}
.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: var(--orange);
}
.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}
.footer-widget ul li a:hover{
    color: var(--blue);
}
.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
    text-decoration: none;
}
.subscribe-form {
    position: relative;
}
.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: var(--blue);
    padding: 10px 15px;
    border: 1px solid var(--blue);
    top: 0;
}
.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}
.copyright-area{
    background: #202020;
    padding: 25px 0;
}
.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}
.copyright-text p a{
    color: var(--orange);
}
.copyright-text p a:hover{
    color: var(--blue);
    text-decoration: none;
}
.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}
.footer-menu li:hover a{
    color: #ff5e14;
}
.footer-menu li a {
    font-size: 14px;
    color: #878787;
}
.subscribe-form textarea {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E !important;
    color: #fff !important;
}
.banner {
    width: 100%;
    padding:40px 0;
    text-align: center;
    background-image: linear-gradient(120deg, #142b84 0%, #bcc5e8 100%);
    color: white;
}
.banner .head-banner-title::after {

    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 60px auto;
    width: 6%;
    height: 3px;
    background: rgb(255, 255, 255);

}

.myproduct{
	height:300px;
}
.bottom-content{
	  position: absolute;
  bottom: 15px;
}
.history-bg{
    background: #f2f2f2;
}
.history ul{
    list-style: none;
}
.history ul li h5 {
    font-size: 2rem;
    font-family: Impact;
    font-weight: 400;
    color: var(--blue);
}
.history  ul li h6 {
    font-size: 1rem;
    font-weight: bold;
    color: var(--blue);
    margin: -3px 0 3px 0;
}
.column-01 {
    flex: 25%;
    min-width: 30%;
    padding: 0 4px;
}
.column {
    max-width: 15%;
    padding: 0 4px;
}
.column img, .column-01 img{
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    border-radius: 10px;
}



/* portfolio page styling */
.filters{
    box-shadow: 0px 6px 19px 1px rgba(0, 0, 0, 0.1);
}
.section {
    padding: 30px 0;
    color: #333;
}
.section .top-side {
    text-align: center;
}
.section .top-side .title {
    font-weight: 500;
    font-size: 30px;
    color: #888;
    display: inline-block;
}
.section .top-side .title:after {
    content: '';
    display: block;
    width: 50%;
    border-bottom: 1px solid #494949;
    margin: 2px auto;
}
/* .section .top-side h2 {
  font-weight: 700;
} */
.section.portfolio .filters {
    text-align: center;
    margin-top: 10px;
}
.section.portfolio .filters ul {
    padding: 0;
}
.section.portfolio .filters ul li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 10px 20px;
    border-radius: 4px;
    border: 2px solid var(--orange);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 5px;
    letter-spacing: 1px;
}
.section.portfolio .filters ul li:hover {
    /*content: '';
    display: block;*/
    /*width: calc(0% - 60px);*/
    /*position: absolute;
    height: 2px;*/
    background-color: var(--orange);
    /*transition: width 350ms ease-out;*/
}
.section.portfolio .filters ul li:hover:after {
    width: calc(100% - 60px);
    transition: width 350ms ease-out;
}
.section.portfolio .filters ul li.active:after {
    width: calc(100% - 60px);
}
.section.portfolio .filters-content {
    margin-top: 50px;
}
.section.portfolio .filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms;
}
.section.portfolio .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms;
}
.section.portfolio .filters-content .item {
    text-align: center;
    /* cursor: pointer; */
    margin-bottom: 30px;
    /* border for the image and content */
    /* border: 2px solid blue; */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}
.section.portfolio .filters-content .item .p-inner {
    padding: 2px 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}
.section.portfolio .filters-content .item .p-inner h5 {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    color: var(--blue);
    margin: 5px 0 0 0;
    font-weight: bold;
    letter-spacing: 1px;
}
.section.portfolio .filters-content .item .p-inner .cat {
    font-size: 16px;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    color: #888;
    letter-spacing: 0.5px;
}
.section.portfolio .filters-content .item img {
    width: 100%;
	height:235px;
    /* margin-bottom: 2px; */
}
.after-click {
    color: var(--blue);
    font-weight: bold;
}
/* end of the portfolio page styling   */
.news .btn{
    border-color: var(--blue);
    color:  #000;
}
.news:hover .btn{
    background-color: var(--blue);
    color: #fff;
}

.right_conatct_social_icon{
    /*    background: linear-gradient(to top right, #5b5b5b -5%, #ffa459 100%);*/
    background: #686868;
}
.contact_us{
    background-color: #fbfbfb;
    padding: 120px 0px;
}

.contact_inner{
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}
.contact_field{
    padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon{
    height: 100%;
}

.contact_field h3{
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}
.contact_field p{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.contact_field .form-control{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus{
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #5472ff;
}
.contact_field .form-control::placeholder{
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #5472ff;
    color:#fff;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}
.contact_info_sec h4{
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single{
    margin: 30px 0px;
}
.info_single i{
    margin-right: 15px;
    font-size: 16px;
}
.info_single span{
    font-size: 15px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    background: var(--blue);
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 40%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}
.socil_item_inner li{
    list-style: none;
}
.socil_item_inner li a{
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}
.socil_item_inner{
    padding-bottom: 10px;
}
.product-detail .title{
    color:var(--blue);
}
.bx {
    display: flex;
    align-items: center;
    margin-top: 1.07rem;
}
.service .grid { 
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 10px;
    align-items: stretch;
    grid-template-columns: 1fr 2fr;
    margin-top: -2.5rem;
}
.service .grid img{
    width: 200px;
}
.list li i{
    font-size: 20px;
    padding: 10px;
    color: var(--blue);
}
.list li{
    font-size: 18px;
    padding: 10px;
}
.image-gallary {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    /*    max-width: 25%;*/
    padding: 0 4px;
}

.image-gallary img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    height: 160px;
}
.product .swiper-slide img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
}
@media (max-width: 1399.98px) {
    .slider-certificate .swiper-slide img{
        width: 240px;
        height: 260px;
    }
    .slider-certificate .swiper-container {
        width: 60%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .slider-certificate .swiper-slide{
        width: 240px;
    }
    .slider-certificate .swiper-button-prev, .slider-certificate .swiper-button-next {
        margin-top: 160px !important;
        top: auto !important;
    }
    .slider-certificate .swiper-button-next, .slider-certificate .swiper-container-rtl .swiper-button-prev {
        right: 200px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-position: 50%,center;
        padding: 10px;
        background-size: 40%;
        background-color: #f5faff;
    }
    .slider-certificate .swiper-button-prev, .slider-certificate .swiper-container-rtl .swiper-button-next {
        left: 200px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-position: 50%,center;
        padding: 10px;
        background-size: 40%;
        background-color: #f5faff;
    }
    .contact_field {
        padding: 60px 160px 90px 50px;
    }
    .contact_info_sec{
        width: 250px;
        padding: 20px;
    }
    .info_single span {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .service .grid img{
        width: 120px;
    }
    .service .grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        grid-gap: 10px;
        align-items: stretch;
        grid-template-columns: 1fr 2fr;
        margin-top: 2rem;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .main-menu ul li a:after {
        content: '';
        border-bottom: 3px solid var(--blue);
        left: 50%;
        position: absolute;
        top: 100% !important;
        transition: all .2s ease-in-out;
        width: 0;
    }
    .main-menu ul li .active:after {
        content: '';
        border-bottom: 3px solid var(--blue);
        left: 50%;
        position: absolute;
        top: 100% !important;
        transition: all .2s ease-in-out;
        width: 0;
    }
	.carousel-item{
        height: 50vh;
    }
	
	.carousel-banner{
        height: 50vh;
    }
	.banner .head-banner-title::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: 60px auto;
        width: 12%;
        height: 3px;
        background: rgb(255, 255, 255);
    }
	.icons {
        position:fixed;
        top:40%;
        right:0;
        z-index:100;
    }
}
@media screen and (max-width: 480px) {
    .banner-height {
        height: auto !important;
    }

    .service .grid img{
        width: 150px;
    }
    .contact_field {
        padding: 20px;
    }
    .contact_info_sec {
        position: relative;
        background-color: #ffa459;
        color: #fff;
        right: 0px;
        top: 18%;
        height: 340px;
        width: 100%;
        padding: 40px;
        border-radius: 0;
    }
    .history{
        display: block !important;
    }
    .column {
        max-width: 100%;
        padding: 0px 4px;
        display: block;
    }
    .column img, .column-01 img {
        margin-top: 8px;
        vertical-align: middle;
        width: 100%;
        border-radius: 10px;
        padding: 4px;
    }

    .slider-certificate .swiper-button-prev, .slider-certificate .swiper-container-rtl .swiper-button-next {
        left: 20px;
    }
    .slider-certificate .swiper-button-next, .slider-certificate .swiper-container-rtl .swiper-button-prev{
        right: 20px;
    }
    .main-menu ul li a:after {
        content: '';
        border-bottom: 3px solid var(--blue);
        left: 50%;
        position: absolute;
        top: 100%;
        transition: all .2s ease-in-out;
        width: 0;
    }
    .main-menu ul li .active:after {
        content: '';
        border-bottom: 3px solid var(--blue);
        left: 50%;
        position: absolute;
        top: 100%;
        transition: all .2s ease-in-out;
        width: 0;
    }
	 .carousel-item .carousel-banner {
        height: auto;
        min-height: 300px;
        background: no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: 100% 100%;
    }
	.banner .head-banner-title::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: 60px auto;
        width: 20%;
        height: 3px;
        background: rgb(255, 255, 255);
    }
	.icons {
        position:fixed;
        top:70%;
        right:0;
        z-index:100;
    }
}