@charset "UTF-8";
/******* Bootstrap Theming ********/
@import "https://fonts.googleapis.com/css2?family=Raleway&family=Roboto&display=swap";

/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Times New Roman', Times, serif;
    text-emphasis-color: aliceblue;
   
}

body{
    background: radial-gradient(circle at 0% 0.5%, rgb(241, 241, 242) 0.1%, rgb(224, 226, 228) 100.2%);
}
/* Basic CSS Reset */
body,
ul {
    margin: 0;
    padding: 0;
}

.main_heading{
    display: flex;
    justify-content: space-around;
    align-items: center;
    
    /* background-color: #0078BD; */
}
.main_heading h1{
    color: #125688;
    font-weight: bold;
}
.main_heading p{
    font-size: 20px;
}
/* Styles for the Menu */


.dropdown {
    position: relative;
    display: inline-block;
    z-index: 99;
}

.dropdown a {
    text-decoration: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);

}

/* Style the links inside the dropdown */
.dropdown-content a {
    font-size: 18px;
    color: black;
    padding: 8px 12px;
    text-decoration: none;
    display: block;

}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}



.menu{
    background-color: #0a4f80;
}
.menu a {
    display: block;
    padding: 7px;
    font-size: 19px;
    /* text-decoration: none; */
    color: #fff;
}

/* Styles for the Dropdown */
/* .menu .dropdowns:hover .submenu {
    display: block;
}

.menu .submenu {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
} */



/* .menu .submenu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 20px;
}

.menu .submenu a:hover {
    background-color: #ddd;
   color: #dd4b39; 
} */

/* .course{
    height: 100px;
} */
@media screen and (max-width: 550px) {
    .team {
        width: 200px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }

    .team h6 {
        text-align: center;
    }

    .team h5 {
        text-align: center;
    }

    .content-text {
        display: none;
    }

}




.popup-img {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}

.popup-img span {
    position: absolute;
    top: 0;
    right: 10px;
    color: white;
    font-weight: bolder;
    font-size: 50px;
    cursor: pointer;

}

.popup-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 400px;
}

.video {
    display: flex;
    justify-content: center;
    /* border: 2px solid grey; */
}



.product iframe {
    border: solid 2px grey;
    border-radius: 4px;
    margin: 10px;
}

.container {
    width: 1170px;
    margin: auto;
}


.container-fluid {
    background-color: #0a4f80;
    width: 100%;
    height: 100px;
    justify-content: center;
    font-size: 24px;
    font-weight: lighter;
    font-family: 'Times New Roman', Times, serif;
    border-bottom: #ffffff solid;
}

.container-fluid img {
    background-color: white;
    padding: 5px;
    border-radius: 40%;
}

.heading {
    text-align: center;
    padding: 20px;
    color: #0078BD;
    text-decoration: underline;
    text-transform: capitalize;

}

.heading h5 {
    text-align: center;
    color: #0078BD;
    text-transform: capitalize;
}

.heading1 {
    padding-top: 50px;
    padding-bottom: 50px;

}

.heading2 {
    padding-top: 50px;
    padding-bottom: 50px;
}



.heading :hover {
    color: #000;
}

.heading1 p {
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
    padding: 30px;
    justify-content: center;
    word-spacing: 10px;
    border-radius: 10px;
    background-color: #ffffff;
}

.box1 {
    border-radius: 50%;
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
}


.heading1 h6 {
    font-weight: bold;
}

.heading1 img {
    width: 100%;
    height: 300px;
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
    transition: 1s;
    margin-left: 0px;
    border-radius: 10px;
    background: #f1fbff;

}

.heading1 h1 {
    background-color: #00264B;
    font-size: 28px;
    text-align: center;
    border-radius: 15px 0% 15px 0%;
    width: 200px;
    color: #fff;
    margin-left: 410px;
    padding: 10px;
}

.heading2 p {
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
    padding: 30px;
    justify-content: center;
    margin-top: 40px;
    word-spacing: 10px;
    border-radius: 10px;
    background-color: #ffffff;

}

.heading2 ul {
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
    padding: 30px;
    justify-content: center;
    word-spacing: 10px;
    border-radius: 10px;
    background-color: #ffffff;
}

.heading2 h6 {
    font-weight: bold;
}

.container {
    margin-top: 30px;
}

.heading2 img {
    width: 100%;
    height: 300px;
    /* box-shadow: 0 10px 20px 10px rgb(170, 197, 170); */
    border-radius: 10px;
    background: #f1fbff;

}

.heading2 h1 {
    background-color: #00264B;
    font-size: 28px;
    text-align: center;
    border-radius: 15px 0% 15px 0%;
    width: 250px;
    color: #fff;
    margin-left: 410px;
    padding: 10px;
    margin-bottom: 20px;
}

.heading3 {
    background-color: #82D0F4;
    box-shadow: 2px 4px 6px 0px;
    padding: 10px;
    justify-content: center;
    margin-top: 10px;
}

.heading3 h6 {
    font-weight: bold;
}

.heading3 img {
    width: 400px;
    height: 200px;
}

.heading3 img :hover {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.5s;

    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}

.heading3 h1 {
    background-color: #00264B;
    font-size: 28px;
    text-align: center;
    border-radius: 15px 0% 15px 0%;
    width: 200px;
    color: #fff;
    margin-left: 410px;
    padding: 10px;
}

.main h6 {
    background-color: #0078BD;
    width: 180px;
    color: #fff;
    font-size: 22px;
    padding: 6px 6px;
    margin-left: 420px;
}

.about {
    padding: 30px;

}

.main5 {
    background-color: #82D0F4;
    box-shadow: 2px 4px 6px 0px;
    padding: 10px;
    margin-top: 30px;
}

.main5 h1 {
    background-color: #00264B;
    font-size: 28px;
    text-align: center;
    border-radius: 15px 0% 15px 0%;
    width: 240px;
    color: #fff;
    margin-left: 410px;
    padding: 10px;
}

.main5 img {
    width: 100%;
    height: 300px;
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
    border-radius: 10px;
    background: #f1fbff;

}

.main1 p :hover {
    color: #000;
    background-color: #62ff07;
}



.whycnc {
    padding: 30px;
}

.container-fluid:active {
    color: #00264B;
    background-color: #ffffff;
}

.navbar-brand img {
    width: 90px;
    height: 90px;
}

.navbar-nav {
    /* margin-right: 10px; */
}

.nav-link {
    font-family: 'Times New Roman', Times, serif;     
    text-transform: uppercase;
    background-color: #0a4f80;
    font-size: 17.5px;
    font-weight: 500;
    color: white;
    padding: 5px;
    z-index: 9;
} 


.carousel-item {
    width: 100%;
    height: 100%;
    border: solid 2px #00264B;
    border-radius: 15px;

}

.carousel-item img {
    height: 600px;
    width: 100%;
    border-radius: 15px;

}

.main h1 {
    background-color: #00264B;
    font-size: 28px;
    text-align: center;
    border-radius: 15px 0% 15px 0%;
    width: 200px;
    color: #fff;
    margin-left: 410px;
    padding: 10px;
}

.main1 h1 {
    background-color: #00264B;
    font-size: 28px;
    text-align: center;
    border-radius: 15px 0% 15px 0%;
    width: 250px;
    color: #fff;
    margin-left: 420px;
    margin-top: 30px;
    padding: 10px;
}

main {
    background-color: #82D0F4;
}

.main {

    margin: 10px;
}

.main1 {
    margin-top: 10px;
    text-align: justify;
}

.justify-content {
    width: auto;
    font-size: 14px;
}

.main img {
    padding: 10px;
    height: 400px;
    width: 400px;
    align-items: justify;
}

.main1 img {
    padding: 10px;
    height: 500px;
    width: 500px;
    align-items: center;
}

.img11 img {
    height: 200px;
    width: 200px;
    border-radius: 100px;
    border: solid 3px#0078BD;
    background-color: #82D0F4;
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);

}

.img22 img {
    height: 200px;
    width: 200px;
    border-radius: 100px;
    border: solid 3px#0078BD;
    background-color: #82D0F4;
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);

}


.img33 img {
    background-color: #82D0F4;
    height: 200px;
    width: 200px;
    border-radius: 100px;
    border: solid 3px#0078BD;
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
}

.product h1 {
    background-color: #00264B;
    font-size: 28px;
    text-align: center;
    border-radius: 15px 0% 15px 0%;
    width: 250px;
    color: #fff;
    margin-top: 20px;
    margin-left: 470px;
    padding: 10px;
}

.product h6 {
    margin-top: 20px;
    background-color: #0078BD;
    color: #fff;
    padding: 5px;
    border-radius: 0px 20px 20px 0px;
    text-transform: uppercase;

}

.product p {
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
    padding: 30px;
    justify-content: center;
    word-spacing: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    margin-top: 57px;
    height: 280px;
}

.product button {
    padding: 4px 8px;
    border: none;
    color: #ffffff;
    background: royalblue;
    border-radius: 5px;
    align-items: center;
}

.courses img {
    height: 500px;
}

button :hover {
    color: blue;
    background-color: #dce3e9;

}

/* styles.css */
.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.image-container img:hover {
    transform: scale(1.1);
    /* Enlarge the image on hover */
}

.product img {
    height: 280px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
}

.product img :hover {
    transform: scale(1.1);
    /* Enlarge the image on hover */
}

.Companies h1 {
    background-color: #00264B;
    font-size: 28px;
    text-align: center;
    border-radius: 15px 0% 15px 0%;
    width: 280px;
    color: #fff;
    margin-top: 20px;
    margin-left: 460px;
    padding: 10px;
}

.Companies img {
    height: 500px;
    width: 430px;
    margin-left: 0px;
    padding: 0px;

}

.bg-body-tertiary {
    --bs-bg-opacity: 0;
}

.Companies p {
    padding: 20px;
    margin-top: 10px;
}

.Companies {
    margin-top: 30px;
}

.client {
    margin-left: 150px;
}

.clients h1 {
    background-color: #0078BD;
    font-size: 28px;
    text-align: center;
    border-radius: 15px 0% 15px 0%;
    width: 250px;
    color: #fff;
    margin-top: 20px;
    margin-left: 490px;
    padding: 10px;
}

.client img {
    height: 150px;
    width: 150px;
    margin: 5px;
    border: solid 3px#0078BD;
    border-radius: 100px;
}

.client p {
    background-color: #00264B;
    color: #fff;
    padding: 5px;
    width: 150px;
    border-radius: 0px 5px 0px 5px;
    text-align: center;

}

.contact h1 {
    background-color: #0078BD;
    font-size: 28px;
    text-align: center;
    border-radius: 15px 0% 15px 0%;
    width: 250px;
    color: #fff;
    margin-top: 20px;
    margin-left: 470px;
    padding: 10px;
}

.footer {
    background-color: #0a4f80;

    margin-top: 0px;

}

.icon svg {
    justify-content: center;
    margin-left: 34px;
    font-size: 25px;

}

.foot h6 {
    margin-top: 20px;
    color: #ffe600;
    font-size: 26px;
    justify-content: center;
    margin-left: 82px;
}

.icon {
    margin-left: 82px;

}

.foot a {
    justify-content: center;
    color: #ffffff;
    font-size: larger;
    text-decoration: none;
}

.foot li {
    color: #fff;
}

.copy {
    text-align: center;
    font-size: smaller;
}

.copy p {
    color: #fff;
}

.bi {
    padding: 10px;
    font-size: 25px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.bi:hover {
    opacity: 0.7;
}

.bi-facebook {
    background: #ffffff;
    color: rgb(21, 46, 192);
    border-radius: 50%;
}

.bi-youtube {
    background: #ffffff;
    color: rgb(218, 75, 75);
    border-radius: 50%;

}

.bi-instagram {
    background: #ffffff;
    color: rgb(218, 75, 75);
    border-radius: 50%;
}

.bi-twitter {
    background: #55ACEE;
    color: white;
}


.product iframe {
    width: 300px;
}

.gird-form {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
}



.main_form {
    display: flex;
    justify-content: center;
}

.form-input {
    width: 400px;
    height: auto;
    display: flex;
    flex-direction: column;
    line-height: 10px;
}

label {
    font-weight: bold;
    color: #3B5998;
    padding: 3px;
}

input {
    outline: none;
    padding: 5px;
}

textarea {
    outline: none;
}

.submit {
    background-color: #3B5998;
    outline: none;
    border: none;
    color: white;
    padding: 10px;
}

.submit:hover {
    background-color: #19346e;
}


.loaction {
    width: 100%;
    display: flex;
    justify-content: center;
}

@media(max-width:820px) {

    .main h1 {
        margin-left: 200px;
    }

    .img22 img {
        height: 150px;
        width: 150px;

    }

    .img11 img {
        height: 150px;
        width: 150px;

    }

    .img33 img {
        height: 150px;
        width: 150px;

    }

    .product h1 {
        margin-left: 200px;
    }

    .product img {
        height: 220px;
        width: 220px;
    }

    .product p {
        margin-top: 60px;
    }

    .Companies h1 {
        margin-left: 230px;
    }

    .clients h1 {
        margin-left: 230px;
    }

    .client img {
        height: 120px;
        width: 110px;
    }

    .client p {
        width: 110px;
    }

    .contact h1 {
        margin-left: 200px;
    }
}



.about h1 {
    background-color: #00264B;
    font-size: 28px;
    text-align: center;
    border-radius: 15px 0% 15px 0%;
    width: 300px;
    color: #fff;
    margin-top: 20px;
    padding: 10px;
}

.about img {
    width: 90%;
    height: 500px;
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
    border-radius: 10px;
    background: #f1fbff;
}

.about p {
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
    padding: 30px;
    justify-content: center;
    word-spacing: 10px;
    border-radius: 10px;
    background-color: #ffffff;

}

.about1 p {
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
    padding: 30px;
    justify-content: center;
    word-spacing: 10px;
    border-radius: 10px;
    background-color: #ffffff;

}

.whycnc h1 {
    background-color: #00264B;
    font-size: 28px;
    text-align: center;
    border-radius: 15px 0% 15px 0%;
    color: #fff;
    margin-top: 20px;
    padding: 10px;
}

.about1 h1 {
    background-color: #00264B;
    font-size: 28px;
    text-align: center;
    border-radius: 15px 0% 15px 0%;
    width: 300px;
    color: #fff;
    margin-top: 20px;
    padding: 10px;
}

.about1 img {
    width: 100%;
    height: 420px;
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
    border-radius: 10px;
    background: #f1fbff;

}

.whycnc img {
    width: 90%;
    height: 500px;
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
    border-radius: 10px;
    background: #f1fbff;
    padding: 30px;
}

.whycnc ul {
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
    padding: 30px;
    justify-content: center;
    word-spacing: 10px;
    border-radius: 10px;
    background-color: #ffffff;
}

.about1 ul {
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
    padding: 30px;
    justify-content: center;
    word-spacing: 10px;
    border-radius: 10px;
    background-color: #ffffff;
}

.about1 {
    padding: 30px;
}

.contactus h1 {
    background-color: #00264B;
    font-size: 28px;
    text-align: center;
    border-radius: 15px 0% 15px 0%;
    width: 300px;
    color: #fff;
    margin-top: 20px;
    margin-left: 400px;
    padding: 10px;
}

.form h6 {
    background-color: #0078BD;
    color: #fff;
    padding: 5px;
    width: 150px;
    border-radius: 0px 5px 0px 5px;
    text-align: center;
    margin-left: 150px;
    margin-top: 20px;
}

.form iframe {
    width: 300px;
    height: 300px;
}

iframe {
    border: 0;
    width: 480px;
    height: 300px;
    margin-top: 20px;
}



.keyperson h1 {
    background-color: #00264B;
    font-size: 28px;
    text-align: center;
    border-radius: 15px 0% 15px 0%;
    width: 300px;
    color: #fff;
    margin-top: 20px;
    margin-left: 395px;
    padding: 10px;
}

.key {
    border-radius: 15px 0% 15px 0%;

    background-color: #82D0F4;
    margin: 10px;
    padding: 20px;
}

.key img {
    height: 150px;
    width: 150px;
}

.key h6 {
    font-weight: bold;
}

.testimonial h1 {
    background-color: #0078BD;
    font-size: 28px;
    text-align: center;
    border-radius: 15px 0% 15px 0%;
    width: 300px;
    color: #fff;
    margin-top: 20px;
    margin-left: 410px;
    padding: 10px;
}

.item {
    text-align: center;
    background-color: #55ACEE;
    border-radius: 15px 0% 15px 0%;
    padding: 10px;
    color: #fff;
    border: solid 3px#0078BD;
    justify-content: center;

}

.item h4 {
    font-size: 18px;
    font-weight: lighter;
}

.item h4 i {
    color: #000;
    font-size: 22px;
}

.item h3 {
    font-size: 22px;
    background-color: #00264B;
    width: 200px;
    margin-left: 440px;
    height: 35px;
    padding: 5px;
    border-radius: 10px;
}

.item i {
    font-size: 22px;

}



.Companies h6 {
    font-size: 22px;
    background-color: #00264B;
    width: 150px;
    margin-left: 370px;
    height: 45px;
    padding: 10px;
    border-radius: 10px 0px 10px 0px;
    color: #fff;
    justify-content: center;
}

.btn {
    color: #0078BD;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    position: relative;
}

.btn span {
    display: block;
    padding: 10px 13px;
    position: relative;
}

.btn:before,
.btn:after,
.btn span:before,
.btn span:after {
    content: "";
    background: #0078BD;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.15s ease-in-out 0s;
}

.btn:before,
.btn:after {
    width: 2px;
    height: 0;
}

.btn span:before,
.btn span:after {
    width: 0;
    height: 2px;
    transition-delay: 0.15s;
}

.btn:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
}

.btn span:before {
    right: 0;
    left: auto;
}

.btn span:after {
    top: auto;
    bottom: 0;
}

.btn:hover:before,
.btn:hover:after {
    height: 100%;
    transition-delay: 0.15s;
}

.btn:hover span:before,
.btn:hover span:after {
    width: 100%;
    transition-delay: 0s;
}




.box1 img {
    height: 200px;
    width: 100%;
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170); 
    text-align: center;
    padding: 3px;
}

.box2 img {
    width: 100%;
    height: 400px;
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
}

.box3 img {
    width: 100%;
    height: 420px;
    
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
}

.box4 img {
    width: 100%;
    height: 155px;
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
    margin-top: 40px;
}

.box5 img {
    width: 100%;
    height: 160px;
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
}

.abox1 img {
    width: 100%;
    height: 610px;
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
}

.abox2 img {
    width: 100%;
    height: 420px;
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
}

.abox3 img {
    width: 100%;
    height: 610px;
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
}

.abox4 img {
    width: 100%;
    height: 590px;
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);}

.abox5 {
    width: 490px;
    height: 490px;

}

.abox5 img {
    width: 100%;
    height: 100%;
    box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
}

.abox6 img {
    width: 120px;
    height: 120px;
    padding: 5px;
}

.obox img {
    width: 100%;
    height: 280px;
    border: solid 1px blue;
}

.obox1 img {
    /* width: 100%; */
    height: 400px;
    
}

.obox2 p {
    height: 400px;
}

.content-our {
    display: flex;
    justify-content: center;
    align-items: center;
}

.team1 {
    text-align: center;
}

.team {
    width: 420px;
    height: 440px;
    border-radius: 10px;
    padding: 5px;
    margin: 20px 0px;
    justify-content: center;
    align-items: center;
    background-color: #fcfcfc;
    box-shadow: 2px 4px 6px 0px;

}

.team h6 {
    font-weight: bold;
    font-size: 15px;
}

.team h5 {
    text-decoration: underline;
    font-size: 18px;
}

* {
    box-sizing: border-box;
}
.column{
    /* margin: 20px; */
}
.column img {
    height: 200px;
    width: 200px;
    border: solid 2px #00264B;

}

.column h4 {
    text-align: center;
    margin-top: 10px;
    background-color: #00264B;

}

.column p {
    text-align: start;
    margin: 0pc;

}

/* Add padding BETWEEN each column (if you want) */


/* Create three equal columns that floats next to each other */
.column {
    float: left;
    display: none;
    /* Hide columns by default */
}

/* Clear floats after rows */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Content */
.content {
    justify-content: center;
    background-color: #0a4f80;
    padding: 10px;
    color: #fff;
    border: 2px solid #00264B;
    border-radius: 5px;
    margin: 10px;
    width: 250px;
}

.content img {
    width: 100%;
    height: 200px;
}


.show {
    display: block;
}


/* Style the buttons */
.btn1 {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: rgb(207, 162, 162);
    cursor: pointer;
    margin-bottom: 10px;
    text-transform: uppercase;

}

.btn2 {
    margin-left: 600px;

}

/* Add a grey background color on mouse-over */
.btn1:hover {
    background-color: #55ACEE;
    border-bottom: #125688 solid;
    color: #fff;
}

/* Add a dark background color to the active button */
.btn1 .active {
    background-color: #3B5998;
    color: white;
}

.portfolio .btn1 {
    justify-content: right;
}

.portfolio {

    background-color: #00264B;
    font-size: 24px;
    text-align: center;
    border-radius: 15px 0% 15px 0%;
    width: 230px;
    color: #fff;
    margin-top: 20px;
    margin-left: 450px;
    padding: 10px;
}

.navbar-collapse {
    margin-left: 310px;
}

.navbar-collapse :hover {
    color: #dd4b39;

}

.navbar-collapse a :hover {
    text-decoration: underline;

}

.navbar-collapse a .active {
    color: #FFF;
    text-decoration: underline;
}

.services1 img {
    width: 500px;
    height: 300px;
}
.logo_text h1{
    text-align: center;
}
.logo_text p{
    text-align: center;

}
@media(max-width:400px) {
   .logo_img{
    display: none;
   }
   .logo_text h1,p{
    text-align: center;
   }
}

@media(max-width:912px) {
    .heading1 h1 {
        margin-left: 240px
    }

    .about1 img {
        height: 300px;
        width: 300px;
    }

    .whycnc h1 {
        margin-left: 70px;
    }

    .whycnc img {
        height: 400px;
        width: 300px;
    }

    .main h6 {
        background-color: #0078BD;
        width: 180px;
        color: #fff;
        font-size: 22px;
        padding: 6px 6px;
        margin-left: 250px;
    }

    .heading1 img {
        width: 320px;
    }

    .heading2 img {
        width: 300px;
    }

    .heading3 img {
        width: 300px;
    }

    .main5 img {
        width: 300px;
    }

    .heading2 h1 {
        margin-left: 242px;
    }

    .main5 h1 {
        margin-left: 245px;
        font-size: 24px;
        width: 200px;
    }
    
    .product h6 {
        width: 220px;
    
    }

    .about img {
        height: 500px;
        width: 300px;
        margin-left: 0px;
        margin-top: 50px;
    }

    .about1 h1 {
        margin-left: 190px;
    }


    .navbar-collapse {
        margin-left: 0px;
    }

    .main img {
        width: 250px;
        margin-top: 30px;
    }

    .main1 img {
        width: 350px;
        margin-left: 40px;
        margin-top: 100px;
    }

    .Companies img {
        width: 290px;
        margin-left: -20px;
        margin-top: 70px;
    }

    .main1 h1 {
        margin-left: 210px;
    }

    .btn2 {
        margin-left: 0px;

    }

    .content {
        width: 100px;
    }

    .container-fluid {
        width: 912px;

    }



    .main h1 {
        margin-left: 229px;
    }

    .product h1 {
        width: 350px;
        margin-left: 210px;
    }

    .img11 img {
        height: 170px;
        width: 170px;
    }

    .img22 img {
        height: 170px;
        width: 170px;
    }

    .img33 img {
        height: 170px;
        width: 170px;
    }


    .product img {
        height: 370px;
        width: 100%;
        border-radius: 10px;
        box-shadow: 0 10px 20px 10px rgb(170, 197, 170);
    }

    .product p {
        padding: 10px;
        margin-top: 77px;
        height: 370px;
    }

    .product iframe {
        width: 220px;
        height: 250px;
    }

    .courses img {
        height: 300px;
    }

    .Companies h1 {
        margin-left: 210px;
        width: 270px;
    }

    .clients h1 {
        margin-left: 250px;
        width: 180px;
    }

    .client img {
        height: 100px;
        width: 100px;
    }

    .contact h1 {
        margin-left: 250px;
        width: 180px;
    }

    .client p {
        width: 100px;
    }

    .foot a {
        font-size: 14px;
    }

    .foot h6 {
        font-size: 20px;
    }
}

@media(max-width:820px) {
    .footer {
        width: 820px;
    }

    .main h6 {
        background-color: #0078BD;
        width: 180px;
        color: #fff;
        font-size: 22px;
        padding: 6px 6px;
        margin-left: 160px;
    }

    .about img {
        height: 400px;
        width: 300px;
        margin-left: 0px;
        margin-top: 100px;
    }
}

@media(max-width:768px) {
    .footer {
        width: 768px;
    }

    .main1 img {
        width: 350px;
        margin-left: 5px;
        margin-top: 100px;
    }
}

@media(max-width:540px) {
    .video video {
        width: 500px;
        height: 300px;
    }

    .product iframe {
        width: 470px;
        height: 250px;
    }

    .courses img {
        height: 300px;
    }

    .about img {
        height: 400px;
        width: 450px;
        margin-left: 0px;
        margin-top: 0px;
    }

    .heading1 img {
        width: 513px;
    }

    .heading2 img {
        width: 515px;
    }

    .whycnc h1 {
        font-size: 18px;
        margin-left: 100px;
    }

    .heading2 h1 {
        margin-left: 160px;
    }

    .whycnc img {
        height: 400px;
        width: 449px;
    }

    .main5 h1 {
        margin-left: 150px;
        font-size: 24px;
        width: 200px;
    }

    .main img {
        margin-left: 60px;
        width: 250px;
    }

    .main div {
        width: 400px;
        margin-left: 20px;
    }

    .main1 img {
        margin-left: 100px;
        width: 300px;
    }

    .content {
        margin-left: 60px;
        width: 400px;
    }

    .footer {
        width: 534px;
    }

    .main h1 {
        margin-left: 145px;
    }

    .container-fluid {
        width: 534px;

    }



    .client img {
        height: 300px;
        width: 300px;
        border-radius: 140px;
        justify-content: center;

    }

    .client p {
        width: 200px;
        justify-content: center;
    }

    .client h1 {
        margin-left: 300px;
    }

    .product img {
        height: 300px;
        width: 500px;
    }

    .product h6 {
        width: 200px;
    }

    .product h1 {
        font-size: 22px;
        width: 185px;
        margin-left: 170px;
    }

    .img11 img {
        height: 270px;
        width: 270px;
        margin-left: 50px;
        border-radius: 50%;
    }

    .img22 img {
        height: 270px;
        width: 270px;
        border-radius: 50%;
        margin-left: 50px;

    }

    .img33 img {
        border-radius: 50%;
        height: 270px;
        width: 270px;
        margin-left: 50px;

    }

    .main1 h1 {
        margin-left: 128px;
    }



    .foot a {
        font-size: 14px;
    }
}

@media(max-width:414px) {
    .video video {
        width: 400px;
        height: 300px;
    }

    .heading1 img {
        width: 385px;
    }

    .container {
        margin: 10px;
    }

    .heading2 img {
        width: 385px;
    }

    .heading1 h1 {
        margin-left: 90px;
    }

    .whycnc img {
        height: 300px;
        width: 350px;
    }

    .whycnc h1 {
        margin-left: 30px;
    }

    .footer {
        width: 412px;
    }

    .heading2 h1 {
        margin-left: 100px;
        font-size: 20px;
        width: 160px;
    }

    .main5 h1 {
        margin-left: 85px;
        font-size: 20px;
        width: 180px;
    }

    .main h6 {
        background-color: #0078BD;
        width: 180px;
        color: #fff;
        font-size: 22px;
        padding: 6px 6px;
        margin-left: 100px;
    }

    .header {
        width: 100%;
    }

    .content {
        margin-left: 60px;
        width: 300px;
    }

    .main1 h1 {
        margin-left: 70px;
    }

    .main h1 {
        margin-left: 80px;
    }

    .client img {
        height: 300px;
        width: 300px;
        border-radius: 140px;
        justify-content: center;
        margin-left: 50px;

    }

    .client p {
        width: 200px;
        margin-left: 95px;
    }

    .client h1 {
        margin-left: 300px;
    }

    .product img {
        height: 300px;
        width: 380px;
    }

    .product h6 {
        width: 200px;
    }

    .main img {
        margin-left: 20px;
        width: 250px;
    }

    .main div {
        width: 330px;
        margin-left: 10px;
    }



    .main1 img {
        margin-left: 50px;
        width: 300px;
    }

    .img11 img {
        height: 270px;
        width: 270px;
        margin-left: 0px;
        border-radius: 50%;
    }

    .img22 img {
        height: 270px;
        width: 270px;
        border-radius: 50%;
        margin-left: 0px;

    }

    .img33 img {
        border-radius: 50%;
        margin-left: 0px;
        height: 270px;
        width: 270px;
    }

    .main img {
        padding: 10px;
        height: 300px;
        width: 300px;
    }

    .container {
        width: 414px;
    }

    .container-fluid {
        width: 414px;

    }

    .contact h1 {
        margin-left: 100px;
        width: 180px;
    }

    .Companies img {
        height: 400px;
        width: 400px;
        margin-left: 0px;
    }

    .Companies h1 {
        margin-left: 60px;
        width: 270px;
    }

    .product h1 {
        width: 350px;
        margin-left: 20px;
    }

    .clients h1 {
        margin-left: 110px;
        width: 180px;
    }

    .carousel-item img {
        height: 300px;

    }

    .foot a {
        font-size: 14px;
    }
}

@media(max-width:393px) {
    .content {
        margin-left: 40px;
        width: 300px;
    }
}

@media(max-width:390px) {
    .heading1 img {
        width: 340px;
        margin: 10px;
    }

    .heading2 img {
        width: 350px;
    }

    .heading1 h1 {
        margin-left: 90px;
    }

    .container {
        margin: 10px;
    }
}

@media(max-width:376px) {
    .video video {
        width: 340px;
        height: 250px;
    }

    .main h6 {
        background-color: #0078BD;
        width: 140px;
        color: #fff;
        font-size: 18px;
        padding: 6px 6px;
        margin-left: 100px;
    }

    .container {
        width: 375px;
    }

    .content {
        margin-left: 20px;
    }

    .main1 h1 {
        margin-left: 45px;
    }

    .container-fluid {
        width: 375px;

    }

    .product img {
        margin: 1px;
        height: 300px;
        width: 350px;
    }

    .Companies img {
        height: 350px;
        width: 350px;
        margin-left: 0px;
    }

    .foot a {
        font-size: 14px;
    }

    .img11 img {
        height: 270px;
        width: 270px;
        margin-left: 0px;

        border-radius: 50%;
    }

    .img22 img {
        height: 270px;
        width: 270px;
        border-radius: 50%;
        margin-left: 0px;

    }

    .img33 img {
        border-radius: 50%;
        margin-left: 0px;
        height: 270px;
        width: 270px;
    }


}

@media(max-width:360px) {
    .video video {
        width: 330px;
        height: 250px;
    }

    .main img {
        margin-left: 0px;
    }

    .heading2 h1 {
        margin-left: 80px;
    }

    .main5 h1 {
        margin-left: 70px;

    }
}

@media(max-width:280px) {
    .video video {
        width: 250px;
        height: 250px;
    }

    .heading1 h1 {
        margin-left: 60px;
        font-size: 18px;
        width: 150px;
    }

    .heading1 img {
        width: 220px;
    }

    .heading2 img {
        width: 220px;
    }

    .heading3 img {
        width: 220px;
    }

    .main5 img {
        width: 220px;
    }

    .heading2 h1 {
        margin-left: 40px;
    }

    .main5 h1 {
        margin-left: 35px;
    }

    .main h6 {
        background-color: #0078BD;
        width: 140px;
        color: #fff;
        font-size: 18px;
        padding: 6px 6px;
        margin-left: 50px;
    }

    .main h1 {
        margin-left: 27px;
        font-size: 18px;
    }

    .main img {
        width: 240px;
        margin-left: -40px;
    }

    .main1 h1 {
        font-size: 18px;
        margin-left: 7px;
    }

    .about1 h1 {
        width: 200px;
        font-size: 16px;
        margin-left: 30px;
    }

    .about1 img {
        height: 250px;
        width: 250px;
    }
}

@media(max-width:912px) {

    .container {
        width: 912px;
    }

    .container-fluid {
        width: 912px;

    }

    .about h1 {
        margin-left: 230px;
        width: 200px;
    }



    .about p {
        margin-top: 0px;
        margin-left: 20px;
    }

    .keyperson h1 {
        margin-left: 200px;
        width: 250px;
    }

    .testimonial h1 {
        margin-left: 200px;
        width: 250px;
    }

    .item h3 {
        margin-left: 220px;
    }

    .foot a {
        font-size: 14px;
    }


}

@media(max-width:414px) {
    .container {
        width: 414px;
    }

    .container-fluid {
        width: 414px;

    }

    .about h1 {
        margin-left: 130px;
        width: 150px;
    }

    .about h1 {
        margin-left: 157px;
        width: 200px;
    }

    .about img {
        margin-left: 100px;
        width: 300px;
    }

    .about p {
        margin: 0px;
    }

    .keyperson h1 {
        margin-left: 90px;
        width: 230px;
    }

    .testimonial h1 {
        margin-left: 100px;
        width: 170px;
    }

    .item {
        width: 380px;
    }

    .item h3 {
        margin-left: 80px;
    }

    hr {
        width: 360px;

    }

    .foot a {
        font-size: 14px;
    }
}

@media(max-width:540px) {

    .about1 img {
        width: 450px;
        margin-left: 0px;
        margin-bottom: 30px;
    }

    .whycnc img {
        margin-bottom: 30px;
    }

    .about h1 {
        margin-left: 140px;
        width: 200px;
    }

    .keyperson h1 {
        margin-left: 140px;
        width: 250px;
    }

    .box1-pic img {
        width: 300px;
        height: 250px;
    }

    .about1 h1 {
        margin-left: 85px;
    }

    .about img {
        margin-bottom: 30px;
        width: 480px;
        margin-left: 0px;

    }
}

@media(max-width:414px) {
    .about h1 {
        margin-left: 60px;
        width: 200px;
    }

    .about img {
        width: 335px;
        margin-top: 30px;
    }

    .about1 img {
        width: 325px;
    }

    .about1 h1 {
        margin-left: 65px;
        width: 200px;
    }


    .keyperson h1 {
        margin-left: 70px;
        width: 250px;
    }

    .box1-pic img {
        width: 330px;
        height: 300px;
    }
}

@media(max-width:412px) {
    .container {
        width: 412px;
    }

    .container-fluid {
        width: 412px;

    }

    .footer {
        width: 412px;

    }

    .item {
        width: 360px;
    }

    .nav-link {
        width: 412px;
    }

    .footer {
        width: 414px;
    }

    .foot a {
        font-size: 14px;
    }
}

@media(max-width:393px) {
    .about img {
        width: 310px;
        margin-top: 30px;
    }

    .about1 img {
        width: 310px;
    }

    .whycnc img {
        width: 310px;
        margin-bottom: 30px;
    }

    .form-input {
        width: 350px;
    }

    .loaction {
        width: 350px;
    }
}

@media(max-width:375px) {
    .about img {
        width: 290px;
        margin-top: 30px;
    }

    .about1 img {
        width: 290px;
    }

    .whycnc img {
        width: 290px;
        margin-bottom: 30px;
    }

    .whycnc h1 {
        margin-left: 0px;
    }

    .about h1 {
        margin-left: 90px;
        width: 129px;
        font-size: 18px;
    }

    .about1 h1 {
        margin-left: 90px;
        width: 129px;
        font-size: 18px;
    }
}

@media(max-width:360px) {
    .container {
        width: 360px;
    }

    .about1 img {
        width: 270px;
    }

    .container-fluid {
        width: 360px;

    }

    .item {
        width: 320px;
        height: 220px;
        margin: 5px;
    }

    .item h4 {
        padding: 10px;
    }

    .item h3 {
        margin-left: 60px;
    }

    hr {
        width: 330px;
    }

    .footer {
        width: 360px;
    }

    .nav-link {
        width: 412px;
    }

    .about1 h1 {
        margin-left: 80px;
    }

    .about h1 {
        margin-left: 70px;
    }


    .about img {
        width: 270px;
        height: 250px;
        margin-left: 0px;
    }

    .whycnc img {
        width: 270px;
        margin-bottom: 30px;
    }

    .keyperson h1 {
        margin-left: 60px;
        width: 230px;
    }

    .box1-pic img {
        width: 270px;
        height: 250px;
    }

    .testimonial h1 {
        margin-left: 80px;
        width: 170px;
    }

    .nav-link {
        width: 250px;
    }

    .foot a {
        font-size: 14px;
    }
}

@media(max-width:393px) {
    .container {
        width: 393px;
    }

    .footer {
        width: 393px;

    }

    .container-fluid {
        width: 393px;

    }

    .foot a {
        font-size: 14px;
    }
}

@media(max-width:390px) {
    .container {
        width: 390px;
    }

    .footer {
        width: 390px;

    }

    .container-fluid {
        width: 390px;

    }

    .foot a {
        font-size: 14px;
    }
}

@media(max-width:375px) {
    .container {
        width: 370px;
    }

    .container-fluid {
        width: 370px;

    }

    .footer {
        width: 350px;

    }

    .foot a {
        font-size: 14px;
    }
}

@media(max-width:280px) {
    .container {
        width: 280px;
    }

    .box1-pic img {
        width: 200px;
        height: 180px;
    }

    .about1 img {
        width: 200px;
    }

    .about h1 {
        margin-left: 30px;
    }

    .about1 h1 {
        margin-left: 30px;
    }

    .footer {
        width: 280px;

    }

    .container-fluid {
        width: 280px;

    }

    .about h1 {
        margin-left: 25px;
    }

    .about img {
        width: 200px;
        height: 200px;
        margin-left: 0px;
    }


    .keyperson h1 {
        margin-left: 50px;
        width: 150px;
        font-size: 18px;
    }

    .testimonial h1 {
        margin-left: 50px;
        width: 150px;
        font-size: 18px;
    }

    .box1 .box1-pic img {
        height: 200px;
        width: 200px;
        margin-left: 20px;

    }

    .box1 .box1-content {
        margin-left: 20px;
        height: 200px;
        width: 200px;
    }

    .box1 .box1-content p {
        font-size: 12px;
        padding-bottom: 5px;
    }

    .box1 .box1-pic:after {
        left: 65%;
    }

    .item {
        width: 230px;
        height: 220px;

    }

    .item h4 {
        font-size: 14px;
    }

    .item h3 {
        font-size: 14px;
        width: 150px;
        margin-left: 30px;
    }

    .foot a {
        font-size: 14px;
    }
}

@media(max-width:912px) {

    .container {
        width: 912px;
    }



    .container-fluid {
        width: 912px;

    }

    .Companies h6 {
        margin-left: 270px;
    }



    .Companies p {
        height: 350px;
        width: 350px;
    }

    .Companies .btn span {
        margin: 10px;
    }

    .foot a {
        font-size: 14px;
    }

}

@media(max-width:820px) {

    .container {
        width: 820px;
    }

    .footer {
        width: 820px;

    }

    .container-fluid {
        width: 820px;

    }

    .foot a {
        font-size: 14px;
    }

}

@media(max-width:768px) {

    .container {
        width: 768px;
    }

    .footer {
        width: 768px;

    }

    .container-fluid {
        width: 768px;

    }


}

@media(max-width:540px) {

    .container {
        width: 540px;
    }

    .footer {
        width: 540px;

    }

    .container-fluid {
        width: 540px;

    }

    .Companies h1 {
        margin-left: 150px;
        width: 200px;
        font-size: 18px;
    }

    .Companies h6 {
        margin-left: 200px;
        font-size: 18px;
        height: 40px;
        width: 110px;

    }

    .Companies img {
        margin-left: 100px;
        height: 300px;
        width: 300px;
    }

    .Companies p {
        margin-left: 25px;
    }

    .Companies .btn span {
        margin-left: 35px;
    }
}

@media(max-width:414px) {

    .container {
        width: 414px;
    }

    .footer {
        width: 414px;

    }

    .container-fluid {
        width: 414px;

    }

    .Companies h1 {
        margin-left: 100px;
    }

    .Companies h6 {
        margin-left: 150px;
    }

    .Companies img {
        margin-left: 40px;
        height: 300px;
        width: 300px;
    }
}

@media(max-width:412px) {

    .container {
        width: 412px;
    }

    .footer {
        width: 412px;

    }

    .container-fluid {
        width: 412px;

    }
}

@media(max-width:360px) {

    .container {
        width: 360px;
    }

    .footer {
        width: 360px;

    }

    .container-fluid {
        width: 360px;

    }

    .Companies h1 {
        margin-left: 75px;
    }

    .Companies h6 {
        margin-left: 125px;
    }

    .Companies p {
        margin-left: 0px;
    }

    .Companies img {
        margin-left: 55px;
        height: 250px;
        width: 250px;
    }

    .Companies .btn span {
        margin-left: 10px;
        width: 120px;
    }
}

@media(max-width:393px) {

    .container {
        width: 393px;
    }

    .footer {
        width: 393px;

    }

    .container-fluid {
        width: 393px;

    }

    .Companies h1 {
        margin-left: 77px;
    }

    .Companies h6 {
        margin-left: 140px;
    }
}

@media(max-width:390px) {

    .container {
        width: 390px;
    }

    .footer {
        width: 390px;

    }

    .container-fluid {
        width: 390px;

    }

    .Companies h1 {
        margin-left: 77px;
    }

    .Companies h6 {
        margin-left: 125px;
    }
}

@media(max-width:375px) {

    .container {
        width: 375px;
    }

    .footer {
        width: 375px;

    }

    .container-fluid {
        width: 375px;

    }
}

@media(max-width:280px) {
    .whycnc img {
        width: 200px;
        margin-bottom: 30px;
    }

    .container {
        width: 280px;
    }

    .footer {
        width: 280px;

    }

    .container-fluid {
        width: 280px;

    }

    .Companies h1 {
        margin-left: 60px;
        width: 150px;
    }

    .Companies h6 {
        margin-left: 90px;
        font-size: 15px;
        width: 90px;
    }

    .Companies img {
        margin-left: 5px;
        height: 170px;
        width: 250px;
    }

    .Companies p {
        height: 470px;
        width: 265px;
    }

    .Companies .btn span {
        margin-left: 4px;
    }

    hr {
        width: 250px;
    }
}

@media(max-width:912px) {

    .container {
        width: 912px;
    }


    .container-fluid {
        width: 912px;

    }


}

@media(max-width:820px) {

    .container {
        width: 820px;
    }

    .footer {
        width: 820px;

    }

    .container-fluid {
        width: 820px;

    }

    .foot h6 {
        font-size: 20px;
    }

    .foot li {
        font-size: 16px;
    }
}

@media(max-width:768px) {

    .container {
        width: 768px;
    }

    .footer {
        width: 768px;
    }

    .container-fluid {
        width: 768px;
    }
}

@media(max-width:540px) {
    .product p {
        padding: 10px;
        margin-top: 77px;
        height: 270px;
    }
}

@media(max-width:414px) {

    .container {
        width: 414px;
    }

    .footer {
        width: 412px;
    }

    .container-fluid {
        width: 414px;
    }

    .product h1 {
        font-size: 20px;
        width: 140px;
        margin-left: 125px;
    }

    .product h6 {
        width: 270px;
    }

    .product img {
        height: 200px;
        width: 380px;
    }

    .product p {
        padding: 10px;
        margin-top: 77px;
        height: 330px;

    }

    .product iframe {
        width: 380px;
    }
}

@media(max-width:412px) {

    .container {
        width: 412px;
    }

    .footer {
        width: 412px;
    }

    .container-fluid {
        width: 414px;
    }
}

@media(max-width:393px) {

    .container {
        width: 393px;
    }

    .footer {
        width: 393px;
    }

    .container-fluid {
        width: 393px;
    }

    .nav-link {
        width: 350px;
    }

    .product iframe {
        width: 350px;
    }

    .product img {
        width: 350px;
    }
}

@media(max-width:390px) {

    .container {
        width: 390px;
    }

    .footer {
        width: 390px;
    }

    .container-fluid {
        width: 390px;
    }
}

@media(max-width:375px) {

    .container {
        width: 375px;
    }

    .footer {
        width: 375px;
    }

    .container-fluid {
        width: 375px;
    }

    .product h1 {
        margin-left: 95px;
    }

    .nav-link {
        width: 350px;
    }
}

@media(max-width:360px) {

    .product iframe {
        width: 330px;
    }

    .container {
        width: 360px;
    }

    .footer {
        width: 360px;
    }

    .container-fluid {
        width: 360px;
    }
}

@media(max-width:280px) {

    .container {
        width: 280px;
    }

    .footer {
        width: 280px;
    }

    .container-fluid {
        width: 280px;
    }

    .product h1 {
        margin-left: 60px;
        font-size: 18px;
        width: 120px;
    }

    .product h6 {
        width: 180px;
    }

    .product img {
        height: 150px;
        width: 180px;
    }
}

@media(max-width:912px) {
    .container {
        width: 912px;
    }



    .container-fluid {
        width: 912px;
    }

    .contactus h1 {
        margin-left: 230px;
    }

    iframe {
        width: 400px;
    }

    .form h6 {
        margin-left: 100px;
    }
}

@media(max-width:820px) {
    .container {
        width: 820px;
    }

    .footer {
        width: 820px;
    }

    .container-fluid {
        width: 820px;
    }

    iframe {
        width: 350px;
    }

    .form h6 {
        margin-left: 100px;
    }
}

@media(max-width:768px) {
    .container {
        width: 768px;
    }

    .footer {
        width: 768px;
    }

    .container-fluid {
        width: 768px;
    }
}

@media(max-width:540px) {
    .container {
        width: 540px;
    }

    .footer {
        width: 540px;
    }

    .container-fluid {
        width: 540px;
    }

    .contactus h1 {
        margin-left: 185px;
        font-size: 20px;
        width: 120px;
    }

    .form h6 {
        margin-left: 170px;
    }

    iframe {
        width: 500px;
    }
}

@media(max-width:414px) {
    .container {
        width: 414px;
    }

    .footer {
        width: 414px;
    }

    .container-fluid {
        width: 414px;
    }

    .contactus h1 {
        margin-left: 125px;
        font-size: 20px;
        width: 120px;
    }

    .form h6 {
        margin-left: 110px;
    }

    iframe {
        width: 370px;
    }
}

@media(max-width:412px) {
    .container {
        width: 412px;
    }

    .footer {
        width: 412px;
    }

    .container-fluid {
        width: 412px;
    }
}

@media(max-width:390px) {
    .container {
        width: 390px;
    }

    .footer {
        width: 390px;
    }

    .container-fluid {
        width: 390px;
    }

    .form-control {
        width: 95%;
    }
}

@media(max-width:393px) {
    .container {
        width: 393px;
    }

    .footer {
        width: 393px;
    }

    .container-fluid {
        width: 390px;
    }

    .form-control {
        width: 95%;
    }
}

@media(max-width:376px) {
    .container {
        width: 375px;
    }

    .footer {
        width: 375px;
    }

    .container-fluid {
        width: 375px;
    }

    .form-control {
        width: 95%;
    }

    iframe {
        width: 330px;
    }
}

@media(max-width:360px) {
    .container {
        width: 360px;
    }

    .footer {
        width: 360px;
    }

    .container-fluid {
        width: 360px;
    }

    .form-control {
        width: 95%;
    }

    iframe {
        width: 300px;
    }

    .contactus h1 {
        margin-left: 105px;

    }

    .form h6 {
        margin-left: 90px;
    }
}

@media(max-width:280px) {
    .container {
        width: 280px;
    }

    .footer {
        width: 280px;
    }

    .container-fluid {
        width: 280px;
    }

    .form-control {
        width: 95%;
    }

    iframe {
        width: 250px;
    }

    .contactus h1 {
        margin-left: 70px;

    }

    .form h6 {
        margin-left: 55px;
    }
}

@media(max-width:912px) {

    .container {
        width: 912px;
    }



    .container-fluid {
        width: 912px;
    }

    .portfolio {
        margin-left: 300px;
    }

}

@media(max-width:820px) {

    .container {
        width: 820px;
    }

    .footer {
        width: 715px;
    }

    .container-fluid {
        width: 820px;
    }

    .portfolio {
        margin-left: 300px;
    }
}

@media(max-width:768px) {

    .container {
        width: 768px;
    }

    .footer {
        width: 768px;
    }

    .container-fluid {
        width: 768px;
    }

    .portfolio {
        margin-left: 260px;
    }
}

@media(max-width:768px) {

    .container {
        width: 768px;
    }

    .footer {
        width: 768px;
    }

    .container-fluid {
        width: 768px;
    }

    .portfolio {
        margin-left: 260px;
    }
}

@media(max-width:540px) {

    .container {
        width: 540px;
    }

    .footer {
        width: 540px;
    }

    .container-fluid {
        width: 540px;
    }

    .portfolio {
        margin-left: 150px;
    }
}

@media(max-width:414px) {

    .container {
        width: 414px;
    }

    .footer {
        width: 414px;
    }

    .container-fluid {
        width: 414px;
    }

    .portfolio {
        margin-left: 145px;
        font-size: 22px;
        width: 131px;
    }
}

@media(max-width:412px) {

    .container {
        width: 412px;
    }

    .footer {
        width: 412px;
    }

    .container-fluid {
        width: 412px;
    }

    .portfolio {
        margin-left: 145px;
    }
}

@media(max-width:394px) {

    .container {
        width: 393px;
    }

    .footer {
        width: 393px;
    }

    .container-fluid {
        width: 393px;
    }

    .portfolio {
        margin-left: 125px;
    }

}

@media(max-width:390px) {

    .container {
        width: 390px;
    }

    .footer {
        width: 390px;
    }

    .container-fluid {
        width: 390px;
    }

    .portfolio {
        margin-left: 125px;
    }

}

@media(max-width:375px) {

    .container {
        width: 375px;
    }

    .footer {
        width: 375px;
    }

    .container-fluid {
        width: 375px;
    }

    .portfolio {
        margin-left: 125px;
    }

}

@media(max-width:360px) {
    .product img {
        width: 330px;
    }

    .container {
        width: 360px;
    }

    .footer {
        width: 360px;
    }

    .container-fluid {
        width: 360px;
    }

    .portfolio {
        margin-left: 115px;
    }

}

@media(max-width:280px) {

    .container {
        width: 280px;
    }

    .footer {
        width: 280px;
    }

    .container-fluid {
        width: 280px;
    }

    .portfolio {
        margin-left: 70px;
    }

    .btn1 {
        width: 122px;
        height: 50px;


    }

    .product iframe {
        width: 250px;
        height: 250px;
    }

    .product img {
        width: 250px;
        margin-bottom: 10px;
    }

    .product p {
        padding: 10px;
        margin-top: 77px;
        height: 550px;
    }
}