@charset "utf-8";
html {
    width: 100%;
}
body {
    width: 100%;
    background: #FFF;
    font-weight: normal;
    font-size: 14px;
    color: #313131;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
    background-position: top center;
    background-attachment: scroll;
}
@font-face {
    font-family: 'Lato';
    src: url(../fonts/pt_sans.ttf) format('truetype');
}
@font-face {
    font-family: 'Raleway';
    src: url(../fonts/raleway.ttf) format('truetype');
}
@font-face {
    font-family: 'Satisfy';
    src: url(../fonts/satisfy.ttf) format('truetype');
}
@font-face {
    font-family: 'Logo';
    src: url(../fonts/mvboli.ttf) format('truetype');
}


a,
a:active,
a:visited,
a:focus {color: #efe23c;}
a:hover {
    color: #313131;
}
a,
a:hover,
a:visited,
a:active,
a:focus,
.hvr,
.hvr:hover, .btn-sm, .btn-sm:hover, .zoom_icon, .zoom_icon:before,
.scl a i:hover, .scl a i, .languge a:hover i,.languge a i
{
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s
}
iframe {
    border: none;
    outline: none;
}
.img-responsive 
{
    width: 100%;
}
.rel {
    position: relative;
}
textarea {
    resize: vertical;
}
.radius {
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}
.radius_tp {
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -o-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}
.radius_btm {
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -o-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}
p {
    text-align: justify;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    color: #383737;
    line-height: 22px;
    width: 100%;
    float: left;
}
li,
ul {
    list-style: none
}
.no_space,
li,
ul {
    margin: 0;
    padding: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: #43574b;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.ful_wdth {
    float: left;
    width: 100%;
}
select.form-control {
    padding-top: 0;
}
textarea.form-control {
    height: 80px;
}
.form-control {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    padding: 5px 13px;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    outline: none;
}
.form-control:focus {
    box-shadow: none;
    border-color: #299cf7;
}
.btn-sm
{
    position: relative;
    display: inline-block;
    border-radius: 0;
    border: none;
    color: #fff;
    text-shadow: none;
    font: 900 15px/1.2em 'Lato',sans-serif;
    text-transform: uppercase;
    padding: 13px 27px;
    letter-spacing: 0;
    height: auto;
    box-shadow: none;
    text-decoration: none;
    background: #43574b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
}
.btn-sm:hover, .btn-sm:focus
{
    color: #fff;
    background: #d62444;	
}
.intro .btn
{
    background-color: #d62444;
    margin-top: 8px;
}
.intro .btn-sm:hover
{
    background-color: #3b3d42;
}
.btm_space {
    float: left;
    width: 100%;
    margin-bottom: 250px
}
.tp_hed
{
    background: #382f25;
    padding:6px 0;	
}
#hdr
{
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}
#hdr .logo
{
    margin:10px 0;
}
#hdr .logo a
{ 
    font-family: 'Logo';
    color: #e23722;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    word-wrap: break-word;
}
.languge
{
    position: absolute;
    top: 22px;
    width: 100%;
    color: #fff;
    display: none;	
}
.languge span.eng
{
    margin-left: -131px;
}
.languge span.tam
{
    margin-right: -121px;
}
.languge a
{
    color: #fff;
}
.tp_hed a.btn-sm
{

    background-color: rgb(214, 36, 68);

    /* border: 1px solid #a57e6a; */

    padding: 4px 8px;

    font-size: 12px;

    border-radius: 3px;

    text-transform: capitalize;

    font-weight: bold;

    color: #fff;
}
.tp_hed a.btn-sm:hover
{
    background-color:#efe23c;
    color: #382f25;
}
.languge a i
{
    margin-right: 9px;
    color: #efe23c;
}

.languge a:hover
{
    color: #efe23c;
}
.languge a:hover i
{
    color: #fff;
}
#hdr .logo img
{
    text-align: center;
    margin: 0 auto;
    width: 350px;
    float: left;
}
.tp_hed a
{
    color: #efe23c;
    font-size: 13px;
    margin-right: 10px;
}
.tp_hed a:hover
{
    color: #fff;	
}
.lnk a
{
    /* color: #a08a6d; */
    margin-left: 10px;
    margin-right: 0;
}
.lnk a i
{
    margin-right: 3px;
}
.lnk a:hover
{
    color: #fff;
}
.snd:before {
    content: '|';
    margin-right: 10px;
    display: inline-block;
    color: #76634b;
}
#hdr .navbar
{
    border: none;
    /* padding: 5px 0; */
    background-color: white;
    /* box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);*/
    border-radius: 0px;
    margin-top: 7px;
}
#hdr .navbar-nav {
    float: right;
}
#hdr .navbar-nav>li {
    display: inline-block;
    float: none;
    position: relative;
}
#hdr .navbar-nav>li:nth-child(9n) {
    display: none;
}
#hdr .navbar-default .navbar-nav>li>a {
    padding: 22px 12px;
    font-weight: normal;
    background-color: transparent;
    font: normal 14px/17px 'Lato', sans-serif;
    color: #43574b;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover,
{
    color: #111;
}
li.dropdown:hover ul.dropdown-menu
{
    display: block;
}
ul.dropdown-menu
{
    /*-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;	*/
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translateY(20px);
        transform:translateY(20px)
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes fadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translateY(20px);
        -ms-transform:translateY(20px);
        transform:translateY(20px)
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
}
ul.dropdown-menu {
    /*-webkit-animation-name:fadeInUp;
    animation-name:fadeInUp*/
}
#hdr .navbar-nav>li a.actve, #hdr .navbar-nav li.actve a, #hdr .navbar-nav li.ul_active>a
{
    color: #43574b;
    font-weight: bold;	
}
#hdr .navbar-default .navbar-nav>li:before {
    content: '/';
    display: inline-block;
    /* margin: 0 8px 0 6px; */
    position: absolute;
    top: 21px;
    left: 0;
    color: #efe23c;
}
#hdr .navbar-nav>li:first-child:before {
    content:none;
}
#hdr .navbar-default .navbar-nav>li>a:hover
{
    color: #111;
    background-color: rgba(255, 255, 255, 0);
}
.navbar-nav>li>.dropdown-menu
{
    background-color: #313131;
}
.dropdown-menu>li
{
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.dropdown-menu>li>a
{
    color: #fff;
    padding: 6px 15px;
}
.dropdown-menu>li>a:hover, .dropdown-menu li a.in_actve, .dropdown-menu li.actve
{
    background-color: #efe23c !important;
    color: #333 !important;
    font-weight: bold;
}
.bner
{
    margin-bottom: 15px;
    width: 100%;
    /* height: 542px; */
    /* background: #43564b url(../images/prathyangira-devi.jpg) no-repeat 18% 0; */
    background-color: #43564b;
}
.info-content {
    color: #fff;
    padding-top: 3rem;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.info-content figure
{

    text-align: center;

    margin: 0 auto;
}
.info-content .lopa
{
    width: 79%;
    padding: 10px;
    /* background-color: rgba(255, 255, 255, 0.04); */
    margin-bottom: 20px;
    border-radius: 4px;
    /* box-shadow: 4px 5px #2b3830; */
    max-width: initial;
    display: initial;
}
.info-content h2 {
    font: 900 47px/1.2em 'Lato', sans-serif;
    color: #efe23c;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    margin: 0;
    text-transform: capitalize;
}
.info-content h3 {

    font: 900 24px/1.2em 'Lato', sans-serif;
    color: #79dca0;
    margin: 20px 0 0;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 9px;
}
.info-content p {
    font: 18px/1.2em 'Lato', sans-serif;
    /* margin: 0; */
    color: #fff;
    display: block;
}
.info-content .estbled
{
    font-size: 20px;
    color: #efe23c;
    line-height: 30px;
    font-weight: 700;
    padding-top: 8px;
    display: block;
}
.info-content .estbled.whte
{
    color: #fff;
}
.info-content .estbled.whte a
{
    color: #fff;
}
.info-content .estbled.whte a:hover
{
    color: #efe23c;
}
.info-content p strong {
    font-weight: 900;
}
.content-holder:before {
    content: '';
    width: 100%;
    height: 5px;
    background: url(images/shadow-header.png) repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}

.spce
{
    padding: 40px 0;
}
.ttle_head
{
    font: bold 24px/1.2em 'Lato',sans-serif;
    color: #40b3d6;
    /* margin: 18px 0; */
    margin-top: 0;
    position: relative;
    padding: 60px 0 38px;
}
.sub_hd
{
    padding: 0;
    padding-bottom: 15px;
}
.ttle_head.sub_hd:after
{
    background: none;
}
.intro .ttle_head
{
    padding: 0
}
.intro .ttle_head:after
{
    background: none;
}
.intro .ttle_head h1, .hme_serv .ttle_head h1
{
    color: #E91E63;
    padding: 0;
}
.hme_serv .ttle_head
{
    padding: 0;
    padding-bottom: 10px;
}
.hme_serv .ttle_head:after
{
    background: none;
}
.ttle_head:after
{
    content: '';
    width: 100%;
    height: 212px;
    background: url(../images/decor.png) no-repeat 50% 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.ttle_head h1
{
    font-size: 24px;
    text-transform: capitalize;
    padding-bottom: 5px;
    margin-bottom: 0;
    margin-top: 0;
}
.ttle_head h2
{
    font-size: 17px;
    text-transform: capitalize;
    margin-top: 8px;
    color: #3e3e3e;
}
.inr_head .ttle_head
{
    padding: 20px 0;
    padding-bottom: 35px;
}
.inr_head h1
{
    text-align: center;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    color: #43574b;
    text-transform: capitalize;
    font: bold 42px/1.2em 'Lato',sans-serif;
    position: relative;
}
.inr_head .ttle_head:after
{
    background: none;
}
.dtls_lst
{
    margin-bottom: 8px;
}
.dtls_lst img
{
    margin-bottom: 5px;
}
.altr_bg
{

    background-color: rgba(220, 220, 220, 0.42);	
}
.intro a
{
    margin-top: 8px;
}
.glry_lst
{
    display: block;
}
.glry_lst figure
{
    display: block;
    position: relative;
}
.glry_lst figure a
{
    display: block;
}
.glry_lst figure a figcaption
{
    display: block;
    text-align: center;
    background-color: #fff;
    padding: 14px 5px;
    color: #F44336;
    font-size: 18px;
    box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    -o-box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    position: relative;
    z-index: 99;
    margin-bottom: 8px;
}
.glry_lst figure a:hover
{
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.glry_lst figure a:hover .zoom_icon  
{
    opacity: 1;
}
.glry_pge figure a:hover .zoom_icon {
    opacity: 1;
}
.zoom_icon
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,0.4);
    opacity: 0;
}
.zoom_icon:before {
    position: absolute;
    top: 32%;
    left: 40%;
    display: block;
    color: #fff;
    background-color: black;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    font-size: 26px;
    transform: rotate(-45deg);
}
.hme_serv img
{
    width: 100%;
    margin-bottom: 16px;
    float: left;
}
.hme_serv p
{
    margin-bottom: 5px;
}
.hme_serv a
{
    margin-top: 8px;
}
footer .ttle_head
{
    margin-bottom: 10px;
    padding: 0;
}
footer .ttle_head:after
{
    content: '';
    background: none;
}
footer .ttle_head h1
{
    color: #d62444;	
}
.fot_cnt
{
    border-left: 1px solid #c7b9b1;	
}
.fot_cnt .btn
{
    background-color: #d62444;
    margin-top: 8px;
}
.fot_cnt .btn-sm:hover
{
    background-color: #3b3d42;
}
.scl a:first-child
{
    margin-left: 0;
    margin-right: 5px;
}
.scl a i
{
    margin-right: 13px;
    font-size: 27px;
    color: #43574b;
}
.scl a i:hover
{
    color: #d62444
}
.gle_map {
    /*border: 1px solid #fbfaf8;*/
    position: relative;
    margin-bottom: -10px;
    /*box-shadow: 1px 1px 10px rgba(17, 17, 17, 0.38);*/
}
.gle_map iframe
{
    width: 100%;
    height: 450px;
    border: none;
    outline: none;
    margin-bottom: -5px;
}
.fot_strt
{
    padding-bottom: 10px;
    padding-top: 25px;
}
.fot_contct
{
    color: #72523f;
    padding: 10px 0 9px 0;
    font-size: 20px;
    border-bottom: 2px solid #72523f;
}
.fot_contct a
{
    /* margin-left: 8px; */
    color: #43574b;
    font-size: 16px;
    /* background-color: #43574b; */
}
.fot_contct a i
{
    margin-right: 3px;
}
.fot_contct a:hover
{
    color: #d62444;
}
.fot_btm_lnk
{
    margin: 12px 0;
}
.fot_mnu
{
    display: block;
}
.fot_mnu li
{
    display: inline-block;
    margin-right: 15px;
    position: relative;
}
.fot_mnu li:nth-child(5n)
{
    display: none;
}
.fot_mnu li:last-child:after
{
    content:none;
}
.fot_mnu li:after
{
    position: absolute;
    content: "/";
    top:0;
    right: -12px;
}
.fot_mnu li a
{
    color: #795548;
    font-size: 14px;
}
.fot_mnu li a:hover
{
    color: #40b3d6;
}
.fot_btm_lnk b
{
    color: #d62444;		
}
.scroll_top {
    cursor: pointer;
    opacity: 0;
    background: #43574b;
    bottom: 2%;
    display: inline-block;
    padding: 8px 0;
    position: fixed;
    right: 2%;
    text-align: center;
    text-decoration: none !important;
    width: 43px;
    color: #fff;
    font-size: 18px;
}
a.scroll_top {
    color: #fff;
}
.scroll_top:hover
{
    background: #efe23c;
    color: #111;
    bottom: 2.3%;
}
.inr_head
{
    margin-top: 30px;
}
.inr_head h2
{
    position: relative;
    text-align: center;
    background: none;
    padding: 14px 0;
    margin: 0;
    text-transform: capitalize;
    text-shadow: none;
    letter-spacing: 0;
    border: none;
    border-top: 1px solid #836757;
    border-bottom: 1px solid #836757;
    margin-top: 8px;
    font-size: 16px;
    color: #d62444;
}
.inr_head h2 a
{
    color: #43574b;	
}
.sub_hd h2
{
    font-size: 23px;
    margin: 0;
}
.fot_strt
{
    border-top: 2px solid #72523f;
    margin-top: 10px;
}
.cnt_btm_space
{
    margin-bottom: 15px;
}

.img_spaces{
    margin-bottom: 15px;
}
.saaktham_img{
    width: 50%;
    text-align: center;
    margin-left: 15%;
}
.saaktham_list
{
    display: block;
    width: 100%;
    float: left;
}
ol.saaktham_list li{
    list-style: disc;
    font-size: 12px;
    margin-bottom: 5px;
}
ol.saaktham_list1 li{
    list-style: decimal;
}
ol.saaktham_list2 li{
    list-style: circle;
}
ol.saaktham_list_final li{
    list-style: decimal;
}

.extra-wrap blockquote {
    padding: 0;
    border: none;
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
}
.extra-wrap p:after {
    content: '';
    width: 570px;
    height: 1px;
    margin: 0 auto;
    display: block;
    border-bottom: 1px solid #836757;
    padding-bottom: 30px;
}
.extra-wrap blockquote p {
    font: 300 20px/34px 'Lato', sans-serif;
    color: #43574b;
    margin: 21px 0 12px;
}
.extra-wrap h1 {
    font: 27px/1.4em 'Satisfy';
    color: #43574b;
    margin: 0;
    text-transform: capitalize;
}
.blue_bg
{
    background: url(../images/bg-blue.jpg) repeat;
}
.glry_pge a
{
    display: block;
    overflow: hidden;
    position: relative;
}
.glry_pge a .zoom_icon
{
    width: 100%;
    height: 100%;
}
.glry_pge figure
{
    margin-bottom: 28px;
}
.glry_pge .lst figure
{
    margin-bottom: 0px;
}

.glry_pge a .zoom_icon:before
{
    top: 43%;
    left: 45%;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.glry_pge figure a:hover .zoom_icon  
{
    opacity: 1;
}
.cnt_pge iframe.frme_map
{
    width:100%;
    height: 450px;
    margin-bottom: 20px;
}
.cnt_msg h4:empty {
    margin: 0;
    padding: 0;
    border: none;
}
.cnt_pge .in_hed
{
    display: block;
    font-size: 16px;
    margin-bottom: 7px;
    color: #fff;
    border-bottom: 1px solid #111;
    padding: 5px;
    margin-top: 0;
    background-color: rgba(67, 87, 75, 0.66);
    padding-left: 11px;
}
.cnt_pge .strng
{
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}
.cnt_pge p
{
    font-size: 16px;
    margin-bottom: 18px;
}
.cnt_pge a
{
    font-size: 16px;
    color: #d62444;
    font-weight: bold;
}
.cnt_pge a:hover
{
    color: #43574b;
}
.req {
    position: relative;
}
.req i:after {
    content: "*";
    position: absolute;
    right: 4px;
    top: -12px;
    color: #ff0000;
    font-size: 15px;
    font-weight: bold;
}
.err_msg {
    color: red;
    font-weight: 700;
    float: left;
    width: 100%;
    text-align: left;
}
.cap_err.err_msg
{
    text-align: right;
}
.foot_head_lnk a
{
    color: #d62444;
}
.foot_head_lnk a:hover
{
    color: #313131;
}
.trust_pge_p
{
    font-size: 14px;
    color: #313131;
    margin-bottom: 0;
}
.tsrt_icon
{
    width: 28px;
    vertical-align: bottom;
}
.trus_fxd_btn
{
    position: absolute;
    right: -3vw;
    z-index: 999;
    /* padding: 9px 8px; */
    /* border-radius: 7px 0 0 7px; */
    top: 17px;
}
.trus_fxd_btn a
{
    display: block;
}
.trus_fxd_btn img
{
    width: 36px;
    background-color: white;
    /* border-radius: 6px; */
}
.animate_bg
{
    background-color: #ffffff;
    -webkit-animation-name: myfirst;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    animation-name: myfirst;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

@-webkit-keyframes myfirst {
    0% {
        background: #ec5baa;
    }

    25% {
        background: #FFEB3B;
    }

    50% {
        background: #4CAF50;
    }

    75% {
        background: #2196F3;
    }

    100% {
        background: #00BCD4;
    }
}

@keyframes myfirst {
    0% {
        background: #ec5baa;
    }

    25% {
        background: #FFEB3B;
    }

    50% {
        background: #4CAF50;
    }

    75% {
        background: #2196F3;
    }

    100% {
        background: #00BCD4;
    }
}
@media (min-width:1300px) and (max-width:2200px)
{
    .container {
        width: 1340px;
    }
}
ul#table_link li a{
    color: green;
    font-weight: bold;
}
tr.heading_clr {
    background: #43574B;
    color: #fff;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #F7F7F9;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #fff;
}
.top_clr{
    color: #23527c;
}
@media (min-width:300px) and (max-width:767px) {
    .glry_pge figure {
        margin-bottom: 10px;
    }
}

#alrt_danger, #alrt_success {
    display: none;
}
.recapcha
{
    text-align: right !important;
}
.alert {
    padding: 8px 13px;
    margin-bottom: 8px;
}
.alert-dismissable .close, .alert-dismissible .close {    
    top: -1px;
    font-size: 24px;
    opacity: 1;
    right: 0;
}
#intro_ttle.ttle_head:after
{
    top: -33px;
    opacity: 0.99;    
}
.foot_est
{
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
}
.fot_text_head
{
    font-size: 20px;
}
.bnr_cont
{
    position: relative;
}
.estblshed
{
    position: absolute;
    bottom: -119px;
}

@media (min-width:300px) and (max-width:1299px)
{
    .estblshed {     
        position: relative;
        bottom: 0;
    }
    .info-content {    
        padding-top: 1rem;
    }
}

ol.smptrst_lst li {    
    font-size: 15px;
    margin-bottom: 5px;
}
.smptrst_hd
{
    padding-bottom: 10px;
}
.smptrst_hd h2
{
    font-size: 15px;
}
.trst_icon
{
    width: 35px;
    margin-left: 6px;
    background-color: white;
    border-radius: 7px;
    vertical-align: bottom;
}

.navbar-ur-lp img.site-logo {
    margin-top: 2rem;
}









.fnt_14
{
    font-size: 14px;
}
.proj_head
{
    text-align: left;
}
.proj_head img
{
    width: 100%;
    margin-bottom: 13px;
}
.mt-0
{
    margin-top: 0;
}