/*colors*/
.blublk-grdnt{
    background: rgba(22,26,33,1);
    background: -moz-linear-gradient(top, rgba(22,26,33,1) 0%, rgba(38,44,56,1) 50%, rgba(26,26,26,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(22,26,33,1)), color-stop(50%, rgba(38,44,56,1)), color-stop(100%, rgba(26,26,26,1)));
    background: -webkit-linear-gradient(top, rgba(22,26,33,1) 0%, rgba(38,44,56,1) 50%, rgba(26,26,26,1) 100%);
    background: -o-linear-gradient(top, rgba(22,26,33,1) 0%, rgba(38,44,56,1) 50%, rgba(26,26,26,1) 100%);
    background: -ms-linear-gradient(top, rgba(22,26,33,1) 0%, rgba(38,44,56,1) 50%, rgba(26,26,26,1) 100%);
    background: linear-gradient(to bottom, rgba(22,26,33,1) 0%, rgba(38,44,56,1) 50%, rgba(26,26,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161a21', endColorstr='#1a1a1a', GradientType=0 );
}
button, .btn {
    padding: 0.7em 1em;
    font-size: 15px;
    border-radius: 10px;
    border: none;
    background: #008000;
    color: white;
    cursor: pointer;
    background: #3f8a99;
    background: #3f997c;
}
img{
    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.hvr {
    cursor: pointer;
}
.err {
    color: #B00000;
    font-size: 16px;
    font-weight: 500;
}
em.blu, strong.blu {
    color: #045a8d;
    font-size: .93em;
}
strong.wrnng, em.wrnng{
    color: #7b0000;
}
.hdn{
    display: none !important;
}
.icn{
    padding: 0px 5px;
}
.cln-a{
    text-decoration: none;
    color: inherit;
}
.cntr-t{
    text-align: center;
}
.cntr-e{
    margin: auto !important;
    width: fit-content !important;
    display: block;
}
.flag {
    width: 99%;
    height: 4px;
    margin: auto;
    background: #055600;
    background: -moz-linear-gradient(top, #055600 0%, #ffd700 50%, #9b0000 100%);
    background: -webkit-linear-gradient(top, #055600 0%,#ffd700 50%,#9b0000 100%);
    background: linear-gradient(to bottom, #055600 0%,#ffd700 50%,#9b0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#055600', endColorstr='#9b0000',GradientType=0 );
}
.flag-sml {
    width: 17%;
    border-radius: 50%;
    margin-bottom: 60px;
}
.sctn-ttl{
    text-align: center;
    font-size: 35px;
    font-weight: 400;
}
.dctvtd {
    opacity: .2;
    cursor: no-drop;
}
html, body, main {
    margin: 0px;
    line-height: 1.5;
}
body.dlg-opnd{
    overflow: hidden;
}
header {
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr 3fr;
    box-sizing: border-box; 
    position: fixed;
    padding: 0px 2%;
    color: white;
    z-index: 11111;
    top: 0px;
    background: #232f3e;
}
    #hdr-logo {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        height: 38px;
    }
    #hdr-ewqet {
        vertical-align: middle;
        line-height: 40px;
        margin-left: 10px;
        font-size: 20px;
    }
main {
    min-height: calc(100vh - 140px);
    top: 40px;
}
/*Menu*/
#hdr-3 {
    justify-self: end;
}
#main-nav-hmbrgr {
    display: block;
}
#hdr-4 {
    justify-self: end;
    grid-column: span 3;
    width: 100%;
}
        #main-nav.clz-mbl-nav {
        display: none;
    }
    #main-nav ul {
        padding: 0px;
        margin: 0px;
        width: 100%;
        text-align: center;
    }
        #main-nav ul li {
            list-style-type: none;
            vertical-align: middle;
            width: 100%;
            padding: 7px 0px;
        }
            .frst-lvl-nav-ul, .scnd-lvl-nav-ul {
                border-top: 1px solid white;
            }
            .scnd-lvl-nav-ul {
                background: #0a6997;
                background: #074c6d;
                background: #357963;
                background: #3f997c;
                display: none;
                margin-top: 8px !important;
            }
        #main-nav ul li a {
            text-decoration: none;
            color: inherit;
        }
        #main-nav ul li a i.icn{
            color: #daf9ff;
            margin-left: -22px;
        }
        #main-nav ul li.brdrd-btn{
            border: 1px solid #cdeaf5;
            border-radius: 6px;
            padding: 3px 5px;
            margin: 6px 0px;
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box;    /* Firefox, other Gecko */
            box-sizing: border-box;
        }
/**menu hamberger starts**/
.hmbrgr-icn {
    display: inline-block;
    cursor: pointer;
}
    .hmbrgr-bar1, .hmbrgr-bar2, .hmbrgr-bar3 {
        width: 35px;
        height: 5px;
        background-color: white;
        margin: 6px 0;
        transition: 0.4s;
    }
    .opnd-hmbrgr .hmbrgr-bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(49deg) translate(11px, 4px);
        transition: 0.45s 0.25s;
    }
    .opnd-hmbrgr .hmbrgr-bar2 {
        opacity: 0;
    }
    .opnd-hmbrgr .hmbrgr-bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(-409deg) translate(-2px, -19px);
        transition: 0.45s 0.25s;
    }
/**menu hamberger ends**/        
footer{
    text-align: center;
    color: white;
    /*background: rgba(22,26,33,1);
    background: -moz-linear-gradient(top, rgba(22,26,33,1) 0%, rgba(38,44,56,1) 50%, rgba(26,26,26,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(22,26,33,1)), color-stop(50%, rgba(38,44,56,1)), color-stop(100%, rgba(26,26,26,1)));
    background: -webkit-linear-gradient(top, rgba(22,26,33,1) 0%, rgba(38,44,56,1) 50%, rgba(26,26,26,1) 100%);
    background: -o-linear-gradient(top, rgba(22,26,33,1) 0%, rgba(38,44,56,1) 50%, rgba(26,26,26,1) 100%);
    background: -ms-linear-gradient(top, rgba(22,26,33,1) 0%, rgba(38,44,56,1) 50%, rgba(26,26,26,1) 100%);
    background: linear-gradient(to bottom, rgba(22,26,33,1) 0%, rgba(38,44,56,1) 50%, rgba(26,26,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161a21', endColorstr='#1a1a1a', GradientType=0 );*/
    background: #232f3e;
}
    #ftr-icn-bx{
        padding: 10px 0px;
    }
        #ftr-icn-bx a {
            color: white;
            text-decoration: none;
        }
        #ftr-icn-bx i{
            font-size: 25px;
            margin: 10px 18px;
        }
    #ftr-cpyrt-bx{
        border-top: 1px solid white; 
    }
    #ftr-cpyrt-bx span{
        margin: 5px 10px;
    }  


@media only screen and (min-width: 768px) { /*768px and more*/
    
}
@media only screen and (min-width: 992px) { /*992px and more*/
   
}    
@media only screen and (min-width: 1200px ) { /*1200px  and more*/
    header{
        display: grid;
        grid-template-columns: 1fr 3fr 0fr 8fr;
    }
        #main-nav-hmbrgr{
            display: none;
        }
        #hdr-4{
            grid-column: span 1;
            width: auto;
            border-top: none;
        }
            #main-nav ul {
                text-align: left;
            }
            #main-nav.clz-mbl-nav{
                display: block;
            }
            #main-nav ul{
                width: auto;
            }
            #main-nav ul li{
                width: auto;
                padding: 7px 20px;
            }
                .frst-lvl-nav-ul>li{
                    display: inline-block;
                }
                .frst-lvl-nav-ul, .scnd-lvl-nav-ul{
                    border-top: none;
                }
                #main-nav ul li a i.icn{
                    margin-left: 0px;
                }
                .scnd-lvl-nav-ul{
                    position: absolute;
                }
                .scnd-lvl-nav-ul li{
                    border-top: 1px solid white;
                }

}
@media only screen and (max-height: 500px ) { /*500px  and less */
    
}

/* Dialog starts */
.dlg-sctn{
    position: fixed;
    height: 100vh;
    width: 100vw;
    padding: 0px;
    top: 0px;
}
    #dlg-bkgrnd{
        position: fixed;
        background: #000000ad;
        height: 100vh;
        width: 100vw;
    }
    #dlg-frgrnd{
        display: grid;
        grid-template-columns: 1fr;
        height: calc(100vh - 40px);
        width: 100vw;
    }
        #dlg-bxs{
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        .dlg-bx{
            background: white;
            z-index: 11;
            max-width: 90vw;
            min-width: 70%;
        }    
        .dlg-hdr{
            background: #074c6d;
            padding: 3px 20px;
            font-size: 26px;
            color: white;
            z-index: 111;
            min-height: 45px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
            .dlg-hdr-ttl{
                font-weight: 300;
            }
            .dlg-hdr-clz{
                float: right;
            }
        .dlg-bdy{
            overflow-y:auto;
            max-height: 71vh;
            min-height: 100px;
        }
            #gnrlNtfctnHldr{
                text-align: center;
                padding: 0px 10px;
                padding-top: 35px;
            }
@media only screen and (min-width: 992px) { /*992px and more*/
    .dlg-bx{
        min-width: 35vw;
        max-width: 60vw;
    }   
}
@media only screen and (min-width: 1200px ) { /*1200px  and more*/
    .dlg-bx{
        min-width: 20vw;
        max-width: 50vw;
    }  
}
/* Dialog ends */

/* Figure quotes starts */
.fgr-quote {
    padding: 2% 4% 40px;
    position: relative;
    margin: 2%;
}
.fgr-quote blockquote {
    font-family: "Times New Roman";
    font-size: 20px;
    font-weight: 700px;
    text-align: center;
    margin: 10px;
}


.fgr-quote:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  content:"\f10d";
  font-size: 64px;
  color: rgba(0,0,0,0.1);
}

.fgr-quote::after {
    content: "";
    bottom: 20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 3px solid #4e849e;
    height: 3px;
    width: 200px;
}
.fgcptn-quote{
    text-align: center;
    font-size: 14px;
}
/* Figure quotes ends */

/* Form starts */
.frm-elmnt-wrp {
    position: relative;
    margin: 2em auto;
	width: 80%;
}
    .frm-elmnt-wrp .inpt-txbx, .frm-elmnt-wrp .inpt-txara {
        width: 100%;
        outline: none;
        border:none;
        border-bottom: 1px solid #777;
        box-shadow: none !important;
    }
    .frm-elmnt-wrp .inpt-txbx:focus, .frm-elmnt-wrp .inpt-txara:focus {
        border-color: green;
        border-width: medium medium 2px;
        font-size: 16px;
    }
    .frm-elmnt-wrp .fltng-lbl {
        position: absolute;
        pointer-events: none;
        top: 0px;
        left: 10px;
        transition: 0.2s ease all;
    }
    .frm-elmnt-wrp input:focus ~ .fltng-lbl,
    .frm-elmnt-wrp input:not(:focus):valid ~ .fltng-lbl,
    .frm-elmnt-wrp textarea:focus ~ .fltng-lbl,
    .frm-elmnt-wrp textarea:not(:focus):not(:placeholder-shown) ~ .fltng-lbl {
        top: -1.7em;
        left: 10px;
        font-size: 13px;
        opacity: 1;
    }
    .frm-elmnt-wrp textarea{
        height: 6em;
    }
    .frm-elmnt-wrp textarea::placeholder{
        color: white;
    }
    .frm-elmnt-wrp > .inpt-err{
        outline: none;
        left: 10px;
        padding-left: 15px;
    }
.btn-wrp {
    text-align: center;
}
@media only screen and (min-width: 992px) { /*992px and more*/
    .frm-elmnt-wrp {
        width: 60%;
    }
}
/* Form ends */

/* loading starts*/
.ldng-spnr{
    background: #ffef9b;
    border-radius: 50%;
    position: relative;
    display: none;
    height: 40px;
    width: 40px;
    font-size: 7px;
    margin: 3em auto;
}
    .ls-r {
        width: 100%;
        height: 100%;
        margin: 0;
        border-top: 1em solid #d20000;
        /*box-shadow: 4px 4px 5px #d2d2d2 inset;*/
        border-right: 10px solid transparent;
        border-radius: 50%;
        animation: 1.5s spin linear infinite;
        box-sizing: border-box;
    }
    .ls-g {
        width: 100%;
        height: 100%;
        margin: 0;
        border-top: 1em solid #077b00;
        /*box-shadow: 4px 4px 5px #d2d2d2 inset;*/
        border-left: 1em solid transparent;
        border-radius: 50%;
        position: absolute;
        top: 0;
        animation: 1.5s spin-2 linear infinite;
        box-sizing: border-box;
    }
    @keyframes spin{
        from{ transform: rotate(0deg); }
        to{ transform: rotate(360deg); }
    }
    @keyframes spin-2{
        from{ transform: rotate(360deg); }
        to{ transform: rotate(0deg); }
    }
/* loading ends */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader, #buffer {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #008000;

    -webkit-animation: spin3 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin3 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

    #loader:before, #buffer:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin3 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin3 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after, #buffer:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #b71200;

        -webkit-animation: spin3 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin3 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin3 {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin3 {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #191e26;
        z-index: 1000;
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }
    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded styles */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }
    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }
    .loaded #loader {
        opacity: 0;

        -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */

    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
    
        -webkit-transition: all 0.3s 1s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.3s 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }

    #buffer-wrapper{
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        display: none;
    }

    #buffer-wrapper .buffer-section-full{
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.8;
        background: #191e26;
    }
    .buffering #buffer-wrapper{
        display: block;
    }
/*loading ends*/