/*
========================
Header area start
========================
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {	
    font-family: 'Poppins', 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: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}

/*--- main-area start ---*/
.main-area {
    background-image: url('img/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0;
}

.top-part h1 {
    color: #f6861f;
    font-size: 7em;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
    margin: 0;
}

.top-part h1 span {
   color: #2d2b7a; 
}

.top-part p {
    color: #000000;
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    margin: 0;
    line-height: 34px;
    padding-bottom: 5px;   
}

.logo-part img {
    display: block;
    margin: auto;
    width: 360px;
}

.top-part h3 {
    color: #f6861f;
    font-size: 65px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    line-height: 47px;
    padding-top: 4px
}

.span_a1 {
    color: #000000;
    font-size: 41px;
    text-transform: lowercase;
}

.span_a2 {
    color: #000000;
    font-size: 24px;
    text-transform: capitalize;   
}

.span_a3 {
    color: #000000;
    font-size: 41px;
    text-transform: capitalize;    
}

.top-inner {
    background: rgb(50,52,127);
    background: linear-gradient(90deg, rgba(50,52,127,1) 1%, rgba(117,132,193,1) 76%);
    padding: 16px 0;
    width: 100%;
    border-radius: 60px;
    margin-top: 15px;
    margin-bottom: 39px;
}

.top-inner ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
} 

.top-inner ul li {
    display: inline-block;
    margin: 0 3px;
}

.top-inner ul li a {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
}

.top-inner ul li a i {
    color: #f6861f;
    font-size: 9px;
    position: relative;
    top: -7px;    
}









.down-part {

}

.down-part h3 {
    color: #2d2b7a;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    margin: 0;    
}

.down-part p {
    color: #000000;
    font-size: 27px;
    text-align: center;
    margin: 0;
    font-weight: 400;  
}

.down-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}

.down-part ul li {
    display: inline-block;
    margin: 0 2px;
}

.down-part ul li a {
    color: #2d2b7a;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin: 0;
}

.down-part ul li:nth-child(1) a i {
    font-size: 30px;
    position: relative;
    top: 3px;
}

.down-part ul li:nth-child(3) a i {
    font-size: 30px;
    position: relative;
    top: 2px;
    padding-right: 3px;
}

.down-part ul li:nth-child(3) {
    padding-left: 15px;
}


.down-part ul li:nth-child(2) a i {
    font-size: 9px;
    position: relative;
    top: -6px;
    padding-right: 5px;
}

.down-part ul li:nth-child(4) a i {
    font-size: 9px;
    position: relative;
    top: -5px;
    padding-right: 5px;
}


.down-part ul li a i {
    color: #f6861f;  
}



.inner1-top {
    padding-bottom: 18px;
}

.inner1-top img {
    width: 91px;
    display: block;
    margin: auto;
}

.inner1-top h3 {
    color: #2d2b7a;
    font-size: 34px;
    font-weight: bold;
    margin: 0;
    line-height: 36px;    
}



.inner1-down {
    background-image: url('img/bg1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}

.inner1-down ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 30px;
    padding-top: 6px;
}

.inner1-down ul li {
    display: block;
    padding-bottom: 8px;
}

.inner1-down ul li i {
    color: #f6861f;
    font-size: 9px;
}

.inner1-down ul li p {
    color: #000000;
    font-size: 20px;
    margin: 0;
    line-height: 26px;
    font-weight: 400;
    margin-top: -23px;
    padding-left: 25px;
}

.inner1-down ul li p span {
    font-size: 17px;   
}



.logos-part {
    padding-top: 12px;
    padding-bottom: 35px;    
}

.logos-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}

.logos-part ul li {
    display: inline-block;
    margin: 0 65px;
    color: #000000;
    font-size: 30px;
    text-transform: lowercase;
    font-weight: bold;
}

.logos-part ul li:nth-child(2) img {
    height: 103px;
}

.logos-part ul li:nth-child(3) img {
    height: 60px;
}

.dn-part {
    position: relative;
}

.img_a1 {
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: 40px;
    left: 453px;
}

.img_a2 {
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: 40px;
    left: 579px;
}


.mobile {
    display: none;
}

.mobile-bg {
    background-image: url('img/mobile-bg2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0px 0; 
}


.top-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 10px;
}

.top-menu ul li {
    display: inline-block;
    margin: 0 30px;
}


.top-menu ul li a {
    color: #fff!important;
    font-size: 20px;
    font-weight: 600;
    display: block;
    transition: 0.2s all ease;
}

.top-menu ul li a:hover {
    color: #fff;    
}

