
@font-face {
    font-family: Lato-Bold;
    src: url(Lato-Bold.ttf);   
}

@font-face {
    font-family: Lato-Regular;
    src: url(Lato-Regular.ttf);   
}

@font-face {
    font-family: montserrat-bold;
    src: url(Montserrat-Bold.ttf);   
}


@font-face {
    font-family: monstserrat-regular;
    src: url(Montserrat-Regular.ttf);   
}


/*----- default changes ---- */


html,body{
scroll-behavior: smooth;
margin: 0!important;
}

p{
    text-align: justify;
}

/*---------header (home page)----------*/
body{
    position: relative;
}

header{
    /*transition: transform 0.7s;*/
    z-index: 999;
    width: 100%;
    
}
.site-header {
    top: 0;
    height: auto;
}

.site-header .site-branding img{
    width:120px;
}

span.site-description {
   /* display: none;*/
}

.site-header h1.site-title a {
   /*font-family: Lato-Bold;*/
    font-size: 38px;
    text-decoration: none;
    color: #01456C;
}

.site-header{
    background-color: #000;
    box-shadow: 4px 2px 9px 0px #0000006e;
    color:#000;   
}

h1.site-title{
    margin: 5px;
}

.site-header .navbar ul.navbar-nav li a{
    /*font-family: Lato-Black;*/
    font-family: sans-serif;
    letter-spacing: 1.5px;
    color: #fff !important;
    /*color: #01456C !important;*/
    text-transform: unset;
    font-size: 20px;
}
.site-header .navbar ul.navbar-nav li a:hover{
    opacity: 0.6;
}

.navbar-dark .navbar-toggler-icon{
    background-color:#187DB1;
    color: #fff !important
}

button.navbar-toggler {
    border-color: #01456C; !important;
    
}

button.navbar-toggler {
    float: right;
    margin: 25px 25px 0 0;
    padding: 6px;
    display: none;
}
span.navbar-toggler-icon {
    padding: 5px;
    color: #01456C;
}
.site-content{
    position:relative;
}

a.nav-link{
    
}

a.nav-link {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

a.nav-link::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  -webkit-transition: width .3s;
  transition: width .3s;
}

a.nav-link:hover::after {
  width: 100%;
}

nav.navbar.navbar-expand-md.navbar-dark.col-xs-2.col-md-9 {
    padding-top: 20px;
}




/* ----------------------------------------- Home Banner Page ----------------------------------------------- */
.home-banner {
  /*position: relative;
  height: 100vh;*/
}

.home-banner .img-box{
   /* padding: 20px 40px;*/
    width: 100%;
}

.home-banner .prev-arrow {
    position: absolute;
    top: 8%;
    left: 4%;
    width: 20px;
}

.home-banner .next-arrow {
    position: absolute;
    top: 8%;
    right: 4%;
    width: 20px;
}

.home-banner .box-content{
    position:absolute;
    padding: 3%;
    z-index: 2;
    background-color: #000;
    color: #fff;
    border: 20px solid #534b40;
    top: 4%;
    left: 9%;
    /*right: 20%;*/
    /*z-index: 9999;*/
}

.home-banner .box-content span {
    /*font-size: 2em;*/
    font-weight: 600;
    font-size: xxx-large;
    color: #fff;
}

.home-banner .box-content h2 {
    font-size: xx-large;
    color: #534b40;
}

.home-btn {
    margin-top: 30px;
    padding: 10px 15px;
    background-color: #3200a9;
    color: white !important;
    border: 1px solid #3200a9;
    color: #000;
}

.home-btn:hover {
    background-color: #00000000;
    color: #FFD31D;
}

.box-content-sub {
    position:absolute;
    z-index: 1;
    padding: 7%;
    top: 310px;
    left: 310px;
    border: 16px solid #008396;
    color: #fff;
    
}
/* ----------------------------------------- Home Banner Page End ------------------------------------------- */




/* ----------------------------------------- Product Page -------------------------------------------- */
.product-sec h2{
  /*font-family: Lato-Black;*/
    margin-top: 42px;
    margin-bottom: 8px;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 38px;
    font-weight: 600;
}

.product-sec img {
    box-shadow: 0px 0px 5px 1px;
    width: 100%;
    height: 64%;
    border-radius: 6px;
}

.product-sec {
  padding: 2% 1% 2%;
  background-image: url('group-1.png');
  background-size: cover;
}

.product-sec h4 {
    margin-bottom: 30px;
    color: #7668ed;
    text-align: center;
    font-weight: 600;
}

/*.product-sec .carousel-inner img {
    height: 50vh !important;
    box-shadow: none !important;
    width: none !important;
    height: none !important;
    border-radius: none !important;
}*/

.product-sec .hd-prod {
    margin: 8px;
    padding: 8px;
    text-align: center;
    font-size: large !important;
    font-weight: 600 !important;
    border-radius: 4px;
    background-color: #fff;
    color: black;
    box-shadow: 0px 0px 4px 0px;
}

.product-sec .hd-prod h5 {
    font-weight: 600;
    color: black;
}

.row-sp .col-sm-4 {
    margin-bottom: 26px;
}

.modal-lg {
    max-width: 1034px !important; 
}

.modal-header h5 {
    margin: auto;
    font-size: xx-large;
    font-weight: 600;
}

.modal-header .close {
    margin: -1rem -1rem -1rem 0px !important;
}
/* ----------------------------------------- Product Page End------------------------------------------ */



/* ----------------------------------------- Project Page -------------------------------------------- */
.project-sec {
  position: relative;
  padding: 2% 0% 11%;
  background-image: url(project-1.jpg);
  background-size: cover;
}

.project-sec .slide-pad img {
    object-fit: cover;
    height: 202px;
  /*height: 272px;*/
}

.project-sec h2{
  /*font-family: Lato-Black;*/
    margin-top: 4px;
    margin-bottom: 8px;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 38px;
    font-weight: 600;
}

.project-sec h4{
    margin-bottom: 30px;
    color: #7668ed;
    text-align: center;
    font-weight: 600;
}

.project-sec .next-arrow {
    position: absolute;
    top: 53%;
    right: 4%;
    width: 20px;
    z-index: 999;
}

.project-sec .prev-arrow {
    position: absolute;
    top: 53%;
    left: 4%;
    width: 20px;
    z-index: 999;
}

/*.hd-proj {
    position: absolute;
    z-index: 2;
}*/

.hd-proj {
    position: absolute;
    z-index: 2;
    bottom: 7%;
    width: 90%;
    text-align: center;
    color: white;
    background-color: #0000ff80;
    padding: 26px 82px 26px 83px
}

.slide-pad {
    /*position: static;*/
    position: relative;
    z-index: 1;
    padding: 18px;
}
/* ----------------------------------------- Project Page End------------------------------------------ */




/* ----------------------------------------- About Page------------------------------------------------ */
.about-sec {
    padding: 8% 0% 8%;
    background-color: #000;
    color: #fff;
}

.about-hd {
    font-size: xx-large;
    font-weight: 600;
}

.about-sec .design-panel {
    position: absolute;
    top: -74px;
    left: 0px;
    width: 100%;
    height: 24%;
    box-shadow: 0px 5px 19px -2px #0000ff;
    background-color: #0000ff;
}

.about-sec h3::after {
    content: '';
    background: #007bff;
    display: block;
    height: 3px;
    width: 142px;
    margin-top: 6px;
    margin-bottom: 32px;
}

.aboutus-col1 {
  margin-top: 35px;
  padding: 18px;
}

.aboutus-col2 {
    padding: 1px 15px 1px;
}

.aboutus-col1 .aboutus-col1 h3 {
    font-size: xx-large;
    color: #000;
}

.about-btn {
    background-color: #3200a9;
    border: 1px solid #3200a9;
    color: #fff !important;
    margin-top: 4px;
    padding: 10px 15px;
}

.about-btn:hover {
    background-color: #00000000;
    color: #FFD31D;
}
/* ----------------------------------------- About Page End-------------------------------------------- */   




/* ----------------------------------------- Contact Page------------------------------------------------ */
.contact-section {
  padding: 4% 1% 4%;
  background-image: url('contact-1.png');
  background-size: cover;
}

.contact-section h3{
    margin-top: 22px;
    margin-bottom: 14px;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 38px;
    font-weight: 600;
}

.contact-pad {
    margin: 20px;
    padding-left: 60px;
    padding-right: 60px;
    border: 12px solid blue;
    color: #fff;
}

.contact-section input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    margin: -8px 0px 14px;
    padding: 10px 16px;
    background-color: #0000ff8a;
    color: #fff;
    border: 1px solid #0000ff8a;
    outline: none;
}

.contact-section textarea.wpcf7-form-control.wpcf7-textarea{
    width: 100%;
    margin: -8px 0px 14px;
    padding: 10px 16px;
    background-color: #0000ff8a;
    color: #fff;
    border: 1px solid #0000ff8a;
    outline: none;
}

.contact-section input.wpcf7-form-control.wpcf7-submit{
  margin: 0px 40% 0px 45%;
    background-color: #4F30B2;
    color: #fff;
    border: 1.5px solid #00000000;
    border-radius: 12px;
    padding: 10px 45px;
    font-weight: 600;
    font-size: 18px;
    float: right;
   /* margin-top: 15px; */
}

.contact-section input.wpcf7-form-control.wpcf7-submit:hover{
    background-color: #fff;
    color: #01456C;
    border: 1.5px solid #01456C;
    
}
/* ----------------------------------------- Contact Page End-------------------------------------------- */




/* ----------------------------------------- Footer Page ------------------------------------------------- */
.footer-sec {
    background-color: #171717;
    color: #fff;
}

.footer-pad {
  padding: 5% 0% 4%;
}

.footer-sec .footer-pad a {
    color: white !important;
}
/* ----------------------------------------- Footer Page End---------------------------------------------- */




/* ----------------------------------------- Copyright Page ------------------------------------------------- */
.copyright {
    background-color: #171717;
    color: #fff; 
}

.copyright hr {
  margin: 0;
    height: 2px;
    color: #0000ff;
}

.copyright p {
  font-family: monstserrat-regular;
    font-size: 14px;
    padding: 10px 0;
    margin: 0;
    text-align: right;
    color: #fff;
}

#back2Top {

    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    /* -moz-transform: rotate(270deg); */
    /* -webkit-transform: rotate(
270deg
); */
    /* -o-transform: rotate(270deg); */
    /* -ms-transform: rotate(270deg); */
    /* transform: rotate(
270deg
); */
    position: fixed;
    bottom: 25px;
    right: 10px;
    background-color: #4f30b2;
    border: 1px solid #fff;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    margin: 20px 10px;
    border-radius: 50%;
    font-weight: bolder;
}

.font-bg a i {
    position: relative;
    top: 60px;
    background-color: #fff;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 16px;
    border-radius: 50%;
    color: #000;
    float: right;
}


/* ----------------------------------------- Copyright Page End---------------------------------------------- */


/*-------- media query ------------- */
@media(max-width:1024px) {

/* ----------------------------------------- Home Banner Page ----------------------------------------------- */

.home-banner .box-content {
    position: absolute;
    padding: 2%;
    top: 2%;
}

.box-content-sub {
    top: 236px;
    left: 296px;
}

.home-btn {
    margin-top: 10px;
}

.about-sec .design-panel {
    top: -60px;
    height: 21%;
}

/* ----------------------------------------- Home Banner Page End-------------------------------------------- */

/* ----------------------------------------- Product Page --------------------------------------------------- */
.hd-proj {
    bottom: 7%;
    width: 274px;
    padding: 26px 53px 26px 53px;
}
/* ----------------------------------------- Product Page End-------------------------------------------- */   
}

@media(max-width:798px) {

/* ----------------------------------------- Home Banner Page ----------------------------------------------- */
  .home-banner .box-content {
    top: 1%;
}

.box-content-sub {
    top: 214px;
    left: 292px;
}

.home-banner .prev-arrow {   
    top: 6%;
}

.home-banner .next-arrow {
    top: 6%;
}
/* ----------------------------------------- Home Banner Page End-------------------------------------------- */

/* ----------------------------------------- Product Page ----------------------------------------- */
.row-sp {
  margin-bottom: 26px;
}

.hd-proj h5 {
    font-size: medium;
}

.hd-proj {
    bottom: 9%;
    width: 84%;
    padding: 12px 14px 12px 14px;
}

.about-sec .design-panel {
    top: -40px;
    height: 14%;
}
/* ----------------------------------------- Product Page End------------------------------------------ */  

/* ----------------------------------------- Project Page ----------------------------------------- */
.project-sec .slide-pad img {
    height: 150px;
}
/* ----------------------------------------- Project Page End------------------------------------------ */  
}




@media(max-width:720px) {
/* ----------------------------------------- Home Banner Page ------------------------------------------ */ 
.home-banner .box-content {
    top: 10px;
    left: 2%;
    width: 60vh;
    border: 7px solid #534b40;
}

.box-content-sub {
    top: 162px;
    left: 242px;
}

.product-sec .hd-prod h5 {
    font-size: medium;
    color: black;
}

.home-banner .box-content h2 {
    font-size: 4vh;
}

.home-banner .box-content span {
    /*font-size: 7vh;*/
    font-size: xxx-large;
}
/* ----------------------------------------- Home Banner Page End--------------------------------------- */
}





@media(max-width:426px) {
/* ----------------------------------------- Home Banner Page -------------------------------------------------- */
.home-banner .prev-arrow {   
    top: 2%;
}

.home-banner .next-arrow {
    top: 2%;
}
/* ----------------------------------------- Home Banner Page End -------------------------------------------------- */

/* ----------------------------------------- Product Page -------------------------------------------------- */
.hd-proj {
    bottom: 9%;
    width: 82%;
    padding: 10px 27px 10px 26px;
}
/* ----------------------------------------- Product Page End-------------------------------------------------- */
}




@media(max-width: 580px) {
/* ----------------------------------------- Product Page -------------------------------------------------- */
.row-sp {
    margin-bottom: 26px;
}

.row-sp .col-6 {
    margin-bottom: 26px;
}

.product-sec .hd-prod {
    margin: 8px;
}

.hd-proj h5 {
    font-size: medium;
}
/* ----------------------------------------- Product Page End ---------------------------------------------- */

/* ----------------------------------------- About Us Page ------------------------------------------------- */
.about-sec .design-panel {
    top: -18px;
    height: 12%;
    width: 82%;
}
/* ----------------------------------------- About Us Page End ---------------------------------------------- */

/* ----------------------------------------- Contact Page---------------------------------------------------- */
.contact-pad {
    margin: 2px;
    padding-left: 21px;
    padding-right: 22px;
}

.contact-section input.wpcf7-form-control.wpcf7-submit {
    margin: 0px 27% 0px 45%;
}
/* ----------------------------------------- Contact Page End------------------------------------------------ */

/* ----------------------------------------- Footer Page ---------------------------------------------------- */
.font-bg {
    position: relative;
    bottom: 40px;
    right: 12px;
}

.font-bg a i {
    margin-bottom: 10px;
}
/* ----------------------------------------- Footer Page End ------------------------------------------------ */   
}





@media(max-width: 500px) {
/* ----------------------------------------- Home Banner Page ------------------------------------------ */
.home-banner .box-content {
    top: 10px;
    left: 12%;
    width: 35vh;
    border: 7px solid #534b40;
}

.box-content-sub {
    top: 105px;
    left: 174px;
    border: 10px solid #008396;
}

.home-btn {
    padding: 4px 4px;
    font-size: small;
}

.home-banner .box-content h2 {
    font-size: 3vh;
}

.home-banner .box-content span {
    font-size: 5vh;
}
/* ----------------------------------------- Home Banner Page End ------------------------------------------ */

/* ----------------------------------------- Product Page---------------------------------------------------- */
.row-sp {
    margin-bottom: -16px;
}

.product-sec h2 {
    font-size: xx-large;
}

.product-sec h4 {
    font-size: larger;
}

.product-sec .hd-prod h5 {
    font-size: medium;
    color: black;
}

.project-sec .prev-arrow {
    position: absolute;
    top: 55%;
    left: 2%;
    width: 20px;
    z-index: 999;
}

.project-sec .next-arrow {
    position: absolute;
    top: 55%;
    right: 2%;
    width: 20px;
    z-index: 999;
}

button.navbar-toggler {
    float: right;
    margin: 25px 25px 0 0;
    padding: 6px;
     display: block;
}
/* ----------------------------------------- Product Page End ------------------------------------------------ */

/* ----------------------------------------- Project Page----------------------------------------------------- */
.project-sec h2 {
    font-size: xx-large;
}

.project-sec h4 {
    font-size: larger;
}
/* ----------------------------------------- Project Page End ------------------------------------------------ */

/* ----------------------------------------- Contact Page----------------------------------------------------- */
.contact-section h3 {
    font-size: xx-large;
}
/* ----------------------------------------- Contact Page End ------------------------------------------------ */
}





@media(max-width:376px){
/* ----------------------------------------- Home Banner Page------------------------------------------------ */
.home-banner .box-content {
    top: 8px;
}

.box-content-sub {
    display: none;
}

.home-btn {
    margin-top: 0px;
    font-size: small;
}

/* ----------------------------------------- Home Banner Page End ------------------------------------------- */

/* ----------------------------------------- Product Page---------------------------------------------------- */
.product-sec .hd-prod h5 {
    font-size: small;
    color: black;
}

.hd-proj {
    bottom: 10%;
    padding: 10px 14px 10px 14px;
    width: 90%;
}

/* ----------------------------------------- Product Page End ------------------------------------------------ */

/* ----------------------------------------- About Page ------------------------------------------------------ */
.about-sec .design-panel {
    top: -18px;
    height: 10%;
    width: 82%;
}
/* ----------------------------------------- About Page End -------------------------------------------------- */
}





@media(max-width:320px){
/* ----------------------------------------- Home Banner Page------------------------------------------------ */
.home-banner .box-content {
    top: 12px;
}

.home-banner .box-content {
    padding: 1%;
}

.home-banner .box-content h2 {
    font-size: 3vh;
}

.home-banner .box-content span {
    font-size: 4vh;
}

.home-btn {
    margin-top: 0px;
}
/* ----------------------------------------- Home Banner Page End ------------------------------------------- */

/* ----------------------------------------- Product Page---------------------------------------------------- */
.product-sec .hd-prod {
    margin: 6px;
}

.product-sec h2 {
    font-size: x-large;
}

.product-sec h4 {
    font-size: medium;
}

.product-sec .hd-prod h5 {
    font-size: small;
    color: black;
}

.hd-proj h5 {
    font-size: larger;
}

.hd-proj {
    bottom: 10%;
    width: 255px;
    padding: 10px 13px 10px 12px;
}
/* ----------------------------------------- Product Page End ------------------------------------------------ */

/* ----------------------------------------- Contact Page----------------------------------------------------- */
.contact-section h3 {
    font-size: 6vh;
}
/* ----------------------------------------- Contact Page End ------------------------------------------------ */  
}
