/* Css Custom Design  */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
     
body {
    font-family: 'Arial', sans-serif;
    margin-left: 5%;
    margin-right: 5%;
    padding: 0;
    /* background: linear-gradient(to bottom, #b3e0ff, #f0f8ff); */
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    

}
/* ================Auto Scrolling Start */

html {
  scroll-behavior: smooth;
}

.nav-link {
  transition: all 0.2s ease-in-out;
}

.nav-link:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}

/* ====================Auto Scrolling End */

.brochure-container {
    width: 100%; 
    max-width: 95%;
    margin-left: 5%;
    margin-right: 5%;
    /* background-color: transparent; */
    background-image: url(images/bg_color.jpg);
    background-size: cover;
    background-position: center; 
    position: relative;
    padding-top: 1px;

}

/* ================================================= Cover image Contenet Stat=========================================================== */


.topbar_header{
    margin-left: 5%;
    margin-top: 10%;
}

.header-section {
    display: flex;
    align-items: flex-end;
    margin-bottom: 25px;
}


        /*Frame Box Design css*/
.frame-box {
            width: 100%;
            height: 250px; 
            overflow: hidden;
            position: relative;
        
            border: 19px solid #c0c0d0; 
            box-shadow: 
                inset 3px 3px 5px rgba(255, 255, 255, 0.9), 
                inset -3px -3px 5px rgba(0, 0, 0, 0.3),    
                5px 5px 15px rgba(0, 0, 0, 0.2);          
            background: #fff;
        }

.frame-box.shape-bl {
    height: 222px;
    margin-left: 61px;
}
        .frame-box img {
            width: 100%;
            height: 100%;
            object-fit: cover; 
            transition: transform 0.4s ease;
        }

.frame-box:hover img {
            transform: scale(1.1); 
        }

.frame-box.shape-tl {
    width: 65%;
    height: 95%;
    margin-left: 36%;
    margin-top: 2%;
}
.frame-box.shape-tr {
    margin-left: -1%;
    margin-top: 2%;
    height: 95%;
    width: 77%;
}




.frame-box.shape-bl {
    height: 42%;
    width: 54%;
    margin-left: 47%;
    margin-bottom: 55%;
    margin-top: -2%;
}
.frame-box.shape-br {
    height: 51%;
    width: 68%;
    margin-left: -1%;
    margin-bottom: 53%;
    margin-top: -3%;
}

/* .frame-box.shape-br {
    height: 62%;
    width: 65%;
    margin-left: -1%;
    margin-bottom: 53%;
    margin-top: -3%;
}
 */





.frame-box.shape-tr {
    width: 65%;
    height: 95%;
}

        .shape-tl {
            border-top-left-radius: 0px;
            border-top-right-radius: 92px;
            border-bottom-left-radius: 92px;
            border-bottom-right-radius: 0px;
        }

        .shape-tr {
            border-top-right-radius: 0px;
            border-top-left-radius: 92px;
            border-bottom-right-radius: 92px;
            border-bottom-left-radius: 5px;
        }
        .shape-bl {
            border-bottom-left-radius: 0px;
            border-top-left-radius: 92px;
            border-bottom-right-radius: 92px;
            border-top-right-radius: 0px;
        }


    
        .shape-br {
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 93px;
            border-top-right-radius: 93px;
            border-top-left-radius: 5px;
        }


        .logo-box {
            position: absolute;
            bottom: -50px;
            left: 30px;
            width: 70px;
            height: 70px;
            background: rgba(255,255,255,0.8);
            border: 2px solid #a0c0e0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            z-index: 10;
        }
        
        .logo-triangle {
            width: 0; 
            height: 0; 
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 35px solid #004080; /* Dark Blue */
        }
/*         
        .logo-text {
            color: #004080;
            font-weight: bold;
            font-size: 12px;
            margin-top: -5px;
            letter-spacing: 1px;
        } */

        /* Mobile Responsiveness */
        @media (max-width: 768px) {
            .frame-box {
                height: 160px;
                border-width: 8px;
            }
            .collage-wrapper {
                padding: 5px;
            }
            /* /* Adjust corners/ */
            .shape-tl { border-top-left-radius: 60px; }
            .shape-tr { border-top-right-radius: 60px; }
            .shape-bl { border-bottom-left-radius: 60px; }
            .shape-br { border-bottom-right-radius: 60px; }
            
            .logo-box {
                position: relative;
                bottom: 0;
                left: 0;
                margin-top: 20px;
            }
        }

        
/* .footer-logo {
    text-align: right;
    margin-top: 50px;
} */

.aiira-logo {
    height: 40px; 
    width: auto;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}

/* ==================================== Cover image Contenet End===================== */



 /*=============================================
                  Top Header End
 ============================================= */

/* -------------------------
   CONTENTS PAGE DESIGN
-------------------------- */
/* 
.content-box {
    width: 100%;
    margin: 0px;
    
}
separator2{
    border: none;
    border-top: 10px solid #b3e0ff; 
    margin: 10px 0 20px 0;
    width: 90%;
    margin-bottom: 30px;


}
.title-box {
    background: #1f3fa5;
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
}

.list {
    margin-top: 20px;
}

.item {
    display: flex;
    align-items: center;
    margin: 14px 0;
}

.item span {
    font-size: 17px;
}

.line {
    flex-grow: 1;
    border-bottom: 1px solid #000;
    margin: 0 10px;
}

.page {
    width: 30px;
    text-align: right;
} */
/* ============================================ -
        CONTENTS PAGE End
============================================ */

/*============================================
   BASIC INFORMATION PAGE
============================================ */
hr.separatorbasic {
    margin: 93px 0;
}

.basic-info-box {
    margin: 138px 0;
}

.section-title {
    color: #1f3fa5;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: bold;
}

.info-row {
    font-size: 18px;
    margin: 10px 0;
}

.info-row span:first-child {
    font-weight: bold;
    width: 260px;
    display: inline-block;
}

.highlight {
    color: red;
    font-weight: bold;
}
.basic-info-box {
    margin-left: 17%;
    margin-right: 0%;
    margin-top: 27%;
    margin-bottom: 20%;}


/* ===========================================================================
            MESSAGE FROM DIRECTOR PAGE Start
 ============================================================================== */

.director-page {
    width: 100%;
    margin: 0px auto;
    background: #fff0;
}

.director-title {
    background: #1f3fa5;
    color: white;
    font-size: 26px;
    padding: 8px 20px;
    display: inline-block;
    margin-bottom: 25px;
    font-weight: bold;
    align-content: center;
    width: 100%;
    text-align: center;
}

.director-header {
    position: relative;
    margin-bottom: 30px;
}

.director-photo {
    width: 100%;
    border: 4px solid white;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
    position: relative;
    z-index: 2;
    margin: 0px 0px;
}

.director-banner {
    background: #7e1a5a;
    color: white;
    font-size: 20px;
    padding: 12px 25px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 160px;
    border-radius: 3px;
}

.director-text p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
    margin-left: 52px;
    margin-right: 52px;
}


.signature-block {
    text-align: right; 
    margin-left: auto;
    margin-right: 0;
    width: fit-content;  
}


.signature-img {
    width: 120px;    
    display: block;
    margin: 0 auto;
}
.signature-name {
    font-size: 14px;
    margin-top: 5px;
}


/* ====================================================================================
                  MESSAGE FROM DIRECTOR PAGE css end
 ======================================================================================= */


/* ====================================================================
                Our Company page style Start
 ==================================================================== */
.director-title{
     /* background-image: url('images/bg-image.png'); 
    background-size: cover;
    background-position: center;  */
    height: 70px;
    color: #0b34ab; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    text-align: center; 
    padding: 20px;

}

/* .img_company img {
    margin: -25px 0 0 0;
} */
.img_company{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 15px;
    margin: auto;
  width: 50%;
}
.separator3{
    border: none;
    border-top: 10px solid #1899f2;
    margin: 0px 0 20px 0;
    width: 100%;
    margin-bottom: 30px;
}
.Company-text p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
    margin-left: 52px;
    margin-right: 52px;
}
.bottom_bg{
    width: 100%;
    height: 22px;
}
/* 
=====================================================
              Our Company page style End
 ============================================= */


 /* ============================================
              Our Mission style Strat
 ============================================= */
.top_section img {
    width: 100%;
    height: 38px;
}

.bg_mission img{

        width: 100%;
        height: 364px;
}

.content_mission {
    margin-top: 10%;
}
.content_mission p{
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
    margin-left: 52px;
    margin-right: 52px;
}

 /* ============================================
              Our Mission style End
 ============================================= */


 /* ============================================
                Organogram End Start
 ============================================= */
 .top_Flow{
    height: 230px;
    width: 100%;
    
 }


 .top_Flow img{
    height: 230px;
    width: 100%;

 }
    .Organograms{
    height: 1500px;
    width: 100%;
    background-image: url(images/bg_color.jpg);
    background-size: cover;
    background-position: center; }

    
.Organogram_top{
    height: 300px;
    width: 100%;
    background-image: url(images/organogram.png);
    background-size: cover;
    background-position: center; }

/* Organogram section */
/* .Organogram img {
    width: 60%;         
    height: 419px;
    object-fit: contain;
    display: block;
    margin: 0 auto;     
    border-radius: 6px;
    padding: 6px;


    image-rendering: -webkit-optimize-contrast; 
    image-rendering: crisp-edges;            
    image-rendering: pixelated;               
    transition: transform 0.3s ease-in-out;
} */
.Organogram img {
    width: 95%;
    height: 1500px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
    padding: 6px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    transition: transform 0.3s 
ease-in-out;
}


@media(max-width:768px){
  .Organogram img{
      width:95%;
      height:auto;
  }
}




hr.separatorbasics {
    margin: 93px 0;
}


/*============================================
                  Organogram End End
 ============================================ */

 /* ============================================
                Recuritment_pro  Start
 ============================================= */
.Recuritment_pro{
    height: 1500px;
    width: 100%;
}
 .Recuritment img {
    width: 100%;
    height: 1500px;
}

hr.separatorbasics {
    margin: 93px 0;
}


/*============================================
                  Recuritment_pro End 
 ============================================ */



 /* Recuritment_pro */
 
 
  /* ============================================
                Query  Start
 ============================================= */
.Query_pro{
    height: 1800px;
    width: 100%;
}
 .Query img {
    width: 100%;
    height: 1800px;
}

hr.separatorbasics {
    margin: 93px 0;
}


/*============================================
                  Query End 
 ============================================ */
 
/*============================================
                 Our Vision Start
 ============================================ */


 .separatortop{
    border: none;
    border-top: 10px solid #1899f2;
    margin: 0px 0 20px 0;
    width: 100%;
    margin-bottom: 30px;
}


.our_vision h2{
    width: 100%;
    margin: -32px 0;
    background-image:url("images/bg-image.png");
}
 /*============================================
                 Our Vision End
 ============================================ */



.header-section {
    display: flex;
    align-items: flex-end;
    margin-bottom: 25px;
}

.mat-logo-area {
    width: 100px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.mat-logo {
    width: 100%;
    height: auto;
}

.main-title {
    font-family: 'Dancing Script', cursive;
    font-size: 89px;
    color: #003366;
    margin: 0;
    font-weight: 700;
    line-height: 1.1;
}

.license-info {
    font-size: 20px;
    color: #1a1a1a;
    margin: 0 0 -25px -329px;
    font-weight: 600;
}

.separator {
    border: none;
    border-top: 1px solid 0cm; 
    margin: 10px 0 20px 0;
    width: 90%;
}

.training-center-section {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.mittc-logo-area {
    width: 80px;
    margin-right: 15px;
}

.mittc-logo {
    width: 100%;
    height: auto;
}

.center-title {
    font-size: 59px;
    color: #003366;
    margin: 0;
    font-weight: 600;
}

.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.image-box {
    overflow: hidden;
    height: 280px;
    position: relative;
    box-shadow: -1 0 0 8px #fff,
                0 0 20px rgba(0, 100, 200, 0.4);
    border-radius: 0px;
}

.top-left {
    border-radius: 50px 10px 10px 10px;
}
.top-right {
    border-radius: 10px 50px 10px 10px;
}
.bottom-left {
    border-radius: 10px 10px 10px 50px;
}
.bottom-right {
    border-radius: 10px 10px 50px 10px;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    margin: -22px 0px;
}

.footer-logo {
    text-align: right;
    margin-top: 50px;
}

.aiira-logo {
    height: 40px; 
    width: auto;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}


 /*=============================================
                  Top Header End
 ============================================= */

/* =============================================================
                        CONTENTS PAGE DESIGN
================================================================ */
.content-box {
    width: 100%;
    margin: 0px;
}
separator2{
    border: none;
    border-top: 10px solid #b3e0ff; 
    margin: 10px 0 20px 0;
    width: 90%;
    margin-bottom: 30px;


}
.title-box {
    background: #1f3fa5;
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
}

.list {
    margin-top: 20px;
}

.item {
    display: flex;
    align-items: center;
    margin: 14px 0;
}

.item span {
    font-size: 17px;
}

.line {
    flex-grow: 1;
    border-bottom: 1px solid #000;
    margin: 0 10px;
}

.page {
    width: 30px;
    text-align: right;
}
/* ============================================ -
        CONTENTS PAGE End
============================================ */

/* -------------------------
   BASIC INFORMATION PAGE
-------------------------- */


hr.separatorbasic {
    margin: 93px 0;
}

/* .basic-info-box {
    margin: 138px 0;
} */

.section-title {
    color: #1f3fa5;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: bold;
}

.info-row {
    font-size: 18px;
    margin: 10px 0;
}

.info-row span:first-child {
    font-weight: bold;
    width: 260px;
    display: inline-block;
}

.highlight {
    color: red;
    font-weight: bold;
}


/* =============================================
                  MESSAGE FROM DIRECTOR PAGE Start
 ============================================= */

.director-page {
    width: 100%;
    margin: 0px auto;
    background: #fff0;
}

.director-title {
    background: #1f3fa5;
    color: white;
    font-size: 26px;
    padding: 8px 20px;
    display: inline-block;
    margin-bottom: 25px;
    font-weight: bold;
    align-content: center;
    width: 100%;
    text-align: center;
}

.director-header {
    position: relative;
    margin-bottom: 30px;
}

.director-photo {
    width: 100%;
    border: 4px solid white;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
    position: relative;
    z-index: 2;
    margin: 0px 0px;
}

.director-banner {
    background: #7e1a5a;
    color: white;
    font-size: 20px;
    padding: 12px 25px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 160px;
    border-radius: 3px;
}

.director-text p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
    margin-left: 52px;
    margin-right: 52px;
}


.signature-block {
    text-align: right; 
    margin-left: auto;
    margin-right: 0;
    width: fit-content;  
}


.signature-img {
    width: 120px;    
    display: block;
    margin: 0 auto;
}
.signature-name {
    font-size: 14px;
    margin-top: 5px;
}


/* =============================================
                  MESSAGE FROM DIRECTOR PAGE css end
 ============================================= */


/* =============================================
                Our Company page style Start
 ============================================= */
.director-title{
     background-image: url('images/bg-image.png'); 
    background-size: cover;
    background-position: center; 
    height: 70px;
    color: #0b34ab; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    text-align: center; 
    padding: 20px;

}
.img_company img {
    margin: -24px 0 0 53px;
}
.img_company{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 15px;
    margin: auto;
  width: 50%;
}
.separator3{
    border: none;
    border-top: 10px solid #1899f2;
    margin: 0px 0 20px 0;
    width: 100%;
    margin-bottom: 30px;
}
.Company-text p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
    margin-left: 52px;
    margin-right: 52px;
}
.bottom_bg{
    width: 100%;
    height: 22px;
}
/* 
=============================================
              Our Company page style End
 ============================================= */


 /* ============================================
              Our Mission style Strat
 ============================================= */
.top_section img {
    width: 100%;
    height: 129px;
}

.bg_mission img{

        width: 100%;
        height: 214px;
}
.content_mission p{
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
    margin-left: 52px;
    margin-right: 52px;
}

 /* ============================================
              Our Mission style End
 ============================================= */
 

 
/*============================================
                 Our Vision Start
 ============================================ */


 .separatortop{
    border: none;
    border-top: 10px solid #1899f2;
    margin: 0px 0 20px 0;
    width: 100%;
    margin-bottom: 30px;
}



.our_vision h2 {
    width: 100%;
    margin: -32px 0;
    background-image: url("images/bg-image.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 40px 0;
    color: #fff;
    margin-bottom: -2px;
}


 .pageee{
      width: 100%;
      background:#ffffffee;
      box-shadow:0 6px 20px rgba(0,0,0,0.15);
      border-top:6px solid #3a7c2b;
    }
 .top-img {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    background: #e7e7d7;
}

.top-img img {
    width: 95%;
    border-radius: 1px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    margin: -10px 2px -20px 0;
}

    .divider{
      height: 12px;
      background:linear-gradient(90deg,#9ed56a,#3a7c2b,#9ed56a);
      margin: 10px 0;
    }
    .text-block{
      padding:30px 40px;
      font-size:15px;
      color:#333;
      line-height:1.6;
      text-align:justify;
    }


 /*============================================
                 Our Vision End
 ============================================ */


  /*============================================
                 Our Strength Start
 ============================================ */

    .banner{
        width:100%;
        text-align:center;
    }


   .banner h2 {
    width: 100%;
    margin: 0;
    background-image: url("images/bg-image.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 54px 0;
    color: #fff;
}

    .image-box{
        width:100%;
        height: 234px;
        text-align:center;
    }
    .image-box img{
        border-radius: 0px;
    }

    .divider{
        height:4px;
        margin:12px 0;
        background:linear-gradient(90deg,#9ed56a,#3a7c2b,#9ed56a);
    }

    .text-box{
        padding:25px 40px 40px 40px;
        color:#333;
        font-size:15px;
        line-height:1.6;
        text-align:justify;
    }

 
  /*============================================
                 Our Strength End
 ============================================ */
 /* ============================================
                 Why Us Start
 ============================================  */

 
.why_us h2 {
    width: 100%;
    margin: -32px 0;
    background-image: url("images/bg-image.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 40px 0;
    color: #fff;
    margin-bottom: -2px;
}

.why_us img {
    height: 500px;
    width: 100%;
}

.content-container {
    width: 80%;
    max-width: 900px; 
    padding: 40px 20px;
    line-height: 1.6;
}


.main-text {
    font-size: 1.1em;
    color: #4b4b4b; 
    margin-bottom: 30px;
    text-align: left; 
    text-align: inherit;
}

.trust-heading {
    font-size: 1.3em;
    font-weight: bold;
    color: #000080; 
    margin-top: 40px;
    margin-bottom: 15px;
}


.trust-list {
    list-style-type: disc; 
    list-style-position: inside; 
    padding-left: 0; 
    margin-top: 0;
}


.trust-list li {
    font-size: 1.1em;
    color: #4b4b4b;
    margin-bottom: 8px;
    color: #cc0000;
    padding-left: 5px;
    font-style: italic;
}


.trust-list li::marker {
    color: #cc0000;
    font-size: 1.2em;
}

.trust-list li {
    color: #4b4b4b;
}
.main-text strong {
    font-weight: bold;
}

  /* ============================================
                 Why Us End
 ============================================  */

   /* ============================================
                 Our Sector Start
 ============================================  */

 
.our_sector h2 {
    width: 100%;
    margin: -32px 0;
    background-image: url("images/bg-image.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 40px 0;
    color: #fff;
    margin-bottom: -2px;
}

.our_sector img {
    height: 240px;
    width: 100%;
}

        div.gallery {
            display: flex;
            flex-wrap: wrap; 
            justify-content: center; 
            max-width: 100%;
            margin: auto;
            padding: 2px;

            
        }

         
        div.gallery-item {
            width: calc(50% - 20px);
            margin: 10px; 
            overflow: hidden;
            transition: box-shadow 0.3s, transform 0.3s;
        }
         div.gallery-item img{
            padding: 10px;
            border: 1px solid #777;


         }



        div.gallery-item:hover {
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
            transform: translateY(-2px);
        }

        div.gallery-item a {
            display: block;
            text-decoration: none;
        }
        
        div.gallery-item img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
            aspect-ratio: 16 / 10; 
        }

        div.gallery-item div.desc {
            padding: 15px;
            text-align: center;
            font-size: 1.1em;
            color: #333;
            font-weight: 600;
        }

       
        @media only screen and (max-width: 768px) {
            div.gallery-item {
                width: calc(100% - 20px);
            }
        }

   /* ============================================
                 Our Sector End
 ============================================  */
    /* ============================================
                 Our Sector Two Start
 ============================================  */

 .desc2{
    font-family: 'Monaco';
    font-weight: 600;

 }

     /* ============================================
                 Our Sector Two End
 ============================================  */

  /* ============================================
                Lincence  Start
 ============================================= */

 
.Lincence_photo h2 {
    width: 100%;
    margin: -32px 0;
    /* background-image: url("images/bg-image.png"); */
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 40px 0;
    color: #fff;
    margin-bottom: -2px;
}

.Lincence_photo{
    height: 760px;
    width: 100%;
    background-image: url(images/bg_color.jpg);
}
 .Lincence img {
    width: 100%;
    height: 803px;
    padding: 3px 226px 168px 205px;
}
hr.separatorbasics {
    margin: 93px 0;
}

/*============================================
         Lincence End 
 ============================================ */

/* ============================================
                Last Page  Start
 ============================================= */




.Last_Page{
    height: 1500px;
    width: 100%;
}
 .last_section img {
    width: 100%;
    height: 1500px;
}

hr.separatorbasics {
    margin: 93px 0;
}


/*============================================
                  Past Page End 
 ============================================ */