@charset "UTF-8";
/*header menu*/
.header-con {
    background: transparent;
}
.header-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.header-fixed.sticky{
    background: linear-gradient(to left, #7e1e5d , #dd6326);
}
.nav-menu-con {
    background-color: #ffffff;
    padding: 0px 15px 30px 15px;
    width: 100%;
    border-radius: 0;
    margin: 15px 0;
}
.navbar-brand {
    padding: 15px 0;
}
.navbar-brand img {
    width: 280px;
    max-width: 100%;
}
.menu-header  ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: auto;
}
.menu-header ul li {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    display: inline-block;
    width: auto;
    position: relative;
    z-index: 9999;
}
.menu-header ul li:last-child{
    padding-right: 0;
}
.menu-header ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    padding: 10px 0 !important;
    width: auto;
    display: inline-block;
    position: relative;
    background: rgb(184 36 38 / 75%);
    width: 100px;
    text-align: center;
    border-radius: 10px;
}
.menu-header ul > li:hover > a {
    color: #000;
}
.menu-header ul > li:hover > a:after {
    background: #f7941d;
}
.menu-header ul.child-menu  li:hover > a:after{
    display: none;
}
.menu-header ul > li.active > a {
    color: #000;
}
.menu-header ul.child-menu li:hover a{
    color: #000;
}
.menu-header ul.child-menu {
    position: absolute;
    background: #ffffff;
    width: 290px;
    top: 100%;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    padding: 15px;
    display: none;
    left: -120px;
    right: 0;
    margin: 0 auto;
    transition: all 0.8s;
    max-height: 480px;
    overflow-x: hidden;
    /* border-top: 2px solid #7EC242; */
}
.menu-header .mega-menu{
    position: inherit;
}
.menu-header .mega-menu ul.child-menu {
    width: 100%;
    top: 82px;
    /* flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px; */
}
.menu-header .mega-menu  ul.child-menu li{
    flex: 0 0 auto;
    width: 25%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
}
.menu-header ul.child-menu li {
    width: 100%;
    display: inline-block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.menu-header ul.child-menu li:last-child {
    border-bottom: none;
}
.menu-header ul.child-menu li a {
    width: 100%;
    display: inline-block;
    padding: 0 !important;
    color: #000;
    font-size: 14px;
    opacity: 1;
    font-weight: 500;
    border: 0;
    background: transparent !important;
    text-align: justify;
}
.menu-header ul.child-menu li a:hover{
    color: #f7941d;
}
.menu-header ul.child-menu:before {
    border-top: 1px solid black;
}
.subMenuOpen > .subMenuIcon:after {
    content: "\f106";
}
.subMenuIcon {
    position: absolute;
    right: 9px;
    z-index: 7;
    padding: 1px 6px;
    cursor: pointer;
    top: 2px;
    display: none;
}
.subMenuIcon:after {
    content: "\f107";
    z-index: 99;
    background: transparent;
    color: #000000;
    font-size: 21px;
    line-height: normal;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-family: "FontAwesome";
}

.subMenuOpen > .subMenuIcon:after {
    content: "\f106";
}
.heaader-menu ul li.subMenu a {
    padding-right: 20px;
}
.menu-header li.subMenu > a {
    position: relative;
}
/* .menu-header li.subMenu > a:after {
    content: "\f107";
    z-index: 99;
    background: transparent;
    font-size: 18px;
    line-height: normal;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 0;
} */
.sub-menu-full {
    width: 100%;
    display: inline-flex;
    align-items: center;
}
.sub-menu-img{
    width: 100px;
    display: inline-block;
}
.sub-menu-img-cir{
    width: 80px;
    height: 80px;
    border-radius: 12px;
    display: inline-block;
    overflow: hidden;
    background-color: #000000;
}
.sub-menu-img-cir img {
    width: 100%;
    border-radius: 12px;
}
.sub-menu-title {
    /* width: calc(100% - 100px); */
    width: 100%;
    display: inline-block;
    padding-right: 36px;
    position: relative;
}
/* .sub-menu-title::after {
    content: '';
    background-image: url(./images/right-arrow.png);
    background-position: center;
    background-size: 18px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    opacity: 0;
} */
.menu-header ul.child-menu li a:hover .sub-menu-title::after{
    opacity: 1;
}


/*header menu*/

/*Footer logo and text*/
.footer-con {
    /* background: #1C455F;
    padding-top: 15px;
    padding-bottom: 15px; */
}
.footer-col {
    padding: 8px 0;
}
.footer-logo-con img {
    width: 130px;
    max-width: 100%;
}
.copyright-con p {
    color: #f4e6cd;
    margin-bottom: 0;
}
.footer-logo-con {
    margin-bottom: 6px;
}
.footer-contact p {
    color: #f4e6cd;
    font-family: 'Airbnb-Cereal-App';
    font-weight: 300;
}
.footer-center-col {
    padding: 8px 0;
}
.copyright-con {
    background: #000000;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid rgb(255 255 255 / 40%);
}
.copyright-text {
    color: #fff;
    font-size: 16px;
    line-height: normal;
    font-weight: 300;
    font-family: 'Airbnb-Cereal-App';
}
.footer-title {
    color: #000000;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Airbnb-Cereal-App';
}
/*Footer logo and text*/

/*line icon menu*/
.line-icon-ul {
    width: 100%;
    display: inline-block;
}
.line-icon-ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: auto;
}
.line-icon-ul ul li {
    margin: 0;
    padding: 0 4px;
    list-style: none;
    display: inline-block;
    width: auto;
    position: relative;
}
.line-icon-ul ul li a {
    background: transparent;
    font-family: 'Airbnb-Cereal-App';
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    padding: 0;
    width: 36px;
    height: 36px;
    color: #000000;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    border: 1px solid #7EC242;
    background: #7EC242;
}
.line-icon-ul ul li a:hover {
    background: transparent;
    color: #000000;
    opacity: 0.9;
}
.line-icon-ul ul li a .fa {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 34px;
    
}
/*line icon menu*/

/*list text menu*/

.list-menu-ul {
    width: 100%;
    display: inline-block;
}
.list-menu-ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.list-menu-ul ul li {
    margin: 0;
    padding: 6px 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.list-menu-ul ul li a {
    color: #000000;
    font-family: 'Airbnb-Cereal-App';
    font-size: 16px;
    line-height: normal;
    font-weight: 300;
}
.list-menu-ul ul li a:hover {
    color: #000000;
    opacity: 0.9;
}

/*list text menu*/

/*icon text menu*/

.icon-menu-ul {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}
.icon-menu-ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.icon-menu-ul ul li {
    margin: 0;
    padding: 12px 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.icon-menu-ul ul li a {
    color: #000;
    font-family: 'Airbnb-Cereal-App';
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}
.icon-menu-ul ul li a:hover {
    color: #000;
    opacity: 0.9;
}
.icon-menu-full {
    width: 100%;
    position: relative;
    display: inline-flex;
}
.icon-menu-img{
    width: 36px;
    display: inline-block;
}
.icon-menu-title{
    width: calc(100% - 36px);
    display: inline-block;
}
/*icon text menu*/

/*up to fixd*/
.bottom-to-top-btn-con {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
}
.bottom-to-top-btn {
    background: #000000;
    font-family: 'Airbnb-Cereal-App';
    font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    padding: 0;
    width: 42px;
    height: 42px;
    color: #ffffff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}
.bottom-to-top-btn:hover {
    background: #000000;
    color: #ffffff;
    opacity: 0.9;
}
.icon-menu-img .fa{
    font-size: 18px;
}
.icon-menu-img .fa-map-marker{
    font-size: 24px;
}
.icon-menu-img .fa-envelope{
    font-size: 16px;
}
.icon-menu-img .fa-phone{
    font-size: 20px;
}
/*up to fixd*/

.top-info-ul{
    width: auto;
    display: inline-block;
    text-align: right;
}
.top-info-ul ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: auto; 
}
.top-info-ul ul li{
    margin: 0;
    padding: 0 15px;
    list-style: none;
    display: inline-block;
    width: auto;
    position: relative;
}
.top-info-ul ul li:last-child{
    padding-right: 0;
}
.top-info-ul ul li a{
    color: #000000;
    font-family: 'Airbnb-Cereal-App';
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
}
.top-info-ul ul li a:hover{
    color: #000000;
}
.top-info-ul ul li a .fa{
    padding-right: 6px;
}

.top-info-ul {
    width: auto;
    display: inline-block;
    float: right;
    position: relative;
}
.navbar {
    width: 100%;
}

.top-info-ul {
    width: auto;
    display: inline-block;
    float: right;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 3;
}
.header-con .container{
    position: relative;
}
.sub-icon-title-sub {
    width: 100%;
    display: inline-flex;
    align-items: center;
}
.sub-icon-img {
    display: inline-block;
    width: 72px;
}
.sub-icon-img img {
    width: 42px;
    margin: auto;
    text-align: center;
}
.sub-icon-img-cir {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: rgb(0 158 227 / 12%);
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
}
.sub-icon-text {
    width: calc(100% - 72px);
}
/*line-menu-ul*/
.line-menu-right {text-align: right;}
.line-menu-ul{
    position: relative;
    width: auto;
    display: inline-block;
}
.line-menu-ul ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.line-menu-ul ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: auto;
    position: relative;
}
.line-menu-ul ul li a{
    color: #FFFFFF;
    font-family: 'Airbnb-Cereal-App';
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    position: relative;
    padding: 0 15px;
    
}
.line-menu-ul ul li a:hover{
    color: #FFFFFF;
    opacity: 0.9;
}
.line-menu-ul ul li:last-child:after{
    display: none;
}
/*line-menu-ul*/
.sub-menu-bg {
    display: none;
    position: fixed;
    z-index: 5;
    background: rgb(0 0 0 / 75%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
/*portfolio-list*/
.portfolio-list-con {
    position: relative;
    width: 100%;
    display: inline-block;
}
.portfolio-list-img-col{
    margin: 15px auto;
    width: 100%;
    display: inline-block;
    background-color: #f7f7f7;
    height: 624px
}
.portfolio-list-img {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}
.portfolio-list-img a{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}
.portfolio-list-img a img{
    margin: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
}
.line-title {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}
.line-title h5 {
    position: relative;
    z-index: 96;
    background: #fff;
    display: inherit;
    padding-right: 21px;
}
.line-title::after {
    content: '';
    height: 1px;
    width: 100%;
    display: inline-block;
    background: #130609;
    position: absolute;
    top: 26px;
    left: 0;
}
.portfolio-banner-con{
    background-color: #000000;
}
.portfolio-banner-text h1, .portfolio-banner-text p, .portfolio-banner-text .ul-bold ul li{
    color: #ffffff;
}
.portfolio-banner-img {
    border-radius: 360px 360px 0px 0px;
    width: 100%;
    display: block;
    overflow: hidden;
}
.portfolio-banner-img img{
    width: 100%;
}
.portfolio-banner-text {
    padding: 30px 0 30px 15px;
}
.portfolio-banner-text h1 {
    font-weight: 400;
    margin-bottom: 36px;
    line-height: 64px;
}
.portfolio-banner-text p {
   opacity: 0.72;
   line-height: 21px;
}
.ul-bold{
    position: relative;
    margin-bottom: 15px;
}
.ul-bold ul{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}
.ul-bold ul li{
    margin: 0;
    padding: 8px 0;
    list-style: none;
    width: 100%;
    display: inline-flex;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    font-family: 'Airbnb-Cereal-App';
}
.ul-bold-title{
    width: 210px;
    display: inline-block;
}
.ul-bold-text{
    width: calc(100% - 210px);
    display: inline-block;  
}
.portfolio-banner-text .ul-bold {
    margin: 30px auto;
    display: block;
    width: 100%;
}
/*portfolio-list*/
/**/
.black-bg-con{
    background-color: #000000;
}
.radius-img {
    border-radius: 360px 360px 0px 0px;
    width: 100%;
    display: block;
    overflow: hidden;banner
    padding-right: 15px;
}
.radius-img img {
    width: 100%;
}
.light-bg-list-con{
    background-color: #fff;
}
/**/
/*dot-ul*/
.dot-ul{
    position: relative;
    margin-bottom: 15px;
}
.dot-ul ul{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}
.dot-ul ul li{
    position: relative;
    margin: 0;
    padding: 7px 0 7px 21px;
    list-style: none;
    width: 100%;
    display: inline-block;
    color: rgba(0, 0, 0, 0.72);
    font-size: 14px;
    line-height: normal;
    font-family: 'Airbnb-Cereal-App';
    font-weight: 300;
}
.dot-ul ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 14px;
    background-color: #000000;
}
.black-bg-con h1{
    color: #ffffff;
}
.black-bg-con p{
    color: #ffffff;
}
.black-bg-con .dot-ul ul li{
    color: #ffffff;
}
.black-bg-con .dot-ul ul li::before{
    background-color: #E7CC87;
}
.black-bg-con .icon-menu-ul ul li a{
    color: #ffffff;
}
.black-bg-con .icon-menu-ul ul li a .icon-menu-title{
    opacity: 0.72;
}
.text-box-col{
    padding: 15px 0;
}
/*dot-ul*/
.black-bg-con .line-title h5{
    background: #000000;
    color: #ffffff;
}
.black-bg-con .line-title::after{
    background: #ffffff;
}
.black-bg-con label{
    color: #ffffff;
}
.black-bg-con .form-control::placeholder {
    color: #ffffff;
    opacity: 1;
}
.black-bg-con .form-control:-ms-input-placeholder {
    color: #ffffff;
}
.black-bg-con .form-control::-ms-input-placeholder {
    color: #ffffff;
}
.black-bg-con  .form-control{
    color: #ffffff;   
}
.light-bg-list-con .line-title h5{
    background-color: #f8f0db; 
}
.full-img img{
    width: 100%;
}
/*cir-list-box-con*/
.cir-list-box-con {
    position: relative;
}
.cir-list-box-col {
    text-align: center;
    margin: 15px auto;
    position: relative;
}
.cir-list-box-full {
    position: relative;
}
.cir-list-box-img-con {
    margin: 0 auto 15px;
}
.cir-list-box-img {
    width: 260px;
    height: 260px;
    overflow: hidden;
    display: inline-block;
    background: #f7f7f7;
    border-radius: 50%;
}
.cir-list-box-img img{
    width: 100%;
}
.cir-list-box-full p {
    color: #130609;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}
.cir-list-box-full p a{
    color: #130609;
}
/*cir-list-box-con*/
/*home-banner-con*/
.home-banner-con {
    /* position: relative;
    background-color: #b4d5e2;
    background-repeat: no-repeat, no-repeat;
    background-position: bottom right, right;
    background-size: auto, auto;
    /* background-image: url(./images/home-banner-bg2.png); */
    height: auto;
    min-height: 600px; */
}
.home-banner-col{
    padding: 15px 0;
    margin-top: 50px;
}
.home-banner-text{
    padding: 60px 0;
}
.home-banner-text h2{
    color: #132530;
    margin: 0;
}
.home-banner-text h1{
    color: #132530;
}
.home-banner-text p{
    line-height: 24px;
}
.home-banner-img{
    position: relative;
    text-align: center;
}
.home-banner-img img{
    width: 100%;
}

/*home-banner-con*/

/*banner-bg*/
.banner-bg-con {
    background-color: #f7f7f7;
    position: relative;
    height: auto;
    min-height: 600px;
    align-items: center;
    display: flex;
}
.banner-bg-con:after {
    content: '';
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.1;
}
.banner-bg-con .container{
    position: relative;
    z-index: 3;
    height: 100%;
}
.banner-img-full{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.banner-img-full img{
    margin: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
}
.banner-bg-col{
    padding: 8px 0;
}
.banner-bg-caption {
    padding-top: 72px;
}
/*banner-bg*/

/*client-box-con */
.client-box-con {
    background: #130609;
}
.client-box-con .line-title::after{
    background: #E7CC87;
    width: calc(100% - 130px);
}
.client-box-con .line-title h5{
    background: #130609;
    color: #E7CC87;
}
.client-list-box-con{
    position: relative;
}
.client-list-box-col{
    margin: 15px auto;
    position: relative;
    width: 100%;
    background: #E7CC87;
    padding: 24px;
}
.client-list-box-full{
    position: relative;    
}
.client-list-box-img-con{
    margin-bottom: 8px;
}
.client-list-box-img{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #f7f7f7;
    display: inline-block;
    overflow: hidden;
}
.client-list-box-img img{
    width: 100%;
}
.client-list-box-full p{
    color: #130609;
}
/*client-box-con */
.top-arrow-lr .slick-prev{
    top: -50px;
    left: inherit;
    right: 60px;
}
.top-arrow-lr .slick-next{
    top: -50px;
    left: inherit;
    right: 0;
}
.anner-bottom-icon-con{

}
.anner-bottom-icon-con {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    margin: 0 auto;
    text-align: center;
    width: auto;
    display: inline-block;
}
.anner-bottom-icon-con img{
    width: 42px;
}
.properties-btn-bg {
    background: #132530;
    margin-left: 1.5rem;
}
.social-icon{
    text-align: right;
}
.footer-con hr{
    color: #fff;
    height: 1px;
    opacity: 0.75;
}
.home-banner-img img { 
    display: none;
}
.partners-bg {
    background: rgba(19, 37, 48, 0.04);
}
.partners-card-col {
    width: 100%;
    display: inline-block;
    margin: 15px auto;
    background: #FFFFFF;
    padding: 18px;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 4%);
    border-radius: 24px;
}
.partners-card-full {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
}
.partners-card-top-fixd {
    justify-content: space-between;
}
.partners-card-img {
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    background: transparent;
}
.partners-card-img img {
    width: 100%;
}
.partners-card-text {
    width: 100%;
    display: inline-block;
}
.partners-card-title-year {
    width: 100%;
    display: inline-block;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.partners-card-sub-title label {
    color: #7EC242;
    font-weight: 300;
}
.drk-blue-bg {
    background-color: #132530;
}
.areas-list-col {
    margin: 15px auto;
    text-align: center;
}
.areas-box-full {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
}
.areas-box-img {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 10px 20px;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.08);
    max-width: 100%;
}
.areas-box-img img {
    width: 100%;
    border-radius: 24px;
}
.areas-box-img h6 {
    margin-top: 20px;
    margin-bottom: 0;
}
.h2-bold {
    font-weight: 300;
}
.green-col {
    color: #7EC242;
}

.list-logo-con {
    width: 100%;
    display: inline-block;
}
.list-logo-col {
    margin: 15px auto;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    background: white;
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 10px 20px;
    box-shadow: 0px 6px 16px rgb(0 0 0 / 8%);
    max-width: 100%;
    text-align: center;
}
.list-logo-col img{
    width: 100%;
}
.same-hight {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}
.service-card-full {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
}
.service-card-top-fixd {
    justify-content: space-between;
}
.service-card-img {
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.service-card-img img {
    width: 100%;
}
.service-card-text {
    width: 100%;
    display: inline-block;
}
.service-card-title-year {
    width: 100%;
    display: inline-block;
}
.service-card-con {
    width: 100%;
    display: inline-block;
}
.service-card-col {
    width: 100%;
    display: inline-block;
    margin: 15px auto;
    background: #fff;
    border-radius: 24px;
}
/* STICKY SIDEBAR */
.icon-bar {
    position: fixed;
    top: 50%;
    right: -4em;
    font-family: 'Airbnb-Cereal-App';
    z-index: 99;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: #7ec242;
    font-size: 20px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    background-color: #132530;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transition: width 0.5s, background-color 0.1s;
    transition: width 0.5s, background-color 0.1s;
    font-family: 'Airbnb-Cereal-App';
}

.icon-bar a:hover {
    background-color: #132530;
}
.fa-rotate-45 {
    -webkit-transform: rotate(353deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(24deg);
}
.mob-header-consult-btn {
    display: none;
}
/*blog*/
.sidebar-con .wp-block-search__label{
    display: none;
}
.sidebar-con ul{
    padding: 0;
}
.sidebar-con .wp-block-search__input {
    position: relative;
    box-shadow: 0 0 3px 1px #c4c4c4;
    border: 0 !important;
    font-size: 14px;
    padding: 12px 15px;
}
.sidebar-con .wp-block-search__button {
    position: relative;
    margin: 0;
    background-color: #ee5242;
    color: #f4e6cd;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    border: 0;
    font-size: 15px;
    padding: 12px 18px;
}
.sidebar-con {
    position: relative;
    padding-left: 15px;
}
.sidebar-con .widget_search{
    margin-bottom: 24px;
}
.sidebar-con h6 {
    border-bottom: 1px solid #EE5242;
    padding-bottom: 9px;
    margin-bottom: 9px;
}
.sidebar-con .widget.widget_block{
    margin-bottom: 21px;
}
.sidebar-con .widget_block ul{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}
.sidebar-con .widget_block ul li {
    position: relative;
    margin: 0;
    padding: 6px 0 6px 23px;
    list-style: none;
    width: 100%;
    display: inline-block;
}
.sidebar-con .widget_block ul li a{
    position: relative;
    color: #4F2E2D;
    font-size: 16px;
    line-height: normal;
    font-family: 'Roboto', sans-serif;    
}
.sidebar-con .widget_block ul li a:hover{
    color: #ee5242;
}
.sidebar-con .widget_block ul li a:after {
    content: "\f105";
    position: absolute;
    left: -21px;
    font-family: "FontAwesome";
    font-weight: 900;
    line-height: normal;
    top: 1px;
    transition: .5s all;
}
.sidebar-con .widget_block ul li a:hover:after {
    left: -15px;
}
.blog-details-con{
    position: relative;
}
.blog-details-con .post-thumbnail{
    position: relative;
}
.post-thumbnail img{
    width: 100%;
}
.blog-details-con .post-taxonomies{
    position: relative;
    display: none;
}
.blog-details-con .entry-footer{
    margin-bottom: 15px;
}
.blog-details-con .posted-by .edit-link{
    display: none;
}
.blog-details-con .posted-by .byline{
    font-size: 0;
    padding-left: 18px;
    position: relative;
}
.blog-details-con .posted-by .byline a {
    font-size: 14px;
    color: #4F2E2D;
}
.blog-details-con .posted-by .byline:after {
    content: "\f007";
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: normal;
    position: absolute;
    left: 0;
    top: 4px;
}
.blog-details-con .posted-by span{
    position: relative;
    width: auto;
    display: inline-block;
}

.blog-details-con .posted-by .posted-on{
    font-size: 0;
    padding-left: 18px;
    position: relative;    
    margin-right: 15px;
}
.blog-details-con .posted-by .posted-on .entry-date {
    font-size: 14px;
    color: #ee5242;
}
.blog-details-con .posted-by .posted-on .entry-date:after {
    content: "\f073";
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: normal;
    position: absolute;
    left: 0;
    top: 4px;
}
/*blog*/
.about-banner-text p span {
    color: #7EC242;
}
.menu-header ul li a{
    position: relative;
}
/* .menu-header ul li a:after {
    content: '';
    width: 100%;
    height: 3px;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
} */
.body-bg {
    background-attachment: scroll;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: relative;
    background-color: #f0eef3;
    background: url(images/bg.png) 50% 0% no-repeat fixed;
}
.body-col {
    background-color: #f0eef3;
}
.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  .panel-body {
    padding: 15px;
  }
  .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
  }
  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
  }
  .panel-title > a {
    color: inherit;
  }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}
.banner-slide-col {
    height: 600px;
}
.b-level-2.b-type-2 {
    border: 3px solid #ff512f;
    background-image: -webkit-linear-gradient(30deg, #ff512f 50%, #111 50%);
    background-size: 500px;
    background-position: 0%;
    background-repeat: no-repeat;
}
/* .col-padding{
    padding-top: 26px;
} */
.chief-guest {
    font-size: 1.7em;
    /* padding-bottom: 26px; */
    line-height: normal;
    font-weight: 300;
    margin: 0;
    color: #993333;
}
.base-col {
    background-color: #015e9b;
    overflow: hidden;
    color: #FFFFFF;
    color: rgba(255, 255, 255, 0.8) !important;
}
.iframely-responsive {
    max-height: 400px !important;
}
#footermenu {
    background-color: #004a7b;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0 0 5px 5px;
}
.copyright p {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: #eeeeee;
}
.copyright a {
    color: #eeeeee;
}
.copyright a:hover {
    color: #cc1b1b;
}
.h2_white_color {
    color: #fff !important;
    font-size: 24px;
    font-weight: bold;
    margin: 18px auto;
}
.p_white_color {
    color: #fff !important;
}
.footerContactUl {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}
.footerContactUl li {
    padding: 6px 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}
.footerContactLink {
    width: 100%;
    display: inline-block;
}
.footerContactIcon {
    width: 30px;
    float: left;
    color: #b82426;
    font-size: 18px;
    line-height: normal;
}
.footerMapIcon .fa {
    font-size: 24px;
}
.footerContactText {
    width: calc(100% - 30px);
    float: left;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}
.home-banner-slider .slick-list {
    margin: 0 -12px;
    top: 85px;
}


.home-slider-con.carousel {
    position: relative;
    height: 80vh;
}

.home-slider-con .slider-button {
    font-size: 1rem;
    padding: 5px 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #6f1952;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    width: 48px;
    height: 48px;
    color: #000;
}
.home-slider-con .slider-button-prev:before {
    content: "\f104";
    position: relative;
    font-family: 'FontAwesome';
    font-size: 30px;
    font-weight: bold;
}
.home-slider-con .slider-button-next:before {
    content: "\f105";
    position: relative;
    font-family: 'FontAwesome';
    font-size: 30px;
    font-weight: bold;
}
.home-slider-con .slider-button-prev {
    left: 2rem;
}

.home-slider-con .slider-button-next {
    right: 2rem;
}

.slider-button:hover,
.slider-button:focus {
    background-color: #6f1952;
    color: #fff;
    border: 2px solid #fff;
}

.home-slider-con ul.slides {
    list-style-type: none;
    height: 100%;
    width: 100%;
}

.home-slider-con li.slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    transition: opacity var(--transition-delay);
    transition-delay: var(--transition-delay);
}

.home-slider-con .slide > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.home-slider-con li.slide[data-active-slide] {
    opacity: 1;
}

.home-slider-con .slides-circles {
    display: flex;
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.home-slider-con .slides-circles > div {
    height: 10px;
    width: 10px;
    margin: 10px;
    border: 2px solid #b82426;
    border-radius: 50%;
    transition: background-color var(--transition-delay);
    transition-delay: var(--transition-delay);
}

.home-slider-con .slides-circles > div[data-active-slide] {
    background-color: white;
}
.sloganBg {
    background-color: white;
}
p.site-slogan {
    color: #b82426;
    font-size: 24px;
    /* margin: 20px auto; */
    padding: 0;
    right: 70px;
    /* text-align: right;
    top: 60px; */
    position: absolute;
    z-index: 20;
    white-space: nowrap;
    line-height: 40px;
    font-weight: bold;
    bottom: 0;
}
.itdtb-card-con {
    width: 100%;
    display: inline-block;
}
.itdtb-card-col {
    width: 100%;
    display: inline-block;
    margin: 15px auto;
    background: transparent;
    box-shadow: 5px 10px 16px #00000029;
    border-radius: 0;
    padding: 0;
}
.same-hight {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}
.itdtb-card-full {
    width: 100%;
    display: flex;
    height: 100%;
    /* justify-content: space-between; */
    flex-direction: column;
    padding: 0;
}
.itdtb-card-top-fixd {
    justify-content: space-between;
}
.itdtb-card-img {
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    background: transparent;
}
.itdtb-card-img img {
    width: 75%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
    border-radius: 30px;
}
.itdtb-card-text {
    width: 100%;
    display: inline-block;
    padding: 15px;
}
.itdtb-card-designation {
    color: #000;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    margin: 10px auto;
}
.twitter iframe {
    border: 0;
    width: 100% !important;
    height: 400px;
    background: white;
    border-radius: 3px;
    border: 1px solid rgb(219, 219, 219);
    box-shadow: none;
    display: block;
    margin: 0px 0px 12px;
    padding: 0px;
}
.instagram iframe {
    height: 400px;
    background: white;
    max-width: 100%;
    border-radius: 3px;
    border: 1px solid rgb(219, 219, 219);
    box-shadow: none;
    display: block;
    margin: 0px 0px 12px;
    padding: 0px;
    width: 100%;
}
.facebook iframe {
    width: 100% !important;
    border-radius: 3px;
    border: 1px solid rgb(219, 219, 219);
    margin: 0px 0px 12px;
    padding: 0px;
    height: 400px;
}
.body-col ul,ol li {
    line-height: 24px;
    padding: 5px;
}
.body-col ul li::before {
    content: "";
    color: #6CAC38;
    position: absolute;
    left: -19px;
    top:-3px;
  }
  .body-col ul,ol li {
    position: relative;
    font-family:Arial;
    margin:10px;
}
.col-padding {
    padding-top: 80px;
}
.event iframe {
    width: 100%;
    height: 600px;
    max-height: 100%;
}
.invitees-data thead {
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 0 black;
    margin: 0 auto;
    vertical-align: middle;
    background: #CCC0D9;
    color: black;
    border: 1px solid black;
}
.invitees-data thead th{
    padding: 10px;
}
.invitees-data tbody tr{
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 0 black;
    margin: 0 auto;
    vertical-align: middle;
    color: black;
    -webkit-box-shadow: 0 0 5px 2px #1e97e31f;
    -moz-box-shadow: 0 0 5px 2px #1e97e31f;
    box-shadow: 0 0 5px 2px #1e97e31f;
    margin: 10px auto;
    border: 1px solid black;
}
.invitees-data tbody tr td{
    padding: 10px;
    vertical-align: middle;
    color: #000000;
    font-size: 16px;
    margin: 10px auto;
}
.textSectionBox {
    padding-top: 60px;
    padding-bottom: 30px;
}

.titleBoxRight {
    text-align: right;
    padding-top: 6px;
}

.titleLine {
    position: relative;
    padding-left: 24px;
}

.titleLine:after {
    content: "";
    width: 6px;
    height: 100%;
    background-color: #da251c;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.titleBoxCon {
    margin-bottom: 30px;
}

.paddingSection {
    padding-top: 42px;
    padding-bottom: 42px;
}

.equalRow {
    display: flex;
}

.equalCol {
    display: flex;
    flex-direction: column;
}

.towBoxsCol {
    height: 100%;
}

.towBoxsColLeft {
    background-color: #dddddd;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.towBoxsColRight {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #dddddd;
    padding: 30px;
}

.widthFullCon {
    width: 100%;
}

.secureBoxsMiddlelLine {
    position: relative;
}

.secureBoxsMiddlelLine:after {
    content: "";
    background: #b82426;
    width: 6px;
    height: 50%;
    display: inline-block;
    position: absolute;
    right: -3px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    opacity: 0.75;
}

.order-2.secureBoxsMiddlelLine:after {
    left: -3px;
    right: inherit;
}

.fullImg {
    width: 100%;
}

.same_box {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.boxCol {
    box-shadow: 0 2px 6px 0 rgba(27, 39, 80, 0.16);
    background-color: #ffffff;
    padding: 30px;
    margin: 12px auto;
    position: relative;
    width: 100%;
    display: inline-block;
}

.boxCol:hover {
    box-shadow: 0 12px 12px 0 rgba(27, 39, 80, 0.16);
}

.igemBoxs {
    margin-top: 30px;
}

.igemBox {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 30px 24px;
    margin: 12px auto;
    position: relative;
}

.igemBoxImg {
    margin: 0 auto 15px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.boxImgCon {
    margin-bottom: 15px;
}
.top-section-padding {
    padding-top: 56px;
    padding-bottom: 56px;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #000;
}
/* Style the tab */
.gallery-tab .tab {
    float: left;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 5px 2px #8d8d8d70;
    -moz-box-shadow: 0 0 5px 2px #8d8d8d70;
    box-shadow: 0 0 5px 2px #8d8d8d70;
  }
  
  /* Style the buttons inside the tab */
  .gallery-tab .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
  }
  
  /* Change background color of buttons on hover */

  
  /* Create an active/current "tab button" class */
  .gallery-tab .tab button.active {
    background-color: #015e9b;
    color: #fff;
  }
  .gallery-tab .tab button:after {
        content: "\f105";
        position: relative;
        right: 0;
        font-family: 'FontAwesome';
        font-size: 19px;
        font-weight: normal;
        top: 0;
        float: right;
    }
  /* Style the tab content */
  .gallery-cont .tabcontent {
    float: left;
    padding: 0;
    width: 100%;
    border-left: none;
  }

.gallery-tab {
    /* margin: 15px auto; */
}

.portfolio-list-img svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
}
.navbar-toggler .fa-bars {
    color: #020255 !important;
}
.download_boxs_row {
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 0 black;
    margin: 0 auto;
    vertical-align: middle;
    background: #1E97E3;
    color: #fff;
}
.download_section_row {
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 0 black;
    margin: 0 auto;
    vertical-align: middle;
    color: #fff;
}
.download-section {
    border: 1px solid #ccc;
}
.download_box_title_con p {
    display: contents;
    padding: 0 15px;
    vertical-align: middle;
    color: #fff;
}
.download_box_title_con p {
    display: contents;
    padding: 0 15px;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
}
.download_section_row p {
    display: contents;
    padding: 0 15px;
    vertical-align: middle;
    color: #000000;
    font-size: 16px;
}
.download-section img {
    margin: 0;
    width: 20%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
}
.download_section_row {
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 0 black;
    margin: 0 auto;
    vertical-align: middle;
    color: #fff;
    -webkit-box-shadow: 0 0 5px 2px #1e97e31f;
    -moz-box-shadow: 0 0 5px 2px #1e97e31f;
    box-shadow: 0 0 5px 2px #1e97e31f;
    margin: 10px auto;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    margin: 30px auto;
    border-top: 2px solid #020255;
    border-radius: 0;
    left: 0;
    width: 300px;
    box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 15%);
    z-index: 99;
    padding: 0;
    border-radius: 0;
}
@media only screen and (min-width: 1200px) {
    .menu-header ul li:hover ul.child-menu {
        display: inline-block;
        transition: all 0.8s;
    }
    .col-five {
        flex: 1 0 0%;
    }
}
@media only screen and (max-width: 1399px) {
    .footer-title{
        font-size: 18px;
    }
    .list-menu-ul ul li a{
        font-size: 16px;
    }
    .copyright-text{
        font-size: 16px;
    }
    .line-menu-ul ul li a{
        font-size: 16px;    
    }
    .icon-menu-ul ul li a{
        font-size: 16px;
    }   
    .portfolio-list-img-col{
        height: 530px;
    }
    .cir-list-box-img{
        width: 240px;
        height: 240px;
    }
}
@media only screen and (max-width: 1199px) {
    /*header*/
    .menu-header ul > li > a:after {
       display: none !important;
    }
    button.navbar-toggler {
        font-size: 30px;
        line-height: normal;
        color: #6f1952;
        padding: 0;
        margin: 0;
        box-shadow: none !important;
        border: 0;
        outline: none !important;
    }
    .navbar-toggler.navbar-toggler-colse {
        color: #fff;
        opacity: 1;
        z-index: 15;
        position: absolute;
        font-weight: 300;
        right: 15px;
        top: 15px;
        padding: 0;
        font-size: 20px;
        line-height: normal;
        background: #6f1952;
        border-radius: 50%;
        width: 36px;
        height: 36px;
    }
    .navbar-collapse.rs-menu {
        position: fixed;
        top: 0;
        background: #f7941d;
        width: 300px;
        height: 100vh !important;
        left: inherit;
        right: -100%;
        display: inline-block;
        transition: all 0.3s;
        z-index: 8;
    }
    .navbar-collapse.rs-menu.show{
        right: 0;
        transition: all 0.3s;
    }
    .header-menu-fixd {
        width: 100%;
        display: inline-block;
        padding: 60px 15px 15px 15px;
        overflow-x: hidden;
        height: 100vh;
        z-index: 9;
        position: relative;
    }
    .menu-header ul {
        width: 100%;
    }
    .menu-header ul li {
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #130609;
    }
    .menu-header ul li a {
        padding: 12px 0;
        width: 100%;
        display: inline-block;
        position: relative;
        border: 0;
        color: #fff;
        font-weight: 500;
    }
    .menu-header ul > li.active > a {
        color: #130609;
    }
    .menu-header ul > li > a:hover{
        background: transparent;
        color: #000;
    }
    .header-con {
        padding-left: 0;
        padding-right: 0;
    }
    .header-con .container {
        max-width: 100%;
        padding: 0;
    }
    .navbar.p-0 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .menu-header ul li.subMenuOpen ul.child-menu {
        display: inline-block;
        position: inherit;
        width: 100%;
        top: inherit;
    }
    .navbar-brand {
        padding: 9px 0;
    }
    .menu-header {
        padding-top: 0;
    }
    .menu-header ul.child-menu {
        width: 100%;
        position: relative;
        top: inherit;
        margin: 0;
        left: 0;
        background: rgba(111, 25, 82, 0.8);
        border: 0;
        box-shadow: inherit;
        display: none;
    }
    .menu-header ul > li.subMenu > a {
        padding-right: 40px;
    }
    .subMenuIcon{
        top: 5px;
        display: inline-block;
        padding: 8px 8px;
    }
    .menu-header .mega-menu ul.child-menu{
        top: 0;
    }
    .menu-header .mega-menu {
        position: relative;
    }
    .menu-header .mega-menu ul.child-menu li{
        width: 100%;
    }
    .menu-header li.subMenu > a:after{
        display: none;
    }
    .subMenuIcon:after{
        color: #fff;  
        content: "\f067";  
        font-size: 14px;
    }
    .subMenuOpen > .subMenuIcon:after {
        content: "\f068";
    }
    .menu-header li.subMenu > a:hover {
        background: blue;
    }
    .menu-header li.subMenu > a:active {
        background: blue;
    }
    /*header*/    
    .footer-title{
        font-size: 17px;
    }
    .list-menu-ul ul li a{
        font-size: 15px;
    }
    .copyright-text{
        font-size: 15px;
    }
    .line-menu-ul ul li a{
        font-size: 15px;    
    }
    .icon-menu-ul ul li a{
        font-size: 15px;
    }
    .line-menu-ul ul li:after {
        margin: 0 9px;
        height: 11px;
    }
    .line-icon-ul ul li a{
        font-size: 20px;
    }
    .navbar-brand img {
        width: 180px;
    }
    .sub-menu-img-cir{
        width: 60px;
        height: 60px;
    }
    .sub-menu-img{
        width: 80px;
    }
    .sub-menu-title {
        /* width: calc(100% - 80px); */
        width: 100%;
        padding-right: 0;
    }
    .sub-menu-bg.open-menu{
        display: inline-block;
    }
    .portfolio-list-img-col{
        height: 440px;
    }
    .line-title::after{
        top: 21px;
    }
    .portfolio-banner-text h1 {
        margin-bottom: 30px;
        line-height: 60px;
    }
    .portfolio-banner-text h1 br{
        display: none;
    }
    .ul-bold ul li{
        font-size: 17px;
    }
    .portfolio-banner-text {
        padding: 30px 0;
    }
    .cir-list-box-img{
        width: 210px;
        height: 210px;
    }
    .nav-menu-con {
        border-radius: 0;
        margin: 0;
        box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 16%);
    }
    .home-banner-con {
        background-size: 450px;
        min-height: 420px;
    }
    .header-fixed {
        position: -webkit-sticky;
        position: sticky;
    }
    .home-banner-col {
        padding: 0 0;
        margin-top: 0;
    }
    .home-banner-text {
        padding: 30px 0;
    }
    .banner-bg-con {
        min-height: 100%;
    }
    .banner-bg-caption {
        padding-top: 0;
    }
    .mob-header-consult-btn {
        display: inline-block;
        margin: 15px 0;
    }
    p.site-slogan {
        color: #b82426;
        /* right: 0; */
        text-align: center;
        top: 0 !important;
        line-height: 40px;
        position: absolute;
    }
    .menu-header ul > li > a:hover{
        background: transparent;
        color: #000;
    }
    .header-menu-fixd {
        padding: 0;
    }
    .header-menu-fixd ul {
        padding: 60px 15px 15px 15px;
    }
    .col-padding {
        padding-top: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .copyright-text{
        text-align: center;
    }
    footer .line-menu-ul{
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .footer-bottom-con {
        padding-top: 6px;
        padding-bottom: 15px;
    }    
    .line-icon-ul ul li a{
        font-size: 19px;
    }
    .pportfolio-list-img-col{
        height: 504px;
    }
    .line-title::after{
        top: 21px;
    }
    .portfolio-banner-text h1 {
        margin-bottom: 24px;
        line-height: normal;
    }
    .portfolio-banner-text p{
        line-height: normal;
    }
    .ul-bold ul li{
        padding: 6px 0;
        font-size: 16px;
    }
    .radius-img{
        margin-bottom: 15px;
        padding-right: 0;
    }
    .cir-list-box-full p {
        font-size: 17px;
    }
    .top-arrow-lr .slick-prev, .top-arrow-lr .slick-next{
        top: -44px;
    }
    .home-banner-col {
        padding: 0;
        margin-top: 0;
    }
    .home-banner-text {
        padding: 0 0;
    }
    .home-banner-con {
        min-height: auto;
        height: auto;
        background-image:none;
    }
    .home-banner-img img { 
        display: block;
        width: 100%;
    }
    .banner-bg-con {
        min-height: 100%;
    }
    .home-banner-img{
        margin-top: 24px;
    }
    .nav-menu-con {
        padding: 0 15px;
    }
    .p.site-slogan {
        top: 0  !important;
    }
    p.site-slogan {
        color: #b82426;
        /* right: 0; */
        text-align: center;
        top: 25px !important;
        line-height: normal;
        position: absolute;
        margin: 0;
        overflow-y: hidden;
        font-size: 14px;
    }
    .col-padding {
        padding-top: 10px;
    }
    .menu-header ul li a {
        background: transparent;
        text-align: left;
        font-size: 14px;
        padding: 12px 0 !important;
    }
    .home-banner-slider .slick-list {
        margin: 0 -12px;
        top: 0;
    }
    .top-section-padding {
        padding-top: 2px;
    }
    .slick-prev, .slick-next {
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    .secureBoxsMiddlelLine:after {
        bottom: -3px;
        left: 0;
        right: 0;
        height: 6px;
        width: 70%;
        top: inherit;
    }
    .itdtb-card-img img {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .footer-title{
        font-size: 16px;
    }
    .list-menu-ul ul li a{
        font-size: 14px;
    }
    .copyright-text{
        font-size: 14px;
    }
    .line-menu-ul ul li a{
        /* font-size: 14px;     */
    }
    .icon-menu-ul ul li a {
        font-size: 14px;
    }
    footer .line-menu-ul ul li{
        padding: 4px 0;
    }
    .line-menu-ul ul li:after {
        margin: 0 6px;
    }
    .line-icon-ul ul li a{
        font-size: 18px;
    }
    .portfolio-list-img-col{
        height: auto;
    }
    .line-title::after{
        top: 16px;
    }
    .ul-bold ul li{
        font-size: 15px;
    }
    .cir-list-box-full p {
        font-size: 16px;
    }
    .slick-prev, .slick-next{
        width: 42px;
        height: 42px;
    }
    .slick-prev:before, .slick-next:before{
        font-size: 24px;
    }
    .footer-logo {
        text-align: center!important;
    }
    .social-icon {
        text-align: center;
    }
    .icon-bar a{
        font-size: 14px;
    }
    .icon-bar {
        right: -38px;
    }
    .freeConsultation .modal-dialog {
        width: 95%;
        max-width: 100%;
    }
    p.site-slogan {
        color: #b82426;
        font-size: 14px;
        letter-spacing: normal;
        /* right: 0; */
        text-align: center;
        top: 76px;
        line-height: 40px;
        position: inherit;
        margin: 0;
        overflow-y: hidden;
    }
    .menu-header ul.child-menu li a {
        color: #fff;
    }
    .home-slider-con.carousel {
        height: 40vh;
    }
    .home-slider-con .slider-button {
        padding: 0;
        width: 38px;
        height: 38px;
    }
    .home-slider-con .slider-button-next:before {
        font-size: 20px;
    }
    .home-slider-con .slider-button-prev:before {
        font-size: 20px;
    }
    .itdtb-card-designation {
        font-size: 12px;
    }
    .chief-guest {
        font-size: 18px;
    }
    ._1dro ._1drp {
        font-size: 12px;
    }
    ._50f4 {
        font-size: 11px;
        line-height: normal;
    }
    .invitees-data thead tr td {
        padding: 5px;
        font-size: 12px;
    }
    .invitees-data tbody tr td {
        padding: 5px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 575px) {
    .footer-title {
        font-size: 14px;
    } 
    footer .line-menu-ul ul li {
        padding: 6px 0;
        width: 100%;
    }
    .line-menu-ul ul li:after{
        width: 100%;
        height: 1px;
    }
    .footer-con .line-icon-ul{
        text-align: center;   
    }
    .line-icon-ul ul li a {
        font-size: 16px;
    }   
    .line-title::after{
        top: 16px;
    }
    .ul-bold ul li{
        font-size: 14px;
    }
    .home-banner-text .btn {
        width: 75%;
        margin: 4px auto;
    }
}
@media only screen and (max-width: 350px) {
    .ul-bold ul li .ul-bold-title{
        width: auto;
        margin-right: 15px;
    }
    .ul-bold-title{
        width: auto;
    }
    .ul-bold-text{
        width: auto;
    }
    .client-list-box-con .slick-prev, .client-list-box-con .slick-next{
        display: none !important;
    }
    .client-box-con .line-title::after {    
        width: 100%;
    }
    p.site-slogan {
        font-size: 10px !important;
    }
}
