@charset "UTF-8";
/* CSS Document */

*{
    margin: 0;
    padding: 0;
}

body{
    background-color: white;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}


/*mostly all title start like this*/

.sec2main1 {
    width: 100%;
    height: 20vh;
/*    border: 2px solid red;*/
}

.sec2main1-title {
    width: 86%;
    height: 100%;
    margin: auto;
/*    border: 2px solid cyan;*/
    display: flex;
    flex-direction: row;
    
}

.sec2main1-title1 {
    width: 45%;
    height: 100%;
/*    border: 2px solid blue;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.sec2main1-title11 {
    width: 85%;
    height: 75%;
/*    border: 2px solid red;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


.sec2main1-title1 p{
    font-weight: 400;
    font-size: 1.2vw;
    color: #0b4251;
    z-index: 1;
    /*color: red;*/
}


.sec2main1-title2 {
    width: 55%;
    height: 100%;
/*    border: 2px solid pink;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.sec2main1-title22 {
    width: 75%;
    height: 75%;
/*    border: 2px solid red;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.sec2main1-title22-img {
    width: 31px;
    height: 12px;
    margin-right: 15px;
    z-index: 1;
    /*border: 2px solid red;*/
/*    border: 2px solid yellow;*/
}

.sec2main1-title22-img img {
    width: 100%;
}

.sec2main1-title2 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 4.2vw;
    color: #0b4251;
    z-index: 1;
    /*color: red;*/
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.sec2main1-title2 p{
    font-weight: 400;
    font-size: 1.2vw;
    color: #bdccd0;
    letter-spacing: 1px;
    z-index: 1;
    /*color: blue;*/
}



/*can copy the code until here*/

/*section 2 four box start here*/


.sec2main2 {
    width: 100%;
    height: 68vh;
/*    border: 2px solid #2DF453;*/
}

.sec2main2-content {
    width: 86%;
    height: 100%;
    margin: auto;
/*    border: 2px solid red;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/*1 box*/

.sec2main2-content1 {
    width: 23%;
    height: 75%;
    border: 2px solid #bdccd0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); 
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec2main2-content11 {
    width: 88%;
    height: 92%;
/*    border: 2px solid red;*/
}

.sec2main2-content1-img {
    width: 50px;
    height: 65px;
/*    border: 2px solid blue;*/
}

.sec2main2-content1-img img {
    width: 100%;
}

.sec2main2-content11 h1{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2.1vw;
    line-height: 2.2vw;
    color: #0b4251;
    margin: 20px 0;
}

.sec2main2-content11 p{
    font-weight: 400;
    font-size: 1.1vw;
    line-height: 1.5vw;
    color: #0b4251;
}

/*1 box*/

/*2 box*/

.sec2main2-content2 {
    width: 23%;
    height: 75%;
    border: 2px solid #bdccd0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.sec2main2-content22 {
    width: 88%;
    height: 92%;
/*    border: 2px solid red;*/
}

.sec2main2-content2-img {
    width: 52px;
    height: 65px;
/*    border: 2px solid blue;*/
}

.sec2main2-content2-img img {
    width: 100%;
}

.sec2main2-content22 h1{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2.1vw;
    line-height: 2.2vw;
    color: #0b4251;
    margin: 20px 0;
}

.sec2main2-content22 p{
    font-weight: 400;
    font-size: 1.1vw;
    line-height: 1.5vw;
    color: #0b4251;
    
}

/*2 box*/

/*3 box*/

.sec2main2-content3 {
    width: 23%;
    height: 75%;
    border: 2px solid #bdccd0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec2main2-content33 {
    width: 88%;
    height: 92%;
/*    border: 2px solid red;*/
}

.sec2main2-content3-img {
    width: 50px;
    height: 65px;
/*    border: 2px solid blue;*/
}

.sec2main2-content3-img img {
    width: 100%;
}

.sec2main2-content33 h1{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2.1vw;
    line-height: 2.2vw;
    color: #0b4251;
    margin: 20px 0;
}

.sec2main2-content33 p{
    font-weight: 400;
    font-size: 1.1vw;
    line-height: 1.5vw;
    color: #0b4251;
}

/*3 box*/

/*4 box*/

.sec2main2-content4 {
    width: 23%;
    height: 75%;
    border: 2px solid #bdccd0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.sec2main2-content44 {
    width: 88%;
    height: 92%;
/*    border: 2px solid red;*/
}

.sec2main2-content4-img {
    width: 60px;
    height: 65px;
/*    border: 2px solid blue;*/
}

.sec2main2-content4-img img {
    width: 100%;
}

.sec2main2-content44 h1{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2.1vw;
    line-height: 2.2vw;
    color: #0b4251;
    margin: 20px 0;
}

.sec2main2-content44 p{
    font-weight: 400;
    font-size: 1.1vw;
    line-height: 1.5vw;
    color: #0b4251;
}

/*4 box*/


/*section 3 start here*/

.sec2main3 {
    width: 100%;
    height: 110vh;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.sec2main3-content {
    width: 86%;
    height: 90vh;
/*    border: 2px solid red;*/
}

.sec2main3-content1 {
    width: 100%;
    height: 15vh;
/*    border: 2px solid green;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.sec2main3-content2 {
    width: 100%;
    height: 75vh;
/*    border: 1px solid orange;*/
    display: flex;
    flex-direction: row;
}

/*title what we do*/

.sec2main3-title-img {
    width: 31px;
    height: 12px;
    margin-left: 15px;
    z-index: 1;
    /*border: 2px solid green;*/
/*    border: 2px solid yellow;*/
}

.sec2main3-title-img img {
    width: 100%;
}

.sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 4.2vw;
    color: #0b4251;
    z-index: 1;
    /*color: red;*/
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.sec2main3-content1 p{
    font-weight: 400;
    font-size: 1.2vw;
    color: #bdccd0;
    letter-spacing: 1px;
    z-index: 1;
    /*color: red;*/
}

/*selection to our services*/

.sec2main3-content22 {
    width: 45%;
    height: 100%;
/*    border: 2px solid red;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.sec2main3-content222 {
    width: 82%;
    height: 95%;
/*    border: 2px solid cyan;*/
}

.sec2main3-content222 p {
    font-weight: 400;
    font-size: 1.2vw;
    color: #0b4251;
    z-index: 1;
    /*color: red;*/
}

.sec2main3-content3 {
    width: 100%;
    height: 70%;
    margin-top: 40px;
/*    border: 2px solid violet;*/
}

.sec2main3-content33 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #bdccd0;
    justify-content: flex-start;
    align-items: center;
}

.sec2main3-content33 a {
    text-decoration: none;
    margin-left: 46px;
}

.sec2main3-content33 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2vw;
    color: #0b4251;
    transition: 0.6s;
}


.sec2main3-content333 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
/*    border-bottom: 2px solid #bdccd0;*/
    justify-content: flex-start;
    align-items: center;
}

.sec2main3-content333 a {
    text-decoration: none;
    margin-left: 46px;
}

.sec2main3-content333 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2vw;
    color: #0b4251;
    transition: 0.6s;
}


/*the two image rectangle*/


.sec2main3-content-img {
    width: 55%;
    height: 100%;
/*    border: 2px solid pink;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.sec2main3-content-img-between {
    width: 100%;
    height: 100%;
/*    border: 2px solid green;*/
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}


/*yellow box we start here*/


.sec2main3-content-img1 {
    width: 200px;
    height: 120px;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2c864;
    position: absolute;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
/*    z-index: 1;*/
}

.sec2main3-content-img1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2vw;
    color: white;
}

.sec2main3-content-img2 {
    width: 300px;
    height: 550px;
/*    border: 2px solid red;*/
    margin-bottom: 20px;
    background-color: grey;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.sec2main3-content-img3 {
    width: 300px;
    height: 550px;
/*    border: 2px solid red;*/
    margin-top: 20px;
    background-color: grey;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.sec2main3-video {
    width: auto;
    height: 100%;
}




/*parallax start from here*/


.sec2main4 {
    width: 100%;
    height: 162vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: 2px solid yellow;*/
    /*z-index: -1;*/
}


.sec2main4 img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
















/*all hover here*/

.sec2main3-content33 h1:hover{
    color: #f2c864;
}

.sec2main3-content333 h1:hover{
    color: #f2c864;
}






/*media tablets start here*/



@media (max-width: 1194px) {
    

/*mostly all title start like this*/

.sec2main1 {
    width: 100%;
    /*height: 20vh;*/
    height: 150px;
    /*border: 2px solid red;*/
}

.sec2main1-title {
    width: 86%;
    height: 100%;
    margin: auto;
/*    border: 2px solid cyan;*/
    display: flex;
    flex-direction: row;
    
}

.sec2main1-title1 {
    width: 45%;
    height: 100%;
/*    border: 2px solid blue;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.sec2main1-title11 {
    width: 85%;
    height: 75%;
/*    border: 2px solid red;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


.sec2main1-title1 p{
    font-weight: 400;
    font-size: 1.6vw;
    color: #0b4251;
    z-index: 1;
    /*color: red;*/
}


.sec2main1-title2 {
    width: 55%;
    height: 100%;
/*    border: 2px solid pink;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.sec2main1-title22 {
    width: 75%;
    height: 75%;
/*    border: 2px solid red;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.sec2main1-title22-img {
    width: 31px;
    height: 12px;
    margin-right: 15px;
    z-index: 1;
    /*border: 2px solid red;*/
/*    border: 2px solid yellow;*/
}

.sec2main1-title22-img img {
    width: 100%;
}

.sec2main1-title2 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 4.6vw;
    color: #0b4251;
    z-index: 1;
    /*color: red;*/
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.sec2main1-title2 p{
    font-weight: 400;
    font-size: 1.6vw;
    color: #bdccd0;
    letter-spacing: 1px;
    z-index: 1;
    /*color: blue;*/
}



/*can copy the code until here*/

/*section 2 four box start here*/


.sec2main2 {
    width: 100%;
    /*height: 68vh;*/
    height: 1250px;
    /*border: 2px solid #2DF453;*/
}

.sec2main2-content {
    width: 86%;
    height: 100%;
    margin: auto;
/*    border: 2px solid red;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*justify-content: center;*/
    align-items: center;
}

/*1 box*/

.sec2main2-content1 {
    width: 100%;
    height: 24%;
    border: 2px solid #bdccd0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); 
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec2main2-content11 {
    width: 88%;
    height: 92%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
/*    border: 2px solid red;*/
}

.sec2main2-content1-img {
    width: 50px;
    height: 65px;
/*    border: 2px solid blue;*/
}

.sec2main2-content1-img img {
    width: 100%;
}

.sec2main2-content11 h1{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2.6vw;
    line-height: 2.2vw;
    color: #0b4251;
    margin: 20px 0;
}

.sec2main2-content11 p{
    font-weight: 400;
    font-size: 1.6vw;
    line-height: 1.8vw;
    color: #0b4251;
}

/*1 box*/

/*2 box*/

.sec2main2-content2 {
    width: 100%;
    height: 24%;
    border: 2px solid #bdccd0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

.sec2main2-content22 {
    width: 88%;
    height: 92%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
/*    border: 2px solid red;*/
}

.sec2main2-content2-img {
    width: 52px;
    height: 65px;
/*    border: 2px solid blue;*/
}

.sec2main2-content2-img img {
    width: 100%;
}

.sec2main2-content22 h1{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2.6vw;
    line-height: 2.2vw;
    color: #0b4251;
    margin: 20px 0;
}

.sec2main2-content22 p{
    font-weight: 400;
    font-size: 1.6vw;
    line-height: 1.8vw;
    color: #0b4251;
    
}

/*2 box*/

/*3 box*/

.sec2main2-content3 {
    width: 100%;
    height: 24%;
    border: 2px solid #bdccd0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec2main2-content33 {
    width: 88%;
    height: 92%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
/*    border: 2px solid red;*/
}

.sec2main2-content3-img {
    width: 50px;
    height: 65px;
/*    border: 2px solid blue;*/
}

.sec2main2-content3-img img {
    width: 100%;
}

.sec2main2-content33 h1{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2.6vw;
    line-height: 2.2vw;
    color: #0b4251;
    margin: 20px 0;
}

.sec2main2-content33 p{
    font-weight: 400;
    font-size: 1.6vw;
    line-height: 1.8vw;
    color: #0b4251;
}

/*3 box*/

/*4 box*/

.sec2main2-content4 {
    width: 100%;
    height: 24%;
    border: 2px solid #bdccd0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

.sec2main2-content44 {
    width: 88%;
    height: 92%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
/*    border: 2px solid red;*/
}

.sec2main2-content4-img {
    width: 60px;
    height: 65px;
/*    border: 2px solid blue;*/
}

.sec2main2-content4-img img {
    width: 100%;
}

.sec2main2-content44 h1{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2.6vw;
    line-height: 2.2vw;
    color: #0b4251;
    margin: 20px 0;
}

.sec2main2-content44 p{
    font-weight: 400;
    font-size: 1.6vw;
    line-height: 1.8vw;
    color: #0b4251;
}

/*4 box*/







/*section 3 start here*/

.sec2main3 {
    width: 100%;
    /*height: 110vh;*/
    height: 825px;
    /*border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.sec2main3-content {
    width: 86%;
    /*height: 90vh;*/
    height: 675px;
    /*border: 2px solid blue;*/
}

.sec2main3-content1 {
    width: 100%;
    /*height: 15vh;*/
    height: 112.5px;
    /*border: 2px solid green;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.sec2main3-content2 {
    width: 100%;
    /*height: 75vh;*/
    height: 562.5px;
    /*border: 1px solid orange;*/
    display: flex;
    flex-direction: row;
}

/*title what we do*/

.sec2main3-title-img {
    width: 31px;
    height: 12px;
    margin-left: 15px;
    z-index: 1;
    /*border: 2px solid green;*/
/*    border: 2px solid yellow;*/
}

.sec2main3-title-img img {
    width: 100%;
}

.sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 4.6vw;
    color: #0b4251;
    z-index: 1;
    /*color: red;*/
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.sec2main3-content1 p{
    font-weight: 400;
    font-size: 1.6vw;
    color: #bdccd0;
    letter-spacing: 1px;
    z-index: 1;
    /*color: red;*/
}






/*selection to our services*/

.sec2main3-content22 {
    width: 45%;
    height: 100%;
/*    border: 2px solid red;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.sec2main3-content222 {
    width: 82%;
    height: 95%;
/*    border: 2px solid cyan;*/
}

.sec2main3-content222 p {
    font-weight: 400;
    font-size: 1.6vw;
    color: #0b4251;
    z-index: 1;
    /*color: red;*/
}

.sec2main3-content3 {
    width: 100%;
    height: 70%;
    margin-top: 40px;
/*    border: 2px solid violet;*/
}

.sec2main3-content33 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #bdccd0;
    justify-content: flex-start;
    align-items: center;
}

.sec2main3-content33 a {
    text-decoration: none;
    margin-left: 46px;
}

.sec2main3-content33 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2.6vw;
    color: #0b4251;
    transition: 0.6s;
    /*color: blue;*/
}


.sec2main3-content333 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
/*    border-bottom: 2px solid #bdccd0;*/
    justify-content: flex-start;
    align-items: center;
}

.sec2main3-content333 a {
    text-decoration: none;
    margin-left: 46px;
}

.sec2main3-content333 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2.6vw;
    color: #0b4251;
    transition: 0.6s;
    /*color: red;*/
}






/*the two image rectangle*/


.sec2main3-content-img {
    width: 55%;
    height: 100%;
/*    border: 2px solid pink;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.sec2main3-content-img-between {
    width: 100%;
    height: 100%;
/*    border: 2px solid green;*/
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}


/*yellow box we start here*/


.sec2main3-content-img1 {
    width: 200px;
    height: 120px;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2c864;
    position: absolute;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
/*    z-index: 1;*/
}

.sec2main3-content-img1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2.6vw;
    color: white;
}

.sec2main3-content-img2 {
    width: 226px;
    height: 414px;
/*    border: 2px solid red;*/
    margin-bottom: 20px;
    background-color: grey;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.sec2main3-content-img3 {
    width: 226px;
    height: 414px;
/*    border: 2px solid red;*/
    margin-top: 20px;
    background-color: grey;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.sec2main3-video {
    width: auto;
    height: 100%;
}




/*parallax start from here*/


.sec2main4 {
    width: 100%;
    /*height: 162vh;*/
    height: 930px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: 2px solid yellow;*/
    /*z-index: -1;*/
}


.sec2main4 img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

    
    
    
    
    
/*    media 1194px end here*/
    
    
    
}


/*media portrait start here*/


@media (max-width: 920px){
    


.sec2main2 {
    width: 100%;
    /*height: 68vh;*/
    height: 950px;
    /*border: 2px solid #2DF453;*/
}
    
    

.sec2main3 {
    width: 100%;
    /*height: 110vh;*/
    height: 750px;
    /*border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: flex-end;
}


.sec2main3-content {
    width: 86%;
    /*height: 90vh;*/
    height: 625px;
    /*border: 2px solid blue;*/
}



.sec2main3-content2 {
    width: 100%;
    /*height: 75vh;*/
    height: 522.5px;
    /*border: 1px solid orange;*/
}
    
    
    
.sec2main4 {
    width: 100%;
    /*height: 162vh;*/
    height: 700px;
    /*border: 2px solid red;*/
}




.sec2main3-content-img2 {
    width: 152px;
    height: 279px;
}
    

.sec2main3-content-img3 {
    width: 152px;
    height: 279px;
}


/*yellow box we start here*/


.sec2main3-content-img1 {
    width: 145px;
    height: 87px;
}
    
    
    
/*all sub tag start here*/


.sec2main1-title22-img {
    width: 25px;
    height: 10px;
    margin-right: 15px;
    z-index: 1;
    /*border: 2px solid red;*/
}
    
    

.sec2main3-title-img {
    width: 25px;
    height: 10px;
    margin-left: 15px;
    z-index: 1;
    /*border: 2px solid green;*/
    /*border: 2px solid yellow;*/
}
    
    
    
    
    
    
    
    
    
    
    
    
    
}

/*media 920px end here*/






@media (max-width: 600px) {
    

/*all title and descriptions maybe can use here start from below    */
    
    .sec2main1 {
    width: 100%;
    /*height: 30vh;*/
    height: auto;
    /*border: 2px solid red;*/
}

.sec2main1-title {
    width: 86%;
    height: 100%;
    margin: auto;
    /*border: 2px solid red;*/
    display: flex;
    flex-direction: column-reverse;
    
}

.sec2main1-title1 {
    width: 100%;
    height: 60%;
    /*border: 2px solid blue;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.sec2main1-title11 {
    width: 80%;
    height: 90%;
/*    border: 2px solid red;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


.sec2main1-title1 p{
    font-weight: 400;
    font-size: 3vw;
    color: #0b4251;
    text-align: right;
}


.sec2main1-title2 {
    width: 100%;
    height: 40%;
    /*border: 2px solid black;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10px;
}

.sec2main1-title22 {
    width: 80%;
    height: 90%;
/*    border: 2px solid red;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.sec2main1-title22-img {
    width: 18px;
    height: 7px;
    margin-right: 15px;
/*    border: 2px solid yellow;*/
}

.sec2main1-title22-img img {
    width: 100%;
}

.sec2main1-title2 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 6.5vw;
    color: #0b4251;

    /*margin-top: 5px;*/
    /*border: 2px solid red;*/

}

.sec2main1-title2 p{
    font-weight: 400;
    font-size: 2.6vw;
    color: #bdccd0;
    letter-spacing: 1px;
}
    
/*can copy until here title media*/




/*the four box start here*/
    
    
.sec2main2 {
    width: 100%;
    /*height: 160vh;*/
    height: 1300px;
    /*border: 2px solid #2DF453;*/
    margin-top: 25px;
}

.sec2main2-content {
    width: 86%;
    height: 100%;
    margin: auto;
/*    border: 2px solid blue;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

/*1 box*/

.sec2main2-content1 {
    width: 100%;
    height: 24%;
    border: 2px solid #bdccd0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec2main2-content11 {
    width: 88%;
    height: 92%;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sec2main2-content1-img {
    width: 50px;
    height: 65px;
/*    border: 2px solid blue;*/
}

.sec2main2-content1-img img {
    width: 100%;
}

.sec2main2-content11 h1{
    font-size: 5.5vw;
    line-height: 6vw;
    color: #0b4251;
    margin: 15px 0 20px;
    text-align: center;
    
}

.sec2main2-content11 p{
    font-size: 3vw;
    line-height: 3.6vw;
    color: #0b4251;
    text-align: center;
}

/*1 box*/

/*2 box*/

.sec2main2-content2 {
    width: 100%;
    height: 24%;
    border: 2px solid #bdccd0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

.sec2main2-content22 {
    width: 88%;
    height: 92%;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sec2main2-content2-img {
    width: 52px;
    height: 65px;
/*    border: 2px solid blue;*/
}

.sec2main2-content2-img img {
    width: 100%;
}

.sec2main2-content22 h1{
    font-size: 5.5vw;
    line-height: 6vw;
    color: #0b4251;
    margin: 15px 0 20px;
    text-align: center;
}

.sec2main2-content22 p{
    font-size: 3vw;
    line-height: 3.6vw;
    color: #0b4251;
    text-align: center;
}

/*2 box*/

/*3 box*/

.sec2main2-content3 {
    width: 100%;
    height: 24%;
    border: 2px solid #bdccd0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec2main2-content33 {
    width: 88%;
    height: 92%;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sec2main2-content3-img {
    width: 50px;
    height: 65px;
/*    border: 2px solid blue;*/
}

.sec2main2-content3-img img {
    width: 100%;
}

.sec2main2-content33 h1{
    font-size: 5.5vw;
    line-height: 6vw;
    color: #0b4251;
    margin: 15px 0 20px;
    text-align: center;
}

.sec2main2-content33 p{
    font-size: 3vw;
    line-height: 3.6vw;
    color: #0b4251;
    text-align: center;
}

/*3 box*/

/*4 box*/

.sec2main2-content4 {
    width: 100%;
    height: 24%;
    border: 2px solid #bdccd0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

.sec2main2-content44 {
    width: 88%;
    height: 92%;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sec2main2-content4-img {
    width: 60px;
    height: 65px;
    /*border: 2px solid blue;*/
}

.sec2main2-content4-img img {
    width: 100%;
}

.sec2main2-content44 h1{
    font-size: 5.5vw;
    line-height: 6vw;
    color: #0b4251;
    margin: 15px 0 20px;
    text-align: center;
}

.sec2main2-content44 p{
    font-size: 3vw;
    line-height: 3.6vw;
    color: #0b4251;
    text-align: center;
}

/*4 box*/











    
/*section 3 what we do start here*/
    

.sec2main3 {
    width: 100%;
    /*height: 150vh;*/
    height: 1125px;
    /*border: 2px solid blue;*/
    
}

.sec2main3-content {
    width: 86%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

.sec2main3-content1 {
    width: 100%;
    /*height: 15vh;*/
    /*height: 112.5px;*/
    height: auto;
    /*border: 2px solid green;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.sec2main3-content2 {
    width: 100%;
    /*height: 125vh;*/
    height: 937.5px;
    /*border: 1px solid aqua;*/
    display: flex;
    flex-direction: column;
}

/*title what we do*/

.sec2main3-title-img {
    width: 18px;
    height: 7px;
    margin-left: 15px;
/*    border: 2px solid yellow;*/
}

.sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 6.5vw;
    color: #0b4251;
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.sec2main3-content1 p{
    font-weight: 400;
    font-size: 2.6vw;
    color: #bdccd0;
    letter-spacing: 1px;
}

/*selection to our services    big selection here*/

.sec2main3-content22 {
    width: 100%;
    height: 60%;
/*    border: 2px solid orange;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.sec2main3-content222 {
    width: 85%;
    height: 95%;
/*    border: 2px solid cyan;*/
}

.sec2main3-content222 p {
    font-weight: 400;
    font-size: 3vw;
    color: #0b4251;
}

.sec2main3-content3 {
    width: 100%;
    height: 65%;
    margin-top: 40px;
/*    border: 2px solid violet;*/
}

.sec2main3-content33 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #bdccd0;
    justify-content: flex-start;
    align-items: center;
}

.sec2main3-content33 a {
    text-decoration: none;
    margin-left: 46px;
}

.sec2main3-content33 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: #0b4251;
    transition: 0.6s;
}


.sec2main3-content333 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
/*    border-bottom: 2px solid #bdccd0;*/
    justify-content: flex-start;
    align-items: center;
}

.sec2main3-content333 a {
    text-decoration: none;
    margin-left: 46px;
}

.sec2main3-content333 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: #0b4251;
    transition: 0.6s;
}


/*the two image rectangle*/


.sec2main3-content-img {
    width: 100%;
    height: 40%;
/*    border: 2px solid orange;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
/*    overflow: hidden;*/
/*    display: none;*/
}
    
.sec2main3-content-img-between {
    width: 100%;
    height: 100%;
/*    border: 2px solid green;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}


.sec2main3-content-img1 {
    width: 175px;
    height: 105px;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2c864;
    position: absolute;
/*    z-index: 1;*/
}

.sec2main3-content-img1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: white;
}

.sec2main3-content-img2 {
    width: 191px;
    height: 350px;
/*    border: 2px solid red;*/
    margin-bottom: 20px;
    background-color: grey;
}

.sec2main3-content-img3 {
    width: 191px;
    height: 350px;
/*    border: 2px solid red;*/
    margin-top: 20px;
    background-color: grey;
}

.sec2main3-video {
    width: auto;
    height: 100%;
} 
    
    
    
/*parallax start from here*/


.sec2main4 {
    width: 100%;
    /*height: 63vh;*/
    height: 490px;
    /*border: 2px solid red;*/
}
    
    
    
    
    
/*    media 600px end here*/
    
    
    
}



    
    
@media (max-width: 565px){
    
    
    
.sec2main4 {
    width: 100%;
    /*height: 63vh;*/
    height: 455px;
    /*border: 2px solid aqua;*/
}
    
    
    
    
    
}
    
    
    
@media (max-width: 525px){
    
    
    
.sec2main4 {
    width: 100%;
    /*height: 63vh;*/
    height: 415px;
    /*border: 2px solid yellow;*/
}
    
    
    
    
    
}
   
    





@media (max-width: 470px){
    
    
/*to move the two rectangle video*/
    
    
.sec2main3-content-img2 {
    width: 168px;
    height: 307px;
/*    border: 2px solid red;*/
    margin-bottom: 20px;
    background-color: grey;
}

.sec2main3-content-img3 {
    width: 168px;
    height: 307px;
/*    border: 2px solid red;*/
    margin-top: 20px;
    background-color: grey;
}

.sec2main3-video {
    width: auto;
    height: 100%;
} 
    
/*parallax here*/
    
.sec2main4 {
    width: 100%;
    /*height: 63vh;*/
    height: 380px;
    /*border: 2px solid red;*/
}
    
    
    
    
    
}











@media (max-width: 428px) {
    

/*all title and descriptions maybe can use here start from below    */
    
    .sec2main1 {
    width: 100%;
    /*height: 26vh;*/
    /*height: 202.8px;*/
    height: auto;
    /*border: 2px solid red;*/
}

.sec2main1-title {
    width: 86%;
    height: 100%;
    margin: auto;
    /*border: 2px solid cyan;*/
    display: flex;
    flex-direction: column-reverse;
    
}

.sec2main1-title1 {
    width: 100%;
    height: 55%;
    /*border: 2px solid blue;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.sec2main1-title11 {
    width: 80%;
    height: 90%;
/*    border: 2px solid red;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


.sec2main1-title1 p{
    font-weight: 400;
    font-size: 3.2vw;
    color: #0b4251;
    /*color: red;*/
    text-align: right;
}


.sec2main1-title2 {
    width: 100%;
    height: 45%;
    /*border: 2px solid pink;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.sec2main1-title22 {
    width: 80%;
    height: 90%;
/*    border: 2px solid red;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.sec2main1-title22-img {
    width: 18px;
    height: 7px;
    margin-right: 15px;
/*    border: 2px solid yellow;*/
}

.sec2main1-title22-img img {
    width: 100%;
}

.sec2main1-title2 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 7vw;
    color: #0b4251;
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.sec2main1-title2 p{
    font-weight: 400;
    font-size: 3vw;
    color: #bdccd0;
    letter-spacing: 1px;
}
    
/*can copy until here title media*/

/*the four box start here*/
    
    
.sec2main2 {
    width: 100%;
    /*height: 160vh;*/
    height: 1200px;
/*    border: 2px solid #2DF453;*/
    margin-top: 25px;
}

.sec2main2-content {
    width: 86%;
    height: 100%;
    margin: auto;
/*    border: 2px solid blue;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

/*1 box*/

.sec2main2-content1 {
    width: 100%;
    height: 24%;
    border: 2px solid #bdccd0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec2main2-content11 {
    width: 88%;
    height: 92%;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sec2main2-content1-img {
    width: 50px;
    height: 65px;
/*    border: 2px solid blue;*/
}

.sec2main2-content1-img img {
    width: 100%;
}

.sec2main2-content11 h1{
    font-size: 5.5vw;
    line-height: 6vw;
    color: #0b4251;
    margin: 15px 0 20px;
    text-align: center;
    
}

.sec2main2-content11 p{
    font-size: 3.2vw;
    line-height: 3.6vw;
    color: #0b4251;
    text-align: center;
}

/*1 box*/

/*2 box*/

.sec2main2-content2 {
    width: 100%;
    height: 24%;
    border: 2px solid #bdccd0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

.sec2main2-content22 {
    width: 88%;
    height: 92%;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sec2main2-content2-img {
    width: 52px;
    height: 65px;
/*    border: 2px solid blue;*/
}

.sec2main2-content2-img img {
    width: 100%;
}

.sec2main2-content22 h1{
    font-size: 5.5vw;
    line-height: 6vw;
    color: #0b4251;
    margin: 15px 0 20px;
    text-align: center;
}

.sec2main2-content22 p{
    font-size: 3.2vw;
    line-height: 3.6vw;
    color: #0b4251;
    text-align: center;
}

/*2 box*/

/*3 box*/

.sec2main2-content3 {
    width: 100%;
    height: 24%;
    border: 2px solid #bdccd0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec2main2-content33 {
    width: 88%;
    height: 92%;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sec2main2-content3-img {
    width: 50px;
    height: 65px;
/*    border: 2px solid blue;*/
}

.sec2main2-content3-img img {
    width: 100%;
}

.sec2main2-content33 h1{
    font-size: 5.5vw;
    line-height: 6vw;
    color: #0b4251;
    margin: 15px 0 20px;
    text-align: center;
}

.sec2main2-content33 p{
    font-size: 3.2vw;
    line-height: 3.6vw;
    color: #0b4251;
    text-align: center;
}

/*3 box*/

/*4 box*/

.sec2main2-content4 {
    width: 100%;
    height: 24%;
    border: 2px solid #bdccd0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

.sec2main2-content44 {
    width: 88%;
    height: 92%;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sec2main2-content4-img {
    width: 60px;
    height: 65px;
    /*border: 2px solid blue;*/
}

.sec2main2-content4-img img {
    width: 100%;
}

.sec2main2-content44 h1{
    font-size: 5.5vw;
    line-height: 6vw;
    color: #0b4251;
    margin: 15px 0 20px;
    text-align: center;
}

.sec2main2-content44 p{
    font-size: 3.2vw;
    line-height: 3.6vw;
    color: #0b4251;
    text-align: center;
}

/*4 box*/








    
/*section 3 what we do start here*/
    

.sec2main3 {
    width: 100%;
    /*height: 115vh;*/
    height: 897px;
    /*border: 2px solid blue;*/
    
}

.sec2main3-content {
    width: 86%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

.sec2main3-content1 {
    width: 100%;
    /*height: 15vh;*/
    /*height: 117px;*/
    height: auto;
    /*border: 2px solid green;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.sec2main3-content2 {
    width: 100%;
    /*height: 100vh;*/
    height: 780px;
    /*border: 1px solid aqua;*/
    display: flex;
    flex-direction: column;
}

/*title what we do*/

.sec2main3-title-img {
    width: 18px;
    height: 7px;
    margin-left: 15px;
/*    border: 2px solid yellow;*/
}

.sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 7vw;
    color: #0b4251;
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.sec2main3-content1 p{
    font-weight: 400;
    font-size: 3vw;
    color: #bdccd0;
    letter-spacing: 1px;
}

/*selection to our services    big selection here*/

.sec2main3-content22 {
    width: 100%;
    height: 55%;
    /*border: 2px solid orange;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.sec2main3-content222 {
    width: 85%;
    height: 95%;
/*    border: 2px solid cyan;*/
}

.sec2main3-content222 p {
    font-weight: 400;
    font-size: 3.2vw;
    color: #0b4251;
}

.sec2main3-content3 {
    width: 100%;
    height: 65%;
    margin-top: 40px;
/*    border: 2px solid violet;*/
}

.sec2main3-content33 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #bdccd0;
    justify-content: flex-start;
    align-items: center;
}

.sec2main3-content33 a {
    text-decoration: none;
    margin-left: 46px;
}

.sec2main3-content33 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5.5vw;
    color: #0b4251;
    transition: 0.6s;
}


.sec2main3-content333 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
/*    border-bottom: 2px solid #bdccd0;*/
    justify-content: flex-start;
    align-items: center;
}

.sec2main3-content333 a {
    text-decoration: none;
    margin-left: 46px;
}

.sec2main3-content333 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5.5vw;
    color: #0b4251;
    transition: 0.6s;
}





/*the two image rectangle*/


.sec2main3-content-img {
    width: 100%;
    height: 45%;
    /*border: 2px solid orange;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
/*    overflow: hidden;*/
/*    display: none;*/
}
    
.sec2main3-content-img-between {
    width: 100%;
    height: 100%;
/*    border: 2px solid green;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}


.sec2main3-content-img1 {
    width: 147px;
    height: 97px;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2c864;
    position: absolute;
/*    z-index: 1;*/
}

.sec2main3-content-img1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: white;
}

.sec2main3-content-img2 {
    width: 152px;
    height: 279px;
/*    border: 2px solid red;*/
    margin-bottom: 20px;
    background-color: grey;
}

.sec2main3-content-img3 {
    width: 152px;
    height: 279px;
/*    border: 2px solid red;*/
    margin-top: 20px;
    background-color: grey;
}

.sec2main3-video {
    width: auto;
    height: 100%;
} 
    
    
    
/*parallax start from here*/


.sec2main4 {
    width: 100%;
    /*height: 46vh;*/
    height: 358.8px;
    /*border: 2px solid red;*/
}
    
    
    
    
    
    
    
    
    

    
    
    
    
    
/*    media 428px end here*/
    
    
    
}



@media (max-width: 414px) {
    
.sec2main4 {
    width: 100%;
    /*height: 45vh;*/
    height: 320px;
    /*border: 2px solid aqua;*/
}
    
  
  
 .sec2main3-content-img2 {
    width: 128px;
    height: 235px;
}

.sec2main3-content-img3 {
    width: 128px;
    height: 235px;
} 
    
    
    
    
    
    
}



/*media 414px end here*/


@media (max-width: 370px) {
    
.sec2main4 {
    width: 100%;
    /*height: 45vh;*/
    height: 280px;
    /*border: 2px solid red;*/
}
    
  
  
 .sec2main3-content-img2 {
    width: 128px;
    height: 235px;
}

.sec2main3-content-img3 {
    width: 128px;
    height: 235px;
} 
    
    
    
    
    
    
}


/*media 370px end here*/












/*//*/

/*desktop media start here*/


@media (min-width: 1600px){
    
    
    
/*yellow box start here*/

.sec2main3-content-img1 {
    width: 263px;
    height: 158px;
    /*border: 2px solid red;*/
    background-color: #f2c864;
}
    
    
    
.sec2main4 {
    width: 100%;
    height: 176vh;
    /*border: 2px solid red;*/
}


    
    
    
    
    

    
    
}


/*media 1600px end here*/








/*media gaming laptop start here*/

@media (min-width: 1445px) and (min-height: 864px) and (max-width: 1599px){
    


.sec2main4 {
    width: 100%;
    height: 145vh;
    /*border: 2px solid red;*/
}

    
    
    
    
}


/*media gaming laptop end here*/





