@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700|Rubik:300,400,500');

html,
body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    vertical-align: baseline;
    background: #ffffff;
    color: #0f0f0f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #222222;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.4;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

p {
    line-height: 1.8;
    margin: 0 0 10px 0;
    text-align: justify;
}

a {
    text-decoration: none;
    color: #0f0f0f;
}

    a:active,
    a:hover,
    a:focus {
        text-decoration: none;
    }

    a:active,
    a:hover,
    a:focus {
        outline: 0 none;
    }

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.fi-clear:after {
    clear: both;
    content: "";
    display: block;
}

.row.no-gutter > [class^="col-"],
.row.no-gutter > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

#wrapper {
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.header-area {
    background: #ffffff;
    padding: 5px 0px;
}

.container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.header-six-style .main-menu-area nav {
    text-align: center;
}

.our-partner {
    padding: 10px 0px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.footer {
    text-align: center;
    background-color: #013a68;
    padding: 20px 0px;
}

    .footer span {
        padding: 0px 10px;
        color: #fff;
    }

    .footer a {
        color: #fff;
    }

        .footer a:hover {
            color: #fff;
            text-decoration: underline;
        }

.logosize {
    height: 70px;
}

.logoright {
    float: right;
}

.mb0 {
    margin-bottom: 0px !important ;
}

.img-responsive {
    width: 100%;
}

a.forgot {
    color: #013a68 !important;
}

    a.forgot:hover {
        text-decoration: underline;
    }

.loginbg {
    padding: 100px 0px 90px;
    text-align: center;
    background-size: contain;
    background-image: url('../img/bg.jpg');
}

.loginbox {
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #7b7b7b;
    margin-bottom: 10px;
}

    .loginbox p {
        text-align: center;
    }

    .loginbox input {
        background-color: #013a68;
        border-radius: 5px;
        padding: 6px 10px;
        width: 100%;
        color: #fff;
        font-size: 14px;
        border: 0px;
        border: 2px solid #013a68;
    }

        .loginbox input:focus {
            outline: none;
        }

    .loginbox .btn {
        background-color: #013a68;
        border-radius: 5px;
        border: 2px solid #013a68;
        color: #fff;
        font-size: 14px;
        text-align: center;
        min-width: 90px;
    }

        .loginbox .btn:hover {
            background-color: #333dad;
            color: #fff;
            border: 2px solid #83ff00;
            webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            text-decoration: none;
        }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #99b0c2;
    opacity: 5; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #99b0c2;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #99b0c2
}

.aboutus {
    padding: 40px 0px 30px;
}

    .aboutus h1 {
        color: #00338c;
        font-weight: bold;
        font-size: 36px;
        text-align: center;
        border-bottom: 1px solid #00adee;
        padding-bottom: 20px;
    }

.investment {
    padding: 40px 0px 30px;
}

    .investment h1 {
        color: #00338c;
        font-weight: bold;
        font-size: 36px;
        text-align: center;
        border-bottom: 1px solid #00adee;
        padding-bottom: 20px;
    }

.investment-points {
    padding: 40px 0px 30px;
}

    .investment-points h1 {
        color: #00338c;
        font-weight: bold;
        font-size: 36px;
        text-align: center;
        border-bottom: 1px solid #00adee;
        padding-bottom: 20px;
    }

    .investment-points ol {
        padding-left: 15px;
        text-align: justify;
    }

        .investment-points ol li {
            margin-bottom: 20px;
        }

            .investment-points ol li b {
                color: #00338c;
                font-size: 16px;
            }

.button-become {
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 40px;
    background-color: #00338c;
    margin: 30px 0px;
    display: inline-block;
    font-size: 18px;
}

    .button-become:hover {
        color: #fff;
        background-color: #00adee;
    }

.core {
    padding: 40px 0px 30px;
}

    .core h1 {
        color: #00338c;
        font-weight: bold;
        font-size: 36px;
        text-align: center;
        border-bottom: 1px solid #00adee;
        padding-bottom: 20px;
    }

    .core ol {
        padding-left: 15px;
        text-align: justify;
    }

        .core ol li {
            margin-bottom: 20px;
        }

            .core ol li b {
                color: #00338c;
            }

    .core li::marker {
        color: #00338c;
        font-weight: bold;
    }

.terms {
    padding: 40px 0px 30px;
}

    .terms h1 {
        color: #00338c;
        font-weight: bold;
        font-size: 36px;
        text-align: center;
        border-bottom: 1px solid #00adee;
        padding-bottom: 20px;
    }

    .terms h3 {
        color: #00338c;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 10px !important;
    }

    .terms a {
        color: #3ec0f2;
        text-decoration: underline;
    }

        .terms a:hover {
            text-decoration: none;
        }

.tv {
    padding: 40px 0px 30px;
}

    .tv h1 {
        color: #00338c;
        font-weight: bold;
        font-size: 36px;
        text-align: center;
    }

    .tv .grayborder {
        border: 1px solid #848588;
        padding: 30px 30px 20px 30px;
    }

.but-tv {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 30px;
    background-color: #00338c;
    margin: 30px 0px;
    display: inline-block;
    font-size: 16px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 6px #00338c;
}

    .but-tv:hover {
        color: #fff;
        background-color: #00adee;
        border: 2px solid #fff;
        box-shadow: 0px 0px 0px 6px #00adee;
    }

.but-tv1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 30px;
    background-color: #00338c;
    margin: 30px 0px;
    display: inline-block;
    line-height: 18px;
    font-size: 16px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 6px #00338c;
}

    .but-tv1:hover {
        color: #fff;
        background-color: #00adee;
        border: 2px solid #fff;
        box-shadow: 0px 0px 0px 6px #00adee;
    }

.programs {
    padding: 60px 0px 50px;
}

    .programs .retated-img {
        background: #fff;
        margin-right: 20px;
        padding: 15px;
        box-shadow: 0 0 0 transparent, 3px 6px 6px #404041;
        font-size: 24px;
        font-weight: 800;
        text-align: center;
        width: 70px;
        color: #023d5d;
    }

    .programs .media-body img {
        box-shadow: 0 0 0 transparent, 3px 6px 6px #404041 !important;
        width: 100%;
    }

    .programs .buttonbox {
        box-shadow: 0 0 0 transparent, 3px 6px 6px #404041 !important;
        background-color: #612314;
        color: #fff;
        font-size: 18px;
        padding: 8px 30px;
        border: 2px solid #fff;
        display: inline-block;
        margin: 20px 0px;
    }

        .programs .buttonbox:hover {
            background-color: #013a68;
        }

.contactus {
    padding: 40px 0px;
}

    .contactus h2 {
        color: #00338c;
        font-weight: bold;
        font-size: 36px;
    }
    .contactus h4 {
        color: #00338c;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 6px;
    }

    .contactus p img {
        width: 250px;
    }
    .contactus .btn-send {
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        padding: 8px 25px;
        background-color: #00338c;
        line-height: 18px;
        font-size: 14px;
        border: 1px solid #00338c;
        margin-top: 10px;
    }

        .contactus .btn-send:hover {
            color: #fff;
            background-color: #013a68;
            border: 1px solid #013a68;
        }

    .contactus .btn-reset {
        color: #000;
        text-transform: uppercase;
        font-weight: 400;
        padding: 8px 25px;
        background-color: #fff;
        line-height: 18px;
        font-size: 14px;
        border: 1px solid #ccc;
        margin-top: 10px;
    }

        .contactus .btn-reset:hover {
            color: #fff;
            background-color: #013a68;
            border: 1px solid #013a68;
        }

textarea {
    resize: none;
}

.rankings h1 {
    border-bottom: none;
    padding-bottom: 0px;
}
.float-left{float:left;}
.float-right{float:right;}
.head_right{width:24%;}
.w-55{width:55%;margin-top:20px;margin-right:2%;}
.head_logo{width:41%;}
.goog-logo-link {display:none !important;} 
.goog-te-gadget{color: transparent !important;}
.goog-te-gadget .goog-te-combo{color:#000 !important;width: 100%;padding: 6px;}
.error{
	color:red;
}
.send_suc{
	color:green;
}
.fail_con{
color:red;}
.menu_bold{font-weight:bold;}
.significant {
    padding: 40px 0px;
}

    .significant h1 {
        color: #ff7f00;
        font-weight: bold;
        font-size: 30px;
        text-transform: uppercase;
        margin-bottom: 0px;
        text-align: left;
        padding-left: 40px;
        margin-bottom: 20px;
    }

        .significant h1 span {
            color: #0411af;
            font-weight: 400;
            font-size: 18px;
            text-transform: initial;
        }

    .significant .shadow {
        box-shadow: 0 0 0 transparent, 3px 3px 10px 1px #7c7c7c !important;
        width: 100%;
        padding: 20px;
        margin-bottom: 25px;
    }
@media (max-width:767px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
	
	.logosize {
        height: 50px;
    }
	.head_logo{width:80%;}
	.w-55{margin-top:0px;}
	#google_translate_element1{width:95%;margin:0 auto;}
	
    .programs .retated-img {
        background: #fff;
        margin-right: 15px;
        padding: 10px;
        box-shadow: 0 0 0 transparent, 3px 6px 6px #404041;
        font-size: 18px;
        font-weight: 800;
        text-align: center;
        width: 50px;
    }
}

@media (max-width:350px) {
    .logosize {
        height: 39px;
    }
}
