/*************custom*************/
select{
    padding:10px;
    margin:10px;
}

input{
    padding:12px;
    margin:12px;
    font-weight:bold;
}
/*************custom*************/


html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

html, body {
    height: 100%;
    margin: 0;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

img {
    max-width: 100%;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.hidden, [hidden] {
    display: none !important;
}

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media print {
    *, *::before, *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    
    a, a:visited {
        text-decoration: underline;
    }
    
    a[href]::after {
        content: " (" attr(href) ")";
    }
    
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    
    a[href^="#"]::after, a[href^="javascript:"]::after {
        content: "";
    }
    
    pre {
        white-space: pre-wrap !important;
    }
    
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    
    tr, img {
        page-break-inside: avoid;
    }
    
    ul li {
        list-style: none;
    }
    
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    
    h2, h3 {
        page-break-after: avoid;
    }
}

a {
    text-decoration: none;
}

h2 {
    color: #0d374b;
    margin: 0;
    font-family: "Playfair Display";
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
}

h3 {
    margin: 10px 0;
    color: #ddbc8e;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}

h4 {
    margin: 0 0 10px 0;
    color: #0d374b;
    font-family: "Playfair Display";
    font-weight: bold;
    font-size: 18px;
    line-height: 1.25;
}

p {
    margin: 10px 0;
    color: #0b0a0a;
    line-height: 1.25;
    font-size: 14px;
}

nav {
    justify-content: space-around;
    display: flex;
    max-width: 1024px;
    margin: 0 auto;
    align-items: center;
}

nav ul {
    display: flex;
}

nav ul li {
    display: flex;
}

nav ul li a {
    color: #4a9c9a;
    padding: 0 15px;
}

nav ul li a:hover {
    color: #000;
}

.logo img {
    max-width: 180px;
}

main {
    display: flex;
    justify-content: space-between;
    max-width: 1024px;
    margin: 25px auto;
}

.leftBlock {
    max-width: 35%;
}

.rightBlock {
    max-width: 60%;
}

.leftBlock ul {
    padding: 0;
    margin: 10px 0 15px;
    display: inline-block;
    text-align: center;
}

.leftBlock ul li {
    list-style: none;
    padding: 0px;
    margin: 0px 3px 2px;
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #4a9c9a;
}

.leftBlock ul li a {
    color: #4a9c9a;
    font-size: 12px;
    line-height: 1.75;
}

.leftBlock ul li a:hover {
    color: #000;
}

.cardBlock {
    max-width: 250px;
    background: #0d374b;
    padding: 0 5px 5px;
}

.cardBlock p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: "Playfair Display";
    font-weight: bold;
}

.leftImageSec {
    /* display: flex; */
    position: relative;
}

.imageSection {
    position: relative;
}

.imageSection:before {
    content: "";
    position: absolute;
    left: -70px;
    TOP: 30%;
    width: 58%;
    height: 100%;
    z-index: -1;
    background: url(../images/logoring.png) no-repeat;
    background-size: 100%;
}

.leftsub {
    max-width: 240px;
    /* position: absolute; */
    left: 260px;
    bottom: -370px;
    margin-left: 260px;
    margin-top: -140px;
}

.leftinner {
    margin-bottom: 25px;
}

p.spl_text {
    text-align: center;
}

.cardMeta {
    margin-left: 10px;
}

.rightmainSec {
    position: relative;
    display: flex;
    margin: 25px 0;
}

.leftsub .cardBlock {
    max-width: 240px;
}

.leftsub .cardMeta {
    margin: 0 0px 0 -20px;
}

.leftsub ul li {
    padding-left: 15px;
    margin: 10px 0 0;
    color: #0b0a0a;
    line-height: 1.25;
    font-size: 14px;
}

.leftsub ul ul {
    padding-left: 15px;
}

.leftsub ul li ul li {
    padding-left: 15px;
    margin: 10px 0 0;
    color: #0b0a0a;
    line-height: 1.25;
    font-size: 14px;
}

.leftsub h4 {
    margin-top: 15px;
}

footer {
    display: flex;
    max-width: 1024px;
    margin: 0 auto;
    align-items: center;
}

.specialnote p span {
    color: #0d374b;
    margin: 0;
    font-family: "Playfair Display";
    font-weight: bold;
    font-size: 18px;
    line-height: 1.25;
    display: block;
    text-align: center;
}
footer p{
    text-align: center;
    margin-bottom: 0;
}

.footer ul {
    padding: 0;
    margin: 0px;
    display: inline-block;
    text-align: center;
}

.footer ul li {
    list-style: none;
    padding: 0px;
    margin: 0px 3px 2px;
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #4a9c9a;
}

.footer ul li a {
    color: #4a9c9a;
    font-size: 12px;
    line-height: 1.75;
}
.rightmainSec {
    margin: 25px 0; - remove this and add display:block;
}


.footer ul li a:hover {
    color: #000;
}

@media only screen and (min-width: 320px) and (max-width: 767px)  {
    nav{
        display: block;
        text-align: center;
        margin: 15px 0;
    }
    nav ul{ 
        justify-content: center;
        margin: 15px 0;
    }
    nav ul li a {
    color: #4a9c9a;
    padding: 0 10px;
    font-size: 14px;
}
    .logo img {
        max-width: 150px;
    }
    main{
        display: block;
        margin: 0 15px;
    }
    .leftBlock, .rightBlock{
        max-width: 100%;
    }
    .leftsub{
        max-width: 100%;
        margin: 25px 0 0 0;
    }
    .leftsub .cardMeta{
        margin: 0;
    }
    footer{
        justify-content: center;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1024px)  {
    
    .logo img {
        max-width: 150px;
    }
    main{
        margin: 15px;
    }
    footer{
        justify-content: center;
    }
    .leftsub {
    max-width: 240px;
    left: 260px;
    bottom: -370px;
    margin-left: 250px;
    margin-top: -80px;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1199px)  {
 
    .leftsub {
        
    margin-left: 260px;
    
}
}


@media only screen and (min-width: 320px) and (max-width: 767px)  {
.rightmainSec img{
    max-height: 93%;
    height: 100%;
    display: block;
    object-fit: cover;
}
}

@media only screen and (min-width: 320px) and (max-width: 767px)  {
.rightmainSec {
    display:block;
}
.cardBlock {
    max-width: 100%;
}
}

@media only screen and (min-width: 320px) and (max-width: 767px)  {
.imageSection:before { 
   left: -36px;
    TOP: 25%;
    width: 39%;
}}
@media only screen and (min-width: 320px) and (max-width: 767px)  {
.imageSection:before {
   left: -36px;
   TOP: 24%;
   }
    .cardMeta{
            margin-top:35px;
    }
}


@media only screen and (min-width: 320px) and (max-width: 767px)  {
.imageSection:before {
   left: -18px;
   TOP: 28%;
   }
    .cardMeta{
            margin-top:35px;
    }
}