/* Reset -------------------------------------------------- */
html {
    margin: 0;
    padding: 0;
    border: 0;
    scroll-behavior: smooth;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
input {
    margin: 0;
    padding: 0;
    border: 0;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

blockquote,
q {
    quotes: """";
}

a img {
    border: none;
}

:focus {
    outline: 0;
}

a:focus {
    outline: none;
}

/* Global -------------------------------------------------- */
body {
    color: #000;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Oswald', sans-serif;
}

/* Global Css for headings, p and achors */
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

p {}

a {
    text-decoration: none !important;
}

button {}

ul,
ul li,
ul ol,
ul li ul,
ul li ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.fade-out {
    display: none;
}

.text-center {
    text-align: center;
}

.text-capital {
    text-transform: uppercase;
}

/*----------------------------Fonts------------------------------*/
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Extended.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Extended.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*---------------------------------------------------------------*/
.container {
    max-width: 1144px;
    margin: 0 auto;
    padding: 0 15px;
}

/* style css starts here */
body.toggle{
    overflow: hidden;
}
/* .navbar li.active a{
    border-bottom: 4px solid #f06023;
} */
.header-fixed{background: #000000;transition: 0.5s all ease-in;}
header{padding: 24px 52px;border-bottom: 1px solid #1c1c1c;position: fixed;width: 100%;z-index: 4;}
header .logo a{color: #ffffff;font-weight: bold;font-size: 30px;line-height: 30px;display: inline-block;}
header .logo span{color: #f06023;display:inline-block;line-height: 30px;}
.custonmenu-btn {max-width: 30px;margin-left: auto;cursor: pointer;z-index: 6;
position: fixed;width: 30px;right: 60px;
top: 30px;
}
.custonmenu-btn span{background: #f06023;height: 4px;display: block;}
.custonmenu-btn span:first-child{max-width: 15px;}
.custonmenu-btn span:nth-child(2){max-width: 30px;margin: 4px 0;}
.custonmenu-btn span:last-child{max-width: 14px;margin-left: auto;} 
.custonmenu-btn:hover span{
    max-width: 100%;
    transition: 0.3s all ease;
}
.navbar-wrapper{
display: none;
}
.navbar-outer{
    height: 100vh;
    background: rgba(0, 0, 0, 0.96);
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 175px;
}
.navbar{
    z-index: 2;
    display: block;
    padding: 0;
}
.navbar li{
    display: block;
    padding: 15px;
}
.navbar li:first-child{
    padding-top: 0;
}
.navbar li a{
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
    display: inline-block;
}
.navbar li a:first-child{
    padding-top: 0;
}
.retention-tool{text-align:right;}
.navbar li a:hover{
    border-bottom: 4px solid #f06023;
    transition: 0.4s all ease-in;
}
.navbar-outer h4{
    font-size: 85px;
    line-height: 91px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 180px;
    font-weight: bold;
}
.menu-wrapper{
    display: flex;
}
body.toggle .custonmenu-btn span:last-child{max-width: 100%;transform: rotate(45deg);margin-top: -4px;}
body.toggle .custonmenu-btn span:first-child{max-width: 100%;transform: rotate(-45deg);margin-top: 8px;}
body.toggle .custonmenu-btn span:nth-child(2){display: none;}
.banner{background: url('../images/bannerbg.png');background-position: center center;background-size: cover;background-repeat: no-repeat;height: 100vh;position: relative;}
.dropdown-arrow{
    position: absolute;
    bottom: 20px;
    right:0;
    left: 0;
    margin: 0 auto;
}

.banner .banner-info{max-width: 800px; position: absolute; left: 0; top: 50%; transform: translateY(-50%)}
.banner .banner-info h6{color:#f06023;font-weight: 400;font-size: 30px;line-height:36px;padding-bottom: 20px;margin-right: 7px;text-transform: uppercase;}
.banner .banner-info h1{color: #ffffff;font-size: 110px;line-height: 116px;font-weight: bold;line-height: 1.4;text-transform: uppercase;}
.banner .banner-info span{color: #f06023;display: inline-block;margin-left: 27px;}
.main-head{color: #333333;font-weight: 400;font-size: 45px;line-height: 55px;position: relative;padding-left: 30px;margin-bottom: 75px;text-transform: uppercase;}
.main-head::before{content: '';position: absolute;left:0;width: 5px;height: 46px;background: #f06023;top: 50%;transform: translateY(-50%);}
.portfolio{padding: 85px 0 60px 0;}
.portfolio a{display: inline-block;position: relative; cursor: pointer;}
.portfolio-smples{margin-bottom: 30px;}
.portfolio-smples img{max-width: 100%;width: 100%;}
.portfolio-smples h5{color: #333333;font-weight: 400;font-size: 24px;line-height: 30px;padding-bottom: 10px;padding-top: 15px;}
.portfolio-smples p{color: #f06023;font-size: 15px;line-height: 21px;font-weight: 400;}
.skills{background: url('../images/skilbg.png');background-position: center center;background-size: cover;background-repeat: no-repeat;padding: 55px 0px 125px 0px;}
.skills h3{color: #ffffff;}
.skills-logo{background: #070707;padding: 43px 53px;}
.skills-logo ul li a{
    transition: 6s all ease;
}
.skills-logo ul li a .image {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.skills-logo ul li a h2 {
    font-size: 25px;
    color: #FFF;
    line-height: 1;
    font-weight: 500;
}
.skills-logo ul li a .image img {
    width: 100%;
}
.banner .container {
    position : relative;
    width: 100%;
    height: 100%;
}
.skills-logo ul li a {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}
.skills-logo ul li a img 
{ transition: all ease .6s; };
.skills-logo ul li:nth-child(17){
    border-left: none;
}
.skills-logo ul li:nth-child(17) {
    border-left: none;
}
.skills-logo ul li:nth-child(20) {
    border-right: none;
}

.skills-logo ul{display: flex;flex-wrap: wrap;}
.skills-logo ul li{width: 25%;text-align: center;border: 1px solid #5b5b5b;height: 180px;display: flex;align-items: center;justify-content: center;}
.skills-logo ul li:nth-child(1){border-top: none;border-left: none;}
.skills-logo ul li:nth-child(2),.skills-logo ul li:nth-child(3),.skills-logo ul li:nth-child(4){border-top: none;}
.skills-logo ul li:nth-child(4){border-right: none;}
.skills-logo ul li:nth-child(5){border-left: none;}
.skills-logo ul li:nth-child(8){border-right: none;}
.skills-logo ul li:nth-child(9){border-left: none;}
.skills-logo ul li:nth-child(12){border-right: none;}
.skills-logo ul li:nth-child(9),.skills-logo ul li:nth-child(10),.skills-logo ul li:nth-child(11),.skills-logo ul li:nth-child(12){border-bottom: none;}
.skills-logo ul li:nth-child(13),.skills-logo ul li:nth-child(14),.skills-logo ul li:nth-child(15),.skills-logo ul li:nth-child(16){border-bottom: none;}
.skills-logo ul li:nth-child(13){border-left: none;}
.skills-logo ul li:nth-child(16){border-right: none;}
.stunning-protfolio{
    padding: 55px 0;
}
.time-img img{max-width: 100%;
width: 100%;}
.webdeveloper h5{
    color: #333333;
    font-size: 35px;
    line-height: 42px;
    font-weight: 400;
    text-transform: uppercase;
}
.webdeveloper h5 span{display: block;}
.retention-tool p{
    font-family: 'Helvetica Neue';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #999999;
}
.rogers-img{
    padding: 25px 0; 
}
.rogers-img img{
    max-width: 100%;
}
.rogers-info p{
    font-family: 'Helvetica Neue';
    font-weight: 400;
    color: #666666;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 40px;
}
.rogers-info p:last-child{
    padding-bottom: 35px;
}
.stunning-protfolio .carousel-indicators li{
    width: 12px;
    height: 12px;
    background: #f06023;
    border-radius: 9px;
}
.stunning-protfolio .carousel-indicators .active{
    background: #666666;
}
.carousel-indicators{
    margin-right: unset;
    bottom: 0px;
    margin-left: 8%;
    z-index: 1;
}
.about-me{
    content: '';
    background: url('../images/about-usbg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 55px 0;
}
.about-me h3{
    color: #ffffff;
}
.about-me p{
    color: #ffffff;
    font-family: 'Helvetica Neue';
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 45px;
}
.say-hello{
    padding: 55px 0;
}
.say-hello a{
    font-weight: 400;
    font-size: 40px;
    line-height: 46px;
    color: #363636;
    margin-top: 45px;
    display: inline-block;
}
.contact-img{
    text-align: right;
}
.say-hello p{
    max-width: 530px;
    font-weight: 400;
    color: #3c3c3c;
    font-size: 21px;
    line-height: 30px;
}
footer{
    padding: 22px 0;
    text-align: center;
    background: #000000;
}
footer p{
    color: #3c3c3c;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px
}
.webfolio {
    background: rgba(0, 0, 0, 0.76);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    opacity: 0;
    transition: 0.3s all ease-in;
}
.portfolio-smples a:hover .webfolio{
    opacity: 1;
}
.webfolio h3 {
    font-size: 30px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
}
.stunning-protfolio .carousel-control-next{
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}
.stunning-protfolio .carousel-control-next {
    right: -40px;
}
.stunning-protfolio .carousel-control-prev {
    left: -40px;
}
.stunning-protfolio .carousel-control-prev{
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}
.stunning-protfolio .carousel-control-prev svg{
    transform: rotate(90deg);
}
.stunning-protfolio .carousel-control-next svg{
    transform: rotate(-90deg);
}
.dropdown-arrow img{
max-width: 100px;
}
.dropdown-arrow {
 animation-name: bounce;
 animation-duration: 2s; /* or: Xms */
 animation-iteration-count: infinite;
 animation-direction: alternate; /* or: normal */
 animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
 animation-fill-mode: forwards; /* or: backwards, both, none */
 animation-delay: 1s; /* or: Xms */
 cursor: pointer;
 max-width: 100px;
 max-height: 100px;
}
.say-hello .col-md-7 {
    width: 50%;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.say-hello .step {
    display: none;
}
.say-hello .active {
    display: block;
}
.say-hello .buttons {
    margin-top: 20px;
}
.say-hello button {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    cursor: pointer;
}
.say-hello .next {
    background: #28a745;
    color: white;
}
.say-hello .prev {
    background: #6c757d;
    color: white;
}
.say-hello .submit {
    background: #007bff;
    color: white;
}
.say-hello .hidden {
    display: none;
}
/* style css ends here */
/*-------------Media Querries-----------------*/
@media(max-width:1440px) {
    .menu-wrapper{
        justify-content: center;
    }
    .navbar-outer h4{
        margin-right: 100px;
    }
    .banner .banner-info h1{
        font-size: 100px;
        line-height: 1.3;
    }
    .main-head {
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 50px;
    padding-left: 25px;
    }
    .main-head::before{
        height: 40px;
    }
    .portfolio{
        padding: 55px 0;
    }
    .skills{
        padding: 55px 0;
    }
    .stunning-protfolio {
    padding: 50px 0;
    }
    .about-me{
        padding: 55px 0;
    }
    .about-me p {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 40px;
    }
    .carousel-indicators {
    bottom: 0px;
    }
}

@media(max-width:1199px) {
    .banner .banner-info {
    max-width: 650px;
    left: 15px;
}
.banner .banner-info h1 {
    font-size: 90px;
    line-height: 1.3;
}
.banner .banner-info span {
    margin-left: 25px;
}
header {
    padding: 24px 15px;
}
.portfolio {
    padding: 50px 0;
}
.main-head {
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 30px;
    padding-left: 20px;
}
.skills {
    padding: 50px 0;
}
.custonmenu-btn{
    right: 30px;
}
.about-me p {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 30px;
}
.about-me p:last-child{
    padding-bottom: 0;
}
.say-hello a {
    font-size: 35px;
    line-height: 44px;
    margin-top: 25px;
}
.rogers-img img{
    min-height: 28px;
}
.rogers-info {
    min-height: 295px;
}
.stunning-protfolio .carousel-control-prev{
    top: 98%;
    left: 450px;
    z-index: 1;
}
.stunning-protfolio .carousel-control-next{
    right: 370px;
    top: 98%;
    z-index: 1;
}
    .about-me{
        padding: 50px 0;
    }
    .say-hello {
    padding: 50px 0;
}
}

/*------------- 1024px -----------------*/
@media(max-width:1400px) {
    .navbar-outer{
        padding-top: 120px; 
    }
   .navbar li a {
        font-size: 40px;
        line-height: 1;
   }
}

@media(max-width:1024px) {
    .banner .banner-info h6 {
    font-size: 25px;
    line-height: 31px;
    }
}

/*------------- 991px -----------------*/
@media(max-width:991px) {
.navbar-outer{
 padding-top: 155px;   
}
.navbar li{
    padding-bottom: 0;
}
    header {
    padding: 24px 0px;
}
.custonmenu-btn {
    right: 15px;
}
.banner .banner-info {
    max-width: 550px;
}
.banner .banner-info h1 {
    font-size: 70px;
    line-height: 1.3;
}
.skills-logo ul li {
    width: 33%;
}
.skills-logo ul li:nth-child(3){
    border-right: none;
}
.skills-logo ul li:nth-child(4) {
    border-left: none;
    border-right: 1px solid #5b5b5b;
}
.skills-logo ul li:nth-child(9) {
    border-right: none;
    border-left: 1px solid #5b5b5b;
}
.skills-logo ul li:nth-child(6) {
    border-right: none;
}
.skills-logo ul li:nth-child(7) {
    border-left: none;
}
.skills-logo ul li:nth-child(10) {
    border-left: none;
}
.skills-logo ul li:nth-child(13) {
    display: none;
}
.skills-logo ul li:nth-child(14 ) {
    border-left: none;
}
.webdeveloper{
    margin-top: 30px;
}
.webdeveloper h5 span {
    display: inline-block;
}
.webdeveloper h5 {
    font-size: 30px;
    line-height: 36px;
}
.rogers-img {
    padding: 15px 0;
}
.rogers-info p{
    padding-bottom: 20px;
}
.rogers-info {
    min-height: 229px;
}
.stunning-protfolio {
    padding: 50px 0;
}
.time-img img {
    width: unset;
}
.time-img{
    text-align: center;
}
.stunning-protfolio .carousel-control-next {
    right: 30px;
    top: 30%;
}
.stunning-protfolio .carousel-control-prev {
    top: 30%;
    left: 30px;
}
.banner .banner-info h6 {
    font-size: 23px;
    line-height: 29px;
}
}

/*------------- 767px -----------------*/
@media(max-width:767px) {
    .custonmenu-btn span{
        max-width: 100% !important;
    }
    .navbar-outer h4 {
    font-size: 75px;
    line-height: 76px;
    margin-right: 50px;
}
.portfolio-smples{text-align: center;}
.skills-logo ul li {
    width: 50%;
}
.skills-logo ul li:nth-child(2){
    border-right: none;
}
.skills-logo ul li:nth-child(3){
    border-left: none;
}
.skills-logo ul li:nth-child(9){
    border-left: none;
    border-right: 1px solid #5b5b5b;
}
.skills-logo ul li:nth-child(10){
    border-right: none;
}
.skills-logo ul li:nth-child(11){
    border-left: none;
}
.skills-logo ul li:nth-child(14){
    border-right: none;
}
.skills-logo ul li:nth-child(15){
    border-left: none;
}
.skills-logo ul li:nth-child(4){
    border-right: none;
    border-left:1px solid #5b5b5b;
}
.skills-logo ul li:nth-child(13){
    display: flex;
}
.contact-img{
    display: none;
}
.say-hello{
    padding: 50px 0;  
}
.rogers-info p {
    font-size: 15px;
}
.carousel-indicators {
    display: none;
}
.rogers-info {
    min-height: 209px;
}
.stunning-protfolio {
    padding: 50px 0;
}
.stunning-protfolio .carousel-control-next, .carousel-control-prev{
    display: none;
}
.dropdown-arrow{
    display: none;
}
}

/*------------- 660px -----------------*/
@media(max-width:640px) {
    .navbar-outer h4 {
    font-size: 60px;
    line-height: 66px;
    margin-right: 40px;
}
.navbar li a {
    font-size: 40px;
    line-height: 45px;
    padding: 10px 0;
}
.banner .banner-info {
    max-width: 400px;
}
.banner .banner-info h1 {
    font-size: 50px;
    line-height: 1.2;
}
.portfolio {
    padding: 40px 0;
}
.main-head {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
}
.main-head::before {
    height: 35px;
}
.skills {
    padding: 40px 0;
}
.skills-logo{
    padding: 30px;
}
footer {
    padding: 15px 0;
}
.banner .banner-info h6 {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 10px;
}
}

/*------------- 480px -----------------*/
@media(max-width:480px) {
    .retention-tool {
    text-align: left;
    margin-top: 10px;
}
.stunning-protfolio {
    padding: 40px 0;
}
.about-me {
    padding: 40px 0;
}
.rogers-info {
    min-height: 297px;
}
.rogers-info p:last-child{
    padding-bottom: 0;
}
.say-hello {
    padding: 40px 0;
}
}

/*------------- 425px -----------------*/
@media(max-width:425px) {
header .logo a {
    font-size: 20px;
    line-height: 26px;
    max-width: 120px;
}
header {
    padding: 15px 0px;
}
.custonmenu-btn{
    top: 25px;
    right: 20px;
}
.navbar-outer h4 {
    font-size: 50px;
    line-height: 50px;
    margin-right: 10px;
}
.navbar li a {
    font-size: 33px;
    line-height: 39px;
    padding: 0;
}
.navbar-outer .container{
    padding: 0px;
}
.skills-logo ul li {
    width: 100%;
}
.about-me p {
    font-size: 17px;
    line-height: 30px;
    padding-bottom: 20px;
}
.main-head {
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 20px !important;
}
.say-hello a {
    font-size: 25px;
    line-height: 34px;
    margin-top: 15px;
}
footer p {
    font-size: 16px;
    line-height: 20px;
}
.custonmenu-btn{
    max-width: 25px;
}
.custonmenu-btn span{
    height: 2px;
}
.say-hello {
    padding: 30px 0;
}
.skills-logo ul li{
    border-bottom: 1px solid #5b5b5b !important;
    border-right: none !important;
    border-top: none !important;
    border-left: none !important;
    height: 150px;
}
.skills-logo ul li:last-child{
    border-bottom: none !important;
}
body.toggle .custonmenu-btn span:last-child{
    margin-top: -2px;
}
.banner .banner-info {
    max-width: 300px;
}
.navbar-outer{
    padding-top: 150px;
}
.webdeveloper h5 {
    font-size: 25px;
    line-height: 33px;
}
.rogers-info{
    min-height: 328px;
}
.portfolio {
    padding: 30px 0;
}
.skills {
    padding: 30px 0;
}
.stunning-protfolio {
    padding: 30px 0;
}
.about-me {
    padding: 30px 0;
}
.banner .banner-info h6 {
    font-size: 17px;
    line-height: 24px;
}
.banner .banner-info h1 {
    font-size: 40px;
    line-height: 1.1;
}
.banner .banner-info span {
    margin-left: 5px;
}
}

/*------------- 330px -----------------*/