@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: orange;
}

::-webkit-selection {
    color: white; 
    background: orange;
}

::-moz-selection {
    color: white; 
    background: orange;
}

.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: #000;
    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);   
}

/*---- mobileheader-area start ----*/
.mobileheader-area {
    background: #122273;
    padding: 15px 0;
    display: none;
}


.mobileheader-area {
    background: #122273;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 9999999999999999999999;
}

.mobileheader-area.sticky {
    position: fixed;
    width: 100%;
    background-color: #122273;
    box-shadow: 3px 1px 0.99px 0.01px rgba(0, 0, 0, 0.05);
    padding: 14px 0px;
}

.navbar {
    padding: 0px;
}

.navbar-brand img {
    max-width: 100%;
    display: block;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.navbar-brand img:hover {
  opacity: 0.8;
}

.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 5px 0px 15px;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 15px;
    color: #202020;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.main-menu-part ul li a:hover {
    color: #fff;
}

.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: #fff;
    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); 
}



/*--- header-area start ---*/

.header-area {
    background-color: #122273;
    padding: 20px 0;
    border-bottom: 1px solid #4458a4;
    position: sticky;
    top: 0;
    z-index: 9999999999999999999999;
}

.header-area.sticky {
    position: fixed;
    width: 100%;
    background-color: #122273;
    box-shadow: 3px 1px 0.99px 0.01px rgba(0, 0, 0, 0.05);
    padding: 18px 0px;
}

.header-left img {
    max-width: 100%;
    display: block;
}


.header-inner ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    padding-top: 8px;
}

.header-inner ul li {
    display: inline-block;
}

.header-inner ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin: 0 20px;    
}

.header-inner ul li:first-child a,
.header-inner ul li:last-child a {
    margin: 0px;
}

.header-inner a:hover {
    opacity: 0.8;
}


.header-right {
    float: right;
    padding-top: 5px;   
}

.header-right a {
    color: #163294;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 2px;
    transition: 0.02s all ease;    
}

.header-right a:hover {
    opacity: 0.8;
}

/*--- hdmain-area start ---*/
.hdmain-area {
    background: #122273;
    padding: 36px 0;
    padding-bottom: 38px;
}


.hdmain-area1 {
    background-image: url(img/Vector.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    padding: 0px 0;
}



/*--- hdmain-area_a1 start ---*/
.hdmain-area_a1 {
    padding: 60px 0;
    padding-bottom: 128px;
}

.hdmain_top h2 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 30px;
}


.hdmain_a1 {
    position: relative;
}

.hdmain_a1 img {
    position: absolute;
    margin-left: -24px;
    margin-top: 19px;
    max-width: 100%;  
}

.hdmain_a1 h6 {
    color: #fff;
    font-size: 12px;
    margin: 0;
    font-weight: 500;
    padding-bottom: 4px;    
}


.hdmain_a1 h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 21px;    
}


.hdmain_a1 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.hdmain_a1 ul li {
    display: block;
}

.hdmain_a1 ul li a {
    color: #fff;
}

.hdmain_a1 ul li a p {
    color: #fff;
    font-size: 11px;
    display: block;
    margin-top: -19px;
    margin-bottom: 0;
    margin-left: 9px;   
}

.hdmain_a1 ul li a i {
    font-size: 4px;
    position: relative;
    top: -3px;
    padding-right: 2px;    
}

/*--- hdmain-area_a2 start ---*/
.hdmain-area_a2 {
    padding: 40px 0;
    border-top: 1px solid #5b6fb3;
}


.hdmain_f1 {
    position: relative;
}

.hdmain_f2 {
    position: absolute;
    left: -58px;
    bottom: -7px;    
}

.hdmain_f2 h2 {
    color: #142C88;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
}

.hdmain_f2 img {
    max-width: 100%;
    display: block;
    position: absolute;
    margin-left: 35px;
    margin-top: -11px;
}



.hdmain_f3 {
    position: absolute;
    bottom: -7px;
    left: 503px;   
}

.hdmain_f3 h2 {
    color: #b9c0dc;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
}


/*--- hbloip-area start ---*/
.hbloip-area {
    background: #F6F6FB;
    padding: 70px 0;
    overflow: hidden;
}



.hbloip-top h2 {
    color: #29304a;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
}

.hbloip-top h2 span {
    color: #092887;
}

.hbloip-top p {
    color: #0C1231;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    line-height: 23.59px;
    padding-bottom: 50px;    
}

.hbloip-left_a1 {
    padding: 20px 20px;
    border-radius: 5px;
    margin-bottom: 18px;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);

    background-image: url(img/bg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.hbloip-left_a1 h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 13px;    
}

.hbloip-left_a1 p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin: 0;    
}

.hbloip-right {
    background-color: #fff;
    padding: 0px;
    border-radius: 5px;
    width: 113%;
    margin-left: 30px;
}

.hbloip-right_a2 h2 {
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    padding-top: 104px;
    padding-left: 50px;
}

.hbloip-right_a2 p {
    color: #575f6e;
    font-size: 10px;
    padding-left: 50px;    
}

.hbloip-right_a3 {
    background-color: #fff;
    padding: 15px 15px;
    border-radius: 5px;
    margin-bottom: 18px;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
    margin-left: 50px;
}

.hbloip-right_a3 p {
    color: #242426;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 2px;
}


.hbloip-right_a3 input[type="email"] {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    outline: none;
    border: none;
    background: none;
    padding: 6px 15px;
    border-bottom: 1px solid #3d5af1;
    margin-top: 4px;    
}


.hbloip-right_a3 input[type="email"]::placeholder {
    color: #242426;
    font-size: 13px;
    font-weight: 500;   
}


.hbloip-right_a4 input[type="submit"] {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    border: none;
    background: none;
    padding: 10px 19px;
    margin-top: 4px;
    background-color: #3d5af1;
    border-radius: 5px;
    margin-left: 49px;
    transition: 0.2s all ease; 
}

.hbloip-right_a4 input[type="submit"]:hover {
    background-color: #000000;
    color: #fff;
}


.hbloip-right_b1 img {
    width: 100%;
    height: 424px;
}


.hbloip-left_a2 {
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 5px;
    margin-bottom: 18px;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
}

.hbloip-left_a2 h3 {
    color: #092887;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 13px;    
}

.hbloip-left_a2 p {
    color: #0C1231;
    font-size: 12px;
    font-weight: 400;
    margin: 0;    
}


/*--- dldwt-area start ---*/
.dldwt-area {
    background-color: #fff;
    padding: 115px 0;
    padding-top: 97px;
}


.dldwt-top h2 {
    color: #29304a;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
}

.dldwt-top h2 span {
    color: #092887;
}

.dldwt-top p {
    color: #0C1231;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    line-height: 23.59px;
    padding-bottom: 35px;    
}


.dldwt_a1 img {
    max-width: 100%;
    display: block;
    margin: auto;
}


.dldwt_a1_btn {
    text-align: center;
    padding-top: 35px;
}

.dldwt_a1_btn a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 48px;
    background: #092887;
    transition: 0.2s all ease;    
}

.dldwt_a1_btn a:hover {
    background-color: #000000;
    color: #fff;
}

.dldwt_a2_btn {
    text-align: center;
    padding-top: 35px;
}

.dldwt_a2_btn a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 70px;
    background: #092887;
    transition: 0.2s all ease;    
}

.dldwt_a2_btn a:hover {
    background-color: #000000;
    color: #fff;
}

.dldwt_a3_btn {
    text-align: center;
    padding-top: 35px;
}

.dldwt_a3_btn a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 64px;
    background: #092887;
    transition: 0.2s all ease;    
}

.dldwt_a3_btn a:hover {
    background-color: #000000;
    color: #fff;
}


.dldwt_b1 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    padding-top: 27px;
}

.dldwt_b1 ul li {
    display: block;
}

.dldwt_b1 ul li a img {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 5px;
}


/*--- footer-area start ---*/
.footer-area {
    background-color: #fff;
    padding: 20px 0;
    border-top: 2px solid #dfe0e4;
}


.footer-left img {
    max-width: 100%;
    display: block;
}


.footer-right p {
    color: #0C1231;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    float: right;
    padding-top: 10px;    
}


/*--- aln-area start --*/
.aln-area {
    background-image: url(img/bg-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 233px 0;
}

.aln-part h2 {
    color: #fff;
    font-size: 70px;
    text-align: center;
    margin: 0;    
}



/*--- dnaln-area start --*/
.dnaln-area {
    background-color: #fff;
    padding: 100px 0;
}

.dnaln-left h2 {
    color: #29304A;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    line-height: 44px;
    padding-top: 82px;
    padding-bottom: 28px;

}

.dnaln-left p {
    color: #0C1231;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}


.dnaln-left h3 {
    margin: 0;
}

.dnaln-left h3 a {
    color: #163294;
    font-size: 14px;
    font-weight: 600;    
}

.dnaln-right img {
    width: 100%;
    display: block;
    margin: auto;
}


.header-area11 {
    border-bottom: 0px;
}
.mobileheader-area11 {
    border-bottom: 0px !important;
}



/*--- abtdnaln-area start --*/
.abtdnaln-area {
    background-color: #fff;
    padding: 30px 0;
}

.abtdnaln1_top {
    position: relative;
}

.img_a1 {
    float: right;
    margin-top: -105px;
    max-width: 100%;
    display: block;
    margin-right: -83px;    
}


.abtdnaln-top {
    position: relative; 
}

.abtdnaln-top img {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-top: -277px;
    position: relative;
    left: 18px;
    margin-bottom: 50px;    
}

.abtdnaln-left h2 {
    color: #29304A;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    line-height: 44px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.abtdnaln-left p {
    color: #0C1231;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
}


.abtdnaln-left h3 {
    margin: 0;
}

.abtdnaln-left h3 a {
    color: #163294;
    font-size: 14px;
    font-weight: 600;    
}

.abtdnaln-right img {
    width: 100%;
    display: block;
    margin: auto;
}




/*--- abdnaln-area start --*/
.abdnaln-area {
    background-color: #fff;
    padding: 100px 0;
}

.abdnaln-top {
    position: relative; 
}

.abdnaln-top img {
    max-width: 29%;
    display: block;
    margin-top: -234px;
    position: relative;
    left: -117px;
    margin-bottom: 50px;   
}


.abdnaln-left h2 {
    color: #29304A;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    line-height: 44px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.abdnaln-left p {
    color: #0C1231;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}


.abdnaln-left h3 {
    margin: 0;
}

.abdnaln-left h3 a {
    color: #163294;
    font-size: 14px;
    font-weight: 600;    
}

.abdnaln-right_a1 {

}

.abdnaln-right_a1 img {
    width: 100%;
    display: block;
    margin: auto;
}

/*--- maisb-area start --*/
.maisb-area {
    background-color: #F6F6FB;
    padding: 70px 0;
}

.maisb-top {
   position: relative; 
}

.maisb-part_img2 {
    position: absolute;
    left: -83px;
    top: 12px;
    max-width: 100%;
}

.maisb-part_img3 {
    position: absolute;
    right: -83px;
    top: 12px;
    max-width: 100%;    
}

.maisb-part {

}

.maisb-part_img1 {
  max-width: 100%;
  display: block;
  margin: auto;  
}

.maisb-part h2 {
    color: #0C1231;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    line-height: 60px;
    padding-top: 20px;    
}

.maisb-part p {
    color: #777A8C;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding-top: 10px;    
}


.maisb_btn {
    text-align: center;
    padding-top: 38px;
}

.maisb_btn a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 35px;
    background-color: #092887;
    transition: 0.2s all ease;   
}

.maisb_btn a:hover {
    color: #fff;
    background-color: #000000;
}



/*--- dnmaisb-area start --*/
.dnmaisb-area {
    background-color: #F6F6FB;
    padding: 70px 0;
}

.dnmaisb-part {
    background-color: #fff;
    padding: 30px 0;
    padding-bottom: 20px;
    position: relative;
}

.dnmaisb-part p {
    color: #0C1231;
    font-size: 18px;
    text-align: center;    
}

.dnmaisb-part_img_a1 {
    max-width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0; 
}


.dnmaisb-part_img_a2 {
    max-width: 100%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;   
}


/*---rbcfb-area start --*/
.rbcfb-area {
    background-color: #F6F6FB;
    padding: 30px 0;
}

.rbcfb-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}

.rbcfb-part ul li {
    display: inline-block;
}

.rbcfb-part ul li a img {
    max-width: 100%;
    display: inline-block;
    margin: 0 40px;
}


/*---owmdoc-area start --*/
.owmdoc-area {
    background-color: #F6F6FB;
    padding: 60px 0;
}

.owmdoc-part h3 {
    color: #3D5AF1;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

.owmdoc-part h2 {
    color: #29304A;
    font-size: 50px;
    font-weight: 600;
    padding-top: 7px;
    padding-bottom: 16px;
    text-align: center;  
}

.owmdoc-part p {
    color: #0C1231;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding-bottom: 13px;    
}

.owmdoc-part img {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-top: 25px;    
}


/*---dnowmdoc-area start --*/
.dnowmdoc-area {
    background-color: #F6F6FB;
    padding: 60px 0;
}

.dnowmdoc_top {
    position: relative;
}

.dnowmdoc_top_img_a1 {
   position: absolute;
    max-width: 100%;
    display: block;
    top: -69px;
}

.dnowmdoc_top_img_a2 {
    position: absolute;
    max-width: 100%;
    display: block;
    margin-left: 410px;
    margin-top: -21px;   
}

.dnowmdoc_top_img_a3 {
    position: absolute;
    max-width: 100%;
    display: block;
    right: 0;
    margin-top: 19px;   
}

.dnowmdoc_top_img_a4 {
    position: absolute;
    max-width: 100%;
    display: block;
    right: 0;
    margin-right: 127px;
    margin-top: 241px;   
}

.dnowmdoc_top_img_a5 {
    position: absolute;
    max-width: 100%;
    display: block;
    right: 0;
    margin-right: 552px;
    margin-top: 166px;  
}

.dnowmdoc_top_img_a6 {
    position: absolute;
    max-width: 100%;
    display: block;
    right: 0;
    margin-top: 150px;
    margin-right: -66px;   
}

.dnowmdoc-left img {
    max-width: 100%;
    display: block;
}


.dnowmdoc-right h2 {
    color: #29304A;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 12px;
    padding-top: 32px;
}

.dnowmdoc-right p {
    color: #454545;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;    
}


/*--- maincobpl-area start---*/
.maincobpl-area {
    background-color: #f6f6fb;
    padding: 30px 0;
}

.maincobpl-area1 {
    background-image: url(img/Africa.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px 0;
}

/*--- cobpl-area1 start---*/
.cobpl-area1 {
    padding: 30px 0;
}

.cobpl_top h2 {
    color: #29304A;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 2px;
    text-align: center;
}


.cobpl_top_a1_img1 {
    position: absolute;
    max-width: 100%;
    display: block;
    margin-top: -214px;
    margin-left: 337px;
}

.cobpl_top_a1_img2 {
    position: absolute;
    max-width: 100%;
    display: block;
    right: 74px;
    margin-top: -80px;  
}


.cobpl_top_a1_img3 {
    position: absolute;
    max-width: 100%;
    display: block;
    right: 114px;
    margin-top: 672px;
}


.cobpl_top_a1_img4 {
    position: absolute;
    max-width: 100%;
    display: block;
    right: 83px;
    margin-top: 307px;   
}



.cobpl_top_a1_img5 {
    position: absolute;
    max-width: 100%;
    display: block;
    left: -7px;
    margin-top: -135px; 
}


.cobpl_top_a1_img6 {
    position: absolute;
    max-width: 100%;
    display: block;
    margin-top: -98px;
    margin-left: 96px;
}



.cobpl_top_a1_img7 {
    position: absolute;
    max-width: 100%;
    display: block;
    margin-top: 336px;
    margin-left: 97px;
}


.cobpl_top_a1_img8 {
    position: absolute;
    max-width: 100%;
    display: block;
    margin-left: 617px;
    margin-top: 364px;  
}


.cobpl_top_a1_img9 {
    position: absolute;
    max-width: 100%;
    display: block;
    margin-left: -120px;
    margin-top: 29px;  
}


.cobpl_top_a1_img10 {
    position: absolute;
    max-width: 100%;
    display: block;
    margin-left: 720px;
    margin-top: -89px;   
}


.cobpl_top_a1_img11 {
    position: absolute;
    max-width: 100%;
    display: block;
    margin-left: 445px;
    margin-top: 132px;   
}


.cobpl_top_a1_img12 {
    position: absolute;
    max-width: 100%;
    display: block;
    right: 242px;
    margin-top: 379px;  
}


.cobpl_top_a1_img13 {
    position: absolute;
    max-width: 100%;
    display: block;
    margin-top: 378px;
    margin-left: 99px;
}







.cobpl_top p {
    color: #454545;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    padding-bottom: 93px;    
}

.cobpl_left img {
    max-width: 95%;
    display: block;
}

.cobpl_right h2 {
    color: #29304A;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 12px;
    padding-top: 56px;
}

.cobpl_right p {
    color: #454545;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;    
}





/*--- dcobpl-area1 start---*/
.dcobpl-area1 {
    padding: 30px 0;
}



.dcobpl_left h2 {
    color: #29304A;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 12px;
    padding-top: 56px;
}

.dcobpl_left p {
    color: #454545;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;    
}


.dcobpl_right img {
    max-width: 95%;
    display: block;
}




.items-a2 {
    display: none;
}

