@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
*, *:before, *:after {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@keyframes mymove {
   0% {
        position: absolute;
        right: 7px;
    }
    50% {
        position: absolute;
        right: 3px;
    }
    100% {
        position: absolute;
        right: 7px;
    }
}
a, img {
	border: 0px;
	outline: 0px;
}
html {
	width: 100%;
    scroll-padding-top: 3rem;
    scroll-behavior: smooth;
    height: auto;
    min-height: 100%;
}
body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
    overflow-x: hidden;
    overflow-y: visible;
    height: auto;
    min-height: 100%;
}
.main_fluid{
	width: 100%;
	display: block;
}
.main-wrapper{
	max-width: 1260px;
	position: relative;
	margin: auto;
    padding: 0px 15px;
}
.header.innerpage-header{
    background: #fff;
}
.header {
    top: 0;
    z-index: 11;
    position:sticky;
    padding:12px 0px;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 14px;
    @media(min-width:768px) and (max-width:991px){
        padding: 12px 0px 15px;
    }
    @media(max-width:991px) {
        padding: 15px 0px 15px;
    }
    .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        .logo{
            @media(max-width:1024px) {
                margin-right: auto;
            }
            @media(max-width:767px) {
                img{
                    width: 270px;
                }
            }
            h4{
                text-align: center;
                font-size: 17px;
                text-transform: uppercase;
                letter-spacing: 0px;
                color: #141414;
                font-weight: 400;
            }
        }
        .menu {
            @media(max-width:1024px){
                display: none;
            }
            ul {
                list-style-type: none;
                display: flex;
                grid-gap: 45px;
                li {
                    a {
                        text-decoration: none;
                        color: #090909;
                        font-size: 16px;
                        font-weight: 500;
                        transition: all 0.3s;
                        &:hover {
                            color: #ff450f;
                            transition: all 0.3s;
                        }
                    }
                }
                li a.active{
                    color: #ff450f;
                }
            }
        }
    }
}
.hero-banner {
    background:#101932;
    padding: 75px 0px 75px;
    @media(max-width:767px) {
        margin-top: 15px;
    }
    .item {
        position: relative;
        display:flex;
        justify-content: center;
        align-items: center;
        max-width: 1260px;
        margin: auto;
        padding: 0px 15px;
        grid-gap: 4vw;
        @media(max-width:991px){
            flex-direction: column-reverse;
        }
        .banner-content {
            top: 25%;
            max-width: 580px;
            width: 100%;
            left: min( calc(100vw - 580px), 7% );
            span{
                color: #ff450f;
                font-size: 20px;
                margin-bottom: 15px;
                display: block;
                position:relative;
                font-weight: 700;
                text-transform: uppercase;
                &:after{
                    width: 48px;
                    height: 2px;
                    background: #ED3500;
                    position: absolute;
                    top: -13px;
                    left:0px;
                    content: '';
                }
            }
            p {
                color: #fff;
                font-size: 18px;
                margin-bottom: 20px;
                line-height: 36px;
                display: block;
            }
        }
        h1 {
            color: #fff;
            font-size: 2.91vw;
            margin-bottom: 20px;
            line-height: normal;
        }
    }
    .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        button {
            border: 1px solid #fff !important;
            width: 50px;
            height: 50px;
            display: table;
            left: 15px;
            border-radius: 100px;
            position: absolute;
            transition: all 0.3s;
            &:hover {
                background: #FFAF2E;
                transition: all 0.3s;
            }
            span {
                color: #fff;
                font-size: 52px;
                line-height: 20px;
            }
        }
        button.owl-next {
            left: auto;
            right: 15px;
            position: absolute;
        }
    }
}
a.arrowbtn{
    background: #FF5956;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 12px 35px 12px 20px;
    color: #ffffff;
    transition: all 0.3s;
    position: relative;
    margin-top: 20px;
    display: table;
    border-radius:100px;
     @media (max-width:1024px){
        font-size: 14px;
     }
    &:after{
        transition: all .5s;
        background: url(../images/btn-arrow.svg) no-repeat;
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        top: 15px;
        bottom: 0;
        right: 8px;
        filter: brightness(0) invert(1);
    }
    &:hover {
        background: #125873;
        color: #fff;
        transition: all 0.3s;
        &:after{
            animation: mymove 600ms ease;
            animation-iteration-count: infinite;
        }
    }
}
.work-process{
    padding: 75px 0px;
}
.line-heading {
     margin-bottom: 40px;
    h2 {
        font-size: 38px;
        color: #1365ff;
        font-weight: 700;
        text-align:center;
        margin-bottom:10px;
        text-transform: uppercase;
        @media(max-width:767px) {
            font-size: 28px;
        }
    }
     p{
        text-align: center;
        font-size: 18px;
    }
}
.Works-section{
    .arrowbtn{
        display: table;
        margin: 0px auto 0px;
    }
}
.Works-section{
    padding: 75px 0px;
    .Works-items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap:1vw;
        grid-row-gap: 30px;
        .item {
            transition: all 0.3s;
            position: relative;
            border-radius: 20px;
            cursor: pointer;
            img{
                width: 100%;
                 border: 1px solid #d7d7d7;
                 border-radius: 15px;
            }
            h3{
                color: #000;
                transition: all 0.3s;
                text-decoration: none;
                font-size: 18px;
                font-weight: 400;
                margin-top: 10px;
            }
        }
    }
}
.skills-section {
    background: #f4f4f4;
    padding: 75px 0px;
    .skillslist {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        border-radius: 5px;
        grid-gap: 20px;
        .skills-items {
            background: #fff;
            border-radius: 5px;
            padding: 30px 15px;
            &:last-child {
                grid-column-end: -2;
            }
            .icon {
                text-align: center;
                margin-bottom: 15px;
                svg {
                    width: 50px;
                    color: #ff450f;
                }
            }
            h4 {
                text-align: center;
                margin-bottom: 15px;
                font-size: 18px;
            }
            .item {
                display: flex;
                flex-wrap: wrap;
                text-align: center;
                align-items: center;
                justify-content: center;
                grid-gap: 8px;
                span {
                    border: 1px solid #ccc;
                    padding: 2px 15px;
                    border-radius: 100px;
                    font-size: 14px;
                }
            }
        }
    }
}

.testimonials-section {
    .inner {
        .item {
            padding: 10px;
            .testimonials-item {
                box-shadow: 0 0 7px 1px rgba(59, 90, 136, 0.1);
                padding: 30px 30px 30px;
                border:1px solid #20D0CE;
                min-height: 240px;
                @media (max-width:1024px){
                    padding: 15px;
                }
                @media (max-width:767px){
                    min-height: auto;
                }
                .top {
                    display: flex;
                    align-items: center;
                    grid-gap: 20px;
                    margin-bottom: 20px;
                    .image {
                        width: 75px;
                        height: 75px;
                        border-radius: 100px;
                        overflow: hidden;
                    }
                    .info {
                        h4 {
                            font-size: 20px;
                            color: #0F0D1D;
                            margin-bottom: 7px;
                        }
                        span {
                            color: #585858;
                            font-size: 16px;
                        }
                    }
                }
                p {
                    color: #504E4E;
                    line-height: 28px;
                    font-size: 16px;
                }
            }
        }
    }
    .owl-nav {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        grid-gap: 10px;
        margin-top: 20px;
        button {
            border: 1px solid #20D0CE !important;
            width: 43px;
            height: 43px;
            display: table;
            transition: all 0.3s;
            &:hover {
                border: 1px solid #FF5956 !important;
                background: #FF5956;
                transition: all 0.3s;
                span{
                    color: #fff;
                     transition: all 0.3s;
                }
            }
            span {
                color: #20D0CE;
                font-size: 52px;
                line-height: 26px;
                 transition: all 0.3s;
            }
        }
    }
}
.resume-section{
    padding: 75px 0px 0px;
}
.resume{
    display: flex;
    grid-gap: 50px;
    background: #0E0E5F;
    padding: 50px;
    border-radius: 5px;
    /*background-image: linear-gradient(to right, rgb(82, 55, 249), rgb(255, 1, 79));*/
    .left-panel{
        max-width: 250px;
        img{
            width: 100%;
        }
    }
    .right-panel{
        .info{
            margin-bottom: 30px;
            display: table;
            p{
                color: #fff;
                font-size: 16px;
                display: flex;
                margin-bottom: 15px;
                grid-gap: 5px;
                span{
                    width: 130px;
                    font-weight: 600;
                }
                a{
                    color: #fff;
                    &:hover{
                        text-decoration: none;
                    }
                }
            }
        }
        .cv-download{
            color: #fff;
            text-decoration: none;
            border: 1px solid #fff;
            border-radius: 100px;
            padding: 12px 25px;
        }
    }
}
.footer-section {
    background: #125873;
    padding-top: 0;
    .copyright {
        border-top: 1px solid #0f7ba5;
        margin-top: 30px;
        p {
            color: #fff;
            font-size: 12px;
            text-align: center;
            padding: 20px 0;
        }
    }
}
.form-section{
    padding: 75px 0px 75px;
}
.form {
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    padding: 30px;
    background: #f4f4f4;
    box-sizing: border-box;
}
.form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 20px;
}
.form .field {
    width: 100%;
    display: inline-block;
}
.form .field label{
    margin-bottom: 7px;
    display: block;
}
.form .field input,
.form .field textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    height: 45px;
    padding: 10px;
}
.form .field:nth-last-child(-n + 2) {
    grid-column: span 2;
}
.form .field textarea {
    height: 75px;
}
button{
    padding: 10px 25px;
    background: #FFAF2E;
    border: 1px solid #FFAF2E;
    font-size: 18px;
    color: #212B5C;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 5px;
    margin-top: 10px;
}
.form-details{
    display: flex;
    grid-gap: 20px;
    align-items: center;
    .details{
         flex: 1 1 0;
        .contact{
            display: flex;
            margin-bottom: 25px;
            align-items: center;
            grid-gap:15px;
            .icon{
                background: #101932;
                color: #fff;
                width: 50px;
                height: 50px;
                border-radius: 5px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 20px;
            }
            .info{
                font-size: 16px;
            }
        }
    }
    .form{
         flex: 1 1 0;
    }
}