/*
========================
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 ---*/


.header-top {
    background: #202020;
    padding: 10px 0;
}

.header-item h4 {
    margin: 4px 0;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.nav-area {
    padding: 4px 0px;
}

.navbar {
    padding: 0px;
}

.navbar-brand img {
    width: 100px;
    transition: 0.2s all ease;
}

.navbar-brand img:hover {
    opacity: 0.9;
}

.main-menu-part ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.main-menu-part ul li {
    float: left;
}

.main-menu-part ul li a {  
    display: block;
    padding: 0px 0px 0px 30px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    color: #13214B;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.main-menu-part ul li a:hover,
#nav-act {
    color: #000;    
}

.hamburger {
  padding: 10px 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
  outline: 0px!important;
}

.hamburger:hover {
    opacity: 0.7; 
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; 
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}

.hamburger-inner::before {
    top: -10px; 
}

.hamburger-inner::after {
    bottom: -10px; 
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; 
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

.footer-area {
    text-align: center;
    padding: 10px 0;
    background: #13214B;
}

.footer-area p {
    text-align: center;
    color: #fff;
    margin: 2px 0;
}

.main-area {
    background-image: url(img/bg.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;
    transition: 0.2s all ease;  
}

.hd-btn a:hover {
    opacity: 0.9;
}


/*--- 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: #FFF;
    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: 70px 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;
}

.pp-title-area {
    text-align: center;
    background: #ddd;
    padding: 40px 0;
}

.pp-title-area h2 {
    color: #13214B;
    font-weight: 900;
    font-size: 45px;
}

.pp-content-area {
    padding: 45px 0;
}

.pp-content-area h4 {
    margin-top: 30px;
    font-weight: 600;
    font-size: 22px;
}

.pp-content-area p {
    font-size: 17px;
}

.thank-you-area {
    padding: 100px 0 80px; 
}

.tyc-bottom {
    text-align: center;
    margin-top: 100px;
}

.tyc-top p {
    font-size: 18px;
    font-weight: 600;
    color: #13214B;
}

.tyc-top p i {
    margin-right: 12px;
}

.tyc-bottom button {
    padding: 10px 15px;
    background-color: #13214b;
    color: #fff;
    border: none;
    font-weight: bold;
    display: block;
    border-radius: 30px;
    outline: none;
    margin-bottom: 20px;
}

.tyc-bottom p {
    font-weight: bold;
    font-size: 18px;
    color: #13214B;
    margin: 13px 0;
}

.mobile-contact-area {
    background: #F0F0F0;
    padding: 40px 0;
}

.mobile-form input {
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    border-radius: 4px;
    padding: 9px 15px;
    margin-bottom: 20px;
    outline: none!important;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.mobile-form input:focus, 
.mobile-form textarea:focus {
    border-color: #bbbbbb;
}

.mobile-form textarea {
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    border-radius: 4px;
    padding: 9px 15px;
    margin-bottom: 28px;
    outline: none!important;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.mobile-form > h2 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    color: #13214B;
}

.mobile-form label {
    margin-bottom: 5px;
    display: block;
}

.mobile-form input[type="submit"] {
    background: #38B6FF;
    color: #13214B;
    border-color: #38B6FF;
    font-weight: 600;
}

.mobile-form input[type="submit"]:hover {
    opacity: 0.8;
}