html {
  scroll-behavior: smooth;
}


*{ margin: 0; padding: 0; box-sizing: border-box; letter-spacing: 0.15px; } 
*::before,
*::after {
  box-sizing: border-box;
}



body { background-color: #F4F5FA; font-family: Arial, Helvetica, sans-serif;  }
a { text-decoration: none; }
.img { width: 100%; overflow: hidden; }
.img img { width: 100%; }

.left {
  text-align: left;
}
.right {
  text-align: left;
}
.center {
  text-align: center;
}

/*BORDER CODE END ////////////////////////// */
.border { border: solid 1px #e7e7e7; }
.border-left { border-left: solid 1px #e7e7e7; }
.border-right { border-right: solid 1px #e7e7e7; }
.border-bottom { border-bottom: solid 1px #e7e7e7; }
.border-top { border-top: solid 1px #e7e7e7; }
.border-none { border: none !important; }

.border-radius4 { border-radius: 4px;}
.border-radius6 { border-radius: 6px;}
.border-radius8 { border-radius: 8px;}
.border-radius10 { border-radius: 10px;}
.border-radius12 { border-radius: 12px;}


/*BORDER CODE END ////////////////////////// */

.bg-f2f2f2 {
  background-color: #f2f2f2;
}
.bg-fff {
  background-color: #ffff;
}
.bg-white {
  background-color: #ffff;
}
/*BUTTONS CSS CODE START //////////////////// */
/* https://www.codehim.com/demo/candy-color-button-animation/ */

.button-center {
  text-align: center;
  width: 100%;
  clear: both;
}

.button {
    width:fit-content;
    height: 45px;
    color: #fff;
    border-radius: 5px;
    padding: 12px 32px;
    font-family: lato,sans-serif;
    font-size: 18px;
    font-weight: 500;
    background: 0 0;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0 rgb(255 255 255 / 50%), 7px 7px 20px 0 rgb(0 0 0 / 10%), 4px 4px 5px 0 rgb(0 0 0 / 10%);
    outline: none;
    margin: 10px 0px;
}
.custom-btn  {
  width:fit-content;
  height: 45px;
  color: #fff;
  border-radius: 5px;
  padding: 12px 32px;
  font-family: lato,sans-serif;
  font-size: 18px;
  font-weight: 500;
  background: 0 0;
  cursor: pointer;
  transition: all .3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0 rgb(255 255 255 / 50%), 7px 7px 20px 0 rgb(0 0 0 / 10%), 4px 4px 5px 0 rgb(0 0 0 / 10%);
  outline: none;
  margin: 10px 0px;
}
.btn-1 {
  background:#060e83;
  background:linear-gradient(0deg,rgba(6,14,131,1) 0%,rgba(12,25,180,1) 100%);
  border:none
}
.btn-1:hover{
  background:#0003ff;
  background:linear-gradient(0deg,rgba(0,3,255,1) 0%,rgba(2,126,251,1) 100%)
}


.btn-2{
  background:#6009f0;background:linear-gradient(0deg,rgba(96,9,240,1) 0%,rgba(129,5,240,1) 100%);
  border:none
}
.btn-2:before{height:0%;width:2px}
.btn-2:hover{box-shadow:4px 4px 6px 0 rgba(255,255,255,.5),-4px -4px 6px 0 rgba(116,125,136,.5),inset -4px -4px 6px 0 rgba(255,255,255,.2),inset 4px 4px 6px 0 rgba(0,0,0,.4)}

.btn-3{background:#00acee;background:linear-gradient(0deg,rgba(0,172,238,1) 0%,rgba(2,126,251,1) 100%);width:130px;height:40px;line-height:42px;padding:0;border:none}
.btn-3 span{position:relative;display:block;width:100%;height:100%}
.btn-3:before,.btn-3:after{position:absolute;content:"";right:0;top:0;background:#027efb;transition:all .3s ease}
.btn-3:before{height:0%;width:2px}
.btn-3:after{width:0%;height:2px}
.btn-3:hover{background:0 0;box-shadow:none}
.btn-3:hover:before{height:100%}
.btn-3:hover:after{width:100%}
.btn-3 span:hover{color:#027efb}
.btn-3 span:before,
.btn-3 span:after{position:absolute;content:"";left:0;bottom:0;background:#027efb;transition:all .3s ease}
.btn-3 span:before{width:2px;height:0%}
.btn-3 span:after{width:0%;height:2px}
.btn-3 span:hover:before{height:100%}
.btn-3 span:hover:after{width:100%}

.btn-5{width:130px;height:40px;line-height:42px;padding:0;border:none;background:#ff1b00;background:linear-gradient(0deg,rgba(255,27,0,1) 0%,rgba(251,75,2,1) 100%)}
.btn-5:hover{color:#f0094a;background:0 0;box-shadow:none}
.btn-5:before,.btn-5:after{content:'';position:absolute;top:0;right:0;height:2px;width:0;background:#f0094a;box-shadow:-1px -1px 5px 0 #fff,7px 7px 20px 0 #0003,4px 4px 5px 0 #0002;transition:400ms ease all}.btn-5:after{right:inherit;top:inherit;left:0;bottom:0}
.btn-5:hover:before,
.btn-5:hover:after{width:100%;transition:800ms ease all}

 

.btn-9{border:none;transition:all .3s ease;overflow:hidden}
.btn-9:after{position:absolute;content:" ";z-index:-1;top:0;left:0;width:100%;height:100%;background-color:#1fd1f9;background-image:linear-gradient(315deg,#1fd1f9 0%,#b621fe 74%);transition:all .3s ease}
.btn-9:hover{background:0 0;box-shadow:4px 4px 6px 0 rgba(255,255,255,.5),-4px -4px 6px 0 rgba(116,125,136,.2),inset -4px -4px 6px 0 rgba(255,255,255,.5),inset 4px 4px 6px 0 rgba(116,125,136,.3);color:#fff}
.btn-9:hover:after{-webkit-transform:scale(2) rotate(180deg);transform:scale(2) rotate(180deg);box-shadow:4px 4px 6px 0 rgba(255,255,255,.5),-4px -4px 6px 0 rgba(116,125,136,.2),inset -4px -4px 6px 0 rgba(255,255,255,.5),inset 4px 4px 6px 0 rgba(116,125,136,.3)}

.btn-10{background:#1609f0;background:linear-gradient(0deg,rgba(22,9,240,1) 0%,rgba(49,110,244,1) 100%);color:#fff;border:none;transition:all .3s ease;overflow:hidden}.btn-10:after{position:absolute;content:" ";top:0;left:0;z-index:-1;width:100%;height:100%;transition:all .3s ease;-webkit-transform:scale(.1);transform:scale(.1)}
.btn-10:hover{color:#fff;border:none;background:0 0}
.btn-10:hover:after{background:#0003ff;background:linear-gradient(0deg,rgba(2,126,251,1) 0%,rgba(0,3,255,1)100%);-webkit-transform:scale(1);transform:scale(1)}
 

.btn-12{position:relative;right:20px;bottom:20px;border:none;box-shadow:none;width:130px;height:40px;line-height:42px;-webkit-perspective:230px;perspective:230px}.btn-12 span{background:#00acee;background:linear-gradient(0deg,rgba(0,172,238,1) 0%,rgba(2,126,251,1) 100%);display:block;position:absolute;width:130px;height:40px;box-shadow:inset 2px 2px 2px 0 rgba(255,255,255,.5),7px 7px 20px 0 rgba(0,0,0,.1),4px 4px 5px 0 rgba(0,0,0,.1);border-radius:5px;margin:0;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .3s;transition:all .3s}.btn-12 span:nth-child(1){box-shadow:-7px -7px 20px 0 #fff9,-4px -4px 5px 0 #fff9,7px 7px 20px 0 #0002,4px 4px 5px 0 #0001;-webkit-transform:rotateX(90deg);-moz-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:50% 50% -20px;-moz-transform-origin:50% 50% -20px;transform-origin:50% 50% -20px}.btn-12 span:nth-child(2){-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-transform-origin:50% 50% -20px;-moz-transform-origin:50% 50% -20px;transform-origin:50% 50% -20px}.btn-12:hover span:nth-child(1){box-shadow:inset 2px 2px 2px 0 rgba(255,255,255,.5),7px 7px 20px 0 rgba(0,0,0,.1),4px 4px 5px 0 rgba(0,0,0,.1);-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);transform:rotateX(0deg)}.btn-12:hover span:nth-child(2){box-shadow:inset 2px 2px 2px 0 rgba(255,255,255,.5),7px 7px 20px 0 rgba(0,0,0,.1),4px 4px 5px 0 rgba(0,0,0,.1);color:transparent;-webkit-transform:rotateX(-90deg);-moz-transform:rotateX(-90deg);transform:rotateX(-90deg)}

.btn-13{background-color:#89d8d3;background-image:linear-gradient(315deg,#89d8d3 0%,#03c8a8 74%);border:none;z-index:1}
.btn-13:after{position:absolute;content:"";width:100%;height:0;bottom:0;left:0;z-index:-1;border-radius:5px;background-color:#4dccc6;background-image:linear-gradient(315deg,#4dccc6 0%,#96e4df 74%);box-shadow:-7px -7px 20px 0 #fff9,-4px -4px 5px 0 #fff9,7px 7px 20px 0 #0002,4px 4px 5px 0 #0001;transition:all .3s ease}.btn-13:hover{color:#fff}.btn-13:hover:after{top:0;height:100%}.btn-13:active{top:2px}

 

.btn-15{background:#b621fe;border:none;z-index:1}.btn-15:after{position:absolute;content:"";width:0;height:100%;top:0;right:0;z-index:-1;background-color:#663dff;border-radius:5px;box-shadow:inset 2px 2px 2px 0 rgba(255,255,255,.5),7px 7px 20px 0 rgba(0,0,0,.1),4px 4px 5px 0 rgba(0,0,0,.1);transition:all .3s ease}.btn-15:hover{color:#fff}.btn-15:hover:after{left:0;width:100%}.btn-15:active{top:2px}

 
/*BUTTONS CSS CODE END //////////////////// */


h1 {
  color: #333333;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.41;
    font-size: 40px;
}
h1 span {
  color: #086AD8;
}



.card01 {
  width: 100%;
  background-color: #fff;
  padding: 10px;
  overflow: hidden;
}
.card01 .img {
  width: 100%;
}
.card01 .img img {
  width: 100%;
}
.card01 .icon {
  width: 100px;
  margin: 0px auto;
  text-align: center;

}
 

.card01 .icon img {
  width: 100px;
  margin: 0px auto;
  text-align: center;
  animation: shakeY 15s linear infinite;
}
.card01 .card01-category {
  width: 100%;
  font-size:14px;
  font-weight: 300;
  color: #3ea9f5;
}
.card01 .card01-category a { 
  color: #3ea9f5;
  text-decoration: none;
}
.card01 .card01-category a:hover { 
  color: #ff0000;
}
.card01 h5 {
  width: 100%;
  font-weight: 500;
  color: #0e2b5c;
  font-size: 2.25rem;
  line-height: 1.2em;
}
.card01 p {
  width: 100%;
  font-weight: 500;
  color: #0e2b5c;
  font-size: 1.25rem;
  line-height: 1.2em;
}




.card02 {
  width: 100%;
  background-color: #fff;
  padding: 10px;
  overflow: hidden;
}
.card02 .img {
  width: 100%;
}
.card02 .img img {
  width: 100%;
}
.card02 .card02-category {
  width: 100%;
  font-size:14px;
  font-weight: 300;
  color: #3ea9f5;
}
.card02 .card02-category a { 
  color: #3ea9f5;
  text-decoration: none;
}
.card02 .card02-category a:hover { 
  color: #ff0000;
}
.card02 h5 {
  width: 100%;
  font-weight: 500;
  color: #0e2b5c;
  font-size: 30px;
  line-height: 50px;
}
.card02 p {
  width: 100%;
  font-weight: 500;
  color: #0e2b5c;
  font-size: 1rem;
  line-height: 1.6em;
}


.card03 {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.card03-img {
  position: relative;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.card03-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--insur-black-rgb), .30);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 500ms ease;
  transform: translate3d(0px, -100%, 0px);
  z-index: 1;
}

.card03:hover .card03-img:before {
  transform: translate3d(0px, 0, 0px);
}

.card03-img img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.card03:hover .card03-img img {
  transform: scale(1.05);
}

.card03-content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 37px 30px 28px;
}

.card03-icon {
  position: absolute;
  top: -40px;
  right: 20px;
  height: 60px;
  width: 60px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: var(--insur-bdr-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 3;
}

.card03:hover .card03-icon {
  background-color: var(--insur-base);
}

.card03-icon span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: var(--insur-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.card03:hover .card03-icon span {
  color: var(--insur-white);
  transform: scale(0.9);
}

.card03-title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: var(--insur-letter-spacing);
  margin-bottom: 5px;
  color: #00CFFF;
}

.card03-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: -16px;
  height: 4px;
  width: 40px;
  background-image: -moz-linear-gradient(0deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);
}

.card03-title a {
  color: var(--insur-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.card03:hover .card03-title a {
  color: var(--insur-base);
}

.card03-text {
  font-size: 14px;
  letter-spacing: var(--insur-letter-spacing);
  line-height: 24px;
}



.card04 {
  width: 100%;
  background: #F2F6F9;
  padding-bottom: 10px;
  border-radius: 6px 6px 0px 0px;
}

.card04 .img {
  width: 100%;
}

.card04 .img img {
  width: 100%;
  border-radius: 6px 6px 0px 0px;
  overflow: hidden;
}
.card04 .content {
  width: 86%;
  margin: -40px auto 0px auto;
 background-color: #fff;
 z-index: 999;
 position: relative;
 padding: 10px;
 border-radius: 2px;
text-align: center;
}
.card04 .content h4 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #00CFFF;
}
.card04 .content h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #00CFFF;
}
.card04 .content p {
  font-size: 16px;
  line-height: 28px;
  color: #595959;
}
.card04 .more {
  text-align: center;
  font-size: 16px;
}
.card04 .more a {
  text-decoration: none;
  color: #0054E0;
}
.card04 .more a:hover {
  text-decoration: none;
  color: #ff1b00;
}


/*test end*/

.googlemap   {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.googlemap   iframe {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: 0;
  min-height: 450px;
}
 .google-map {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
 .google-map iframe {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: 0;
  min-height: 450px;
}


input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}



.morebutton-01 {
  width: 200%;
}
.morebutton-02 {
  width: 200%;
}
.morebutton-03 {
  width:60px;
  height: 60px;
  text-align: center;
  padding-top: 14px;
  background-color: #f2f2f2;
  border: solid 1px #e7e7e7;
  border-radius: 100%;
  margin: 10px auto;
}
.morebutton-03 a {
  text-align: center;
vertical-align: middle;
text-decoration: none;
color: #086AD8;
}
.morebutton-03 a {
  text-align: center;
vertical-align: middle;
text-decoration: none;
color: #ff0000;
}








.box1  {
  width: 100%;
  background-color: #fff;
  border: solid 1px #e7e7e7;
  padding: 10px;
}

.box2  {
  width: 100%;
  background-color: #fff;
  border: solid 1px #e7e7e7;
  padding: 10px;
}


.box3  {
  width: 100%;
  background-color: #fff;
  border: solid 1px #e7e7e7;
  padding: 10px;
}

.box4 {
  position: relative;
  display: block;
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: inset 0px 0px 18px 0px rgb(0 0 0 / 20%);
  padding: 15px;
  z-index: 1;
 
}



.flex { width: 100%; display: flex; flex-wrap: nowrap; justify-content: space-between; }
.flex .flex-box { width: 100%; flex-grow: 1; }

.flex-inline { width: 100%; display:inline-flex; flex-wrap: nowrap; }
.flex-inline .flex-inline-box { padding: 10px;  flex-grow: 0;  margin: 10px 0px; }
/* CLEAR FIX CSS START //////////////////////// */
.clear0 { clear: both; height: 0px; } .clear1 { clear: both; height: 1px; } .clear2 { clear: both; height: 2px; } .clear3 { clear: both; height: 3px; } .clear4 { clear: both; height: 4px; } .clear5 { clear: both; height: 5px; } .clear10 { clear: both; height: 10px; } .clear15 { clear: both; height: 15px; } .clear20 { clear: both; height: 20px; } .clear25 { clear: both; height: 25px; } .clear30 { clear: both; height: 30px; } .clear35 { clear: both; height: 35px; } .clear40 { clear: both; height: 40px; } .clear45 { clear: both; height: 45px; } .clear50 { clear: both; height: 50px; } .clear55 { clear: both; height: 55px; } .clear60 { clear: both; height: 60px; } .clear65 { clear: both; height: 65px; } .clear70 { clear: both; height: 70px; } .clear75 { clear: both; height: 75px; } .clear80 { clear: both; height: 80px; } .clear85 { clear: both; height: 85px; } .clear90 { clear: both; height: 90px; } .clear95 { clear: both; height: 95px; } .clear100 { clear: both; height: 100px; }
/* CLEAR FIX CSS END //////////////////////// */
/*ALIGN CODE START ////////////////////////// */
.left { text-align: left; } .left-center { text-align: left; } .left-right { text-align: left; } .right { text-align: right; } .right-center { text-align: right; } .right-left { text-align: right; } .center { text-align: center; } .center-left { text-align: center; } .center-right { text-align: center; }
/*ALIGN CODE END ////////////////////////// */


.pagelayout {
  width: 100%;
  padding: 40px 8%;
}
.pagelayout .pagelayout-in {
  width: 100%;
}


/*COLUMNS CODE START ////////////////////////// */
.tr01 { clear: both; width: 100%; }
.tr01 .td01 { width: 980%; padding: 1%; }
.tr02 { clear: both; width: 100%; display: grid; grid-template-rows: auto; grid-template-columns: 48% 48%; gap: 4%; padding: 5px 0px 15px 0px;   margin: 5px auto; }
.tr02 .td02 { width: 100%; }
.tr03 { clear: both; width: 98%; display: grid; grid-template-rows: auto; grid-template-columns: 32% 32% 32%; gap: 3%; padding: 5px 0px 15px  0px;  margin: 5px auto; }
.tr03 .td03 { width: 100%; }
.tr04 { clear: both; width: 100%; display: grid;  grid-template-rows: auto; grid-template-columns: 23% 23% 23% 23%;  gap: 2%; }
.tr04 .td04 { width: 100%; padding: 1%; }
.tr05 { clear: both; width: 100%; display: grid; grid-template-rows: auto; grid-template-columns: 19% 19% 19% 19% 19%; gap: 5%; }
.tr05 .td05 { width: 100%; padding: 1%; }
.tr06 { clear: both; width: 100%; display: grid; grid-template-rows: auto;
    grid-template-columns: 16% 16% 16% 16% 16% 16%;  gap: 4%; }
.tr06 .td06 { width: 100%; padding: 1%; }
.tr07 {
    clear: both;
    width: 100%;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 14.28% 14.28% 14.28% 14.28% 14.28% 14.28% 14.28%;
    gap: 10px;
}
.tr07 .td07 {
    width: 100%;
    padding: 1%;
}


.tr08 {
    clear: both;
    width: 100%;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% ;
    gap: 10px;
}
.tr08 .td04 {
    width: 100%;
    padding: 1%;
}


.tr09  {
    clear: both;
    width: 100%;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 11.11% 11.11% 11.11% 11.11% 11.11% 11.11% 11.11% 11.11% 11.11%  ;
    gap: 10px;
}
.tr09 .td09 {
    width: 100%;
    padding: 1%;
}



.tr10  {
    clear: both;
    width: 100%;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%   ;
    gap: 10px;
}
.tr10 .td10 {
    width: 100%;
    padding: 1%;
}

.tr11  {
  clear: both;
  width: 100%;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 9% 9% 9% 9% 9% 9% 9% 9% 9% 9% 9%   ;
  gap: 10px;
}
.tr11 .td11 {
  width: 100%;
  padding: 1%;
}
.tr12  {
  clear: both;
  width: 100%;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 8.3% 8.3% 8.3% 8.3% 8.3% 8.3% 8.3% 8.3% 8.3% 8.3% 8.3% 8.3% ;
  gap: 10px;
}
.tr12 .td12 {
  width: 100%;
  padding: 1%;
}


.tr-left25 {
  clear: both;
  width: 100%;
  display: grid;
  grid-template-columns:  25% 71%;
  gap: 4%;
}

.tr-left30 {
  clear: both;
  width: 100%;
  display: grid;
  grid-template-columns: 30% 66%;
  gap: 4%;
}

.tr-left60 {
  clear: both;
  width: 100%;
  display: grid;
  grid-template-columns: 60% 36%;
  gap: 4%;
}
/*COLUMNS CODE END ////////////////////////// */


/* ////////////// TITLE CSS CODE START ///////////////////////////////// */

.page-title-01 {
  width: 100%;
  padding: 20px 8%;
  color: #333;
  background-color: #f2f2f2;
  border-bottom: solid 1px #e7e7e7;
  font-size: 30px;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 40px;
  width: 100%;
  min-height: 60px;

}

/* Page Title 02 Start  */  
.page-title-02 {
  margin: 0px 0px 50px 0px;
  clear: both;
  padding: 60px 0px 40px 0px;
  background-image: url("../images/page-title-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
 
  
}
.page-title-02 h2 {
  color:#fff;
  font-size: 50px;
  font-weight: 500;
  
}
.page-title-02 ul {
 width: 100%;
} 
.page-title-02 ul li {
  display: inline-block;
  list-style: none;
  margin: 0px 10px;
  font-size: 18px;
  color: #fff;
}
.page-title-02 ul li a {
  text-decoration: none;
  color:#fff;
}
.page-title-02 ul li a:hover {
  color:#f2f2f2;
}

/*


<div class="page-title-02" >
       <h2>Page Title 02</h2>
        <ul>
            <li><a href="index.php"> Home </a></li>
            <li> > </li>
            <li> About US</li>
        </ul>
</div><!--page-title-02 --> 
*/
/* Page Title 01 END  */

.page-title-03 {
  background-color: #3f6bb7;
  padding: 30px 0px;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}




/* Titles-01 Start  */
.title-01 h3 {
  font-size: 27px;
  z-index: 1;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  position: relative;
  text-align: left;
  font-weight: normal;
}
.title-01 .line {
  background: #000;
  border-top: solid 1px #e3e3e3;
  position: absolute;
  height: 1px;
  display: block;
  top: 16px;
  width: 100%;
}
.title-01 .text {
  background-color: #f3f3ff;
  z-index: 20;
  position: relative;
  text-align: center;
  padding: 0px 18px 0px 0px;
}

/* Title Example
<div class="title-01">
        <h3><span class="line"></span><span class="text">LinStar Theme</span></h3>
</div>
*/

/*Title 1 End//// */





.title-02 h3 {
  font-size: 27px;
  z-index: 1;
  position: relative;
  text-align: left;
  font-weight: 300;
}
.title-02 .line {
  background: #000;
  border-top: solid 1px #dbdada;
  position: absolute;
  height: 1px;
  display: block;
  top: 14px;
  width: 100%;
}
.title-02 .line2 {
  background: #000;
  border-top: solid 1px #dbdada;
  position: absolute;
  height: 1px;
  display: block;
  top: 18px;
  width: 100%;
}
.title-02 .text {
  background-color: #f3f3ff;
  z-index: 20;
  position: relative;
  text-align: center;
  padding: 0px 18px 0px 0px;
}
.title-02 strong {
  font-weight: 500;
}


/*Title 3 Start */
.title-03 h3 {
  font-size: 27px;
  color: #0F365C;
  padding-bottom: 16px;
  z-index: 1;
  position: relative;
  text-align: left;
  font-weight: normal;  
}
.title-03 .line {
  background: #9eca45;
  position: absolute;
  height: 2px;
  display: block;
  bottom: 0px;
  width: 72px;
}
.title-03 .text {
  z-index: 20;
  position: relative;
  text-align: center;
}

/*
<div class="title-03">
        <h3><span class="line"></span><span class="line2"></span><span class="text">LinStar <strong>Theme</strong></span></h3>
</div>
*/

/*Title 3 End*/

.title-04 .line {
  background: #9eca45;
  position: absolute;
  height: 3px;
  display: block;
  bottom: 0px;
  width: 100px;
}
.title-04 .line2 {
  background: #000;
  border-top: solid 1px #e3e3e3;
  position: absolute;
  height: 1px;
  display: block;
  bottom: 1px;
  width: 100%;
}
.title-04 .text {
  z-index: 20;
  position: relative;
  text-align: center;
}

.title-04 h3 {
  font-size: 27px;
  padding-bottom: 16px;
  z-index: 1;
  position: relative;
  text-align: left;
  font-weight: normal;
  margin-bottom: 25px;
}
.title-04 h3.nmb {
  margin-bottom: 3px;
}

.title-05 {
  margin-top: -6px;
  padding-bottom: 43px;
  position: relative;
  padding-left: 24px;
}
.title-05:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 3px;
  height: 52px;
  background: #01305e;
  content: "";
}

.title-05 h3 {
  color: #292929;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  margin-top: -7px;
}

.title-05 p {
  color: #01305e;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 12px;
  text-transform: capitalize;
}



.title-06 {
  width: 100%;
  clear: both;
  font-size: 50px;
  color: #0e54ae;
  font-weight: 800;
  line-height: 60px;
}

.title-06 span {
  width: 100%;
  font-size: 40px;
  font-weight: 400;
  width: 100%;
  color: #bc74a5;
}
/*
<div class="title-06">
    <span>We Would Love To</span><br>See You Smile
</div>
*/

/* Style 7
   ----------------------------- */
   .title-07 h3 {
    text-align: center;
        font-size:30px; font-weight:300; color:#222; letter-spacing:1px;
        text-transform: uppercase;
        display: grid;
        grid-template-columns: 1fr max-content 1fr;
        grid-template-rows: 27px 0;
        grid-gap: 20px;
        align-items: center;
    }
    
    .title-07 h3:after  {
        content: " ";
        display: block;
        border-bottom: 1px solid #c50000;
        border-top: 1px solid #c50000;
        height: 5px;
    }
    .title-07 h3:before {
      content: " ";
      display: block;
      border-bottom: 1px solid #c50000;
      border-top: 1px solid #c50000;
      height: 5px;
  }
    
/*
<div class="title-07">
  <h3>Title 07</h3>
</div>*/





.title-08 h3 {
  text-align:center;
  text-transform:uppercase;
  font-size:26px; letter-spacing:1px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 16px 0;
  grid-gap: 22px;
}

.title-08 h3:after  {
  content: " ";
  display: block;
  border-bottom: 2px solid #e7e7e7;
}
.title-08 h3:before {
  content: " ";
  display: block;
  border-bottom: 2px solid #e7e7e7;
}
/*
<div class="title-08">
  <h3>Title 08</h3>
</div>
*/






.title-09 h3 {
  font-size:34px; font-weight:500; text-transform:uppercase;
}
.title-09 h3:before {
    background-color: #c50000;
    border-radius: 0.25rem;
    content: '';
    display: block;
    height: 0.25rem;
    width: 42px;
    margin-bottom: 1.25rem;
}
/*
<div class="title-09">
  <h3>Style Ten</h3>
</div>
*/



.title-10 h3 {
  font-size:26px; 
  font-weight:700;  
  letter-spacing:1px; 
  text-transform:uppercase; 
  width:100px; 
  text-align:center; 
  margin:auto; 
  white-space:nowrap; 
  padding-bottom:13px;
}
.title-10 h3:before {
    background-color: #c50000;
    content: '';
    display: block;
    height: 3px;
    width: 15px;
    margin-bottom: 5px;
}
.title-10 h3:after {
    background-color: #c50000;
    content: '';
    display: block;
  position:absolute; right:0; bottom:0;
    height: 3px;
    width: 15px;
    margin-bottom: 0.25em;
}
/*
<div class="title-10">
  <h3>Title 10 </h3>
</div>
*/
















.subtitle-01 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 22px;
  margin: 0 0 21px 0;
  display: inline-block;
  position: relative;
  margin-left: 35px;
  color: #2db7ff;
}

.subtitle-01:before {
  content: "";
  width: 25px;
  position: absolute;
  background: #2db7ff;
  height: 3px;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}

.sub-title-01:before {
  content: "";
  width: 25px;
  position: absolute;
  background: #2db7ff;
  height: 3px;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}


.bgtitle-01 {
  width: 100%;
  padding: 10px 5px;
  font-size: 26px;
  font-weight: 500;
  background: #0054E0;
  color: #fff;
  text-align: center;

}




.sectiontitle-01 {
  text-align: center;
}
.sectiontitle-01 em {
  display: block;
  font-size: 18px;
  margin-top: 5px;
  font-style: normal;
  font-weight: 400;
}
.sectiontitle-01 .line {
  background: url(../images/h-line2.png) no-repeat center top;
  height: 3px;
  display: block;
  bottom: 0px;
  width: 210px;
  margin: 18px auto 0 auto;
}




.sectiontitle-02 h2 {
  font-size: 35px;
  z-index: 1;
  position: relative;
  text-align: center;
  font-weight: 300;
}
.sectiontitle-02 .line {
  background: url(../images/h-line.jpg) no-repeat center top;
  position: absolute;
  height: 1px;
  display: block;
  top: 18px;
  width: 100%;
  margin: 0 auto;
}
.sectiontitle-02 .text {
  background-color: #ffffff;
  z-index: 20;
  position: relative;
  text-align: center;
  padding: 0px 25px;
}

/*Title 7 End */




.sectiontitle-03 {
  text-align: center;
  margin: 10px auto 30px auto;
}
.sectiontitle-03 em {
  display: block;
  font-size: 16px;
  margin-top: 5px;
  font-style: normal;
  font-weight: 400;
  color: #333;
  
}
.sectiontitle-03 .line {
  background: #00CFFF;
  height: 3px;
  display: block;
  bottom: 0px;
  width: 100px;
  margin: 18px auto 0 auto;
}



.sectiontitle-04 {
    color: #333333;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 0;
      line-height: 1.41;
      font-size: 40px;
      text-align: center;
  }
  .sectiontitle-04 span {
    color: #00CFFF;
  }


  
 
  .sectiontitle-04 h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}



  /*PURE CSS SLIDE START */
  #slide-layout {
    width: 100%;
    overflow: hidden;
    clear: both;
}
  #cssslide-01 {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    animation: 20s purecss-slider infinite;
  }
  #cssslide-01 figure {
    margin: 0px;
    padding: 0px;
  }
  #cssslide-01 figure img {
    width: 20%;
    float: left;
  }
  
  @keyframes purecss-slider {
    0% {
      left: 0;
    }
    20% {
      left: 0;
    }
    25% {
      left: -100%;
    }
    45% {
      left: -100%;
    }
    50% {
      left: -200%;
    }
    70% {
      left: -200%;
    }
    75% {
      left: -300%;
    }
    95% {
      left: -300%;
    }
    100% {
      left: -400%;
    }
  }
  
/*PURE CSS SLIDE END*/

/* ////////////// TITLE CSS CODE END ///////////////////////////////// */

.p-title01 {
  font-size: 22px;
    color: #015fc9;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.02em;
    padding-bottom: 9px;
    margin: 5px 0px 5px 0px;
}

.p-main {
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
  font-style: italic;
  color: #15135F;
  background-color: #f1f7fa;
  padding: 20px;
}


p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}
.p1 {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  margin-top: 5;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}
.p2 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  color: #333;
  margin-top: 10;
  font-family: Arial, Helvetica, sans-serif;
}
.p3 {
  font-size: 26px;
  line-height: 26px;
  color: #333;
  margin-top: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.padding10 {
  padding: 10px;
}

/* LIST CSS START //////////////////////////////////  */
.list-normal {
  width: 100%;
  margin: 0px 0px 1rem 0px;
  padding: 0px;
}
.list-normal li {
  list-style: none;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.list-bullet {
  width: 100%;
  margin: 0px 0px 1rem 1rem;
  padding: 0px;
}
.list-bullet li {
  list-style: none;
  font-size: 18px;
  line-height: 50px;
  font-weight: 500;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}
.list-bullet li:before {
  content: url('../images/icon-tickmark.png');
  margin-left: -1.5em;
  margin-bottom: -10px;
}
 

.list-decimal {
  width: 100%;
  margin: 0px 0px 1rem 1rem;
  padding: 0px;
}
.list-decimal li {
  list-style: decimal;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}
/* LIST CSS END //////////////////////////////////  */

/*Design by : hisree.com */









/*MEDIA QUERY START MAX 480  -------------------------------- */
@media (max-width: 480px) {

.left-center { text-align: center; }
.left-right { text-align: right; }
.right-center { text-align: center; }
.right-left { text-align: left; }
.center-left { text-align: left; }
.center-right { text-align: right; }



.tr02 { display: grid; grid-template-rows: auto auto; grid-template-columns: 100%; }
.tr03 { display: grid; grid-template-rows: auto auto; grid-template-columns: 100%; }
.tr04 { display: grid; grid-template-rows: auto auto; grid-template-columns: 100%; }
.tr05 { display: grid; grid-template-rows: auto auto; grid-template-columns: 100%; }
.tr06 { display: grid; grid-template-rows: auto auto; grid-template-columns: 100%; }
.tr07 { display: grid; grid-template-rows: auto auto; grid-template-columns: 100%; }
.tr08 { display: grid; grid-template-rows: auto auto; grid-template-columns: 100%; }
.tr09 { display: grid; grid-template-rows: auto auto; grid-template-columns: 100%; }
.tr10 { display: grid; grid-template-rows: auto auto; grid-template-columns: 100%; }
.tr11 { display: grid; grid-template-rows: auto auto; grid-template-columns: 100%; }
.tr12 { display: grid; grid-template-rows: auto auto; grid-template-columns: 100%; }

}

/*MEDIA QUERY ENDMAX 480  -------------------------------- */




/*MEDIA QUERY START FROM 481 and MAX 767 -------------------------------- */

@media (min-width: 481px) and (max-width: 767px) {

  .tr02 { display: grid; grid-template-rows: auto;  grid-template-columns: 50% 50%;  }
  .tr03 { display: grid; grid-template-rows: auto;  grid-template-columns: 33.3% 33.3% 33.3%;  }
  .tr04 { display: grid; grid-template-rows: auto auto; grid-template-columns: 50% 50%;   }
  .tr06 { display: grid; grid-template-rows: auto auto auto; grid-template-columns: 33.3% 33.3% 33.3%; }
  .tr08 { display: grid; grid-template-rows: auto auto auto auto; grid-template-columns: 50% 50%; }
  .tr10 { display: grid; grid-template-rows: auto auto auto auto  auto; grid-template-columns: 50% 50%; }
  .tr12 { display: grid; grid-template-rows: auto auto auto; grid-template-columns: 50% 50%;  }
}

/*MEDIA QUERY ENDMAX 480  -------------------------------- */



.parallax {
  background-image: url("../images/parallax.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 8%;
  margin: 0px 0px;
  

}
.parallax .parallax-in {
  width: 100%;
  margin: 0px auto;
  color: #fff;
  font-size: 46px;
  font-weight: 600;
}
.parallax .parallax-in h3 {
  font-size: 30px;
  line-height: 60px;
  font-weight: 600;
  color: #ffff00;
}
.parallax .parallax-in h3 span {
  font-size: 30px;
  color: #ffff00;
}
.parallax .parallax-in .bg-white {
  padding: 40px;
  border-radius: 20px;
}
 /*

<!-- Container element -->
<div class="parallax"></div>
*/

.parallax2 {
  background-image: url("../images/parallax.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 8%;
  margin: 40px 0px;

}
.parallax2 .parallax-in {
  width: 100%;
  margin: 0px auto;
}


.width100 {
  width: 100%;
}
.web-whatapp-chat-bottom { display:inline; position:fixed; margin-top:-100px; z-index:999; bottom:50px; right:50px; width:80px; height:80px; float:right; }
.web-whatapp-chat-bottom img { width:100%;}
.api-whatapp-chat-bottom { display:none;  }

@media (max-width: 768px) {
.web-whatapp-chat-bottom {display:none;  }

.api-whatapp-chat-bottom { display:inline; position:fixed; margin-top:-100px; z-index:999; bottom:50px; right:50px; width:50px; height:50px; float:right; }
.api-whatapp-chat-bottom img { width:100%;}
}


