@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@500;600;700&display=swap');

body,html{
    margin: 0px;
    padding: 0px;
   font-family: 'Poppins', sans-serif;
   font-weight:400;   
   color: #000;

}
*, *::before, *::after {
    box-sizing: border-box;
}
.owl-dots{
    display: none;
}
p {
    font-size: 27px;
    line-height: 50px;
    font-weight: 200;
    text-align: left;
    color: #000;
    margin-bottom: 30px;
}
h1, .h1 {
    font-size: 53px;
    text-transform: uppercase;
    color: #04195c;
    font-weight: 700;
    margin-top: 0px;
    line-height: 64px;
}
.fulres{
width: 100%;
}
.posrel{
position: relative;
}
.section{
  margin-top:135px;
}
.containerc{
  width:90%;
  margin:auto;
  max-width:1920px;
}
.containerd{
  width:80%;
  margin:auto;
  max-width:1920px;
}
.owl-nav button {
    background: transparent;
    display: inline-block;
    position: absolute;
    outline: 0;
    width: 86px;
    height: 86px;
    color: #fff;
    top: 50%;
    font-size: 0;
    margin-top: 0px;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
}
.owl-nav button img{
width: 100%;
}
.owl-nav button:hover img{
filter: brightness(0.95);
}
.owl-prev {
    left: -4%;
}
.owl-next {
    right: -4%;
}
#toTop {
    position: fixed;
    right: 15px;
    bottom: 30px;
    margin: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
        width: 35px;
    cursor: pointer;
    background-color: #0075a7;   
    height: 35px;
        border-radius: 35px;
        text-align: center;
}
#toTop i {
    font-size: 18px;
    color: #fff;
     line-height: 32px;
    padding-bottom: 3px;
}
.shows {
    opacity: 1!important;
    visibility: visible!important;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.sldimg {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.slidersec {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    position: relative;
    background-size: cover;
    background-position: center;
    left: -1px;
    width: 101%;
}
#mainmenu {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding-bottom: 5%;
    pointer-events: none;
    top: 0;
    background-image: linear-gradient(180deg, rgb(0, 0, 0, 0.20), transparent);
}
.bsvdp361 {
    position: absolute;
    left: 0;
    top: 0px;
    padding: 24px 24px 12px 24px;
    background: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 2px 2px 20px 3px rgb(0, 0, 0, 0.09);
    z-index: 3;
}
.tpflx {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 90%;
    margin: auto;
    align-items: center;
    padding-top: 4%;
    color: #fff;
    pointer-events: all;
    max-width: 1920px;
    position: relative;
}
.logo {
    max-width: 272px;
}
.tmenu {
    display: flex;
    align-items: center;
}
.tmenu a, .gkkl {
    font-size: 25px;
    margin: 0px 24px;
    position: relative;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    transition: .3s;
    padding-bottom: 5px;
}
.tmenu .skewb{
     margin-right: 0!important;
     padding-bottom: 11px!important;
}
.tmenu .skewb:hover{
     color: #d0040d!important;
}
.tmenu a:hover {
    color: #e5e5e5;
}

.nav-link i {
    display: inline-block;
    margin-left: 8px;
    color: #fff;
    font-size: 18px;
}
.tmenu .nav-item {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    margin-bottom: 0px;
    padding-left: 0px;
    align-items: center;
    position: relative;
}
.submn {
 position: absolute;
list-style: none;    
width: 300px;
    top: 50px;
    background: #fff;
    left: 65%;
    transform: translateX(-50%);
    padding: 20px 0px 20px 0px;
    display: none;
    box-shadow: 0 0 20px 0 rgb(0, 0, 0, 0.10);
    border-radius: 16px;
}
.submncon {
    max-width: 98%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    font-weight: 500;
    align-items: stretch;
}
.submncon a {
    margin: 0px 18px;
    font-size: 18px;
    position: relative;
    width: 100%;
    padding: 11px 13px;
    display: flex;
    color: #000;
    align-items: center;
}
.submncon a:hover {
    color: #d0040d!important;
}
.pghdcon {
    position: relative;
    overflow: hidden;
}
.slidercont {
    width: 90%;
    margin: auto;
    max-width: 1920px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    top: 55%;
    transform: translateY(-50%);
    justify-content: space-between;
}
.skewb {
    background: #d0040d;
    display: inline-flex;
    border-radius: 12px;
    color: #fff;
    padding: 11px 30px 11px 30px;
    font-size: 24px;
    font-weight: 600;
    transition: all .3s;
    margin-top: 20px;
    cursor: pointer;
    align-items: center;
    margin-right: 20px;
}
.skewb:hover {
    background: #ffffff;
    box-shadow: 1px 1px 7px 0px #aaaaaa;
    color: #d0040d;
}
.skewb i {
    margin-left: 12px;
    margin-top: 3px;
    font-size: 21px;
}
.skewb:hover i {
    margin-left: 15px;
    transition: all .3s;
    color: #d0040d;
}
.slidertexts {
    max-width: 50%;
}
.slidertxt {
    font-family: 'Mitr', sans-serif;
    font-size: 71px;
    text-transform: uppercase;
    font-weight: 600;
}
.bssrk045 {
    color: #d0040d;
    line-height: 85px;
}
.slidertexts p {
    color: #fff;
    margin-top: 30px;
}
.homeslidebtm {
    position: absolute;
    bottom: 7%;
    right: 5%;
    color: #fff;
    font-size: 50px;
    z-index: 1;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}
.homeslidebtm img {
max-width: 90px;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px); }
  60% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); } 
}
.al-shortcode img{

}
.al-shortcode .sld1 {
    background: linear-gradient(0deg, #e3e3e3, #c9ddff);
    display: flex;
    flex-direction: column;
    margin: 20px 30px;
    padding: 70px 20px;
    border-radius: 20px;
    transition: all .3s;
}
.al-shortcode .sld1:hover{
box-shadow: 7px 6px 20px 0 rgb(0, 0, 0, 0.10);
transform: translateY(-5px);
}
.al-shortcode .ingrzyy690 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    color: #04195c;
}
.al-shortcode{
margin-top: 30px;
}
.al-shortcode .owl-stage {
    display: flex;
}
.al-shortcode .center {
    height: 100%;
}
.al-shortcode .owl-dots {
display: none
}
.thimpnd385 {
    background: linear-gradient(180deg, #eaeaea, transparent);
    padding: 150px 0px;
}
.thimntb257 .sld1{
    background: #fff!important;
    box-shadow: 3px 4px 20px 0px rgb(0, 0, 0, 0.16);    
    height: 90%;
}
.thimntb257 .proslititl {
    color: #000;
    font-size: 22px;
    text-transform: none;
    font-weight: 600;
    padding: 0px 6px;
    margin-bottom: 10px;
}
.nomargin{
margin: 0px;
}
.thimhnu070 {
    display: flex;
    justify-content: space-between;
}
.thimyoq720 {
    width: 48.5%;
    padding: 35px 40px;
    display: flex;
    align-items: center;
}
.thimyoq720 img {
    width: 24%;
}
.thimyoq720 div {
    width: 75%;
    padding-left: 41px;
}
.thimyoq720 h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0px;
}
.thimyoq720 p {
    color: #fff;
    font-size: 20px;
    line-height: 37px;
    margin-bottom: 0px;
}
.brand-shortcode{
margin-top: 30px;
}
.footer {
    background-image: url("../images/ft.jpg");
    background-size: cover;
    background-position: center center;
    margin-top: 180px;
    position: relative;
    color: #fff;
    padding: 105px 0px 100px 0px;
    font-size: 20px;
}
.footer h3 {
    font-size: 31px;
    margin-bottom: 55px;
    text-transform: uppercase;
}
.footer a {
    color: #fff;
}
.bszhb673{
margin-bottom: 20px;
}
.footer a:hover {
    color: #ff1d27;
}
.bsgvm780 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 26px;
}
.bsgvm780 i {
    font-size: 30px;
    margin-right: 26px;
    line-height: 23px;
    transition: all .2s;
}
.bsyic626 i {
    font-family: 'Font Awesome 5 Brands';
    line-height: 23px;
}
.bsqwt967 {
    background: #052d5a;
    padding: 30px 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.thimcjj732 {
    background: #10a347;
    position: fixed;
    right: 17px;
    padding: 25px;
    bottom: 8%;
    z-index: 233;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.thimcjj732:hover{
background: #19da61;
}
.thimcjj732 i {
    font-family: 'Font Awesome 5 Brands';
    font-size: 40px;
    color: #fff;
}
.bsmzp271 {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, rgb(255, 152, 0, 0.44), transparent);
}
.bsfzl250 {
    color: #fff!important;
    text-shadow: 0 2px 35px rgb(0 0 0);
    margin-top: 75px;
}
.thimcxa923 {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.thimcxa923 .center {
    display: flex;
    flex-direction: column;
    margin: 30px 1%;
    padding: 70px 20px;
    border-radius: 20px;
    transition: all .3s;
    width: 23%;
    text-align: center;
    background: #fff!important;
    box-shadow: 3px 4px 20px 0px rgb(0, 0, 0, 0.16);
}
.thimcxa923 .proslititl {
    color: #000;
    font-size: 22px;
    text-transform: none;
    font-weight: 600;
    padding: 0px 6px;
    margin-bottom: 10px;
}
.thimcxa923 .skewb {
    margin-right: 0px;
}
.thimqae792 li {
    font-size: 25px;
    font-weight: 200;
    margin-top: 35px;
}
form input, form button, form select, form textarea {
    border: none;
    border: 1px solid #8f8f8f;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 7px;
    margin-top: 7px;
    padding: 8px;
    background: transparent;
}
.frmflx {
    display: flex;
    justify-content: space-between;
}
.frmflx div {
    width: 48%;
}
form .skewb {
    width: auto!important;
    border-bottom: none!important;
}
.bsupz984 {
    background: #10a347!important;
    color: #fff!important;
}
.bsupz984:hover {
    background: #fff!important;
    color: #d0040d!important;
}
#contactform{
margin-left: 30px;
}

.thimyzn293{

}
.thimxfo959{

}
.thimqgo263{

}
.thimnwz412{

}
.thimcfw673{


}
.thimrib245{
}
.thimdkd721{
}
.thimdim688{
}
.thimsoh459{
}
.thimigo920{
}
.thimqxj048{
}
.thimenr305{
}
.thimauk219{
}
.thimhoe857{
}
.thimlgo567{
}
.thimgod974{

}
.thimfca355{

}
.thimini999{

}
.thimknu550{

}
.thimjkj497{

}
.thimtrv496{

}
.thimfph045{

}
.thimjja868{

}
.thimnji101{

}
.thimfqu656{

}
.thimbkm299{

}
.thimatm250{

}
.thimjyf242{

}
.thimgzm633{

}



@media (max-width: 1660px) {
.logo {
    max-width: 168px;
}
.thimqae792 li {
    font-size: 15px;
    margin-top: 27px;
}
.bsvdp361 {
    padding: 18px 18px 16px 18px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 19px;
}
.thimcxa923 .center {
    margin: 18px 1%;
}
.tpflx {
    padding-top: 3%;
}
.tmenu a, .gkkl {
    font-size: 15px;
    margin: 0px 18px;
}
.nav-link i {
    margin-left: 5px;
    font-size: 14px;
}
.tmenu .skewb {
    padding-bottom: 6px!important;
}
.skewb {
    border-radius: 8px;
    padding: 6px 24px 6px 24px;
    font-size: 15px;
    margin-top: 20px;
    margin-right: 20px;
}
.submncon a {
    margin: 0px 18px;
    font-size: 14px;
    padding: 8px 13px;
}
.submn {
    width: 224px;
    top: 30px;
    padding: 17px 0px 17px 0px;
    border-radius: 15px;
    border-radius: 12px;
}
.skewb i {
    margin-left: 8px;
    margin-top: 1px;
    font-size: 13px;
}
.skewb:hover i {
    margin-left: 10px;
}
.bssrk045 {
    line-height: 51px;
}
.slidertxt {
    font-size: 48px;
}
.slidertexts {
    max-width: 52%;
}
.slidertexts p {
    margin-top: 15px;
}
p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 10px;
}
.homeslidebtm img {
    max-width: 36px;
}
.section {
    margin-top: 63px;
}
h1, .h1 {
    font-size: 34px;
    line-height: 42px;
}
.al-shortcode .ingrzyy690 {
    font-size: 18px;
}
.al-shortcode {
    margin-top: 5px;
}
.owl-nav button {
    width: 63px;
    height: 63px;
}
.al-shortcode .sld1 {
    margin: 15px 10px;
    padding: 55px 10px;
    border-radius: 14px;
}
.thimpnd385 {
    padding: 75px 0px;
}
.thimntb257 .proslititl {
    font-size: 15px;
    padding: 0px 6px;
    margin-bottom: 6px;
}
.thimyoq720 p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0px;
}
.thimyoq720 h3 {
    font-size: 26px;
    margin-bottom: 10px;
}
.footer {
    padding: 90px 0px 90px 0px;
    font-size: 13px;
}
.footer h3 {
    font-size: 20px;
    margin-bottom: 33px;
}
.bsgvm780 {
    margin-bottom: 20px;
}
.bsgvm780 i {
    font-size: 18px;
    margin-right: 23px;
    line-height: 18px;
}
.bszhb673 {
    margin-bottom: 10px;
    width: 160px;
    margin-top: 20px;
}
.bsqwt967 {
    padding: 19px 5px;
    font-size: 12px;
}
.thimcjj732 {
    right: 13px;
    padding: 18px;
    bottom: 13%;
}
.thimcjj732 i {
    font-size: 25px;
}
.thimcxa923 .proslititl {
    font-size: 16px;
    margin-bottom: 5px;
}


}

@media (max-width: 1366px) {


	
}

@media (max-width: 1100px) {
.tmenu {
    display: none;
}
.slidertexts {
    max-width: 65%;
}
.sldimg {
    height: 72vh;
}
.thimpdr847{
    margin-top: 30px;
}
	
}

@media (max-width: 1024px) {


	
}

@media (max-width: 990px) {
.thimcxa923 .center {
    margin: 18px 2%;
    width: 29%;
}
.thimvop143{
    display: none;
}
#contactform {
    margin-left: 0px;
}
	
}
@media (max-width: 768px) {


}

@media (max-width: 660px) {
form .skewb {
    margin-bottom: 7px!important;
}
.sldimg {
    height: 100vh;
}
.thimwcn225 {
    height: 50vh;
    width: auto;
    margin-left: -104%;
}
.slidertxt {
    font-size: 37px;
}
.thimcxa923 .center {
    margin: 18px 2%;
    width: 46%;
    padding: 33px 10px;
}
.bssrk045 {
    line-height: 45px;
}
.slidersec {
    background-position: 67% center;
}
.bsvdp361 {
    padding: 12px 12px 12px 12px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.logo {
    max-width: 155px;
}
.slidertexts {
    max-width: 98%;
}
.slidertexts {
    max-width: 98%;
    background: rgb(0, 0, 0, 0.27);
    padding: 20px 10px;
    border-radius: 14px;
}
h1, .h1 {
    font-size: 31px;
    line-height: 38px;
}
.thimhnu070 {
    flex-direction: column;
}
.thimyoq720 {
    width: 100%;
    padding: 25px 25px;
    margin-bottom: 26px;
}
.thimyoq720 h3 {
    font-size: 23px;
}
.bstjq633{
    margin-bottom: 43px;
}
.slidercont {
    top: 63%;
}
.thimcjj732 {
    bottom: 10%;
}
.slidertexts p {
    font-weight: 300;
}

}

@media (max-width: 350px) {


	
}

@media  (max-width: 1000px) and (orientation: landscape) {

.slidertxt {
    font-size: 34px;
}
.sldimg {
    height: 100vh;
}
.slidertexts {
    max-width: 100%;
}
.bssrk045 {
    line-height: 33px;
}
.slidersec {
    background-position: center;
}


}

















.thimdat029{

}
.thimgtj307{

}
.thimrjx396{

}
.thimxmu441{

}
.thimyqj804{

}
.thimfvt897{

}
.thimlfo615{

}
.thimrlv519{

}
.thimdyb035{

}
.thimhjt732{

}
.thimxdy964{

}
.thimits970{

}
.thimmyp638{

}
.thimynj477{

}
.thimeyn718{

}
.thimbfo724{

}
.thimqtn048{

}
.thimsmq583{

}
.thimbtp492{

}
.thimoxh540{

}
.thimotu424{

}
.thimbml814{

}
.thimgdf910{

}
.thimnfh676{

}
.thimpdi203{

}
.thimejq044{

}
.thimjhg979{

}
.thimsqc719{

}
.thimbmy283{

}
.thimmqv105{

}
.thimkhf053{

}
.thimjud345{

}
.thimdqj229{

}
.thimhml439{

}
.thimuxr347{

}
.thimfxc945{

}
.thimbbr610{

}
.thimwzq013{

}
.thimcsc264{

}
.thimmka465{

}
.thimiau398{

}
.thimrof013{

}
.thimsjp017{

}
.thimrhk167{

}
.thimmop400{

}
.thimysv679{

}
.thimfpa689{

}
.thimiag399{

}
.thimheh030{

}
.thimwzl223{

}
.thimbuj200{

}
.thimscp844{

}
.thimycv461{

}
.thimzbu520{

}
.thimodx081{

}
.thimcup364{

}
.thimqmr592{

}
.thimuxp644{

}
.thimncz141{

}
.thimztn925{

}
.thimtpa023{

}
.thimsqo695{

}
.thimljc380{

}
.thimqud091{

}
.thimozy062{

}
.thimihq940{

}
.thimisx320{

}
