/*
========================
Header area start
========================
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,400&display=swap');

body {	    
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #333333;	
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white; 
    background: #38B6FF;
}

::-webkit-selection {
    color: white; 
    background: #38B6FF;
}

::-moz-selection {
    color: white; 
    background: #38B6FF;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #38B6FF;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}

/*--- header-area start ---*/
.main-area {
    background-image: url(img/bgr.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;    
}

.hero-overlay {
    background: rgba(0,0,0,.4);
    padding: 80px 0;
}

/*--- header-area start ---*/
.header-area {
    padding: 0px 0;
}

.header-part p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.header-part h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 53px;  
}

.header-part h5 {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    padding-top: 10px;  
}

.hd-btn {
   text-align: center;
   padding-top: 20px;
}

.hd-btn a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 85px;
    border-radius: 30px;
    background-color: #202020;  
}

/*--- dnheader-area start ---*/
.dnheader-area {
    padding: 30px 0;
    padding-bottom: 80px;
}

.dnheader-part form {
    background-color: #fff;
    width: 45%;
    margin: auto;
}

.dnheader-part form input[type="text"] {
    color: #13214B;
    font-size: 15px;
    font-weight: 600;
    width: 70%;
    border: none;
    background: none;
    outline: none;
    padding: 18px 20px;
    float: left;
}

.dnheader-part form input[type="text"]::placeholder {
    color: #68718A;
    font-size: 15px;
}

.dnheader-part form button {
    color: #13214B;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -2px;
    width: 30%;
    border: none;
    background: none;
    outline: none;
    padding: 15px 20px;
    position: relative;
    background-color: #38B6FF;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.dnheader-part form button span {
    font-size: 35px;
    position: absolute;
    top: 1px;
    right: 15%;
}

.dnheader-part form button:hover {
    text-decoration: underline;
}

.dn_part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    padding-top: 10px;
}

.dn_part ul li {
    display: inline-block;
}

.dn_part ul li p i {
    color: #fff;
    font-size: 16px;
    padding-right: 4px;
}

.dn_part ul li p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
}

.dn_part ul li p a {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;   
}

/*--- sua-area start ---*/
.sua-area {
    padding: 60px 0;
    background-color: #fff;
    padding-bottom: 50px;
}

.media img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: block;
}

.media-body p {
    color: #000000;
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
}

/*--- csah-area start ---*/
.csah-area {
    background-color: #F0F0F0;
    padding: 60px 0;
    padding-bottom: 46px;
}

.csah-left ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.csah-left ul li {
    display: block;
    color: #13214B;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 14px;
}

.csah-left ul li i {
    color: #13214B;
    font-size: 17px;
    padding-right: 5px;    
}

/*--- idc-area start ---*/
.idc-area {
    background-color:#fff;
    padding: 60px 0;
}

.idc-left h2 {
    color: #13214B;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 5px;
    padding-top: 95px;
}

.idc-left p {
    color: #54595F;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -1px;   
}

.idc-right form {
     background-color: #202020;
     width: 100%;
     padding: 25px;
}

.idc-right form h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    padding-top: 22px;
    padding-bottom: 14px;
    text-align: center;
}

.idc-right form input[type="text"] {
    color: #9ca1a5;
    font-size: 18px;
    width: 100%;
    border: none;
    background: none;
    outline: none;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 12px;
}

.idc-right form input[type="text"]::placeholder {
    color: #9ca1a5;
    font-size: 18px;
}

.idc-right form button {
    color: #13214B;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -1px;
    width: 100%;
    border: none;
    background: none;
    outline: none;
    padding: 15px 20px;
    position: relative;
    border-radius: 5px;
    background-color: #38B6FF;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.idc-right form button span {
    font-size: 35px;
    position: absolute;
    top: 1px;
    right: 39%;
}

.idc-right form button:hover {
    text-decoration: underline;
}

.idc-right form p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding-top: 16px;
    margin: 0;
}

.idc-right form p i {
    color: #fff;
    font-size: 18px;
    padding-right: 5px;
}

/*--- hfk-area start  ---*/
.hfk-area  {
    background-color:#F0F0F0;
    padding: 60px 0;
}

.hfk-left h2 {
    color: #13214B;
    font-size: 25px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 10px;
}

.hfk-left p {
    color: #54595F;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;    
}

.hfk-right img {
    max-width: 100%;
    display: block;
    margin: auto;
    padding-top: 82px;
}

/*--- iidc-area start ---*/
.iidc-area {
    background-color:#fff;
    padding: 60px 0;
}

.iidc-left h2 {
    color: #13214B;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 5px;
}

.iidc-left p {
    color: #54595F;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -1px;   
}

.iidc-inner ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 30px;
}

.iidc-inner ul li {
    display: block;
}

.iidc-inner ul li i {
    color: #7A7A7A;
    font-size: 6px;
}

.iidc-inner ul li h6 {
    color: #54595F;
    font-size: 15px;
    font-weight: 500;
    padding-left: 17px;
    line-height: 20px;
    margin-top: -21px; 
}

.iidc-right form {
    background-color: #202020;
    width: 100%;
    padding: 25px;
    padding-bottom: 84px;
}

.iidc-right form h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    padding-top: 22px;
    padding-bottom: 14px;
    text-align: center;
}

.iidc-right form input[type="text"] {
    color: #9ca1a5;
    font-size: 15px;
    width: 100%;
    border: none;
    background: none;
    outline: none;
    padding: 15px 20px;
    background-color: #fff;
    margin-bottom: 12px;
}

.iidc-right form input[type="text"]::placeholder {
    color: #9ca1a5;
    font-size: 15px;
}

.iidc-right form button {
    color: #13214B;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -1px;
    width: 100%;
    border: none;
    background: none;
    outline: none;
    padding: 15px 20px;
    position: relative;
    background-color: #38B6FF;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.iidc-right form button span {
    font-size: 35px;
    position: absolute;
    top: 1px;
    right: 39%;
}

.iidc-right form button:hover {
    text-decoration: underline;
}

.iidc-right form p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding-top: 16px;
    margin: 0;
}

.iidc-right form p i {
    color: #fff;
    font-size: 18px;
    padding-right: 5px;
}

/*--- hrk-area start ---*/
.hrk-area {
    background-color: #F0F0F0;
    padding: 60px 0;
}

.hrk-left h2 {
    color: #13214B;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 5px;
}

.hrk-left p {
    color: #54595F;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;    
}

.hrk-left h3 {
    color: #D93B43;
    font-size: 19px;
    font-weight: 700;
    line-height: 25px;  
}

.hrk-left img {
    max-width: 100%;
    display: block;
    margin: auto;
    padding-top: 115px;
}

.hrk-right img {
    max-width: 100%;
    display: block;
    margin: auto;
    padding-bottom: 50px;
}

.hrk-right p {
    color: #54595F;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;    
}

/*--- lkrp-area start ---*/
.lkrp-area {
    background-color: #fff;
    padding: 30px 0;
}

.lkrp-top h2 {
    color: #13214B;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 70px;
    text-align: center;  
}

.lkrp-part img {
    max-width: 100%;
    display: block;
    margin: auto;    
}

.lkrp-part {
    position: relative;
}

.lkrp-part p {
    color: #FFF704;
    font-size: 15px;
    font-weight: 600;
    background-color: #13214B;
    margin: 0;
    text-align: center;
    position: absolute;
    padding: 8px 22px;
    border-radius: 30px;
    width: 200px;
    top: -20px;
    left: 50%;
    margin-left: -100px;
}

/*--- mainhit-area start ---*/
.mainhit-area {
    background-color: #F0F0F0;
    padding: 30px 0;
    padding-top: 10px;
}

.hit-area {
    background-color: #202020;
}

.hit-part h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 14px 0;    
}

.hitt-area {
    padding: 0px 0;
}

.hitt-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    padding: 40px 0;
    padding-bottom: 10px;
}

.hitt-part ul li {
    display: block;
    color: #13214B;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: -1px;
    padding-bottom: 11px;
}

.new-area {
    background-color: #fff;
    padding: 120px 0;
}

.new-left h2 {
    color: #13214B;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 5px;
}

.new-left p {
    color: #54595F;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;    
}

.new-left h3 {
    color: #D93B43;
    font-size: 19px;
    font-weight: 700;
    line-height: 25px;    
}

.new-left img {
    max-width: 40%;
    display: block;
}

.new-right img {
    max-width: 100%;
    display: block;
    margin: auto;
    padding-top: 42px;
}

.idcc-area {
    background-color: #F0F0F0;
    padding: 60px 0;
}

.idcc-left h2 {
    color: #13214B;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 5px;
    padding-top: 95px;
}

.idcc-left p {
    color: #54595F;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -1px;   
}

.idcc-left p span {
    font-weight: 600;
}

.idcc-right form {
     background-color: #202020;
     width: 100%;
     padding: 25px;
}

.idcc-right form h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    padding-top: 22px;
    padding-bottom: 14px;
    text-align: center;
}

.idcc-right form input[type="text"] {
    color: #9ca1a5;
    font-size: 15px;
    width: 100%;
    border: none;
    background: none;
    outline: none;
    padding: 15px 20px;
    background-color: #fff;
    margin-bottom: 12px;

}

.idcc-right form input[type="text"]::placeholder {
    color: #9ca1a5;
    font-size: 15px;
}

.idcc-right form button {
    color: #13214B;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -1px;
    width: 100%;
    border: none;
    background: none;
    outline: none;
    padding: 15px 20px;
    position: relative;
    background-color: #38B6FF;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.idcc-right form button span {
    font-size: 35px;
    position: absolute;
    top: 1px;
    left: 39%;
}

.idcc-right form button:hover {
    text-decoration: underline;
}

.idcc-right form p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding-top: 16px;
    margin: 0;
}

.idcc-right form p i {
    color: #fff;
    font-size: 18px;
    padding-right: 5px;
}

/*
========================
contact page start
========================
*/

.contact-area {
    width: 100%;
    height: 100vh;
    min-height: 350px;
    background: #13214B;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contact-inner {
    padding-left: 15px;
    padding-right: 15px;
    width: 900px;
    margin: auto;  
}

.contact-form {
    background: #FFFFFF; 
    padding: 100px;
    width: 100%;
    border-radius: 8px;
    box-sizing: border-box;
}

.contact-form input {
    display: block;
    width: 100%;
    border: none;
    padding: 12px 15px;
    background: #EAEAEA;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
    outline: none;
}

@media screen and (max-width: 900px) {
   .contact-inner {  
    width: 100%;  
} 


}

.contact-form input[type="submit"] {
    background: #38B6FF;
    color: #333;
    text-transform: uppercase;
    border: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.contact-form input[type="submit"]:hover {
    opacity: 0.8;
}

.contact-inner h2 {
    text-align: center;
    color: #2CFF0C;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
}

.contact-inner h3 {    
    color: #13214B;
    font-weight: 700;
    font-size: 20px;    
}

.contact-inner h4 {
    color: #E25957;
    font-weight: 700;
    font-size: 18px; 
    margin: 15px 0 20px 0;
}