:root {
    --bg: #001741;
    --bg-second: #011331;
    --bg-black: #000;
    --bg-primary: #328de6;
    --bg-secondary: #2aaba6;
  
    /* --bg-scrolled: linear-gradient(36deg, #2aaba6 -1%, #328de6 88%); */
    --text-white: #fff;
    --text-grey: #848484;
    --text-grey-2: #7e7e7e;
    --text-grey-3: #202020;
    --text-grey-4: #878787;
    --secondary-color: green;
  }

.service-section-individual h1,h2,h3,h4,h5,h6 {}a,a:hover,a:focus,a:active {
    text-decoration: none;
    outline: none;
}

.service-section-individual a,a:active,a:focus {
    color: #6f6f6f;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

.service-section-individual ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.service-section-individual img {
max-width: 100%;
height: auto;
}
.service-section-individual section {
    padding: 60px 0;
   /* min-height: 100vh;*/
}

.service-section-individual .sec-title{
position:relative;
z-index: 1;
margin-bottom:60px;
}

.service-section-individual .sec-title .title{
position: relative;
display: block;
font-size: 28px;
line-height: 24px;
color: #001741;
font-weight: 500;
margin-bottom: 15px;
padding-top: 90px;
}

.service-section-individual .sec-title h2{
position: relative;
display: block;
font-size:40px;
line-height: 1.28em;
color: #222222;
font-weight: 600;
padding-bottom:18px;
}

.service-section-individual .sec-title h2:before{
position:absolute;
content:'';
left:0px;
bottom:0px;
width:50px;
height:3px;
background-color:#d1d2d6;
}

.service-section-individual .sec-title .text{
position: relative;
font-size: 16px;
line-height: 26px;
color: #848484;
font-weight: 400;
margin-top: 35px;
}

.service-section-individual .sec-title.light h2{
color: #ffffff;
}

.service-section-individual .sec-title.text-center h2:before{
left:50%;
margin-left: -25px;
}

.service-section-individual .list-style-one{
position:relative;
}

.service-section-individual .list-style-one li{
position:relative;
font-size:16px;
line-height:26px;
color: #222222;
font-weight:400;
padding-left:35px;
margin-bottom: 12px;
}

.service-section-individual .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";
}

.service-section-individual .list-style-one li a:hover{
color: #44bce2;
}

.service-section-individual .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: var(--bg-secondary) !important;
}

.service-section-individual .btn-style-one:hover{
background: var(--bg-primary) !important;
color: #ffffff;
}
.service-section-individual{
position: relative;
padding: 120px 0 70px;
}

.service-section-individual .sec-title{
margin-bottom: 5px;
}

.about-section .content-column{
position: relative;
margin-bottom: 50px;
}

.service-section-individual .content-column .inner-column{
position: relative;
padding-left: 30px;
}

.service-section-individual .text{
margin-bottom: 20px;
font-size: 17px;
line-height: 26px;
color: #848484;
font-weight: 400;
}

.service-section-individual .list-style-one{
margin-bottom: 45px;
}

.service-section-individual .btn-box{
position: relative;
}

.service-section-individual .btn-box a{
padding: 15px 50px;
}

.service-section-individual .image-column{
position: relative;
}

.service-section-individual .image-column .text-layer{
position: absolute;
right: -110px;
top: 50%;
font-size: 325px;
line-height: 1em;
color: #ffffff;
margin-top: -175px;
font-weight: 500;
}

.service-section-individual .image-column .inner-column{
position: relative;
padding-left: 80px;
padding-bottom: 0px;
}
.service-section-individual .image-column .inner-column .author-desc{
position: absolute;
bottom: 16px;
z-index: 1;
background: orange;
padding: 10px 15px;
left: 96px;
width: calc(100% - 152px);
border-radius: 50px;
}
.service-section-individual .image-column .inner-column .author-desc h2{
font-size: 21px;
letter-spacing: 1px;
text-align: center;
color: #fff;
margin: 0;
}
.service-section-individual .image-column .inner-column .author-desc span{
font-size: 16px;
letter-spacing: 6px;
text-align: center;
color: #fff;
display: block;
font-weight: 400;
}
.service-section-individual .image-column .inner-column:before{
content: '';
position: absolute;
width: calc(53% + 134px);
height: calc(95% + 160px);
top: -65px;
left: -3px;
background: transparent;
z-index: 0;
/* border: 23px solid #00aeef; */
border: 23px solid ;
border-image: var(--bg-scrolled);
border-image-slice: 1;
}

.service-section-individual .image-column .image-1{
position: relative;
/* border: 2px solid red; */
object-fit: cover;
}
.service-section-individual .image-column .image-2{
position: absolute;
left: 0;
bottom: 0;
}

.service-section-individual .image-column .image-2 img,
.service-section-individual .image-column .image-1 img{
box-shadow: 0 30px 50px rgba(8,13,62,.15);
border-radius: 5px;
}

.service-section-individual .image-column .video-link{
position: absolute;
left: 70px;
top: 170px;
}

.service-section-individual .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 30px 50px rgba(8,13,62,.15);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.service-section-individual .image-column .video-link .link:hover{
background-color: #191e34;
color: #fff}



@media screen and (min-width: 200px) and (max-width: 990px) {
.service-section-individual .content-column  {
padding-top: 100px;
}
.service-section-individual .content-column .inner-column{
padding-left: 1px;

}
.service-section-individual .sec-title .title{
padding-top: 15px;
line-height: 1.2;
}
}