
.ch 
{
    max-width: 100%!important;
    padding: 10px 30px 10px 30px;
}

/* .header {
    background-color: #fff;
}

.header .header-content {
    padding-top: 8rem;
    padding-bottom: 4rem;
    text-align: center;
} */
/* .hom-ban {
    margin-top: 32.2%;
    margin-left: -4%;
    margin-bottom: 32%;
    margin-right: 17%;
}

.loge 
{
    display: inline-flex;width: 100%;
}
.logo-image
{
    width: 142px;
    border-right: 2px solid #ffd76e;
    padding-right: 10px;
}

.flag 
{
    height: 27px;
                            width: 39px;
                            margin-right: 6px;
                            float: left;
                            margin-top: 4px;
}
.hea 
{
    color: #fff;
    font-size: 24px;
}
.hom-ban h1 {
text-align: center;
margin-top: 25px;
}
.hom-lli 
{
color: #fff;
font-style: italic;
margin-top: 20px;
text-align: left;
margin-left: 119px;
}
.hom-par 
{
color: #fff;
font-style: italic;
text-align: center;
font-size: 18px;
margin-top: 20px;
}
.navbar-nav
{
margin-left: 32%;
}
.hom-ban img {
    background-color: #fff;
padding: 30px 30px;
height: auto;
width: 85%;
margin: 0 auto;
display: block;
}
.header h1 {
    font-size: 44px;
    line-height: 3.5rem;
    color: #fff;
    margin-top: 15px;
    text-align:center;
}
.navbar-custom {

    padding: 10px 100px 10px 100px;
 
    background-color: transparent;
 
    margin: 0px;
    margin: 0px;
    top: 10.7%;
    left: -19%;
} */
/* .bottom-left1 {
    position: absolute;
    bottom: 6%;
    left: 6%;
    color: #fff;
    font-size: 16px;
    background-color: #000000cc;
    padding: 5px 9px;
    width: 83%;
    margin-bottom: 117px;
    display:none;
}
.bottom-left2 {
    position: absolute;
    bottom: 6%;
    left: 6%;
    color: #fff;
    font-size: 16px;
    background-color:#000000cc;
    padding: 5px 9px;
    width: 83%;
    margin-bottom: 69px;
    display:none;
}
.bottom-left3 {
    position: absolute;
    bottom: 6%;
    left: 6%;
    color: #fff;
    font-size: 16px;
    background-color: #000000cc;
    padding: 5px 9px;
    width: 83%;
    margin-bottom: 24px;
    display:none;
} */
.turquoise
{
    color: #fff!important;
    /* text-transform: capitalize; */
    font-size: 25px;
    letter-spacing: 2px;
}
.lis {
    list-style-type: none;
    margin-bottom: 0px;
    color: #1e4169;
    float: right;
    /* width: -webkit-fill-available; */
}
/* .header .text-container {
    margin-top: 0;
    margin-bottom: 0;
    /* float: right;
    margin-right: 159px; 
}*/

.header h1 {
    margin-bottom: 1.125rem;
    font-size: 2.5rem;
    line-height: 3.125rem;
}

.header .p-large {
    margin-bottom: 1.875rem;
}
.text-container .pars
{
    font-size: 44px;
    line-height: 3.5rem;
    font: 700 3rem/3.5rem "Raleway", sans-serif;
}

h2 {
    color: #393939;
    font: 700 2.25rem/2.75rem "Raleway", sans-serif;
}

.tew {
list-style-type: none;
line-height: 31px;
font-size: 17px;
margin: 30px 0px 0px 0px;
}
.tew li:nth-child(even)
{
background-color: #cccccc7a;
padding: 5px 10px;
border-radius: 5px;
margin-bottom: 10px;
border-left: 2px solid #322a2a;
}
.tew li:nth-child(odd)
{
background-color: #ffd76e;
padding: 5px 10px;
border-radius: 5px;
margin-bottom: 10px;
border-left: 2px solid #322a2a;
}
.parp {
line-height: 24px;
margin: 20px 0px;
font-size: 17px;
}
/* list */

#list{ 
/* color: green; 
background: white; 
font-size: 30px;  */
margin-left: 25px;
} 



#list li{ 
list-style: none;
text-indent: -24px;
font-size: 15px;
margin-bottom: 15px;
text-align: justify;
} 


#list li::before{ 


content: "\00BB"; 
margin-right: 14px;
} 
.dif {
background-color: #cccccc2b;
padding: 40px 30px;
}
/* service */

.serviceBox{
background: #1e4169;
font-family: 'Lato', sans-serif;
text-align: center;
padding: 30px 20px;
border-radius: 10px;
transition: all 0.3s ease 0s;
margin-top: 40px;
}
.serviceBox img 
{
width: 70px;
margin-right: 68%;
margin-bottom: 30px;
}

.serviceBox .service-icon{
color: #fff;
font-size: 50px;
width: 120px;
height: 120px;
line-height: 120px;
margin: 0 auto 40px;
display: block;
position: relative;
}
.serviceBox .service-icon:before{
content: "";
background: linear-gradient(to right,#EE4758 49%,#DA4155 50%);
width: 100%;
height: 100%;
border-radius: 10px;
box-shadow: 0 0 0 5px #fff inset;
border: 5px solid #DA4155;
border-right: none;
border-top: none;
transform:rotate(45deg);
position: absolute;
top:0;
left: 0;
z-index: -1;
transition: all 0.5s ease 0s;
}

/* .serviceBox .title {
color: #fff;
font-size: 16px;
font-weight: normal;
transition: all 0.3s ease 0s;
line-height: 28px;
height: 70px;
} */



.serviceBox .description{
color: #6f6f6f;
font-size: 14px;
line-height: 27px;
text-align: left;
}

.serviceBox.orange .service-icon:before{
background: linear-gradient(to right,#F68E2F 49%, #E87C2C 50%);
border-color: #E87C2C;
}


.serviceBox.blue .service-icon:before{
background: linear-gradient(to right,#3CC0CC 49%, #0AAEAD 50%);
border-color: #0AAEAD;
}
.serviceBox.blue .title{ color: #0AAEAD; }

.serviceBox.gray .service-icon:before{
background: linear-gradient(to right,#3C506B 49%, #37485C 50%);
border-color: #37485C;
}
.serviceBox.gray .title{ color: #37485C; }
@media only screen and (max-width:990px){
.serviceBox{ margin: 0 0 30px; }
}

/* service-end */
/* list-end */
/* Header */
/* .header {
background-color:#000;
background: url('../../img/new-banner.jpg') center center no-repeat;
background-size: cover; 

background-position: center;
margin-top: -4.5%;

}

.header .header-content {
padding-top: 270px;

padding-bottom: 270px;
}

.header .text-container {
margin-top: 0;
margin-bottom: 0;
} */


/* end of header */
.header h1 {
    font-size: 44px;
    line-height: 3.5rem;
}

/* .tur {
    margin-top: 0px;
    width: fit-content;
    border-bottom: 417px solid #f2f2f2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(-170deg);
}
.turse {
    position: absolute;
    margin-top: -25%;
    margin-left: -18%;
}
.turse img 
{
    width:250px;
    height:100px;
} */

@media only screen and (min-width:575px) and (max-width:768px){
    .turse img 
    {
        width:230px!important;
        height:90px!important;
    }

    .header h1 {
        margin-left: 0px!important;
        /* margin-top: 183px!important; */
    }
}



@media only screen and (max-width:768px)
{
    /* .bottom-left1 {
        display:none;
    }
    .bottom-left2 {
        display:none;
    }
    .bottom-left3 {
        display:none;
    }
    .header {
        background: url(../../img/new-banner.jpg) center center no-repeat;
        background-size: cover;
        height: 100%;
       
        margin-top: 0px;
    }
    .header .header-content {
        margin-top: 64px;
        padding-bottom: 63px;
        padding-top: 40px;
    }
    .navbar-custom .navbar-toggler {
        border: none;
        color: #393939;
        font-size: 2rem;
    }
    .navbar-custom {
        padding: 10px 0px 10px 0px;
        background-color: transparent;
        margin: 0px;
        margin: 0px;
        top: 10.7%;
        left: 0%;
        box-shadow: none;
    }
    .header h1 {
        margin-bottom: 1.125rem;
        line-height: 1.125rem;
        margin-left: 0px;
        margin-top: 10px;
    }
    .hea 
    {
        color: #fff;
      
        font-size: 12px;
    }
    .navbar-nav
{
margin-left: 0%;
}
    .serviceBox .title {
        color: #fff;
        font-size: 16px;
        font-weight: normal;
        transition: all 0.3s ease 0s;
        line-height: 28px;
        height: 125px;
    }
    .logoo {
        display: inline-flex;
        width: 80%;
    }
   
    .text-container .pars 
    {
        font-size: 15px;
        line-height: 3.5rem;
        font: inherit;
    }
    .ch {
        max-width: 100%!important;
        padding: 10px 0px 10px 0px;
    }
   
    .turquoise {
        color: #fff!important;
        text-transform: capitalize;
        font-size: 20px;
        letter-spacing: 2px;
    }
    .hom-ban {
        margin-top: 0%;
margin-left: -4%;
margin-bottom: 0%;
background-color: #1e4169a9;
padding: 20px;
width: 100%;

    }

    .hom-lli
    {
        color: #fff;
        font-style: italic;
        margin-top: 20px;
        text-align: left;
        margin-left: 46px;
    } */
    
    
}

@media screen and (min-width:768px)
{
    /* .header {
        background-color: #000;
        background: url(../../img/new-banner.jpg) center center no-repeat;
        background-size: cover;
        height: 536px;
        background-position: center;
        margin-top: -0.5%;
    }
    .hom-ban {
        margin-top: 0%;
        margin-left: -4%;
        margin-bottom: 0%;
        background-color: transparent;
        padding: 20px;
        width: 100%;
    } */
}


@media screen and (min-width:768px) and (max-width:1024px)and (orientation : landscape)
{
/* .lis {
    list-style-type: none;
    margin-bottom: 0px;
    color: #1e4169;
    margin-right: 0%;
}

.navbar-custom {
  
    padding: 10px 100px 10px 100px;
    background-color: transparent;
    margin: 0px;
    margin: 0px;
    top: 10.7%;
    left: 0%;
}
.navbar-nav {
    margin-left: 15%;
}
.hom-ban {
    margin-top: -75%;
    margin-left: -60px;
}
.header {
    background-color: #000;
    background: url(../../img/new-banner.jpg) center center no-repeat;
    background-size: cover;
    height: 536px;
    background-position: center;
    margin-top: -7.5%;
   
}
.hom-lli {
    color: #fff;
    font-style: italic;
    margin-top: 20px;
    text-align: left;
    margin-left: 38px;
}

.text-container .pars {
    font-size: 31px;
    line-height: 3.5rem;
    font: inherit;
}
.header h1 {
    margin-bottom: 1.125rem;
    font-size: 18px;
    line-height: 2.125rem;
   
    margin-top: 0px;
}
.disabled-link 
{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}
 */
}
@media screen and (min-width:768px) and (max-width:1024px)and (orientation : portrait)
{


.lis {
    list-style-type: none;
    margin-bottom: 0px;
  
    color: #1e4169;
   
}

.bottom-left1 {
    bottom:4%;
}
.bottom-left2 {
    bottom:3%;
}
.bottom-left3 {
    bottom:6%;
}
.hom-ban {
    margin-top: 43%;
margin-left: 0%;
background-color: transparent;
padding: 0px;
width: 100%;

}
.hea {
    color: #fff;
    font-size: 17px;
}
.navbar-custom {
  
    box-shadow: none;
   
    padding:10px;
}
.header .header-content{
    padding-top: 7.5rem;
    text-align: left;
    padding-bottom: 7.5rem;
}
.header {
    background-color: #000;
    background: url(../../img/new-banner.jpg) center center no-repeat;
    background-size: cover;
    height: 536px;
    background-position: center;
    margin-top: -0.5%;
}
.serviceBox .title {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    height: 122px;
}
.cc {
    max-width: 100%!important;
    padding: 10px 17px 10px 17px;
}

.header h1 {
    margin-bottom: 1.125rem;
    font-size: 31px;
    line-height: 2.125rem;
  
}
.disabled-link 
{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
    font-size: 11px;
}
.navbar-expand-lg .navbar-nav a{
    
    font-size: 11px;
}
}
@media screen and (min-width:1024px) and (max-width:1366px)
{
.lis {
    list-style-type: none;
    margin-bottom: 0px;
    /* margin-left: -35px; */
    color: #1e4169;
    margin-right: 0%;
}
.hom-ban {
    margin-top: 56%;
    margin-left: 0%;
    margin-bottom: 54%;
}
.hom-ban .turquoise 
{
    font-size: 25px;
    letter-spacing: 1px;
}
.hea {
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.turquoise {
    color: #292B2C;
    font: 700 2rem/3.5rem "Raleway", sans-serif;
}
/* .tur {
    margin-top: 42px;
    width: fit-content;
    border-bottom: 265px solid #f2f2f2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(-170deg);
} */
/* .turse {
    position: absolute;
    margin-top: -43%;
    margin-left: -6%;
} */

}

@media screen and (min-width:1024px) and (max-width:1440px)
{
/* .hom-ban {
    margin-top: 29.2%;
    margin-left: 8%;
    margin-bottom: 34%;
    margin-right: 8%;
}
.turquoise {
    color: #fff!important;
  
    font-size: 33px;
    letter-spacing: 2px;
}
.hea {
    color: #fff;
    font-size: 24px;
    text-align: center;
}
 */
}
@media screen and (min-width:2560px) 
{
/* .header {
    background-color: #000;
    background: url(../../img/new-banner.jpg) center center no-repeat;
    background-size: cover;
    height: 536px;
    background-position: center;
    margin-top: -2.5%;
  
}
.hom-ban {
    margin-top: 23.2%;
    margin-left: -4%;
    margin-bottom: 19%;
    margin-right: 17%;
}
.hea {
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.hom-lli {
    color: #fff;
    font-style: italic;
    margin-top: 20px;
    text-align: left;
    margin-left: 231px;
} */
}