/*
0001 GLOBAL CSS 
0002 FIX CSS 
*/



/* 0001 GLOBAL CSS  START */
:root{
    --fc-nav-color :#303030;
    --fc-section-title-01 :#ff0000;
    --fc-section-title-02 :#ff0000;
    --bg-body :#fff;
    --bg-container : #fff;
    --bg-nav : #fff;
    --bg-footer :#e7e7e7;

}

/* GLOBAL STYLES  */
*,
::after,
::before {
    margin: 0px;
    padding:0px;
    box-sizing: border-box;
}
*:focus {
    outline-width: 2px;
    outline-offset: 1px;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
}
body {
    background-color:var(--bg-body);
    font-family: Arial, Helvetica, sans-serif;

}
/* 0001 GLOBAL CSS  END  */

#pagelayout {
  width: 100%;
}
#pagelayout .pagelayout-in {
  width: 94%;
  margin: 0px auto;
}



/*Alignment Start */
.left {
  text-align: left;
}
.right {
  text-align: left;
}
.center {
  text-align: center;
}
.left-center {
  text-align: left;
}
.left-right {
  text-align: right;
}
.right-center {
  text-align: right;
}
/*Alignment End */

 
.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:#ff0000;
background:linear-gradient(0deg,rgba(255,0,0,1) 0%,rgba(255,0,0,1) 100%);
border:none
}
.btn-1:hover{
background:#ff1b00;
background:linear-gradient(0deg,rgba(255,52,52,1) 0%,rgba(250,50,50,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 //////////////////// */

 


/*IMMAGES CODE START*/
 
.img { width: 100%; overflow: hidden; }
.img img { width: 100%; }
.img .w100 { width: 100%; overflow: hidden; }
.img .w-100 { width: 100%; overflow: hidden; }
.img img .w100 { width: 100%; overflow: hidden; }
.img img .w-100 { width: 100%; overflow: hidden; }
.img100 { width: 100%; overflow: hidden; }
.img-100 { width: 100%; overflow: hidden; }
.w100 { width: 100%; overflow: hidden; }
.w-100 { width: 100%; overflow: hidden; }
/*IMAGE CODE END */




/*TITLES CSS START */



/*PARAGRAPH CODE START */



.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: 16px;
  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;
}

/*PARAGRAPH 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 0px 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: 15px 0 21px 35px;
  display: inline-block;
  position: relative;
 
  color: #2db7ff;
}

.subtitle-01:before {
  content: "";
  width: 25px;
  position: absolute;
  background: #2db7ff;
  height: 3px;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}

.subtitle-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-bottom: 15px;
}
.sectiontitle-03 em {
  display: block;
  font-size: 16px;
  margin-top: 5px;
  font-style: normal;
  font-weight: 400;
  
}
.sectiontitle-03 .line {
  background: #9eca45;
  height: 3px;
  display: block;
  bottom: 0px;
  width: 100px;
  margin: 10px 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: red;
  }


  
 
  .sectiontitle-04 h3 {
    display: block;
    font-size: 1.17em;
    margin: 10px 0px;
    font-weight: bold;
}

/* ////////////// TITLE CSS CODE END ///////////////////////////////// */




.section-title-01 {
    font-size: 30px;
    height: 5px;
    font-weight: 600;
    color: var(--fc-section-title-01);
    margin-bottom: 15px;
    text-align: center;
    text-transform: capitalize;
}
.section-title-01::after {
    border-bottom: solid 4px #ff0000;
}



.section-title-02 {
    text-align: center;
    margin-bottom: 15px;
  }
  .section-title-02 h3 {
    font-size: 30px;
    font-weight: bold;
    padding: 20px auto 10px auto;
  }
  .section-title-02 em {
    display: block;
    font-size: 26px;
    margin-top: 5px;
    font-style: normal;
    font-weight: 500;
    
  }
  .section-title-02 .line {
    background: #ff0000;
    height: 3px;
    display: block;
    bottom: 0px;
    width: 100px;
    margin: 10px auto 0 auto;
  }

  
  
.section-title-03 {
    color: #333333;
      margin-top: 20px;
      margin-bottom: 0;
      text-align: center;
      clear: both;
  }
  .section-title-03 h3 {
    display: block;
    font-size: 35px;
    line-height: 50px; 
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .section-title-03 span {
    color: #086AD8;
  }


/*Section Title 04 START */  
  .section-title-04 h3 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  
  }
  .section-title-04 h3:before {
    width: 28px;
    height: 6px;
    display: block;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -14px;
    background-color: #b80000;
  }
  .section-title-04 h3:after {
    width: 100px;
    height: 2px;
    display: block;
    content: "";
    position: relative;
    margin-top: 12px;
    left: 50%;
    margin-left: -50px;
    background-color: #b80000;
  }
/*Section Title 04 End */  
  
  
  
   /* section-title-05 START */
.section-title-05 h3 {
  text-align: center;
  color:#222; font-size:30px; font-weight:400;
  word-spacing: 1px; letter-spacing:2px; color:#c50000;
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.section-title-05 h3 span {
  display: block;
  line-height:2em; 
  padding-bottom:15px;
  text-transform: none;
  font-size:.7em;
  font-weight: normal;
  font-style: italic; font-family: "Playfair Display","Bookman",serif;
  color:#999; letter-spacing:-0.005em; word-spacing:1px;
  letter-spacing:none;
}
.section-title-05 h3:after, .section-title-05 h3:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 4px;
  content: "";
  right: 45px; 
  margin:auto;
  background-color: #ccc;
}
.section-title-05 h3:before { 
background-color:#d78b8b;
  left:45px; width:90px;
}
/* section-title-05 END */


  

  
  
  /*Side Section Title 01 Start */
  .side-section-title-01 {
    font-size: 30px;
    font-weight:bold;
    color: #0F365C;
    padding-bottom: 16px;
    z-index: 1;
    position: relative;
    text-align: left;
    font-weight: normal;  
    margin-top: 30px;
  }

.side-section-title-01 h3 {
    font-size: 30px;
    font-weight:bold;
    color: #0F365C;
    padding-bottom: 16px;
    z-index: 1;
    position: relative;
    text-align: left;
    font-weight: normal;  
    margin-top: 30px;
  }
  .side-section-title-01 .line {
    background: #ff0000;
    position: absolute;
    height: 2px;
    display: block;
    bottom: 0px;
    width: 72px;
  }
  .side-section-title-01 .text {
    z-index: 20;
    position: relative;
    text-align: center;
  }
  /*Side Section Title 01 END */




/*Side Section Title 02 START */
  .side-section-title-02 .line {
  background: #9eca45;
  position: absolute;
  height: 3px;
  display: block;
  bottom: 0px;
  width: 100px;
}
.side-section-title-02 .line2 {
  background: #000;
  border-top: solid 1px #AFAFAF;
  position: absolute;
  height: 1px;
  display: block;
  bottom: 1px;
  width: 100%;
}
.side-section-title-02 .text {
  z-index: 20;
  position: relative;
  text-align: center;
}

.side-section-title-02 h3 {
  font-size: 27px;
  padding-bottom: 16px;
  z-index: 1;
  position: relative;
  text-align: left;
  font-weight: normal;
  margin-bottom: 25px;
}
.side-section-title-02 h3.nmb {
  margin-bottom: 3px;
}
  /*Side Section Title 02 END */




  
/*Sub Title 01 START */
.sub-title-01 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 22px;
  margin: 15px 0 21px 35px;
  display: inline-block;
  position: relative;
 
  color: #2db7ff;
}

.sub-title-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%);
}
/*Sub Title 01 END */

/*TITLES CSS END */
 



/*RADIUS CODE START */

.radius0 { border-radius: 0px !important;}
.radius1 { border-radius: 1px;}
.radius2 { border-radius: 2px;}
.radius3 { border-radius: 3px;}
.radius4 { border-radius: 4px;}
.radius5 { border-radius: 5px;}
.radius6 { border-radius: 6px;}
.radius7 { border-radius: 7px;}
.radius8 { border-radius: 8px;}
.radius9 { border-radius: 9px;}
.radius10 { border-radius: 10px;}
.radius11 { border-radius: 11px;}
.radius12 { border-radius: 12px;}
/*RADIUS CODE END */

/*BORDER CODE END ////////////////////////// */


.youtube {
  width: 100%;
  height: fit-content;
}
.youtube iframe {
  width: 100%;
  min-height: 320;
}
.video {
  width: 100%;
  height: fit-content;
}
.video iframe {
  width: 100%;
  min-height: 320;
}

















  @media screen and (max-width: 970px) {
  
    .grid02 {
      display: grid;
      grid-template-rows: auto;
      grid-template-columns: 100%; 
  }
  

  }






  /*CLEAR CSS START*/
.clear0 { clear: both; height: 0px;}
.clear10 { clear: both; height: 10px;}
.clear20 { clear: both; height: 20px;}
.clear30 { clear: both; height: 30px;}
.clear40 { clear: both; height: 40px;}
.clear50 { clear: both; height: 50px;}
.clear60 { clear: both; height: 60px;}
.clear70 { clear: both; height: 70px;}
.clear80 { clear: both; height: 80px;}
.clear90 { clear: both; height: 90px;}
.clear100 { clear: both; height: 100px;}
/* CLEAR CSS END   */ 


