body {margin:0; padding:0; font-family: 'Abel', sans-serif;}

h1, h2, h3, h4, h5, h6 {
	
	font-family: 'neuropol x', sans-serif;
}

@media screen and (min-width:1320px) {
    .container {
        max-width: 1270px;
    }
}


.header {
    background: #00111f;
    padding: 60px 60px 0px 30px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.header .cv-block {
    width: 100%;
    display: inline-block;
	position: relative;
}
/*.logo {
    font-size: 51px;
    color: #fff;
    font-weight: 800;
    position: absolute;
    background: #00111f;
    padding: 0px 85px 30px 0px;
    font-family: 'Montserrat', sans-serif;
    left: -4px;
    top: -43px;
}
*/
.header .cv-block .banner {
    float: left;
    width: 60%;
    margin-left: 60px;
}
.header .cv-block .banner img {
    width: 100%;
}
.social_icon {
    position: absolute;
    bottom: 50px;
}
.social_icon ul {
    padding: 0;
}
.social_icon li {
    list-style: none;
    color: #31d1f9;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 0px;
}
.banner-caption {
    padding-left: 80px;
    margin-top: 5em;
    display: inline-block;
    width: 34%;
    font-size: 17px;
    color: #fff;
}
.banner-caption h2 {
    color: #31d1f9;
    font-size: 62px;
    font-weight: 800;
    margin-bottom: 35px;
    padding-top: 0;
    position: relative;
}
.banner-caption .btn.contact_btn {
    font-size: 22px;
    color: #fff;
    border: 2px solid #31d1f9;
    border-radius: 50px;
    padding: 16px 45px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-top: 25px;
}
.banner-caption h2 .uni_cl {
    position: absolute;
    top: 0;
    left: -2.5em;
}
.banner-caption h2::before {
    content: '';
    position: absolute;
    background: #31d1f9;
    width: 168px;
    height: 5px;
    left: -5.5em;
    top: 32px;
}


.section1 {
    display: inline-block;
    width: 100%;
    /*background: #011729;*/
    padding: 40px 45px;
    vertical-align: middle;
}
.section1 .block_cv {
    position: relative;
}
.head h3 span {
    font-size: 36px;
    color: #31d1f9;
    font-weight: 400;
}
.head h3 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    position: relative;
    padding-left: 55px;
	display: inline-block;
	text-transform: uppercase;
}
.head h3::before {
    content: '';
    position: absolute;
    background: url(../images/p.png);
    background-repeat: no-repeat;
    left: 0;
    top: -36px;
    width: 183px;
    height: 186px;
}
.section1 .figure {
    width: 100%;
	position:relative;
}
.section1 .figure img {
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.section1 .figure::before {
    content: '';
    position: absolute;
    background: url("../images/back_bg.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: -62px;
    bottom: -150px;
}
.section1 .block_cv ul {
    padding-left: 80px;
    padding-top: 50px;
}
.section1 .block_cv ul li {
    list-style: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    padding-left: 60px;
	position: relative;
}
.section1 .block_cv ul li::before {
    position: absolute;
    content: '';
    background: #31d1f9;
    width: 18px;
    height: 2px;
    top: 20px;
    left: 26px;
}

.section2 {
    display: inline-block;
    width: 100%;
    background: #00111f;
    padding: 120px 80px 80px;
    padding-top : 20px !important;
    vertical-align: middle;
    text-align: center;
}
.section2 .head {
    margin-bottom: 7em;
}
.section2 .block2 {
    background: #011729;
    padding: 20px 70px 20px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}
.section2 .block2 h2 {
    color: #00111f;
    background: #fff;
    display: inline-block;
    padding: 15px 25px;
    float: left;
    margin-left: -35px;
    font-weight: 700;
	line-height: 31px;
	margin-bottom: 0;
}
.section2 .block2 p {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    margin-left: 75px;
    line-height: 34px;
}
.section2 .block2::before {
    content: '';
    position: absolute;
    background: url(../images/vertical_line.png);
        background-repeat: repeat;
    background-repeat: no-repeat;
    width: 35px;
    height: 191px;
    top: 4px;
    right: -54px;
}
.section2 .block2::after {
    content: '';
    position: absolute;
    background: url(../images/horizontal_line.png);
        background-repeat: repeat;
    background-repeat: no-repeat;
    width: 192px;
    height: 12px;
    right: -239px;
    bottom: 0;
}
.section2 .block2.block3::after {
    display: none;
}

.section3 {
    display: inline-block;
    width: 100%;
    background: #011729;
    padding: 120px 80px 80px;
    vertical-align: middle;
    text-align: center;
}
.section3 .head h3::before {
	background: url(../images/w.png);
	    background-repeat: no-repeat;
    left: -108px;
    width: 258px;
}
}
.section3 .head h3 {
    text-align: left;
}
.section3 .head h3 span {
    display: block;
}
.section3 .block_cv {
    position: relative;
}
.section3 .figure {
    width: 100%;
	position:relative;
}
.section3 .figure img {
    width: 100%;
    position: relative;
    margin-top: 40px;
    margin-left: 40px;
}
.section3 .figure::before {
    content: '';
    position: absolute;
    background: url("../images/back_bg.png");
        background-repeat: repeat;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.section3 .block_cv ul {
    padding: 43px 0px;
    margin-top: 9em;
    text-align: left;
    margin-left: -93px;
    background: #011729;
}
.section3 .block_cv ul li {
    list-style: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    padding-left: 60px;
	position: relative;
}
.section3 .block_cv ul li::before {
    position: absolute;
    content: '';
    background: #31d1f9;
    width: 18px;
    height: 2px;
    top: 20px;
    left: 26px;
}

.section4 {
    display: inline-block;
    width: 100%;
    background: #00111f;
    padding: 120px 80px 80px;
    vertical-align: middle;
    text-align: center;
}

.section2.section4 .head h3 {
    padding-left: 135px;
    text-align: left;
}
.section2.section4 .head {
    margin-bottom: 3em;
}
.section2.section4 .head h3 span {
    display: block;
}
.section2.section4 .head h3::before {
    content: '';
    position: absolute;
    background: url(../images/H.png);
        background-repeat: repeat;
    background-repeat: no-repeat;
    left: 0;
    top: -36px;
    width: 183px;
    height: 186px;
}

.section2.section4 .head p {
    font-size: 20px;
    color: #fff;
    margin-top: 60px;
}
.section2.section4 .box {
    width: 100%;
    display: inline-block;
}
.section2.section4 .block {
    width: 46%;
    border: 6px solid #011729;
    padding: 50px 35px;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    text-align: right;
    font-weight: 500;
	float: left;
    line-height: 34px;
}
.section2.section4 .block p {
    margin-bottom: 40px;
    height: 78px;
}
.section2.section4 .block p:last-child {
    margin-bottom: 0px;
}
.section2.section4 .block.block3 {
    width: 46%;
    border: 6px solid #011729;
    padding: 50px 35px;
    float: right;
    text-align: left;
	position:relative;
}

.section2.section4 .block.block3::before {
    content: '';
    position: absolute;
    background: url(../images/vertical_line2.png);
    background-repeat: no-repeat;
    height: 422px;
    width: 17px;
    top: 0;
    left: -64px;

}

.section5 {
    display: inline-block;
    width: 100%;
    background: #011729;
    padding: 80px 0px 80px 45px;
    vertical-align: middle;
}
.section5 .head h3 {
    text-align: left;
    padding-left: 108px;
    margin-bottom: 70px;
}
.section5 .head h3 span {
    display: block;
}
.section5 .head p {
    color: #fff;
    font-size: 16px;
}
.section5 .head h3::before {
    content: '';
    position: absolute;
    background: url(../images/F.png);
    background-repeat: no-repeat;
    left: 0;
    top: -36px;
    width: 183px;
    height: 186px;
}
.section5 ..container-fluid {
	padding-right: 0;
}
.section5 .block_cv {
    position: relative;
}

.section5 .figure {
    width: 100%;
	position:relative;
}
.section5 .figure img {
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.section5 .block_cv ul {
    padding-left: 20px;
    padding-top: 50px;
    width: 444px;
}
.section5 .block_cv ul li {
    list-style: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    padding-left: 60px;
    position: relative;
    margin-bottom: 20px;
}
.section5 .block_cv ul li::before {
    position: absolute;
    content: '';
    background: #31d1f9;
    width: 8px;
    height: 8px;
    top: 10px;
    left: 26px;
    border-radius: 50%;
}

.section2.section4.section6 h3::before {
	content: '';
	position: absolute;
	background: url(../images/T.png);
	background-repeat: repeat;
	background-repeat: no-repeat;
	left: 0;
	top: -36px;
	width: 183px;
	height: 186px;
}

.section2.section4.section6 p {
    margin-bottom: 12px;
    height: auto;
}

.section2.section4.section6 .block.block3::before {
    content: '';
    position: absolute;
    background: url(../images/vertical_line3.png);
        background-repeat: repeat;
    background-repeat: no-repeat;
    height: 422px;
    width: 17px;
    top: 0;
    left: -64px;
}
.section3.section7 .block_cv ul li {
	font-size: 13px;
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.section8 {
    display: inline-block;
    width: 100%;
    background: #00111f;
    padding: 80px 0px 80px 45px;
    vertical-align: middle;
	position: relative;
}
.section8 .head {
    margin-top: 7em;
    margin-left: 8em;
}
.section8::before {
    content: '';
    background: url(../images/build_img6.png);
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 611px;
    height: 733px;
    position: absolute;
}
.section8 .box {
    width: 470px;
}
.section8 .box h3 {
    background: #19ccf9;
    margin: 0;
    padding: 16px 25px;
    color: #00111f;
    font-size: 19px;
    text-align: center;
    font-weight: 600;
}


.section8 .head h3::before {
    content: '';
    position: absolute;
    background: url(../images/A.png);
    background-repeat: no-repeat;
    left: 0;
    top: -36px;
    width: 183px;
    height: 186px;
}


/************* footer **************/
.footer {
    padding: 23px 0;
    background: #0a5874;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.md-footer {
    background: #011729;
    vertical-align: middle;
    text-align: center;
    padding: 40px 0 10px;
	color: #fff;
}
.md-footer h2 {
    margin-bottom: 40px;
}
.md-footer h3 {
    font-size: 20px;
    line-height: 35px;
    border-bottom: 2px solid #0a5874;
    display: inline-block;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
}
.social_icon_footer ul{ padding: 0;}
.social_icon_footer li {
    list-style: none;
    display: inline-block;
    padding: 0 16px;
    font-size: 20px;
    color: #0a5874;
    font-weight: 800;
    padding-top: 17px;
}


@media screen and (min-width:1500px) {

}



@media screen and (min-width:992px) and (max-width:1249px) {
.header {
    padding: 60px 30px;
}
.logo {
    font-size: 49px;
    padding: 0px 54px 25px 0px;
    left: 2px;
    
}
.social_icon {
    bottom: 0;
}
.header .cv-block .banner {
    width: 56%;
}
.banner-caption h2 {
    font-size: 55px;
    margin-bottom: 20px;
}
.banner-caption {
    padding-left: 50px;
    margin-top: 1em;
    width: 34%;
    font-size: 16px;
}
.banner-caption h2::before {
    width: 125px;
    left: -5em;
    top: 30px;
}
.banner-caption .btn.contact_btn {
    font-size: 14px;
    padding: 10px 39px;
    margin-top: 8px;
}
.section1 {
    padding: 80px 20px;
}
.section1 .block_cv ul {
    padding-left: 30px;
    padding-top: 0;
}
.section1 .block_cv ul li {
    font-size: 13px;
    line-height: 30px;
}
.section1 .figure::before {
    left: -24px;
    bottom: -24px;
}
.section2 {
    padding: 80px 60px;
}
.section2 .block2 p {
    font-size: 13px;
    margin-left: 50px;
    line-height: 25px;
}
.section2 .block2 {
    padding: 20px 20px 20px 0px;
    margin-bottom: 25px;
}
.section2 .block2::after {
    display: none;
}
.section3 {
    padding: 80px 30px;
}
.section3 .block_cv ul {
    padding: 30px 0px;
    margin-top: 2em;
}
.section3 .block_cv ul li {
    font-size: 13px;
    line-height: 32px;
}
.section3 .block_cv ul li::before {
    top: 14px;
}
.section2.section4 {
    padding: 80px 20px;
}
.section2.section4 .block {
    line-height: 29px;
}
.section2.section4 .block.block3 {
    line-height: 29px;
}
.section2.section4 .block.block3::before {
    left: -51px;
}
.section2.section4 .head p {
    font-size: 14px;
    margin-top: 45px;
}
.section2.section4.section6 .block.block3::before {
    left: -51px;
}
.section8 {
    padding: 80px 20px;
}
.section8 .head {
    margin-top: 5em;
    margin-left: 0em;
}
.section8 .box {
    width: 100%;
}
}

@media screen and (min-width:768px) and (max-width:991px) {
.header {
    padding: 60px 30px;
}
.logo {
    font-size: 35px;
    padding: 0px 40px 25px 0px;
    left: 2px;
    
}
.social_icon {
    bottom: 0;
}
.header .cv-block .banner {
    width: 56%;
}
.banner-caption h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.banner-caption {
    padding-left: 15px;
    margin-top: 1em;
    width: 34%;
    font-size: 16px;
}
.banner-caption h2::before {
    width: 82px;
    left: -5.5em;
    top: 17px;
}
.banner-caption .btn.contact_btn {
    font-size: 14px;
    padding: 10px 39px;
    margin-top: 8px;
}
.section1 {
    padding: 80px 20px;
}
.section1 .block_cv ul {
    padding-left: 30px;
    padding-top: 0;
}
.section1 .block_cv ul li {
    font-size: 13px;
    line-height: 30px;
}
.section1 .figure::before {
    left: -24px;
    bottom: -24px;
}
.section2 {
    padding: 80px 60px;
}
.section2 .block2 p {
    font-size: 13px;
    margin-left: 50px;
    line-height: 25px;
}
.section2 .block2 {
    padding: 20px 20px 20px 0px;
    margin-bottom: 25px;
}
.section2 .block2::after {
    display: none;
}
.section3 {
    padding: 80px 30px;
}
.section3 .block_cv ul {
    padding: 30px 0px;
    margin-top: 0em;
}
.section3 .block_cv ul li {
    font-size: 12px;
    line-height: 30px;
}
.section3 .block_cv ul li::before {
    top: 14px;
}
.section2.section4 {
    padding: 80px 20px;
}
.section2.section4 .block {
    line-height: 22px;
}
.section2.section4 .block.block3 {
    line-height: 22px;
}
.section2.section4 .block.block3::before {
    left: -41px;
}
.section2.section4 .head p {
    font-size: 14px;
    margin-top: 45px;
}
.section2.section4.section6 .block.block3::before {
    left: -41px;
}
.section8 {
    padding: 80px 20px;
}
.section8 .head {
    margin-top: 5em;
    margin-left: 0em;
}
.section8 .box {
    width: 100%;
}
}



@media screen and (max-width: 767px) {
	
.logo {
    position: relative;
    padding: 0;
    left: 0;
    
    text-align: center;
}
.header {
    padding: 30px 20px;
}
.header .cv-block .banner {
    width: 100%;
    margin-left: 0;
}
.social_icon {
    position: relative;
    bottom: inherit;
    text-align: center;
}
.social_icon li {
    padding: 0px 16px 25px;
    display: inline-block;
}
.banner-caption .btn.contact_btn {
    padding: 12px 45px;
    margin-top: 20px;
}
.banner-caption h2 .uni_cl {
    position: relative;
    top: inherit;
    left: inherit;
}
.banner-caption h2::before {
    display: none;
}
.banner-caption h2 {
    font-size: 45px;
}
.banner-caption {
    padding-left: 0;
    margin-top: 5em;
    width: 100%;
}
.section1 {
    padding: 60px 20px;
}
.section1 .block_cv ul {
    padding-left: 0;
}
.section1 .figure::before {
    left: -14px;
    bottom: -20px;
}
.section2 {
    padding: 80px 20px 80px;
}
.section2 .block2 {
    padding: 20px 20px;
}
.section2 .block2::before {
    display: none;
}
.section2 .block2::after {
    display: none;
}
.section2 .block2 p {
    font-size: 13px;
    margin-left: 56px;
    line-height: 27px;
}
.section2.section4 .block {
    padding: 20px 20px;
    font-size: 14px;
    float: left;
    line-height: 22px;
}
.section3 {
    padding: 60px 20px;
}
.section3 .figure img {
    margin-top: 20px;
    margin-left: 20px;
}
.section3 .head h3 {
    padding-left: 0;
    margin-top: 30px;
}
.section3 .block_cv ul {
    margin-top: 0em;
    margin-left: 0;
}	
.section2.section4 .block {
    width: 100%;
}
.section2.section4 .block.block3 {
    width: 100%;
    margin-top: 50px;
}
.section5 .head h3 {
    text-align: left;
    padding-left: 35px;
    margin-bottom: 70px;
}
.section5 .block_cv ul {
    padding-left: 0;
    padding-top: 50px;
    width: 100%;
}
.section5 {
    padding: 80px 20px;
}
.section2.section4 .head h3 {
    padding-left: 58px;
    font-size: 34px;
}
.section3.section7 .block_cv ul li {
    width: 100%;
}
.section8 {
    padding: 80px 20px;
}
.section8 .head {
    margin-top: 30px;
    margin-left: 0;
}
.section8 .box {
    width: 100%;
}
.section8::before {
    width: 100%;
}
}




















