@import url('https://fonts.googleapis.com/css2?family=Sintony:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    /* transition: 0.8s all ease; */
}

/* ///////////////root Color Elements///////////////////////////////// */

:root {
    --c1: rgb(5, 98, 214);
    --c2: rgb(20, 108, 218);
    --light: rgb(220, 220, 220);
    --white: rgb(255, 255, 255);
    --black: rgb(0, 0, 0);
    --gray: rgb(194, 194, 194);
}

body{
    overflow-x: hidden;
    width: 100vw !important;
}

/* .navbar-expand-md .navbar-toggler {
    display: block !important;
} */

/*///////////////// Font size Fixed ///////////////////////////////////// */

/*////////////// 1em = 16px///////////////////////////////// */


/* h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 0.83em;
}

h6 {
    font-size: 0.62em;
} */






/* //////////////////////////////Navbar section //////////////////////////// */

.navbar {
    /* background-image: linear-gradient(90deg, var(--c1),#1FA2FF, #12D8FA) !important; */
    /* background-image: linear-gradient(90deg, #1FA2FF, var(--c1) ) !important; */
    /* background-image: linear-gradient(90deg,#1FA2FF, #12D8FA) !important; */
    background: linear-gradient(to right, rgb(5, 117, 230), rgb(7, 53, 216)) !important;
    
    /* min-height: 70px; */
    flex-wrap: nowrap !important;
}
.top-nav-con{
    height: 60px;
}
/* nav */
/* .first-nav{
    position: fixed !important;
    top: 0% !important;
} */
/* .navbar .navbar-brand {
    width: 10%;
    height: 90px;
} */

.navbar .navbar-brand img {
    /* width: 200px; */
    /* height: 50px; */
    width: 150px;
    object-fit: contain;
}

.navbar {
    /* position: unset !important; */
    /* position: sticky !important;
    top: -12% !important;
    left: 0%; */
    transition: top 1s ease-out 0s !important;
    width: 100% !important;
    min-height: 60px;
    padding: 0 !important;
    z-index: 200;
    
}
.stick{
    transition: top 1s ease-out 0s !important;
    width: 100% !important;

}
/* .top-stic{
    position: sticky !important;
    top: 0% !important;
    left: 0%;
  
} */

/* Remove border from toggler */
/* .logo{
    width: 100px;
    object-fit: contain;
} */
.navbar-toggler {
    border: 0 !important;
}
.navbar a {
    font-size: 0.7em;
    font-weight: 500;
    text-decoration: none;
    /* color: var(--white) !important; */
}
.navbar .nav-link{
    color: var(--white) !important;
}
.name-nav-icon{
    color: #fff !important;
}

.navbar i{
    color: #fff;
}

/* .navbar .container-fluid {
    padding: 0% !important;
    border-bottom: 0.5px solid var(--gray) !important;
} */

/* .top-f-nav{
    background-color: #000;
} */
.navbar .collapse form {
    width: 50%;
}

/* .navbar .navbar-nav {
    padding: 1%;
} */

.navbar .navbar-nav .nav-item a{
    font-size: 15px;
    font-family: 'Noto Serif', serif;
    letter-spacing: 1px;
}



.navbar .collapse form input{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/* .nave-hide {
    width: 10%;
} */

.nave-hide a {
    font-size: 20px;
}

.navbar form button {
    color: var(--white);
    border: none;
    background: var(--black);
    transition: 0.5s all ease;
}

.navbar .collapse form button:hover {
    background: var(--c1);
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon {
    width: 30px;
    height: 3px;
    background-color: var(--white);
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar {
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}



/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color: var(--white);
}



.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown .dropdown-menu {
    background-color: var(--c2);
}

.offcanvas-header{
    background-color: var(--c1);
}

.offcanvas-header img{
    width: 20%;
}

.offcanvas-header .btn-close {
    color: var(--white) !important;
}


.mg-menu{
    /* display: flex !important; */
    list-style: none;
    background-color: var(--white);
    width: 500px;
    flex-wrap: wrap;
}
.mg-menu li a{
    color: #111 !important;
}
.dropdown-menu{
    background-color: #fff !important;
    
}
.dropdown-menu li a{
    color: #111 !important;
}
.mo-nav .nav-item .nav-link{
    color: #111 !important;
}

/*
  =========================================================================================
                                    Social Icons
  =========================================================================================
  */
  
  
  .round-btn {display: inline;height: 40px; width: 40px; background:#fff;border-radius: 50%;float: left;margin: 15px 8px;box-shadow: 2px 2px 5px 0px rgb(82, 0, 67);border: 1px solid;/*border: 1px solid #622657;*/}
  .round-btn a {display: block !important;padding: 7px 12px;font-size: 18px;border-radius: 50%;}
  .round-btn .icon {padding: 3px;}
  .round-btn .icon img{height: 24px; width: 32px;margin-top: 6px;}
  .btn-facebook a {color: #3b5998;padding: 8px 13px;}
  .btn-linkedin a {color: #007bb6;}
  .btn-twitter a{color: #1c9deb;}
  .btn-instagram a{color: #dd3f5c;}
  .btn-whatsapp a{color: #155E54;}
  .btn-envelop a{color: #D6403A;font-size: 15px; padding: 9px 12px;}
  .standard_header .standard_social_links {margin-left: 1rem;}
  
    /*
    =========================================================================================
                                      footer
    =========================================================================================
    */
    footer{
        /* background-color: rgb(51, 51, 51); */
        background-image: url(../images/foo-back.jpeg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    /* background-color: #555; */
    background-color: var(--c1);
    position: relative;
    }
    .foot-city{
        position: absolute;
        bottom: 0%;
        /* height: 180px; */
        object-fit: cover;
    }
    .footer-wrap {
      padding-top: 43px;
      /* background-size: cover;
      position: relative; */
      /* background-color: #1FA2FF;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 400'%3E%3Cdefs%3E%3CradialGradient id='a' cx='396' cy='281' r='514' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2312D8FA'/%3E%3Cstop offset='1' stop-color='%231FA2FF'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='400' y1='148' x2='400' y2='333'%3E%3Cstop offset='0' stop-color='%23A6FFCB' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23A6FFCB' stop-opacity='0.5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cg fill-opacity='0.31'%3E%3Ccircle fill='url(%23b)' cx='267.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='532.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='400' cy='30' r='300'/%3E%3C/g%3E%3C/svg%3E");
      background-attachment: fixed;
      background-size: cover; */
      /* background-color: #1FA2FF;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23000000' stroke-width='8.1' stroke-opacity='0.1' %3E%3Ccircle fill='%231FA2FF' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%2307a6ff' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%2300a9ff' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%2300adff' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%2300b0ff' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%2300b4ff' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%2300b7ff' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%2300baff' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%2300bdff' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%2300c1ff' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%2300c4ff' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%2300c7ff' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%2300caff' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%2300cdfe' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%2300d0fd' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%2300d2fc' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%2300d5fb' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%2312D8FA' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover; */
      
  }

  
  .footer-wrap h3 {
      color: #fff;
      font-size: 17px;
      text-transform: uppercase;
      margin-bottom: 25px;
  }
  
  .footer-wrap p {
      font-size: 13px;
      line-height: 24px;
      color: #fff;
      /* margin-top: 15px; */
  }
  
  .footer-wrap p a {
      color: #fff;
      text-decoration: underline;
      font-style: italic;
  }
  
  .footer-wrap p a:hover {
      text-decoration: none;
      color: #ff7800;
  }
  
  .footer-links li a {
      font-size: 13px;
      line-height: 30px;
      color: #ccc;
      text-decoration: none;
  }
  
  
  .footer-links li:before {
      content: "\f105";
      font-family: 'FontAwesome';
      padding-right: 10px;
      color: #ccc;
  }
  
  .footer-category li a {
      font-size: 13px;
      line-height: 30px;
      color: #ccc;
      text-decoration: none;
  }
  
  .footer-category li:before {
      content: "\f105";
      font-family: 'FontAwesome';
      padding-right: 10px;
      color: #b3b3b3;
  }
  
  .address {
      
      color: #b3b3b3;
      font-size: 14px;
      position: relative;
      padding-left: 30px;
      line-height: 30px;
  }
  
  .address:before {
      content: "\f277";
      font-family: 'FontAwesome';
      position: absolute;
      top: 0;
      left: 0;
  }
  
  .info a {
   
      color: #b3b3b3;
      font-size: 14px;
      line-height: 30px;
      font-weight: normal;
  }
  
  .fa-phone:before {
      content: "\f095";
  }
  
  .info a {
  
      color: #b3b3b3;
      font-size: 14px;
      line-height: 30px;
      font-weight: normal;
  }
  
  .fa-fax:before {
      content: "\f1ac";
  }
  
  .copyright {
      border-top: 1px solid #111;
      font-size: 14px;
      color: #ccc;
      padding-top: 15px;
      text-align: center;
      padding-bottom: 15px;
      background-color: #181818;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23131313' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%230e0e0e' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%230a0a0a' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23050505' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23000000' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23111111' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23222222' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23333333' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23444444' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23555555' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
  }
  footer .second_class{
      border-bottom: 1px solid #444;
      padding-bottom: 25px;
  }
  footer .first_class {
      padding-bottom: 21px;
      border-bottom: 1px solid #d9d9d9;
  }
  footer .first_class p, footer .first_class h3{
      margin: 0 0;
      
  }

  .newsletter{
    position: relative;
  }
  
  footer .newsletter input[type="text"] {
      width: 100%;
      background: #fff;
      color: #333;
      border: 1px solid #222;
      padding: 14px 20px;
      border-radius: 50px;
      margin-top: 12px;
  }
  
  .newsletter .newsletter_submit_btn {
      background: #fff;
      position: absolute;
      right: 30px;
      border: 0;
      top: 26px;
      font-size: 17px;
      color: #333;
  }
  
  
  footer .second_class_bdr{
      padding-top: 25px;
      border-top:1px solid #d9d9d9;
  }
  
  footer .btn-facebook a {
      padding: 6px 14px !important;
  }
  
  footer .btn-envelop a {
      color: #D6403A;
      font-size: 15px;
      padding: 12px 12px;
  }
  
  footer .round-btn a {
      padding: 6px 12px;
  }
  
  footer .round-btn {
      box-shadow: 2px 2px 5px 0px #222 !important;}
  
  footer .round-btn {
      margin: 15px 4px;}
    
  footer dl, ol, ul {
      padding-left: 5px;
  }
    footer li{
      list-style: none;
    }
    /* @media only screen and (max-width: 1600px) and (min-width: 1410px) {
        .nav-item{
            margin-left:1%;
        }
        .navbar .navbar-nav .nav-item a{
            font-size: 13px ;
        }
    } */
    /* @media screen and (max-width:1245px) {
        .navbar{
            position: sticky !important;
          top: -13% !important;
        }
      } */
      @media screen and (max-width:1100px) {
        .navbar .navbar-nav .nav-item a{
            font-size: 12px ;
        }
      }
      @media screen and (max-width:1080px) {
        .navbar .navbar-nav .nav-item a{
            font-size: 12px;
        }

      }
   
    @media(min-width:992px){
        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 0rem !important;
            padding-left: 0rem !important;
        }
    }
  @media(max-width:768px){
      .footer-wrap h3 {
      margin-top: 27px;}
      
      footer .round-btn {
      margin: 15px 4px;}
  }
  @media(max-width:320px){
  .copyright {
      font-size: 13px;}
  }





























/* Constent Queries  */


@media screen and (max-width:992px) {
    /* .dropdown .dropdown-menu {
        background-color: var(--c2);
    }

    .navbar .navbar-nav .nav-item .nav-link{
        color: var(--c2) !important;
    } */
    .navbar{
        height: 64px !important;
        /* top: -11%;
         */
    }
    .navbar .navbar-brand {
        width: 120px;
        /* height: 90px; */
    }
    

}










@media screen and (max-width:320px) {

    .welcome-content p {
        color: var(--white);
        font-size: 10px !important;
        font-family: 'Noto Serif', serif;
    }

    /* //////////////////////////////////////////////////// */

    .welcome-social-links {
        display: flex;
        width: 40%;
        gap: 15px;
        justify-content: space-around;
    }

    .welcome-social-links .front-links a {
        text-decoration: none;
        color: var(--white);
        font-size: 8px !important;
        font-family: 'Noto Serif', serif;

    }

    /*/////////////////// navbar ////////////////////////////////////////// */

    /* nav */

    .navbar .navbar-brand {
        width: 20%;
        height: 90px;
    }

    .navbar .navbar-brand img {
        width: 100%;
        height: 100%;
    }

    .navbar .collapse form {
        width: 100%;
        margin: 0 !important;
    }





}

@media screen and (min-width:321px) and (max-width:425px) {

    .welcome-content p {
        color: var(--white);
        font-size: 10px !important;
        font-family: 'Noto Serif', serif;
    }

    /* //////////////////////////////////////////////////// */

    .welcome-social-links {
        display: flex;
        width: 40%;
        gap: 15px;
        justify-content: space-around;
    }

    .welcome-social-links .front-links a {
        text-decoration: none;
        color: var(--white);
        font-size: 8px !important;
        font-family: 'Noto Serif', serif;

    }

    /*/////////////////// navbar ////////////////////////////////////////// */

    /* nav */

    .navbar .navbar-brand {
        width: 120px;
        /* height: 90px; */
    }

    .navbar .navbar-brand img {
        width: 100%;
        height: 100%;
    }

    .navbar .collapse form {
        width: 100%;
        margin: 0 !important;
    }

}

@media screen and (min-width:426px) and (max-width:600px) {
    /* //////////////////////////////////////////////////// */

    .welcome-social-links {
        display: flex;
        width: 40%;
        gap: 15px;
        justify-content: space-around;
    }

    /*/////////////////// navbar ////////////////////////////////////////// */

    /* nav */

    /* .navbar .navbar-brand {
        width: 20%;
        height: 90px;
    } */

    .navbar .navbar-brand img {
        width: 100%;
        height: 100%;
    }

    .navbar .collapse form {
        width: 80%;
    }

}

@media screen and (min-width:601px) and (max-width:768px) {
    /* //////////////////////////////////////////////////// */

    .welcome-social-links {
        display: flex;
        width: 30%;
        gap: 15px;
        justify-content: space-around;
    }
}

@media screen and (min-width:769px) and (max-width:900px) {}

@media screen and (min-width:901px) and (max-width:992px) {}

@media screen and (min-width:993px) and (max-width:1024px) {}

@media screen and (min-width:1025px) and (max-width:1140px) {}





