/********** Template CSS **********/
:root {
    --primary: #f68939;
    --secondary: #222b63;
    --light: #F1F3FA;
    --dark: #1C2035;
}

.sub-heading-home{
    font-weight:bold;
    color: #222b63;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}

.btn-color-404{
    background-color: var(--primary);
    color:white!important;
}
.top-a {
    color: #000;
}

.top-a:hover {
    color: #222b63;
}

.mybtn {
  background-color: var(--primary);
    border: 0 solid #E5E7EB;
    box-sizing: border-box;
    color: #000000;
    /* display: flex; */
    font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.75rem;
    padding: 0.75rem 1.65rem;
    position: relative;
    text-decoration: none #000000 solid;
    text-decoration-thickness: auto;
    max-width: 460px;
    position: relative;
    cursor: pointer;
    transform: rotate(-2deg);
    user-select: none;
    -webkit-user-select: none;
     touch-action: manipulation; 
}

.mybtn:focus {
  outline: 0;
}

.mybtn:after {
  content: '';
  position: absolute;
  border: 1px solid #000000;
  bottom: 4px;
  left: 4px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}

.mybtn:hover:after {
  bottom: 2px;
  left: 2px;
}

@media (min-width: 768px) {
  .mybtn {
    padding: .75rem 3rem;
    font-size: 1.25rem;
  }
}


/* Global css */
.section-entry {
    padding: 5rem 0 5rem;
  }
  .section-entry-top {
    padding-top: 5rem;
  }
  .section-entry-bottom {
    padding-bottom: 5rem;
  }
  .txtct {
    text-align: center;
  }
  .align-c {
    align-items: center;
  }
  .txtbc h1, .txtbc h2, .txtbc h3, .txtbc h4, .txtbc h5, .txtbc h6, .txtbc p, .txtbc i, .txtbc a, .txtbc span {
    color: #000;
  }
  .txtwt h1, .txtwt h2, .txtwt h3, .txtwt h4, .txtwt h5, .txtwt h6, .txtwt p, .txtwt i, .txtwt a, .txtwt span {
    color: #fff;
  }
  .txtbu {
    color: #004c86;
  }
  .txtor {
    color: #ff2515;
  }
  
  
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    background:#6bcef5;
    border:2px solid #222b63;
}


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    /*margin-right: 35px;*/ 
    padding: 25px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

/*.navbar .navbar-nav .nav-link:hover,*/
/*.navbar .navbar-nav .nav-link.active {*/
/*    color: var(--primary);*/
/*}*/

.my-navbar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    justify-content: space-around;
}


.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

.dropdown-menu{
    padding: 0.5rem;
}

.dropdown-item {
    font-size: 15px;
    border-bottom: 2px solid #222b63;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #222b63;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
    background: #fff;
}


.logo {
    width:167px;
    
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}

/*** Footer ***/

/*** Footer ***/


.back-footer-color h4{
    color: #fff!important;
    font-size:2rem;
}
.back-footer-color .rounded-circle,.signupfooter{
    background-color: var(--primary);
}

.footer .my-color-footer,
.footer .my-color-footer .btn-link{
    color:#fff;
}
/*breadcrum*/

.back-image{
    padding: 6rem 0;
    /*background-image: url(../images/pagetop-bg.jpg)!important;*/
    background-size: cover;
    background-repeat:no-repeat;
    background-color: #7a7676;
}

.text-edit-breadc h1{
    font-size: 3rem!important;
    color:#fff;
    font-weight: 500;
    background: #0000004f;
    display: inline-block;
    padding: 0.3rem;
    border-radius: 13px;
    
}
.breadcrumb-item a {
    color: #fff;
}
.breadcrumb-item.active {
    color: #000;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
/*sitemap*/
.sitemap-back{
    padding:0.5rem 0.5rem!important;
    border-radius: 10px;
    background-image: url(../img/sitemap-back.jpg)!important;
    background-size: cover;
    background-repeat:no-repeat;
    height:100%;
}

/*.sitemap-back:hover{*/
    
/*    background-image: linear-gradient(-45deg,rgb(233 184 122 / 46%), rgb(253 234 197 / 77%)), url(../img/sitemap-back.jpg);*/
/*    background-size: cover;*/
/*    background-repeat:no-repeat;*/
    
/*}*/
.wrap-ab {
    margin-top: 5rem;
}
.sitemap-back{
    padding:0.5rem!important;
}
.sitemap-back a{
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
    background: #8c9091;
    height:100%;
    display: block;
    padding:0.8rem 1rem;
    border-radius:12px;
    text-align:center;
}

.sitemap-back a:hover{
    color:#fff;
        transition: 0.7s;
}

/*product inner page*/
.pro-inner-cover{
    margin-top: 3rem;
}
.pro-inner-wrap{
    border: 4px double #e9b87a;
    
}
.modal-header {
    padding: 1rem 1rem 0;
}
.modal-body, .modal-content {
    /*padding: 0;*/
    /*background-color: var(--primary);*/
}

.color-of-main{
    background:#222b63 !important;
    color:#fff !important;
}

.myform {
  margin-bottom: 2rem;
}
.proj-box {
    border: 1px solid #000;
    height: 100%;
    border-radius: 5%; 
    background: #dddddd6b;
    transform-style: preserve-3d;
    transition: 0.25s ease;
    /*box-shadow: 0 30px 30px rgba(0,0,0,0.5);*/
    cursor : pointer;
    /*background-image:url('../images/pagetop-bg.jpg');*/
    background-size: 100% 0%;
    transition: .4s;
}
.proj-box:hover{

    background-size: 100% 100%;
    transition: .4s;
}
.pro-view {
	float: left;
}
.pro-wrap a {
    color: #000;
}
.pro-wrap a:hover {
    color: #222b63;
}
.pro-view img {
	width: 500px;
    border: 1px solid #e9b87a;
    margin: 0 2rem 0.5rem 0;
}
.ser-img {
    border-bottom: 1px solid #000;
        border-radius: 5%;
        box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.proj-info h3 {
    font-size: 18px;
    text-align: center;
    padding: 1rem;
    color: #000;
}

.service-text-contact {
    text-align: center;
    padding:1rem;
    height:100%;
    background:#a7aeb1;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.service-text-contact h5{
    font-size:2rem;
}


.service-text-contact img{
    padding:1rem;
}
.contact-page{
    margin-top: 2rem;
    margin-bottom:2rem;
}
.img-sty {
    filter: grayscale(1);   
}
.ab-wrap-box {
    height: 100%;
    border: 1px solid #000;
    padding: 2rem 1rem;
}
.ab-col--box {
    margin-bottom: 3rem;
}
.hm-ab {
    height: 100%;
    background: #fff;
    position:relative;
    
}

.hm-ab img{
transition: 0.5s ease;
position:relative;
}


.hm-ab img:hover {

filter: grayscale(1);
transition: 0.5s ease;
}


.hm-ab i{
    position:absolute;
    top:50%; left:50%;
    transform: translate(-50%, -50%);
    font-size:2.5rem;
    color:grey;

}
.pro-in-sp {
    margin-top: 5rem;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    background: #222b63;
    display: inline-block;
    padding: 0.1rem;
        font-size: 20px;
}
.my-pro-in img {
    border: 1px solid #000;
}
.footer {
    color: #B0B9AE;
    background: #000;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #060c31;
}

.copyright {
    background: #f68939;
}

.copyright a:hover {
    color:#fff!important;
}

.copyright .text-copy{
    color:#fff;
    font-weight:bold;
}

.color-add{
    color:#6bcef5;
}
.post-detail h2 {
    font-size: 25px;
}