/* All common CSS start here  */
* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
body{
    scroll-behavior: smooth;
}
.logo-main{
    width: 250px;
    height: 70px;
}
@media(max-width:767px){
    .logo-main{
        height: 70px;
        width: auto;

    }
}

/* All common CSS end here  */

/* header top part  CSS start here  */
#header_top {
    background-color: #cb0818;
    padding: 10px 0;
    z-index: 999;
    position: sticky;

}

.header_top_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;

}

.header_top_right_item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.header_top_left p {
    margin-bottom: 1%;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #fff;
}

.header_top_right_item {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #fff;
}

/* header top part CSS end here  */

/* header part css start here  */

#header {
	position: sticky;
	top: 0;
	padding-top: 0px;
	z-index: 998;
	background-color: white;
	width: 100%;
}

/* window scroll classes  */
.scl_hide {
    display: none;
}

.navbar_brand_short_img {
    width: 70%;
}

.hovered_scales_none {
    display: none;
}

.nvline {
    display: block !important;
}

/* window scroll classes  */
.scl {
    padding: 60px;
    background: url(../images/scales.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -65px;
    left: 0;
    width: 100%;
}

.scl img {
    position: absolute;
    /* width: 100%; */
    top: -50px;
    left: 0;
    z-index: -1;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.nav-item {
    padding-right: 17px;
    position: relative;
}

.nav-item .nav_line {
    display: none;
    position: absolute;
    width: 90%;
    height: 2px;
    bottom: 0;
    left: -100%;
    background: #cb0818;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}

.nav-item:hover span {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.nav-link {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #cb0818;
}

.d-flex {
    display: flex !important;
    justify-content: flex-end;
}

.form-control {
    width: 28%;
    border: none;
    transition: .4s;
}

.hovered_scales {
    position: absolute;
    top: -300px;
    left: -6px;
}

.for_home {
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}

.home:hover .for_home {
    top: -96px;
    visibility: visible;
    opacity: 1;

}

.for_aboutus {
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    left: 7px;
}

.about:hover .for_aboutus {
    top: -96px;
    visibility: visible;
    opacity: 1;
}

.for_page_grp {
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    left: -4px;
}

.dropdown_hover:hover .for_page_grp {
    top: -96px;
    visibility: visible;
    opacity: 1;
}

.for_page_one {
    left: 21px;
}

.for_page_two {
    left: 53px;
}

.for_page_one {
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}

.for_page_two {
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}

.service {
    position: relative;
}

.dropdown_items {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
}

.service:hover .for_page_one {
    top: -96px;
    visibility: visible;
    opacity: 1;
}

.service:hover .for_page_two {
    top: -96px;
    visibility: visible;
    opacity: 1;
}

.for_ourservices_one {
    left: 11px;
    top: -400%;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}

.for_ourservices_two {
    left: 75px;
    top: -400%;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}

.project:hover .for_ourservices_one {
    top: -96px;
    visibility: visible;
    opacity: 1;
}

.project:hover .for_ourservices_two {
    top: -96px;
    visibility: visible;
    opacity: 1;
}

.for_contact {
    left: 8px;
    top: -400%;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}

.contact:hover .for_contact {
    top: -96px;
    visibility: visible;
    opacity: 1;
}

.navbar .d-flex:hover .form-control {
    width: 70% !important;
    border: 1px solid rgb(177, 177, 177) !important;
    background: rgb(221, 220, 220);
}

.navbar .btn {
    border: none;
}

/* Dropdown Part Here  */
.dropdown_hover span {
    padding-left: 5px;
}

.dropdown_items {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    background: white;
    bottom: -300px;
    width: 233px;
    left: -50%;
    padding: 20px 0;
}

.dropdown_items {
    background: #eee;
    transition: .5s;
}

.dropdown_items a {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #000;
    text-transform: uppercase;
    transition: .3s;
}

.dropdown_items a:hover {
    color: #000;
}

.tringle_shape_for_dropdown {
    background: #eee;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    position: absolute;
    top: 300px;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.dropdown_hover:hover .tringle_shape_for_dropdown {
    visibility: visible;
    opacity: 1;
    top: 60px;
}

.dropdown_hover:hover .dropdown_items {
    visibility: visible;
    opacity: 1;
    bottom: -190px;
}

/* Dropdown Part Here  */
/* header part css start here  */


/* banner part start here  */


.one {
    background-image: url(../image/abi.JPG);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.two {
    background-image: url(../image/aandal2.JPG);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.three {
    background-image: url(../image/ambal.JPG);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.four {
    background-image: url(../image/annap.JPG);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slider {
	background: rgba(34, 34, 34, 0.589);
	padding-top: 60px;
	padding-bottom: 260px;
}

.main_slider {
    position: relative;
}

.click_nav {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.slider_nav {
    display: flex;
}

.slick-track {
    gap: 5px;
}

.banner_nav {
    padding-bottom: 60px;
    padding-top: 30px;
    display: flex;
    gap: 30px;
    border-top: 3px solid transparent;
    transition: .3s;
}

.banner_nav_text h1 {
    font-size: 44px;
    font-weight: 700;
    font-family: 'Montserrat Alternates', sans-serif;
    color: white;
}

.banner_nav_text p {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat Alternates', sans-serif;
    color: white;
    transition: .4s;
}

.banner_nav_text span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: white;
    transition: .4s;
}

.banner_nav:hover {
    border-top: 3px solid #cb0818;
    cursor: pointer;
}

.banner_nav:hover .banner_nav_text p {
    color: #cb0818;
}

.banner_nav:hover .banner_nav_text span {
    color: #cb0818;
}

.blog_img{
   height: 250px;
   margin-top: 200px;
   margin-bottom: 150px;
  
}




.img-fluid {
    max-width: 100%;
    height: 600px;
}

@media (max-width: 767px) {
    .img-fluid {
        width: 100px;
        height: 300px;
    }
    .blog_img{
        height: 300px;
        margin-top: 50px;
        margin-bottom: 10px;

    }
  
}

#project{
    margin-bottom: 20px;
}


.bnr_btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 13px 20px;
    border-bottom: 3px solid #cb0818;
    transition: .5s
}

.bnr_btn .span2 {
    position: absolute;
    left: 0;
    bottom: -100%;
    background: #cb0818;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}


.about_left_text1{
    padding-left: 90px;
    color: #cb0818;
    font-size: 28px;
    font-weight: 400;
    font-family: 'Montserrat Alternates', sans-serif;
    padding-bottom: 20px;
    padding-right: 80px;
}





.bnr_one_content p {
    color: #cb0818;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
}

.bnr_one_content h2 {
    color: #fff;
    font-size: 54px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    padding-top: 30px;
    padding-bottom: 10px;
}

.bnr_one_content h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    font-family: 'Montserrat Alternates', sans-serif;
    margin-bottom: 60px;
}

.bnr_one_content a {

    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    position: relative;
    z-index: 99;

    transition: .5s;
    overflow: hidden;
}

.bnr_one_content a i {
    padding-left: 38px;
}

.bnr_btn span::after {
    position: absolute;
    content: '';
    top: -1px;
    right: 55px;
    width: 2px;
    height: 65px;
    background: #222;
    transform: rotate(12deg);
    transition: .5s;
    visibility: hidden;
    opacity: 0;
}

.bnr_btn:hover span:after {
    visibility: visible;
    opacity: 1;
}

.bnr_btn:hover .span2 {
    bottom: 0;
    visibility: visible;
    opacity: 1;
}

.bnr_btn:hover {
    border-bottom: 3px solid transparent;
    cursor: pointer;
}

/* banner part end here  */


/* about part start here  */


.about_content {
   
     padding-top: 100px; 
}

.about_left_text h5 {
    /* padding-top: 10px; */
    color: #cb0818;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat Alternates', sans-serif;
    padding-bottom: 20px;
}

.about_left_text h3 {
    color: #999;
    font-size: 28px;
    font-weight: 400;
    font-family: 'Montserrat Alternates', sans-serif;
    padding-bottom: 20px;
    padding-right: 80px;
}

.about_left_text p {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    padding-bottom: 22px;
}
.about_right {
    
    padding-top: 100px;
}

/*.about_button {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    border-bottom: 3px solid #cb0818;
    overflow: hidden;
}

.about_button span {
    position: absolute;
    bottom: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    background: #cb0818;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    z-index: -1;

}

.about_left_text a {
    color: #222;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    z-index: 2;
    transition: .4s;
}

.about_button:hover span {
    bottom: 0;
    visibility: visible;
    opacity: 1;
}

.about_button:hover a {
    color: white;
}

.about_right {
    padding-top: 100px;
}


.about_counter {
    padding-bottom: 46px;
}

.about_counter:last-child {
    padding-bottom: 0 !important;
}

.about_counter h4 {
    text-align: center;
    color: #999999;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Montserrat Alternates', sans-serif;
}

.about_counter h4 span {
    color: #cb0818;
    font-size: 64px;
    font-weight: 700;
    font-family: 'Montserrat Alternates', sans-serif;
    position: relative;
}

.about_counter p {
    color: #999;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Montserrat Alternates', sans-serif;
    text-align: center;
}

.about_line {
    position: relative;
}

.about_line::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    background: #cb0818;
}

.about_counter h4 span.c_last {
    padding-right: 60px;
    font-size: 70px;
}

.about_counter h4 span.c_last::after {
    position: absolute;
    content: "%";
}



/* about part end here  */

/* service part start here  */

#service_part {
    background: url(../images/banner3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.serv_overly {
    background: rgba(0, 0, 0, 0.8);
    padding-top: 60px;
    padding-bottom: 170px;
}

.serv_head_text p {
    color: #cb0818;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat Alternates', sans-serif;
}

.serv_head_text h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    font-family: 'Montserrat Alternates', sans-serif;
    padding: 20px 30px 60px 30px;
}

.serv_left {
    position: relative;
    margin: 30px 50px;
}

.serv_img {
    height: 400px;
}

.serv_img img {
    height: 100%;
    width: 100%;
}

.serv_text {
    height: 198px;
    width: 398px;
    padding: 30px;
    background: #f5f5f5;
    text-align: right;
    border: 1px solid #cb0818;
    position: absolute;
    bottom: -30px;
    right: -50px;
}

.serv_text p {
    color: #cb0818;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
}

.serv_text h3 {
    color: #999;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    padding-top: 16px;
    padding-bottom: 30px;
}
.serv_right {
    position: relative;
    margin: 30px 50px;
}

.serv_right .serv_img {
    height: 400px;
}

.serv_right .serv_img img {
    height: 100%;
    width: 100%;
}

.serv_right .serv_text {
	height: 198px;
	width: 104%;
	padding: 30px;
	background: #f5f5f5;
	text-align: right;
	border: 1px solid #cb0818;
	position: absolute;
	bottom: -30px;
	right: -50px;
}

.serv_right .serv_text p {
    color: #cb0818;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
}

.serv_right .serv_text h3 {
	color: #999;
	font-size: 21px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	padding-top: 16px;
	padding-bottom: 30px;
}

.service_button {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    overflow: hidden;
    padding-bottom: 3px;
}

.service_button span {
    position: absolute;
    bottom: 0;
    left: -100%;
    height: 3px;
    width: 100%;
    background: #cb0818;
    visibility: hidden;
    opacity: 0;
    transition: .4s;

}

.serv_text a {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    z-index: 11 !important;
}

.service_button:hover span {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.serv_text i {
    padding-left: 12px;
}

.service_row {
    display: flex !important;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.serv_slide {
    position: relative;
}

.serv_slide .slick-dots {
    position: absolute;
    bottom: -100px;
    z-index: 10;
    left: 0;
    width: 100%;
    text-align: center;
    
}

.serv_slide .slick-dots li {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 0 10px;
    background: none;
    border: 1px solid#fff;
    cursor: pointer;
}

.serv_slide .slick-dots li.slick-active {
    background: #cb0818;
    border: none;
}

.serv_slide .slick-dots li button {
    display: none;
}

/* service part end here  */

/* project part start here  */
#project_part {
    padding-top: 100px;
}

.proj_tst_cmn_head p {
    color: #cb0818;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat Alternates', sans-serif;
}

.proj_tst_cmn_head h3 {
    color: #999;
    font-size: 28px;
    font-weight: 400;
    font-family: 'Montserrat Alternates', sans-serif;
    padding: 16px 30px 60px 30px;
}

.proj_one_text {
    color: #999;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    padding-top: 30px;
    transition: .5s;
}

.proj_one_text p {
    font-size: 14px;
}

.proj_one_text h4 {
    font-size: 20px;
}

.ptp {
    padding: 30px 30px 0 20px;
}



.project_item {
    display: flex;
    margin-bottom: 60px;
}

.proj_two_text {
    color: #999;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    padding: 12px 30px 16px 30px;
    transition: .5s;
}

.proj_two_text p {
    font-size: 14px;
}

.proj_two_text h4 {
    font-size: 20px;
}


.proj_img_one {
    position: relative;
    overflow: hidden;
}



.prj_i_overly {
    position: absolute;
    background: rgba(0, 0, 0, 0.703);
    height: 100%;
    width: 100%;
    top: -100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.prj_i_overly a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.prj_i_overly i {
    padding-left: 10px;
}

.proj_img_two {
    position: relative;
    overflow: hidden;
}

.proj_one:hover .prj_i_overly {
    top: 0%;
    visibility: visible;
    opacity: 1;

}

.proj_two:hover .prj_i_overly {
    top: 0%;
    visibility: visible;
    opacity: 1;

}

.proj_one:hover .prj_i_overly a {
    visibility: visible;
    opacity: 1;
}

.proj_one:hover .prj_i_overly a i {
    visibility: visible;
    opacity: 1;
}

.proj_one:hover .proj_one_text {
    color: #cb0818;
}

.proj_two:hover .prj_i_overly {
    visibility: visible;
    opacity: 1;
}

.proj_two:hover .prj_i_overly a {
    visibility: visible;
    opacity: 1;
}

.proj_two:hover .prj_i_overly a i {
    visibility: visible;
    opacity: 1;
}

.proj_two:hover .proj_two_text {
    color: #cb0818;
}

.proj_btm_btn {
    display: inline-block;
    padding-top: 60px;
    position: relative;
    padding: 10px 5px;
    overflow: hidden;

}

.proj_btm_btn span {
    position: absolute;
    left: -100%;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #cb0818;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}

.proj_btm_btn a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    transition: .5s;

}

.proj_btm_btn i {
    padding-left: 10px;
}

.proj_btm_btn:hover span {
    left: 0;
    visibility: visible;
    opacity: 1;

}

/* project part end here  */

/* testimonial part start here  */
#test_part {
    padding: 100px 0;
}

.test_item {
    margin-top: 30px;
    margin-right: 70px;
    padding: 50px 20px 30px 20px;
    background: #f5f5f5;
    position: relative;
    margin-bottom: 30px;
}

.ttxt_img p {
    color: #444;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    padding-bottom: 60px;
}

.tt_rtng {
    padding: 40px 30px;
    background: #cb0818;
    width: 250px;
    position: absolute;
    bottom: -30px;
    right: -50px;
}

.rtng_text h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
}

.rtng_text p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat Alternates', sans-serif;
    padding-top: 5px;
    padding-bottom: 8px;
}

.rtng_icon a {
    color: #fff;
}

.tst_img {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.test_slide {
    position: relative;
}

.test_slide .slick-dots {
    position: absolute;
    bottom: -70px;
    z-index: 10;
    left: 0;
    width: 100%;
    text-align: center;
}

.test_slide .slick-dots li {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 0 10px;
    background: none;
    border: 1px solid#999;
}

.test_slide .slick-dots li.slick-active {
    background: #cb0818;
    border: none;
}

.test_slide .slick-dots li button {
    display: none;
}

/* testimonial part end here  */

/*  experts part start here  */
#exp_part {
    background: url(../images/banner3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.exp_overly {
    background: rgba(0, 0, 0, 0.8);
    padding: 60px 0;
}

.exp_head h3 {
    color: #fff;
}

/*  experts part end here  */

/* blog part start here  */
#blog_part {
    padding: 100px 0;
}

.blog_item {
    position: relative;
    margin-right: 30px;
    margin-bottom: 90px;
}


.blog_text {
    position: absolute;
    right: -30px;
    bottom: -30px; 
    padding: 30px;
    border: 1px solid #cb0818;
    background: #f5f5f5;
    text-align: right;
    width: 358px;
}

.blog_text p {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    line-height: 34px;
    margin-bottom: -8px;
}

.blog_text p span {
    padding-left: 15px;
}

.blog_text p span i {
    padding-right: 10px;
}

.blog_text h3 {
    color: #222;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 28px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    transition: .5s;
}

.blog_text a {
    color: #222;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    padding: 14px;
    z-index: 1;
    transition: .5s;
    border-bottom: 3px solid #cb0818;
}

.blog_item:hover h3 {
    color: #cb0818;
}

.blog_item:hover a {
    color: #cb0818;
}

.blog_text a:hover {
    background: #cb0818;
    color: #fff;
}

.blog_btm_btn {
    display: inline-block;

    position: relative;
    padding: 10px 5px;
    border-bottom: 3px solid #cb0818;
    overflow: hidden;
    cursor: pointer;

}

.blog_btm_btn span {
    position: absolute;
    bottom: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    background: #cb0818;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    z-index: -1;

}

.blog_btm_btn a {
    /* padding: 20px; */
    color: #000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    transition: .5s;

}

.blog_btm_btn i {
    padding-left: 10px;
}

.blog_btm_btn:hover span {
    bottom: 0;
    visibility: visible;
    opacity: 1;
}

.blog_btm_btn:hover a {
    color: white;
}

/* blog part end here  */

/* footer part start here  */
#footer_part {
    background: url(../images/banner4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer_overly {
    background: rgba(0, 0, 0, 0.8);
    padding: 60px 0;
}



.footer_left p {
    text-align: left;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
    padding-top: 52px;
}

hr {
    margin-left: 33%;
    color: #cb0818;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}


.footer_contact_head h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Montserrat Alternates', sans-serif;
    padding-bottom: 10px;
}

.f_c_phn {
    display: flex;
    padding-bottom: 60px;
}

.f_p_icon a {
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
}

.f_p_text p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
    line-height: 26px;
}

.ft_last {
    padding-left: 8px;
}

.f_c_phn:last-child {
    padding-bottom: 0 !important;
}

.footer_right {
    padding-top: 6px;
}

.footer_right input {
    background: transparent;
    border: 1px solid #4f4328;
    width: 240px;
    height: 45px;
    padding-left: 15px;
    color: #fff;
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat Alternates', sans-serif;
    margin-bottom: 60px;
}

.footer_right button {
    padding: 8px 15px 9px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    background: #cb0818;
    line-height: 28px;
    border: none;
    margin-left: -7px;
    cursor: pointer;
}

.f_left_icons {
    margin-top: 10px;
}

.f_left_icons a i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    color: #999;
    border: 1px solid #4f4328;
    text-align: center;
    margin-right: 10px;
    transition: all linear .4s;
}

.f_left_icons i:hover {
    background: #cb0818;
    color: #fff;
    border: 1px solid #cb0818;
}

.f_last_p p {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
    padding-top: 25px;
}



/* ///////////////////////////////////////////////// about page css start here /////////////////////////////////////  */



/* about banner part start here  */
#about_banner {
    background: url(../images/about-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about_bnr_overly {
    background: rgba(0, 0, 0, 0.6);
    padding: 70px 0;
}

.about_bnr_text h3 {
    color: #cb0818;
    font-size: 44px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
}

.about_bnr_text a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat Alternates', sans-serif;
}

.about_bnr_text a:hover {
    color: #cb0818;
}

/* about banner part end here  */

/* about details part start here  */
#about_details {
    padding: 90px 0;
}

.details_text p {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    padding-bottom: 40px;
}

/* about details part end here  *
/* about details part start here  */
#about_details {
    padding: 90px 0;
}

.details_text p {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    padding-bottom: 40px;
}

/* about details part end here  *
/* //////////////////////////////////////////// blog page css start here ////////////////////////////////////////  */
/* blog part css start here  */

/* blog part CSS end here  */
#blogitm {
    padding: 100px 0;
    background: #fff;
}

.blogimg img {
    width: 440px;
}

.blogimg {
    position: relative;
    margin-bottom: 120px;
}

.blogitmaa {
    padding: 25px 52px 16px;
    border: 1px solid #cb0818;
    background: #f5f5f5;
    width: 370px;
    text-align: right;
    position: absolute;
    top: 290px;
    left: 170px;


}

.blogitmaab {
    padding: 25px 52px 16px;
    border: 1px solid #cb0818;
    background: #f5f5f5;
    width: 370px;
    text-align: right;
    position: absolute;
    top: 290px;
    left: 120px;
}

.blogbtn {
    display: inline-block;
}

.blogitmtxt p {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #999999;

}

.blogitmtxt p i {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #999999;

}

.blogitmtxt p span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;

    color: #999999;

}

.blogitmtxt h3 {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #222222;
    transition: .6s;
    padding-bottom: 30px;
    padding-top: 10px;
}

.blogitmtxt a {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #222222;
    position: relative;
    transition: .6s;

}

.blogitmtxt a:after {
    height: 3px;
    width: 135px;
    background: #cb0818;
    content: "";
    position: absolute;
    top: 30px;
    left: -100%;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.blogitmtxt h3:hover {
    color:#cb0818;
}

.blg_btn {
    margin-top: 40px !important;
}

.blogitmtxt a:hover::after {
    visibility: visible;
    opacity: 1;
    left: 0;
}

/* blog part css end here  */

/* ////////////////////////////////////////// blog-details page css start here ///////////////////////////////////  */


/* blog part  CSS start here  */
#blogbanner {

    background: url(../images/07_Blog_Page.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blogovrly {
    padding-top: 65px;
    padding-bottom: 65px;
    background: rgba(0, 0, 0, 0.719);
}

.blogbanntxt h1 {
    font-size: 44px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #cb0818;
    padding-bottom: 15px;
}

.blogbanntxt h3 {

    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #fefefe;
}

.blogbanntxt h3 span {
    color: #cb0818;
}

/* blog part CSS end here  */

#blogd {
    padding-top: 100px;
    padding-bottom: 60px;

}

.blogdtxt h3 {
    color: #cb0818;
    font-size: 32px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    padding-bottom: 20px;


}

.blogdtxt a {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    padding-right: 25px;
}

.blogdtxt a i {
    padding-right: 5px;
}

.blogdtxt a.abc {
    padding-right: 158px;
}

.blogddimg img {
    width: 100%;
}

.blogddimg {
    margin-top: 60px;
    margin-bottom: 30px;
}

.blogdddtxt p {
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    padding-bottom: 40px;


}

.blogitatxt {
    padding: 30px 85px;
    background: #cb0818;
    margin-top: 20px;
    margin-bottom: 60px;

}

.blogitatxt h3 {
    color: #fff;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;

}

.blogdeetxt p {


    color: #444444;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    padding-bottom: 40px;
}

.listtxt p {
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    padding-bottom: 30px;
}

.listtxt p i {
    color: #cb0818;
    padding-right: 10px;
}

.tagstxt {
    color: #343434;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    padding-top: 10px;
}

.tagsbtna {
    margin-left: 10px;
}

.tagsbtn button {
    border: 1px solid #dddddd;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #444444;
    background: #fff;
    margin-right: 10px;
    transition: .6s;
}

.tagsbtn button:hover {
    border: 1px solid #cb0818;
    color: #cb0818;
}

.tagsbtna button {
    border-radius: 65%;
    border: 1px solid #dddddd;
    background: #fff;
    margin-right: 10px;
    transition: .6s;
    height: 50px;
    width: 50px;
    transition: .3s;
}

.tagsbtn i {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #444444;
}

.tagsbtna button:hover {
    background: #cb0818;
    color: #fff;
    border: 1px solid #bd4d57;

}





#commenmt {
    padding-top: 40px;
    padding-bottom: 100px;
}

.commentpart h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #151515;
    padding-bottom: 40px;
}


.cmtimg img {
    width: 100%;
}

.cmnttxt h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #151515;
    float: left;




}

.cmnttxt p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #b2b2b2;
    float: right;
    padding-right: 30px;


}

.cmtxtxt p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #444444;

    line-height: 22px;
    display: inline-block;
    text-align: left;

}

.repbtn{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #b2b2b2;
    cursor: pointer;
}

.repbtn  i {
    padding-right: 5px;
}

.repbtn :hover {
    color: #cb0818;

}

.nameinput input {
    font-style: italic;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #777777;

    padding: 12px 100px 12px 12px;

}

.nameinputww input {
    font-style: italic;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #777777;

    padding: 12px 100px 12px 12px;
}

.yourmsg {
    margin-top: 10px;
}

.yourmsg textarea {
    font-style: italic;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #777777;
    padding-top: 10px;
    padding-left: 10px;
    width: 100%;
    font-style: italic;
}

.submid a {
    color: #fff;
    background: #cb0818;
    font-size: 20px;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 500;
    display: block;
    text-align: center;
    padding: 10px 0;
}

.submid {
    margin-top: 15px;
}

.facebookbtn {
    margin-top: 15px;
}

.facebookbtn p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #222222;
}


/* ///////////////////////////////// our team page css start here /////////////////////////////////  */



/* Our Team Main Part Part Start Here  */
#banner_of_our_team {
    background: url(../images/banner_of_out_team_part.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner_of_our_team_overlay {
    padding: 73px 0px;
    background: rgba(0, 0, 0, 0.7);
}

.our_team_banner_texts h1 {
    font-size: 44px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #cb0818;
}

.our_team_banner_texts p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #fff;
    padding-top: 25px;
}

.our_team_banner_texts span {
    color: #cb0818;
}

/* Banner of Our Team Part End */

#our_team {
    padding: 100px 0;
    background: #fff;
}

.about_members h5 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #999999;
    padding-top: 30px;
    padding-bottom: 10px;
    transition: .5s;
}

.about_members p {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #999999;
    transition: .5s;
}

.about_members_alt {
    padding-left: 30px;
}

.about_members_alt h5 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #999999;
}

.about_members_alt p {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #999999;
    padding-top: 10px;
    padding-bottom: 30px;
}

.mem_three {
    padding-left: 30px;
}

/* Overlay of our team part Start here  */
.member_img {
    position: relative;
}

.overlay_effect_in_our_team {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.overlay_effect_in_our_team a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #fff;
    transition: .5s;
}

.overlay_effect_in_our_team span {
    padding-left: 5px;
}

.our_team_member:hover .overlay_effect_in_our_team {
    visibility: visible;
    opacity: 1;
    height: 100%;
}

.our_team_member:hover .about_members h5 {
    color: #cb0818;
}

.our_team_member:hover .about_members p {
    color: #cb0818;
}

.overlay_effect_in_our_team a:hover {
    color: #cb0818;
}

.our_team_member:hover .about_members_alt h5 {
    color: #cb0818;
}

.our_team_member:hover .about_members_alt p {
    color: #cb0818;
}

/* Overlay of our team part End  */

.special_pb_in_ot_platform_row_one {
    padding-bottom: 100px;
}

.special_pb_in_ot_platform_row_two {
    padding-bottom: 60px;
}

/* ===== Button Custotmization ====== */
.sliding_buttons a {
	padding: 10px 14px;
	background: #fff;
	border: 1px solid #cb0818;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Montserrat Alternates', sans-serif;
	color: #999999;
	transition: .4s;
	margin: 0 3px;
}

#dft_spacing {
	padding: 10px 16px;
}

.icon_button_of_ot {
    font-size: 50px;
}

.sliding_buttons a:hover {
    color: #fff;
    background: #cb0818;
}

/* ===== Button Custotmization ====== */

/* =========== Our Team Page Ended =========== */



/* //////////////////////////////////// member page css start here  ////////////////////////////////  */

/* Member Details Part Start Here  */

#member_details {
    padding: 100px 0;
    background: #fff;
}

.social_links_of_this_member a {
    font-size: 16px;
    padding: 22px 25px;
    background: #fff;
    color: #444444;
    border-radius: 50%;
    transition: .7s;
    box-shadow: 2px 2px 10px #999;
    visibility: hidden;
    opacity: 0;
}

.member_details_img {
    position: relative;
    padding-right: 30px;
}

.fb_link {
    padding: 22px 28px !important;
    position: absolute;
    top: 40px;
    left: 0;
}

.twitter_link {
    position: absolute;
    top: 130px;
    left: 0;
}

.pinterest_link {
    padding: 22px 28px !important;
    position: absolute;
    top: 220px;
    left: 0;
}

.google_plus_link {
    position: absolute;
    top: 310px;
    left: 0;
}

.social_links_of_this_member a:hover {
    background: #cb0818;
    color: #fff;
    box-shadow: 1px 1px 5px #cb0818;
}

.member_details_img:hover .social_links_of_this_member a {
    visibility: visible;
    opacity: 1;
}

.member_details_img:hover .fb_link {
    left: 85%;
}

.member_details_img:hover .twitter_link {
    left: 85%;
}

.member_details_img:hover .pinterest_link {
    left: 85%;
}

.member_details_img:hover .google_plus_link {
    left: 85%;
}

/* =====Description Part====== */

.about_this_member h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #cb0818;
}

.about_this_member h6 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #cb0818;
    padding-top: 10px;
    padding-bottom: 30px;
}

.about_this_member p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
    color: #444444;
    line-height: 26px;
}

.his_her_skills h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #cb0818;
    padding-top: 50px;
}

/* ================== */
.progress {
    background-color: #d8d8d8;
    border-radius: 10px;
    position: relative;
    margin: 13px 0;
    height: 10px;
    width: 100%;
    display: flex;

}

.progress-done {
    background: #cb0818;
    box-shadow: 0 3px 3px -5px #F2709C, 0 2px 5px #F2709C;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 90%;
    transition: 1s;
}

.progress_two {
    width: 80%;
}

.progress_three {
    width: 85%;
}

.progress_four {
    width: 70%;
}

/* ================== */
.progress_leveling {
    padding-top: 16px;
}

.progress_leveling .progress_name {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #999999;
}

.progress_leveling .progress_parcentage {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #999999;
}

/* =====Description Part====== */

/* ======Last Column 3======== */

.padding_left_right {
    padding: 0 30px;
}

.project_done h3,
.project_done_after_none h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #999999;
    line-height: 34px;
    margin-bottom: 90px;
    position: relative;
}

.project_done span,
.project_done_after_none span {
    font-size: 60px;
    color: #cb0818;
}

.project_done h3::after {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #cb0818;
    content: "";
}

/* ======Last Column 3======== */

/* Member Details Part End */
/* ///////////////////////////////////////// project page css start here /////////////////////////////////////  */
/* Common CSS */

/* banner part start */
#banner{
    background-image: url(../images/archebanner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.banner_overly{
    background: rgba(0, 0, 0, 0.575);
    padding: 66px 0;
}
.banner_txt h1{
    font-size: 44px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #cb0818;
    padding-bottom: 14px;
}
.banner_txt p{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #fff;
}
.banner_txt p span{
    color: #cb0818;
}

/* banner part end */

/* project part start */
#project{
    padding: 100px 0;
}
.project_txt p{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #999999;
}
.project_txt h3{
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #999999;
    padding-top: 30px;
    padding-bottom: 10px;
}
.project_img img{
    width: 110%;
}
.project_item_for_project{
    overflow: hidden;
    margin-bottom: 97px;
    margin-right: 0 imprtant;
   
}
.project_img.acv{
    width: 99%;
}
.project_img{
    position: relative;
}
.img_overly{
    position: absolute;
    background: rgba(0, 0, 0, 0.568);
    width: 110%;
    height: 100%;
    top: -100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}
.project_item_for_project:hover .img_overly{
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: .4s;
}
.project_item_for_project:hover .project_txt h3{

    color: #cb0818;
    transition: .4s;
}
.project_item_for_project:hover .project_txt p{
    color: #cb0818;
    transition: .4s;
}
.txt{
    padding: 95px 0;
}
.txt h3{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #ffffff;
}

/* project part end */

.button a{
    padding: 10px 18px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    color: #999999;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    transition: .6s;
    margin-right: 10px;
}
.button a:hover{
    background: #cb0818;
    color: #fff;
}

/* /////////////////////////////////////// service page css start here /////////////////////////////////////  */

/* service details part start */
#service-banner{
    background: url(../images/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-banner-overlay {
    padding: 68px 0px;
    background: #1d1a1aa2;
}

.service-banner-text h1 {
    font-size: 44px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #cb0818;
    padding-bottom: 16px;
}

.service-banner-text p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #cb0818;
}

.service-banner-text span {
    color: #fefefe;
}

/* Service Details banner part end */


/* Service Details banner part two start */
#second_banner {
    padding-top: 100px;
}

.service-banner-two {
    position: relative;
}

.category {
    padding: 30px 180px;
    border: 1px solid #cb0818;
    background: #ffffff;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 83%;
}

.category h4 {
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #cb0818;
}

.category h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    color: #222222;
}

.category-text p {
    padding-top: 118px;
    font-size: 16px;
    font-family: 'Arimo', sans-serif;
    line-height: 26px;
    color: #444444;
}

.icon {
    padding-top: 60px;
    color: rgb(27, 187, 48);
    padding-bottom: 100px;
}

.icon-p p {
    font-size: 16px;
    font-family: 'Arimo', sans-serif;
    color: #444444;
    padding-bottom: 28px;
}

.icon-p-two p {
    font-size: 16px;
    font-family: 'Arimo', sans-serif;
    color: #444444;
    padding-bottom: 28px;
}

.icon-p span {
    color: #cb0818;
    padding-right: 5px;
}

.icon-p-two span {
    padding-right: 5px;
    color: #cb0818;
}

/* Service Details banner part two end */


/* ///////////////////////////////////// contact page css start here /////////////////////////////////////  */



/* Contact Us Part Start  */

#contact_us {
    background: #fff;
}

.padding_top_bottom_of_contact_part {
    padding-top: 60px;
}

.main_contact_heading h4 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #cb0818;
}

.main_contact_heading p {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #444444;
    padding-top: 20px;
    line-height: 26px;
}

.input_of_contact_us_part input::placeholder {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Lato', sans-serif;
    color: #999999;
}

.input_of_contact_us_part input:focus {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #666;
}

.input_of_contact_us_part input {
    border: none;
    border-bottom: 1px solid #dddddd !important;
    padding-bottom: 15px;
}

.your_message_pt {
    padding-top: 50px;
}

.contact_us_button_of_sending_msg a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #fff;
    background: #cb0818;
    margin-top: 30px;
    padding: 20px 0;
}

/* Contact Us Part End  */


/* ////////////////////////////////// Error page css start here  //////////////////////////////////  */



/* =========== 404 Error Page Starts Here =========== */


/* Banner Part Start Here  */

#banner_of_error {
    background: url(../images/banner_of_404_error_part.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.error_bg_overlay {
    padding-bottom: 185px;
    padding-top: 340px;
    background: rgba(0, 0, 0, 0.7);
}

.error_text p {
    font-size: 40px;
    font-weight: 200;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #fff;
    padding: 65px;
}

.returning_button a {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #cb0818;
    padding: 22px 20px;
    background: transparent;
    border: 1px solid #cb0818;
    transition: .5s;
}

.returning_button a:hover {
    background: #cb0818;
    color: #fff;
}

/* Banner Part End */



/* =========== 404 Error Page Ended =========== */




#preloader{
    background: rgb(255, 255, 255) url(../images/preloader.gif) no-repeat center center;
    background-size: 20%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 999999999;
}

.cmnt_to_hide2{
    display: none;
}
.cmnt_to_hide{
    display: none;
}
.cmnt_to_show{
    display: flex;
}
/* leave a comment  */
.rply_input{
    width: 100%;
    padding: 5px 0;
}
.rply_input input{
    background: none;
    border: none;
    padding-left: 10px;
    border-bottom: 1px solid rgb(139, 134, 134) !important;
}
.rply_input input::placeholder{
    font-size: 14px;
}
.rply_input button{
    background: none;
    border: none;
    margin-left: 10px;
}
.rply_input button i{
    color: #cb0818;
    font-size: 25px;
    transition: .3s;
}
.rply_input{
    display: none;
}
.rply_input_show{
    display: block;
}
.rply_input button:hover i{
    /* padding-bottom: 40px; */
    /* padding-left: 20px; */
    font-size: 20px;
}
#soldout {
    position: relative;
    display: inline-block;
}

#soldout img {
    display: block;
    opacity: 0.1;
}

#soldout .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 150px;
    transform: translate(-50%, -50%);
    width: 60%; /* Adjust size as needed */
    height: 170%;
    max-width: 100%;
    opacity: 1; /* Ensure full visibility */
    pointer-events: none; /* Prevent interaction */
}

#soldout::before {
    content: ""; /* Required for pseudo-elements */
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("image/Soldout.png") no-repeat center;
    background-size: contain;
    opacity: 0.5;
}


@media (max-width: 767px) {
    #soldout::before {
        font-size: 36px;
        height: 100%;
        margin-top: 0;
        background-size: contain;
    }

    #soldout .overlay {
        position: absolute;
        top: 0;
        left: 50%;
        margin-top: 90px;
        transform: translate(-50%, -50%);
        width: 50%; /* Adjust size as needed */
        height: 50%;
        max-width: 100%;
        opacity: 1; /* Ensure full visibility */
        pointer-events: none; /* Prevent interaction */
    }
    
}


