.clr {
    clear: both;
}

.wow {
    visibility: hidden;
}

html {
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}

.our-projects {
    padding-bottom: 70px;
    /*background-color: #005cbf;*/
    width: 800px;
}

.our-projects h2 {
    background-color: #12345b;
    color: white;
    width: 220px;
    margin: 0 auto 15px;
    text-align: center;
    border-radius: 30px;
    -webkit-box-shadow: 0 -1px 12px #12345b;
    -moz-box-shadow: 0 -1px 12px #12345b;
    box-shadow: 0 -1px 12px #12345b;
    /*margin-bottom: 15px;*/


}

.our-projects .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-projects .modal-content {
    width: 1000px;
}


/* about us slider ip */
.modalContainerDev {

    z-index: 999999999999;
}

.modalContainer {
    padding: 10px 0 0px;
    margin: auto;
    width: 550px;
    /*height: 550px;*/
    /*background-color: yellow;*/
    text-align: center;


}

.modalContainer .carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #12345b;
    padding: 20px 0;
}

.modalContainer .carousel-item {
    height: 600px;
    width: 500px;
    /*background-color: red;*/
}

.modalContainer .carousel-item img {
    width: 100%;
    /*height: 500px;*/

}

.carouselHeight {
    /*height: 350px;*/

}

.modalContainer img {
    /*width: 100%;*/
    /*height: 100%;*/
    cursor: pointer;
}
.modalContainerDev {
    background-color: #12345b50;
}

.modalDevImg {
margin: auto;
    /*height: 550px;*/
   }
#close-project-overlay {
    position: absolute;
    top: 23px;
    right: 330px;
    background:darkred;
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
}

#modalImg {
    position: relative;
    /*width: 100%;*/
    width: 900px;
    height: 1280px;


    /*height: 520px;*/

}

.modalDevImg img {
    cursor: default;

}


/* about us slider ip */

.navbar-nav li .navLink {
    color: white !important;
    cursor: pointer;
}

.navbar-nav li a:hover {
    color: #12345b !important;
}

#nav {
    transition: 1s ease;
    background-color: rgba(18, 52, 91, 0.5) !important;
    position: sticky;
    top: 0 !important;
    z-index: 999999999999;

}

.navbar {
    padding: 15px 70px;
}

.nav-item {
    padding-right: 10px;
    font-size: 14px;
}

.navbar-brand:after {
    content: "";
    position: absolute;
    width: 8px;
    background-color: #A51F23;
    top: 63px;
    left: 225px;
    height: 8px;
    border-radius: 25%;
}

.logoRotana {
    width: 150px;
    height: 60px;
    border-radius: 10px;
    margin-right: 10px;
}

.navbar:after {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #4C4D4D;
    height: 1px;
    top: 99px;
    left: 0;
}

.social-networks-icons {
    font-size: 30px;
    margin-right: 10px;
    /*margin-left: 5px;*/
    width: 30px;
    display: inline-block;
}

.social-networks-icons a {
    color: #12345b;
    background-color: #12345b;
    border-radius: 25%;
    text-decoration: none;
}

.social-networks-icons i {
    /*margin: auto;*/
    display: block;
    padding: 10px;
}

.navbar:before {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #4C4D4D;
    height: 99px;
    top: 0;
    right: 140px
}

.searchInput {
    padding: 0 30px;
}

.searchInput input {
    width: 150px;
    font-size: 14px !important;
}

/* home */


.dropdown-item:hover {
    color: #12345b;
    cursor: pointer !important;
    background-color: white;
}


#carouselExampleFade {
    position: absolute;
    top: 460px;
    width: 150px;
    height: 100px;
    left: 45%;
}

#similar-product .right {
    left: 297px;
}


#carouselExampleFade img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
}

#carouselExampleFade .carousel-item {
    width: 150px;
    margin: auto;
    height: 180px;
}

.mainSliderImg img {
    height: 650px

}

.position-absolutesss {
    position: absolute;
    top: 50%;
    left: 25%;
    background-size: 100% 100%;


}

.caption-layer {
    background-color: rgba(31, 31, 31, 0.55);
    width: 100%;
    height: 100%;
    align-items: center;
    top: 0
}

.home-caption h1 {
    color: white;
    font-size: 100px;
    font-weight: bold
}

.home-caption .trade {
    margin-top: -25px;
}

.home-caption .btn-color {
    background-color: #00D5EE;
    color: white;
    font-weight: bolder;
    padding: 10px 20px;
    transition: transform 0.5s ease;

}

.home-caption .btn-color:hover {
    transform: translateY(-1px)
}


.about {
    padding: 30px 0 150px;


}

.about h4 {
    background-color: #12345b;
    border-radius: 30px;
    -webkit-box-shadow: 0 -1px 12px #12345b;
    -moz-box-shadow: 0 -1px 12px #12345b;
    box-shadow: 0 -1px 12px #12345b;
    width: 200px;
    margin: auto;


}

.about p {
    font-size: 25px;
    padding: 20px 0;
    color: #FFFF;
}

.about .btn-mine {
    border: solid gray 1px;
    border-radius: 0;
    font-size: 12px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.about .btn-mine:hover {
    background-color: black;
    color: white !important;
}

.creatives h2 {
    background-color: #12345b;
    border-radius: 30px;
    -webkit-box-shadow: 0 -1px 12px black;
    -moz-box-shadow: 0 -1px 12px black;
    box-shadow: 0 -1px 12px black;
    width: 300px;
    margin: auto;
    padding: 10px 0;
    color: white;
}

.creatives h4 {
    color: #7b9bbf;
}

.whatIdo h2 {

    background-color: #12345b;
    border-radius: 30px;
    -webkit-box-shadow: 0 -1px 12px black;
    -moz-box-shadow: 0 -1px 12px black;
    box-shadow: 0 -1px 12px black;
    width: 250px;
    margin: auto;
    padding-bottom: 20px;
    color: white;


}

.whatIdo-wrapper {
    height: 275px;
    /*background-color: red;*/
    border-radius: 30px;
    -webkit-box-shadow: 0 -1px 12px black;
    -moz-box-shadow: 0 -1px 12px black;
    box-shadow: 0 -1px 12px black;

}

.bk-layer img {

    width: 100%;
    height: 100%;
}

.productInfo {
    padding: 10px;
}

.bk-layer {
    position: relative;
    overflow: hidden;
    width: 180px;
    height: 200px;
    padding: 20px;
    border: 1px solid #14273E;
    -webkit-box-shadow: 0 -1px 12px #12345b;
    -moz-box-shadow: 0 -1px 12px #12345b;
    box-shadow: 0 -1px 12px #12345b;
    border-radius: 8px;

}

.bk-layer:hover .fr-layer {
    opacity: 1;
    top: 0
}

.fr-layer a {
    text-decoration: none;
}

.fr-layer a:hover h4 {
    color: #12345b !important;
}

.fr-layer {
    border-radius: 8px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 20%;
    left: 0;
    opacity: 0;
    background-color: rgba(18, 52, 91, 0.7);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.overLayer {
    text-align: left;
    color: white;
    padding-top: 80%;
    padding-left: 10px
}


/*.bg-mine {*/
/*    background-image: url("../images/1.jpg");*/
/*    background-color: #09c;*/

/*}*/

/* about Css */


.whatIdo {
    overflow: hidden;
    margin-bottom: 50px;
    background-color: #F5F5F5;
    border-radius: 80px;
    -webkit-box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.4);
    box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.4);


}

.whatIdo i {
    background-color: #F5F5F5;
}

.whatIdo .brand_icon {
    transition: all 0.9s;
    border-radius: 50%;
}

.whatIdo .brand_title {
    transition: all 0.9s;
}

.whatIdo .brand_icon:hover {
    color: white;
    background-color: #12345b;
}

.whatIdo .brand_title:hover {
    color: #12345b;

}

.aboutContainerPage, .categoriesContainerPage, .contactUsContainerPage, .indexContainerPage, .productDetailsContainerPage, .productsContainerPage {


    padding: 0 120px;
}

.indexContainerPage {
    background-color: #EFEFEF;

}

.contactUsContainer {
    background-color: #EFEFEF;
}

/* ABout numbers section*/

.numbers {
    background-image: url("../images/rotanaImg/project-counter.jpg");
    border-radius: 30px;
    background-size: cover;
    -webkit-box-shadow: 0 -1px 12px #12345b;
    -moz-box-shadow: 0 -1px 12px #12345b;
    box-shadow: 0 -1px 12px #12345b;


}

.numbers .number_caption {
    border: dotted 0.5px #434343;
}

.recommendedCarousel .carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #12345b;
    /*border-radius: 25%;*/
    padding: 20px 0;
}
.whenIdo {
    background-image: url("../images/rotanaImg/indian-commercial-kitchen-equipment-500x500.jpg");
    background-attachment: fixed;
    /*padding: 100px 0;*/
    height: 400px;
    position: relative;
    overflow: hidden;
    /*border-radius: 20px;*/
    -webkit-box-shadow: 0 -1px 12px #000000;
    -moz-box-shadow: 0 -1px 12px #000000;
    box-shadow: 0 -1px 12px #000000;
    margin-left: 0;
    margin-right: 0;
    /*margin: 50px 0;*/


}

.whenIdoMainContainer {
    padding: 150px 0 ;
    background-color: #EFEFEF;
    height: 625px;
}

.whenIdo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);


}


.aboutBackImg img {
    height: 450px;
    /*position: relative;*/
    border-radius: 80px;
    -webkit-box-shadow: 0 -1px 12px #12345b;
    -moz-box-shadow: 0 -1px 12px #12345b;
    box-shadow: 0 -1px 12px #12345b;


}

.aboutBackImg {
    position: relative;

}

.aboutFrontContent {

    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    padding: 65px 0;

}


@media screen and (max-width: 690px) {
    .aboutContainerPage, .categoriesContainerPage, .contactUsContainerPage, .indexContainerPage, .productDetailsContainerPage, .productsContainerPage {
        padding: 0;
    }
    .aboutMobile {
        padding: 0 !important;
    }

}

