h1,
h2,
h3,
h4,
h5,
h6 {}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}


img {
max-width: 100%;
height: auto;
}
section {
    /* padding: 60px 0; */
   /* min-height: 100vh;*/
}

.sec-title{
position:relative;
z-index: 1;
margin-bottom:30px;
}

.sec-title .title{
position: relative;
display: block;
font-size: 18px;
line-height: 24px;
color: #00aeef;
font-weight: 500;
margin-bottom: 15px;
}
.inner-column.bg_f {
    background-color: #0a070773;
    padding: 13px;
    border-radius: 6px;
    border: 1px solid #fff;
}
.sec-title h2{
position: relative;
display: block;
font-size:40px;
line-height: 1.28em;
color: #222222;
font-weight: 600;
padding-bottom:18px;
}

.sec-title h2:before{
position:absolute;
content:'';
left:0px;
bottom:0px;
width:50px;
height:3px;
background-color:#d1d2d6;
}

.sec-title .text{
position: relative;
font-size: 16px;
line-height: 26px;
color: #848484;
font-weight: 400;
margin-top: 35px;
}

.sec-title.light h2{
color: #ffffff;
}

.sec-title.text-center h2:before{
left:50%;
margin-left: -25px;
}

.list-style-one{
position:relative;
}

.list-style-one li{
position:relative;
font-size:16px;
line-height:26px;
color: #222222;
font-weight:400;
padding-left:35px;
margin-bottom: 12px;
}

.list-style-one li:before {
content: "\f058";
position: absolute;
left: 0;
top: 0px;
display: block;
font-size: 18px;
padding: 0px;
color: #ff2222;
font-weight: 600;
-moz-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1.6;
font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
color: #44bce2;
}

.btn-style-one{
position: relative;
display: inline-block;
font-size: 17px;
line-height: 30px;
color: #ffffff;
padding: 10px 30px;
font-weight: 600;
overflow: hidden;
letter-spacing: 0.02em;
background-color: #00aeef;
}

.btn-style-one:hover{
background-color: #0794c9;
color: #ffffff;
}
.about-section{
position: relative;
padding: 120px 0 70px;
}

.about-section .sec-title{
margin-bottom: 20px;
}
.justify{
    text-align: justify;
}
.about-section .content-column{
position: relative;
margin-bottom: 50px;
}

.about-section .content-column .inner-column{
position: relative;
padding-left: 30px;
}

.about-section .text{
margin-bottom: 20px;
font-size: 16px;
line-height: 26px;
color: #848484;
font-weight: 400;
}

.about-section .list-style-one{
margin-bottom: 45px;
}

.about-section .btn-box{
position: relative;
}

.about-section .btn-box a{
padding: 15px 50px;
}

.about-section .image-column{
position: relative;
}

.about-section .image-column .text-layer{
position: absolute;
right: -110px;
top: 50%;
font-size: 325px;
line-height: 1em;
color: #ffffff;
margin-top: -175px;
font-weight: 500;
}

.about-section .image-column .inner-column{
position: relative;
padding-left: 80px;
padding-bottom: 0px;
}
.about-section .image-column .inner-column .author-desc{
position: absolute;
bottom: 0px;
z-index: 1;
background: #ffa50014;
padding: 10px 15px;
left: 22%;
width: calc(100% - 152px);
border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2{
font-size: 21px;
letter-spacing: 1px;
text-align: center;
color: #fff;
margin: 0;
}
.about-section .image-column .inner-column .author-desc span{
font-size: 16px;
letter-spacing: 6px;
text-align: center;
color: #fff;
display: block;
font-weight: 400;
}
/* .about-section .image-column .inner-column:before{
content: '';
position: absolute;
width: calc(50% + 80px);
    height: calc(100% + 78px);
top: -80px;
left: -3px;
background: transparent;
z-index: 0;
border: 44px solid #00aeef;
} */

.about-section .image-column .inner-column:before{
    content: '';
    position: absolute;
    width: calc(50% + 127px);
    height: calc(100% + 46px);
    top: -23px;
    left: 58px;
    background: transparent;
    z-index: 0;
    border: 44px solid #00aeef;
    }
.about-section .image-column .image-1{
position: relative;
}
.about-section .image-column .image-2{
position: absolute;
left: 0;
bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
box-shadow: 0 30px 50px rgba(8,13,62,.15);
border-radius: 6px;
}

.about-section .image-column .video-link{
position: absolute;
left: 70px;
top: 170px;
}
.text.about_gur {
    padding-top: 14%;    color: #fff;
}
.bg_drak_ch{
    position: relative;
    /* padding-left: 30px; */
    background-color: #000000ad;
    padding: 10%;
    margin-top: 8px;
    box-shadow: 0px 5px 8px 3px #b9b1b1d9;
    border-radius: 6px; 

}
.about-section .image-column .video-link .link{
position: relative;
display: block;
font-size: 22px;
color: #191e34;
font-weight: 400;
text-align: center;
height: 100px;
width: 100px;
line-height: 100px;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0 0px 59px rgb(8 13 62 / 26%);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

 .w100{
    width: 100%;
 }

 img.w100.mission {
    height: 400px;
    border-radius: 20px!important;
 }

 .single-feature.skills.s1 {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 41px;
    background: #dc932a;
    padding: 10px 5px 10px 26px;
}
.single-feature.skills.s2 {
    border-bottom-left-radius: 40px;
    border-top-right-radius: 41px;
    background: #c94f3a;
    padding: 10px 5px 10px 26px;
}
.single-feature.skills.s3 {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 41px;
    background: #92a339;
    padding: 10px 5px 10px 26px;
}
.single-feature.skills.s4 {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 41px;
    background: #0099dc;
    padding: 10px 5px 10px 26px;
}
.single-feature.skills.s5 {
    border-bottom-left-radius: 40px;
    border-top-right-radius: 41px;
    background: #ffb400;
    padding: 10px 5px 10px 26px;
}
.single-feature.skills.s6 {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 41px;
    background: #2e6c9b;
    padding: 10px 5px 10px 26px;
}
.s4 h4 {
    color: #000;
}
.s5 h4 {
    color: #000;
}














































