/*==========

Theme Name: EliteBizz - Multipurpose Business Agency HTML5 Template
Theme Version: 1.0

==========*/

/*==========
----- CSS INDEX -----
1.Fonts CSS
2.Common CSS
3.Loader CSS
4.Header CSS
5.Banner CSS
6.Features CSS
7.About Us CSS
8.NewsLetter CSS
9.Services CSS
10.Experience CSS
11.Portdolio CSS
12.Team CSS
13.Testimonial CSS
14.Blog CSS
15.Contact CSS
16.Get Started CSS
17.Footer CSS
18.Scroll To Top CSS
19.Responsive CSS
==========*/

/*==========Fonts CSS Start==========*/

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), 
    url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
    url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
    url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
    url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*==========Fonts CSS End==========*/

/*==========Common CSS Start==========*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden !important;
    font-size: 15px;
    line-height: 24px;
    color: #777777;
}

body.fixed {
    position: fixed;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

.main {
    width: 100%;
    overflow-x: hidden !important;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

section {
    position: relative;
}

input, input:focus, input:hover, button, button:hover, button:focus {
    outline: none;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}

p {
    font-size: 15px;
    line-height: 24px;
    color: #777777;
    font-weight: normal;
    margin-bottom: 24px;
}

.h1-title {
    font-size: 70px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    text-transform: capitalize;
    margin-bottom: 28px;
}

.h1-title span {
    display: block;
}

.title {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.title.left {
    text-align: left;
}

.sub-title-box {
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
}

.sub-title-box .line1:before,
.sub-title-box .line1:after,
.sub-title-box .line2:before,
.sub-title-box .line2:after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    transform: translate(0,-50%);
    width: 30px;
    height: 2px;
    background: #FBA504;
    border-right: 10px;
}

.sub-title-box .line1:after {
    left: calc(100% + 45px);
    width: 15px;
}

.sub-title-box .line2:before {
    left: auto;
    right: calc(100% + 10px);
}

.sub-title-box .line2:after {
    left: auto;
    right: calc(100% + 45px);
}

.sub-title-box.left .line2 {
    display: none;
}

.sub-title {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    color: #FBA504;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
}

.h2-title {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #130F40;
    font-family: 'Rubik', sans-serif;
    text-transform: capitalize;
    margin-bottom: 26px;
    position: relative;
}

.h3-title {
    font-size: 25px;
    line-height: 35px;
    color: #130F40;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 15px;
}

.text-border {
    font-family: 'Rubik', sans-serif;
    font-size: 45px;
    line-height: 55px;
    color: transparent;
    font-weight: 700;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #F1B74D;
    transition: 0.3s;
}

.h4-title {
    font-size: 50px;
    line-height: 60px;
    color: #010f2e;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 25px;
}

.sec-btn {
    display: inline-block;
    width: 170px;
    height: 46px;
    background: #FBA504;
    border-radius: 40px;
    font-size: 15px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 10px 5px;
    box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.1);
    border: none;
    outline: none;
    transition: 0.3s;
}

.sec-btn:hover {
    color: #ffffff;
}

.sec-btn:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%) scale(0);
    width: 1px;
    height: 1px;
    background: #130F40;
    opacity: 0;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
}

.sec-btn:hover:before {
    transform: translate(-50%) scale(210);
    opacity: 1;
}

.sec-btn.gradient {
    background: linear-gradient(135deg, rgba(29,189,190,1) 0%, rgba(93,124,213,1) 100%);
}

.sec-btn.gradient:before {
    background: #FBA504;
}

.sec-btn span {
    position: relative;
    z-index: 1;
}

.slick-list {
    padding: 0 !important;
}

.slick-slide {
    outline: none;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    bottom: -55px;
    font-size: 0;
    line-height: 1;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 7.5px;
}

.slick-dots li button {
    width: 30px;
    height: 5px;
    background: #777777;
    border-radius: 10px;
    border: none;
    position: relative;
    padding: 0;
    opacity: 0.5;
    transition: 0.3s;
}

.slick-dots li button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(29,189,190,1) 0%, rgba(93,124,213,1) 100%);
    border-radius: 10px;
    opacity: 0;
    transition: 0.3s;
}

.slick-dots li button:hover {
    opacity: 1;
}

.slick-dots li.slick-active button {
    width: 70px;
    opacity: 1;
}

.slick-dots li button:hover:before, .slick-dots li.slick-active button:before {
    opacity: 1;
}

.slick-arrow {
    position: absolute;
    top: calc(50%);
    left: -15px;
    transform: translate(0,-50%);
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(29,189,190,1) 0%, rgba(93,124,213,1) 100%);
    padding: 0;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    border: none;
    outline: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    z-index: 1;
}

.slick-arrow.next-arrow {
    left: auto;
    right: -15px;
    transform: translate(0,-50%) rotateY(180deg);
}

.slick-arrow:hover {
    color: #ffffff;
}

.slick-arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FBA504;
    border-radius: 50%;
    opacity: 0;
    transition: 0.3s;
    z-index: 0;
}

.slick-arrow:hover:before {
    opacity: 1;
}

.slick-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 20px;
    background-image: url('../images/left-arrow.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transition: 0.3s;
    z-index: 5;
}

.slick-arrow i {
    position: relative;
    z-index: 1;
}

.black-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000000;
    opacity: 0.75;
    z-index: 90;
    display: none;
}

.back-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.form-box {
    display: block;
    position: relative;
    font-size: 0;
    line-height: 1;
    margin-bottom: 30px;
}

.form-input {
    width: 100%;
    height: 40px;
    background: transparent;
    font-size: 15px;
    line-height: 24px;
    color: #777777;
    border: none;
    outline: none;
    padding: 11px 0;
    border-bottom: 2px solid rgba(119, 119, 119, 0.5);
    border-radius: 0;
    box-shadow: none;
}

textarea.form-input {
    height: 100px;
    resize: none;
    padding: 11px 0;
    margin-bottom: 0;
}

.form-input::placeholder {
    color: #777777;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

.form-element {
    position: relative;
}

.form-element i {
    position: absolute;
    top: 15px;
    right: 25px;
    pointer-events: none;
    font-size: 20px;
    color: #5f656a;
}

select.form-input {
    padding-right: 40px !important;
}

.for-des {
    display: inline-block !important;
}

.for-mob {
    display: none !important;
}

.toggle-button {
    position: fixed;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: #F1B74D;
    text-align: center;
    border: none;
    outline: none;
    display: none;
    z-index: 110;
}

.toggle-button span {
    width: 30px;
    height: 3px;
    background: #ffffff;
    display: block;
    margin: 0 auto 6px auto;
    position: relative;
    top: 0;
    opacity: 1;
    transition: 0.3s;
}

.toggle-button span:last-child {
    margin-bottom: 0;
}

.toggle-menu .toggle-button {
    background: transparent;
}

.toggle-menu .toggle-button span {
    background: #ffffff;
}

.toggle-menu .toggle-button span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 9px;
}

.toggle-menu .toggle-button span:nth-child(2) {
    opacity: 0;
}

.toggle-menu .toggle-button span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -9px;
}

.container {
    position: relative;
    z-index: 5;
}

.img-box {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.img-box .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.img-box:hover .img {
    transform: scale(1.1);
}
/*==========Common CSS End==========*/

/*==========Loader CSS Start==========*/
.loader-box{
    position: fixed;
    top: 0;
    left: 0;
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height:100vh;
    background: #ffffff;
    z-index: 99999;
}

.loader {
    display:flex;   
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    margin:0 auto;
}

.loader span {
    width:20px;
    height:20px;
    border-radius:50%;
    margin:10px 10px;
    background: linear-gradient(135deg, rgba(29,189,190,1) 0%, rgba(93,124,213,1) 100%);
    animation: bounce 5s ease-in-out infinite;
}

@keyframes bounce{
    0%, 50%, 100% {
        transform:scaleY(1);
        border-radius:50%;
    }
    25%, 75% {
        transform:translateY(-100px) rotateY(360deg) scaleX(.66) scaleY(1.25);
        border-radius:50%;
    }
    15%, 40%, 65%, 90% {
        transform: translateY(10px) scaleX(1.25) scaleY(.5);
        border-bottom-left-radius:25%;
        border-bottom-right-radius:25%;
    }
}

.loader > span.circle-2{
    animation-delay: .1s;
}
.loader > span.circle-3{
    animation-delay: .2s;
}
.loader > span.circle-4{
    animation-delay: .3s;
}
.loader > span.circle-5{
    animation-delay: .4s;
}
/*==========Loader CSS End==========*/

/*==========Header CSS Start==========*/

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: transparent;
    transition: 0.3s;
    z-index: 100;
}

.site-branding {
    width: 220px;
    max-width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.site-branding a {
    display: inline-block;
    position: relative;
    width: 100%;
}

.site-branding a img {
    width: 100%;
    height: auto;
    transition: 0.3s;
}

.site-branding a img.sticky-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.header-menu {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: 0.3s;
}

.main-navigation {
    display: inline-block;
}

.main-navigation ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 1;
}

.main-navigation ul li {
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    margin-right: 40px;
}

.main-navigation ul li a {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.3s;
}

.main-navigation ul li a:hover {
    color: #FBA504;
}

.header-btn {
    display: inline-block;
    font-size: 0;
    line-height: 1;
}

.header-btn .sec-btn {
    width: 160px;
    height: 40px;
    padding: 7px 5px;
}

/* Sticky Header Start */
.site-header.sticky-header {
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.site-header.sticky-header .site-branding {
    height: 80px;
}

.site-header.sticky-header .site-branding a img {
    opacity: 0;
}

.site-header.sticky-header .site-branding a img.sticky-logo {
    opacity: 1;
}

.site-header.sticky-header .header-menu {
    height: 80px;
}

.site-header.sticky-header .main-navigation ul li a {
    color: #130F40;
}

.site-header.sticky-header .main-navigation ul li a:hover {
    color: #FBA504;
}
/* Sticky Header End */
/*==========Header CSS End==========*/

/*==========Banner CSS Start==========*/
.main-banner {
    position: relative;
    padding: 235px 0 323px 0;
    background: linear-gradient(135deg, rgba(29,189,190,1) 0%, rgba(93,124,213,1) 100%);
    overflow: hidden;
    margin-bottom: -100px;
}

.banner-circle-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    min-width: 1500px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.banner-circle-box .circle {
    position: absolute;
    width: 278px;
    height: 278px;
    background-image: url('../images/gradient-circle-left.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.banner-circle-box .circle.left {
    background-image: url('../images/gradient-circle-left.png');
}

.banner-circle-box .circle.right {
    background-image: url('../images/gradient-circle-right.png');
}

.banner-circle-box .circle.one {
    top: -21px;
    right: -109px;
}

.banner-circle-box .circle.two {
    top: 50%;
    right: 51px;
    width: 57px;
    height: 57px;
    transform: rotate(90deg);
}

.banner-circle-box .circle.three {
    bottom: 166px;
    right: 73px;
    width: 70px;
    height: 70px;
    transform: rotate(270deg);
}

.banner-circle-box .circle.four {
    bottom: 127px;
    right: 385px;
    width: 60px;
    height: 60px;
    transform: rotate(90deg);
}

.banner-circle-box .circle.five {
    top: 171px;
    left: 45%;
    width: 34px;
    height: 34px;
}

.banner-circle-box .circle.six {
    bottom: 236px;
    left: 40%;
    width: 50px;
    height: 50px;
}

.banner-circle-box .circle.seven {
    bottom: 193px;
    left: -52px;
    width: 203px;
    height: 203px;
    transform: rotate(100deg);
}

.banner-circle-box .circle.eight {
    top: 50%;
    left: 190px;
    width: 29px;
    height: 29px;
    transform: rotate(90deg);
}

.banner-circle-box .circle.nine {
    top: 339px;
    left: 80px;
    width: 55px;
    height: 55px;
    transform: rotate(45deg);
}

.banner-circle-box .circle.ten {
    top: 108px;
    left: 252px;
    width: 39px;
    height: 39px;
    transform: rotate(60deg);
}

.main-banner .shape {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.main-banner .shape img {
    width: 100%;
    min-width: 1920px;
    height: auto;
}

.banner-content p {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 37px;
}

.banner-btn {
    display: flex;
    align-items: center;
}

.banner-btn .play-video {
    margin-left: 30px;
}

.play-video {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    transition: 0.3s;
}

.play-video:hover {
    color: #FBA504;
}

.play-video .icon {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: #ffffff;
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.1) ;
    margin-right: 10px;
    transition: 0.3s;
}

.play-video .icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%,-50%);
    width: 10px;
    height: 12px;
    border-left: 10px solid #130F40;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transition: 0.3s;
}

.play-video:hover .icon:before {
    border-left-color: #FBA504;
}

.banner-img {
    width: 100%;
    position: relative;
    padding-left: 40px;
}

.banner-img img {
    width: 700px;
    max-width: unset;
    height: auto;
}
/*==========Banner CSS End==========*/

/*==========Features CSS Start==========*/
.main-features {
    position: relative;
    padding-top: 100px;
}

.feature-box {
    position: relative;
    top: 0;
    text-align: center;
    background: #ffffff;
    box-shadow: 2px 2px 30px rgb(0 0 0 / 8%);
    border-radius: 20px;
    padding: 0 30px 40px 30px;
    margin-top: 57px;
    transition: 0.3s;
}

.feature-box:hover {
    position: relative;
    top: -15px;
    box-shadow: 2px 10px 60px rgba(0,0,0,0.1);
}

.feature-icon {
    display: inline-block;
    position: relative;
    width: 112px;
    height: 114px;
    margin-bottom: 31px;
    margin-top: -57px;
}

.feature-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 225px;
    height: auto;
    max-width: unset;
    pointer-events: none;
    z-index: 0;
}

.feature-icon .feature-number {
    font-size: 35px;
    line-height: 45px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 0;
    position: absolute;
    top: 35px;
    left: 25px;
    z-index: 1;
}

.feature-box p {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.read-more {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #130F40;
    text-transform: uppercase;
    text-decoration: underline;
    transition: 0.3s;
}

.read-more:hover {
    color: #fba504;
    text-decoration: underline;
}
/*==========Features CSS End==========*/

/*==========About Us CSS Start==========*/
.main-about-us {
    position: relative;
    padding: 100px 0;
}

.about-img {
    padding-right: 40px;
}

.about-img img {
    width: 700px;
    max-width: unset;
    height: auto;
    float: right;
}

.about-content {
    font-size: 0;
    line-height: 1;
}

.about-content h6 {
    font-size: 20px;
    line-height: 30px;
    color: #130F40;
    font-weight: 500;
    margin-bottom: 25px;
}

.about-text {
    margin-bottom: 27px;
}

.about-text p:last-child {
    margin-bottom: 0;
}
/*==========About Us CSS End==========*/

/*==========NewsLetter CSS Start==========*/
.main-newsletter {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgba(29,189,190,1) 0%, rgba(93,124,213,1) 100%);
    overflow: hidden;
}

.main-newsletter .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    opacity: 0.08;
    z-index: 0;
}

.main-newsletter .map img {
    width: 1200px;
    height: auto;
    max-width: unset;
    display: inline-block;
}

.main-newsletter .banner-circle-box .circle.one {
    top: auto;
    bottom: 35px;
    right: -56px;
    width: 156px;
    height: 156px;
}

.main-newsletter .banner-circle-box .circle.two {
    top: 36px;
    right: 67px;
    width: 41px;
    height: 41px;
}

.main-newsletter .banner-circle-box .circle.three {
    bottom: auto;
    top: 103px;
    right: 240px;
    width: 34px;
    height: 34px;
}

.main-newsletter .banner-circle-box .circle.four {
    bottom: 17px;
    right: 281px;
    width: 60px;
    height: 60px;
}

.main-newsletter .banner-circle-box .circle.five {
    top: auto;
    bottom: 23px;
    left: 106px;
    width: 29px;
    height: 29px;
}

.main-newsletter .banner-circle-box .circle.six {
    bottom: 44px;
    left: 382px;
    width: 39px;
    height: 39px;
}

.main-newsletter .banner-circle-box .circle.seven {
    top: 50%;
    bottom: auto;
    left: 192px;
    width: 33px;
    height: 33px;
}

.main-newsletter .banner-circle-box .circle.eight {
    top: -10px;
    bottom: auto;
    left: -30px;
    width: 99px;
    height: 99px;
}

.newsletter-content {
    position: relative;
    text-align: center;
}

.newsletter-content .sub-title,
.newsletter-content .h2-title {
    color: #ffffff;
}

.newsletter-content .sub-title-box .line1:before, 
.newsletter-content .sub-title-box .line1:after, 
.newsletter-content .sub-title-box .line2:before, 
.newsletter-content .sub-title-box .line2:after {
    background: #ffffff;
}

.newsletter-content p {
    color: #ffffff;
    margin-bottom: 0;
}

.newsletter-form {
    margin-top: 37px;
    position: relative;
}

.newsletter-form input {
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: none;
    outline: none;
    border-radius: 40px;
    padding: 5px 170px 5px 30px;
    font-size: 15px;
    color: #777777;
}

.newsletter-form input::placeholder {
    color: #777777;
}

.newsletter-form  .sec-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 150px;
    height: 40px;
    padding: 7px 5px;
}
/*==========NewsLetter CSS End==========*/

/*==========Services CSS Start==========*/
.main-services {
    position: relative;
    padding-top: 100px;
}

.service-box-list.even {
    margin-top: 60px;
}

.service-box {
    position: relative;
    top: 0;
    background: #ffffff;
    box-shadow: 2px 2px 60px rgba(0,0,0,0.1);
    border-radius: 20px;
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 30px;
    transition: 0.3s;
}

.service-box:hover {
    position: relative;
    top: -15px;
}

.service-box:last-child {
    margin-bottom: 0;
}

.service-icon {
    width: 112px;
    height: 114px;
    display: block;
    margin: 0 auto 27px auto;
    position: relative;
}

.service-icon img.bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 225px;
    height: auto;
    max-width: unset;
    pointer-events: none;
    z-index: 0;
}

.service-icon .icon {
    position: absolute;
    top: 42px;
    left: 26px;
}

.service-icon .icon img {
    width: auto;
    height: 40px;
}

.service-box .h3-title {
    margin-bottom: 0;
}

.service-box .h3-title a {
    display: inline-block;
    color: #130F40;
    transition: 0.3s;
}

.service-box .h3-title a:hover {
    color: #FBA504;
}
/*==========Services CSS End==========*/

/*==========Experience CSS Start==========*/
.main-experience {
    position: relative;
    padding: 100px 0;
}

.experience-img img {
    width: 700px;
    max-width: unset;
    height: auto;
    float: right;
}

.experience-text p:last-child {
    margin-bottom: 0;
}

.experience-skills {
    margin-top: 35px;
}

.experience-skill-content {
    padding-top: 77px;
}

.experience-skill-bar-box {
    position: relative;
    margin-bottom: 17px;
}

.experience-skill-bar-box:last-child {
    margin-bottom: 0;
}

.h3-title.experience-skill-bar-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 7px;
}

.experience-skill-bar-percent {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
}

.experience-skill-bar {
    width: 100%;
    height: 20px;
    border-radius: 5px;
    position: relative;
}

.experience-skill-bar:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 100%;
    height: 10px;
    background: #777777;
    border-radius: 20px;
    opacity: 0.2;
}

.experience-skill-bar-inner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 0;
    height: 10px;
    background: linear-gradient(135deg, rgba(29,189,190,1) 0%, rgba(93,124,213,1) 100%);
    border-radius: 20px;
    overflow: visible !important;
}

.experience-skill-bar-inner:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 3px solid #FBA504;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
/*==========Experience CSS End==========*/

/*==========Portdolio CSS Start==========*/
.main-portfolio {
    position: relative;
    padding: 100px 0;
    background: rgba(106, 17, 203, 0.03);
    margin-bottom: 223px;
}

.main-portfolio-slider {
    margin-bottom: -268px;
}

.portfolio-box {
    position: relative;
    background: #ffffff;
    box-shadow: 1px 1px 60px rgb(0 0 0 / 10%);
    border-radius: 20px;
    overflow: hidden;
}

.portfolio-img-box.img-box {
    width: 100%;
    height: 300px;
    border-radius: 20px 20px 0 0;
}

.portfolio-box:hover .img-box .img {
    transform: scale(1.1);
}

.portfolio-text-box {
    position: relative;
    padding: 30px 30px 27px 30px;
}

.portfolio-text-box .sub-title {
    color: #130F40;
    text-transform: capitalize;
    margin-bottom: 17px;
}

.portfolio-text-box .h3-title {
    margin-bottom: 0;
}

.portfolio-text-box .h3-title a {
    color: #130F40;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.3s;
}

.portfolio-text-box .h3-title a:hover {
    color: #FBA504;
}

.portfolio-slider .slick-list {
    overflow: visible;
}
/*==========Portdolio CSS End==========*/

/*==========Pricing CSS Start==========*/
.main-pricing {
    position: relative;
    padding-top: 100px;
}

.pricing-switch {
    margin-top: 30px;
}

.pricing-switch ul {
    list-style: none;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    background: rgb(19 15 64 / 10%);
    border-radius: 50px;
}

.pricing-switch ul li {
    display: inline-block;
}

.pricing-switch ul li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding: 5px 25px;
    font-size: 16px;
    line-height: 26px;
    color: #130F40;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 50px;
    transition: 0.3s;
}

.pricing-switch ul li a:hover {
    color: #130F40;
}

.pricing-switch ul li a.active {
    background: linear-gradient(135deg, rgba(29,189,190,1) 0%, rgba(93,124,213,1) 100%);
    color: #ffffff;
}

.pricing-box {
    position: relative;
    top: 0;
    background: #ffffff;
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    transition: 0.3s;
}

.pricing-box:hover {
    position: relative;
    top: -15px;
    box-shadow: 0 5px 60px rgba(0, 0, 0, 0.1);
}

.pricing-box-title {
    position: relative;
    width: 100%;
    height: 135px;
    background: linear-gradient(135deg, rgba(29,189,190,1) 0%, rgba(93,124,213,1) 100%);;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    padding-bottom: 37px;
}

.pricing-box-title .h3-title {
    color: #ffffff;
    margin-bottom: 0;
}

.pricing-box-title .shape {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
}

.pricing-box-title .shape img {
    width: 100%;
    height: auto;
    transform: rotateY(180deg);
}

.pricing-box-text {
    padding: 9px 30px 33px 30px;
}

.pricing-box-text .h2-title {
    color: #FBA504;
}

.pricing-box-text .h2-title.yearly_text {
    display: none;
}

.pricing-box-list {
    margin-bottom: 38px;
}

.pricing-box-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-box-list ul li {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #130F40;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.pricing-box-list ul li:last-child {
    margin-bottom: 0;
}

.pricing-box-list ul li.disable {
    opacity: 0.3;
}

.pricing-box-text .sec-btn {
    width: 130px;
}
/*==========Pricing CSS End==========*/

/*==========Team CSS Start==========*/
.main-team {
    position: relative;
    padding: 100px 0;
}

.team-box {
    position: relative;
    width: 100%;
    height: 493px;
    display: flex;
    align-items: center;
}

.text-box-content {
    position: relative;
    width: 100%;
    text-align: center;
}

.team-img-box {
    width: 100%;
    height: 450px;
    position: relative;
}

.team-img-box img {
    width: auto;
    height: 450px;
    position: relative;
    display: block;
    margin: auto;
    z-index: 1;
}

.team-img-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 370px;
    z-index: 0;
}

.team-img-shape img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 460px;
    max-width: unset;
    height: auto;
}

.team-name {
    position: relative;
    width: 100%;
    background: #ffffff;
    padding: 15px 5px;
    box-shadow: 0 0 60px rgba(0,0,0,0.1);
    border-radius: 50px;
    margin-top: -40px;
    z-index: 5;
}

.team-name .h3-title {
    line-height: 30px;
    margin-bottom: 0;
}

.team-name p {
    color: #FBA504;
    text-transform: uppercase;
    margin-bottom: 0;
}

.team-slider .slick-list {
    overflow: visible;
}

.team-slider .slick-slide {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.73);
    transition: 0.3s;
}

.team-slider .slick-slide.slick-active {
    opacity: 0.5;
}

.team-slider .slick-slide.slick-active.slick-current {
    opacity: 1;
    pointer-events: unset;
    transform: scale(1);
}

.main-team-slider {
    padding-bottom: 55px;
}
/*==========Team CSS End==========*/

/*==========Testimonial CSS Start==========*/
.main-testimonial {
    position: relative;
    padding: 50px 0 100px 0;
}

.main-testimonial .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    opacity: 0.05;
    z-index: 0;
}

.main-testimonial .map img {
    width: 1375px;
    height: auto;
    max-width: unset;
    display: inline-block;
    filter: brightness(0);
}

.testimonial-animate {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    min-width: 1920px;
    height: 100%;
    z-index: 1;
}

.testimonial-animate .testimonial-img {
    position: absolute;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.testimonial-animate .testimonial-img1 {
    top: 236px;
    left: 142px;
    width: 80px;
    height: 80px;
    -webkit-animation: movedelement3 8s linear infinite;
    animation: movedelement3 8s linear infinite;
}

.testimonial-animate .testimonial-img2 {
    bottom: 241px;
    left: 314px;
    width: 100px;
    height: 100px;
    -webkit-animation: movedelement 5s linear infinite;
    animation: movedelement 5s linear infinite;
}

.testimonial-animate .testimonial-img3 {
    top: 201px;
    left: 445px;
    width: 70px;
    height: 70px;
    -webkit-animation: movedelement4 5s linear infinite;
    animation: movedelement4 5s linear infinite;
}

.testimonial-animate .testimonial-img4 {
    bottom: 190px;
    left: 545px;
    width: 80px;
    height: 80px;
    -webkit-animation: movedelement2 10s linear infinite;
    animation: movedelement2 10s linear infinite;
}

.testimonial-animate .testimonial-img5 {
    top: 286px;
    right: 565px;
    width: 80px;
    height: 80px;
    -webkit-animation: movedelement 7s linear infinite;
    animation: movedelement 7s linear infinite;
}

.testimonial-animate .testimonial-img6 {
    top: 156px;
    right: 365px;
    width: 80px;
    height: 80px;
    -webkit-animation: movedelement3 6s linear infinite;
    animation: movedelement3 6s linear infinite;
}

.testimonial-animate .testimonial-img7 {
    bottom: 221px;
    right: 375px;
    width: 70px;
    height: 70px;
    -webkit-animation: movedelement4 6s linear infinite;
    animation: movedelement4 6s linear infinite;
}

.testimonial-animate .testimonial-img8 {
    top: 266px;
    right: 178px;
    width: 100px;
    height: 100px;
    -webkit-animation: movedelement2 8s linear infinite;
    animation: movedelement2 8s linear infinite;
}

@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes movedelement2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }
    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }
    75% {
        -webkit-transform: translate(-10px, 5px);
        transform: translate(-10px, 5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes movedelement3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(15px, 15px);
        transform: translate(15px, 15px);
    }
    50% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px);
    }
    75% {
        -webkit-transform: translate(15px, -8px);
        transform: translate(15px, -8px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes movedelement4 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(-15px, -15px);
        transform: translate(-15px, -15px);
    }
    50% {
        -webkit-transform: translate(-8px, -8px);
        transform: translate(-8px, -8px);
    }
    75% {
        -webkit-transform: translate(-15px, 8px);
        transform: translate(-15px, 8px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.testimonial-slider {
    background: #ffffff;
    box-shadow: 0 0 60px rgba(0,0,0,0.08);
    border-radius: 20px;
}

.testimonial-box {
    position: relative;
    text-align: center;
    padding: 37px 40px 40px 40px;
}

.testimonial-text {
    margin-bottom: 37px;
}

.testimonial-text p {
    font-size: 18px;
    line-height: 28px;
}

.testimonial-text p:last-child {
    margin-bottom: 0;
}

.review-by-box {
    text-align: center;
    font-size: 0;
    line-height: 1;
}

.review-by {
    display: inline-flex;
    align-items: center;
    text-align: left;
}

.review-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
}

.review-text {
    display: inline-block;
    width: calc(100% - 60px);
    padding-left: 10px;
}

.review-text p {
    font-size: 18px;
    line-height: 28px;
    color: #130F40;
    font-weight: 500;
    margin-bottom: 0;
}

.review-text span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #FBA504;
}

.main-testimonail-slider {
    padding-bottom: 100px;
}

.review-slider .slick-arrow {
    top: auto;
    bottom: -100px;
    left: calc(50% - 45px);
    transform: translate(-50%, 0);
}

.review-slider .slick-arrow.next-arrow {
    right: auto;
    left: calc(50% + 45px);
    transform: translate(-50%, 0) rotateY(180deg);
}
/*==========Testimonial CSS End==========*/

/*==========Blog CSS Start==========*/
.main-blog {
    position: relative;
}

.blog-post {
    position: relative;
    background: rgba(19,15,64,0.02);
    border-radius: 20px;
    overflow: hidden;
    transition: 0.3s;
}

.blog-post:hover {
    background: #ffffff;
    box-shadow: 0 0 60px rgba(0,0,0,0.1);
}

.blog-post-box.img-box {
    height: 250px;
    border-radius: 20px 20px 0 0;
}

.blog-post:hover .blog-post-box.img-box .img {
    transform: scale(1.1);
}

.blog-post-text {
    position: relative;
    padding: 44px 30px 25px 30px;
}

.blog-date {
    position: absolute;
    top: -17px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.blog-date span {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 500;
    padding: 8px 30px;
    background: linear-gradient(135deg, rgba(29,189,190,1) 0%, rgba(93,124,213,1) 100%);
    border-radius: 40px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.blog-post-text .h3-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 21px;
}

.blog-post-text p {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}

.blog-post-text .read-more {
    color: #fba504;
}

.blog-post-text .read-more:hover {
    color: #130F40;
}
/*==========Blog CSS End==========*/

/*==========Contact CSS Start==========*/
.main-contact {
    position: relative;
    padding: 100px 0;
}

.contact-form {
    margin-top: 37px;
}

.contact-img img {
    width: 570px;
    max-width: unset;
    height: auto;
}
/*==========Contact CSS End==========*/

/*==========Get Started CSS Start==========*/
.get-started-box {
    position: relative;
    height: 240px;
    background: #130F40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 70px;
    border-radius: 20px;
    box-shadow: 2px 2px 60px rgba(0,0,0,0.08);
    margin-bottom: -190px;
    z-index: 5;
}

.get-started-text .h2-title {
    color: #fba504;
    margin-bottom: 10px;
}

.get-started-text p {
    color: #ffffff;
    margin-bottom: 0;
}
/*==========Get Started CSS End==========*/

/*==========Footer CSS Start==========*/
.site-footer {
    position: relative;
    padding-top: 250px;
    background: linear-gradient(135deg, rgba(29,189,190,1) 0%, rgba(93,124,213,1) 100%);
    overflow: hidden;
    z-index: 0;
}

.site-footer .banner-circle-box .circle.one {
    top: auto;
    bottom: -34px;
    right: -109px;
}

.site-footer .banner-circle-box .circle.two {
    top: 291px;
    right: 11px;
    width: 38px;
    height: 38px;
}

.site-footer .banner-circle-box .circle.three {
    top: 239px;
    bottom: auto;
    right: 252px;
    width: 60px;
    height: 60px;
}

.site-footer .banner-circle-box .circle.four {
    bottom: 95px;
    right: 296px;
    width: 50px;
    height: 50px;
}

.site-footer .banner-circle-box .circle.five {
    top: 190px;
    left: 53%;
    width: 50px;
    height: 50px;
}

.site-footer .banner-circle-box .circle.six {
    bottom: 78px;
    left: 49%;
    width: 34px;
    height: 34px;
}

.site-footer .banner-circle-box .circle.seven {
    bottom: auto;
    top: 53px;
    left: -35px;
    width: 163px;
    height: 163px;
}

.site-footer .banner-circle-box .circle.eight {
    top: 251px;
    left: 280px;
}

.site-footer .banner-circle-box .circle.nine {
    top: auto;
    bottom: 32px;
    left: 292px;
    width: 39px;
    height: 39px;
}

.site-footer .banner-circle-box .circle.ten {
    top: auto;
    bottom: 173px;
    left: 100px;
    width: 55px;
    height: 55px;
}

.site-footer .shape {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 0;
}

.site-footer .shape img {
    width: 100%;
    min-width: 1920px;
    transform: rotate(180deg);
}

.footer-logo a {
    display: inline-block;
    width: 230px;
    margin-bottom: 20px;
}

.footer-info p {
    color: #ffffff;
}

.social-icon {
    font-size: 0;
    line-height: 1;
}

.social-icon a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    margin-right: 10px;
    transition: 0.3s;
}

.social-icon a:last-child {
    margin-right: 0;
}

.social-icon a:hover {
    background: #fba504;
    color: #ffffff;
}

.our-link-box {
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 20px;
}

.our-link {
    display: inline-block;
    text-align: left;
}

.footer-title {
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 30px;
}

.footer-title:before, 
.footer-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #FBA504;
    border-radius: 5px;
}

.footer-title:after {
    content: '';
    left: 35px;
    width: 15px;
}

.our-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
    column-count: 2;
}

.our-link.footer-service-link {
    position: relative;
    left: -15px;
    padding-top: 20px;
}

.our-link.footer-service-link ul {
    column-count: unset;
}

.our-link ul li {
    line-height: 18px;
    margin-bottom: 15px;
}

.our-link ul li:last-child {
    margin-bottom: 0;
}

.our-link ul li a {
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    transition: 0.3s;
}

.our-link ul li a:hover {
    color: #FBA504;
}

.footer-contact-link {
    padding-top: 20px;
}

.contact-link-box {
    display: block;
    min-height: 40px;
    padding-left: 55px;
    position: relative;
    margin-bottom: 20px;
}

.contact-link-box:last-child {
    margin-bottom: 0;
}

.contact-link-box.add {
    width: 250px;
    max-width: 100%;
}

.contact-link-box .icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 40px;
    height: 40px;
    background: #fba504;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
}

.contact-link-text {
    display: block;
}

.contact-link-text a {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    transition: 0.3s;
}

.contact-link-text a:hover {
    color: #fba504;
}

.footer-bottom {
    position: relative;
    margin-top: 100px;
    background: rgba(19,15,64,0.3);
    padding: 16px 0;
    z-index: 5;
}

.footer-bottom-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy-right, .footer-bottom-link {
    display: inline-block;
}

.copy-right p {
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    margin-bottom: 0;
}

.copy-right p a {
    color: #fba504;
    font-weight: 500;
    transition: 0.3s;
}

.copy-right p a:hover {
    text-decoration: underline;
}

.footer-bottom-link ul {
    font-size: 0;
    line-height: 0;
    list-style: none;
    margin-bottom: 0;
}

.footer-bottom-link ul li {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ffffff;
}

.footer-bottom-link ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

.footer-bottom-link ul li a {
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    transition: 0.3s;
}

.footer-bottom-link ul li a:hover {
    color: #fba504;
}
/*==========Footer CSS End==========*/

/*==========Scroll To Top CSS Start==========*/
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #FBA504;
    border-radius: 50%;
    display: none;
    font-size: 25px;
    color: #ffffff;
    transition: 0.3s;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    z-index: 50;
}

.scroll-to-top:hover {
    background: #ffffff;
    color: #FBA504;
}

.scroll-to-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*==========Scroll To Top CSS End==========*/

/*==========Responsive CSS Start==========*/
@media screen and (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1279px) {
    .h1-title {
        font-size: 65px;
        line-height: 75px;
    }
    .banner-circle-box {
        min-width: 1400px;
    }
    .banner-img img,
    .about-img img {
        width: 660px;
    }
    .service-box {
        padding: 40px 10px;
    }
}

@media screen and (max-width: 1199px) {
    .main-navigation ul li {
        margin-right: 18px;
    }
    .header-btn .sec-btn {
        width: 130px;
    }
    .h1-title {
        font-size: 55px;
        line-height: 65px;
    }
    .main-banner {
        padding: 235px 0 250px 0;
    }
    .main-banner .shape img,
    .site-footer .shape img {
        min-width: 1220px;
    }
    .banner-img {
        padding-left: 0;
    }
    .about-img {
        padding-right: 0;
    }    
    .banner-img img, 
    .about-img img,
    .experience-img img {
        width: 620px;
    }
    .feature-box {
        padding: 0 15px 40px 15px;
    }
    .h3-title {
        font-size: 22px;
        line-height: 32px;
    }
    .team-slider .slick-slide {
        transform: scale(0.6);
    }
    .blog-post-text {
        padding: 44px 15px 25px 15px;
    }
    .testimonial-animate {
        min-width: 1820px;
    }
    .get-started-box {
        padding: 10px 40px;
    }
    .contact-img img {
        width: 500px;
    }
    .our-link.footer-service-link {
        left: 0;
    }
    .footer-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .for-des{
        display: none !important;
    }
    .for-mob {
        display: inline-block !important;
    }
    .site-header, .site-header.sticky-header {
        background: #ffffff;
        height: 70px;
        padding: 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }
    .site-header .container {
        padding: 0 30px;
    }
    .site-branding img,
    .site-header.sticky-header .site-branding img {
        opacity: 0;
    }
    .site-branding .sticky-logo,
    .site-header.sticky-header .site-branding .sticky-logo {
        opacity: 1;
    }
    .toggle-button {
        display: block;
    }
    .site-branding {
        position: fixed;
        top: 0;
        left: 30px;
        width: 200px;
        height: 70px;
        display: flex;
        align-items: center;
    }
    .site-header.sticky-header .site-branding {
        height: 70px;
    }
    .site-branding a {
        width: 100%;
    }
    .mobile-menu-box {
        position: fixed;
        top: -100vh;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: transparent;
        text-align: center;
        padding: 80px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.5s;
        opacity: 0;
        z-index: 100;
    }
    .main-navigation.toggle-menu .mobile-menu-box {
        top: 0;
        opacity: 1;
        z-index: 100;
    }
    .mobile-menu-box:before {
        content: '';
        position: absolute;
        top: -70px;
        right: -70px;
        width: 140px;
        height: 140px;
        background: #FBA504;
        border-radius: 50%;
        transition: 0.5s;
        z-index: 0;
    }
    .main-navigation.toggle-menu .mobile-menu-box:before {
        transform: scale(20);
    }
    .main-navigation ul {
        position: relative;
        z-index: 1;
    }
    .main-navigation ul li {
        display: block;
        margin: -50px 0 5vh 0;
        opacity: 0;
        transition: 0.5s;
    }
    .main-navigation.toggle-menu ul li {
        margin-top: 0;
        opacity: 1;
        transition: 0.5s;
        transition-delay: 0.4s;
    }
    .main-navigation ul li:last-child {
        border-bottom: none;
    }
    .main-navigation ul li:last-child a {
        display: inline-block;
        margin: 0 auto;
    }
    .main-navigation ul li a {
        font-size: 20px;
        line-height: 30px;
        color: #130F40;
    }
    .main-navigation ul li a:hover,
    .site-header.sticky-header .main-navigation ul li a:hover {
        color: #ffffff;
    }
    .header-menu,
    .site-header.sticky-header .header-menu {
        height: auto;
        display: block;
    }
    .header-btn,
    .banner-circle-box,
    .testimonial-animate {
        display: none;
    }
    .site-branding a img {
        opacity: 0;
    }
    .site-branding a img.sticky-logo {
        opacity: 1;
    }
    .main-banner {
        padding: 180px 0;
        margin-bottom: -80px;
    }
    .main-banner .shape img, .site-footer .shape img {
        min-width: 1000px;
    }
    .banner-content {
        text-align: center;
    }
    .banner-btn {
        justify-content: center;
    }
    .banner-img {
        margin-top: 60px;
    }  
    .banner-img img {
        width: 100%;
    }  
    .main-features,
    .main-services,
    .main-pricing {
        padding-top: 80px;
    }
    .feature-box {
        padding: 0 30px 40px 30px;
        width: 370px;
        max-width: 100%;
        display: block;
        margin: 57px auto 30px auto;
    }
    .features-list {
        margin-bottom: -30px;
    }
    .about-img img,
    .experience-img img {
        width: 100%;
        float: none;
    }
    .about-content,
    .experience-content,
    .contact-content {
        padding-top: 40px;
    }
    .main-about-us,
    .main-experience,
    .main-team,
    .main-contact {
        padding: 80px 0;
    }
    .main-newsletter .map img {
        width: 1000px;
    }
    .service-box-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        justify-content: center;
    }    
    .service-box {
        width: calc(50% - 30px);
        display: inline-block;
        margin: 0 15px;
    }    
    .service-box-list.even {
        margin-top: 30px;
    }
    .service-content {
        font-size: 0;
        line-height: 1;
        margin-bottom: 40px;
    }
    .main-portfolio {
        padding: 80px 0;
        margin-bottom: 217px;
    }
    .main-portfolio-slider {
        margin-bottom: -242px;
    }
    .pricing-slider .slick-list,
    .blog-slider .slick-list {
        overflow: visible;
    }
    .pricing-slider .slick-list .slick-slide,
    .blog-slider .slick-list .slick-slide {
        opacity: 0;
        transition: 0.3s;
    }
    .pricing-slider .slick-list .slick-slide.slick-active,
    .blog-slider .slick-list .slick-slide.slick-active {
        opacity: 1;
        transition: 0.3s;
    }
    .pricing-list,
    .blog-list {
        padding-bottom: 55px;
    }
    .team-slider .slick-slide {
        transform: scale(1);
    }
    .team-slider .slick-slide.slick-active {
        opacity: 1;
    }
    .team-box {
        height: auto;
        display: block;
    }
    .team-img-box,
    .team-img-box img {
        height: 350px;
    }
    .team-img-shape {
        height: 260px;
    }
    .team-img-shape img {
        width: 400px;
        height: auto;
    }
    .main-testimonial {
        padding: 50px 0 80px 0;
    }
    .main-testimonial .map img {
        width: 1100px;
    }
    .contact-img img {
        width: 500px;
        max-width: 100%;
        display: block;
        margin: auto;
    }
    .get-started-box {
        height: auto;
        display: block;
        padding: 40px 30px;
        text-align: center;
        margin-bottom: -150px;
    }
    .get-started-btn {
        font-size: 0;
        line-height: 1;
        margin-top: 30px;
    }   
    .site-footer {
        padding-top: 220px;
    } 
    .our-link-box {
        text-align: left;
        padding-top: 40px;
    }
    .our-link ul {
        column-gap: 30px;
        margin-bottom: -15px;
    }
    .our-link.footer-service-link,
    .footer-contact-link {
        padding-top: 40px;
    }
    .our-link.footer-service-link ul {
        margin-bottom: 0;
    }
    .footer-bottom {
        padding: 30px 0;
        margin-top: 60px;
    }
    .footer-bottom-box {
        display: block;
        text-align: center;
    }
    .footer-bottom-link {
        margin-top: 15px;
    }    
}

@media screen and (max-width: 767px) {
    .site-branding, 
    .site-header.sticky-header .site-branding {
        width: 180px;
    }
    .main-banner {
        padding: 140px 0;
        margin-bottom: -60px;
    }
    .main-banner .shape img, .site-footer .shape img {
        min-width: 800px;
    }
    .h1-title {
        font-size: 50px;
        line-height: 60px;
    }
    .banner-content p {
        font-size: 18px;
        line-height: 28px;
    }
    .banner-btn .play-video {
        margin-left: 0;
    }
    .banner-btn {
        display: block;
        text-align: center;
    }
    .banner-btn .sec-btn {
        display: block;
        margin: 0 auto 20px auto;
    }
    .banner-img {
        margin-top: 40px;
    }
    .main-features, .main-services, .main-pricing {
        padding-top: 60px;
    }
    .sub-title-box {
        margin-bottom: 8px;
    }
    .sub-title {
        font-size: 18px;
    }
    .h2-title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .title {
        margin-bottom: 40px;
    }
    .main-about-us, .main-experience, .main-team, .main-contact {
        padding: 60px 0;
    }
    .about-content h6 {
        font-size: 18px;
    }
    .main-newsletter {
        padding: 60px 0;
    }
    .newsletter-form input {
        text-align: center;
        padding: 5px 30px;
    }
    .newsletter-form .sec-btn {
        position: relative;
        top: auto;
        right: auto;
        display: block;
        width: 170px;
        height: 46px;
        margin: 20px auto 0 auto;
    }
    .newsletter-form {
        margin-top: 30px;
    }
    .h3-title {
        font-size: 20px;
        line-height: 30px;
    }
    .experience-skills {
        margin-top: 30px;
    }
    .main-portfolio {
        padding: 60px 0;
        margin-bottom: 195px;
    }
    .portfolio-text-box .sub-title {
        margin-bottom: 10px;
    }
    .portfolio-img-box.img-box {
        height: 280px;
    }
    .main-portfolio-slider {
        margin-bottom: -210px;
    }
    .slick-dots {
        bottom: -45px;
    }
    .pricing-list, .blog-list {
        padding-bottom: 45px;
    }
    .team-box {
        width: 350px;
        max-width: 100%;
        margin: auto;
    }
    .team-name {
        padding: 8px 5px;
    }
    .main-team-slider {
        padding-bottom: 45px;
    }
    .main-testimonial {
        padding: 30px 0 60px 0;
    }
    .testimonial-box {
        padding: 37px 30px 40px 30px;
    }
    .blog-post-text {
        padding: 44px 30px 25px 30px;
    }
    .blog-post-text .h3-title {
        margin-bottom: 15px;
    }
    .contact-form {
        margin-top: 30px;
    }
    .site-footer {
        padding-top: 195px;
    }
    .footer-logo a {
        width: 200px;
    }
}

@media screen and (max-width: 575px) {
    .container {
        padding: 0 30px;
    }  
    .main-banner {
        padding: 140px 0 120px;
        margin-bottom: -40px;
    }
    .main-banner .shape img,
    .site-footer .shape img {
        min-width: 575px;
    }
    .service-box-list {
        display: block;
        margin: 0;
    }
    .service-box {
        width: 100%;
        padding: 30px 10px;
        margin: 0 0 30px 0;
    }
    .service-icon {
        margin-bottom: 20px;
    }
    .get-started-box {
        padding: 40px 15px;
    }
    .scroll-to-top {
        bottom: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .feature-icon {
        margin-bottom: 20px;
    }
    .pricing-box-list {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 375px) {
    .container {
        padding: 0 15px;
    }
    .site-branding, .site-header.sticky-header .site-branding {
        width: 150px;
        left: 15px;
    }
    .sub-title {
        font-size: 16px;
    }
    .h1-title {
        font-size: 45px;
        line-height: 55px;
    }
    .h2-title {
        font-size: 35px;
        line-height: 45px;
    }
    .banner-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .main-banner {
        padding: 120px 0 80px 0;
        margin-bottom: -30px;
    }
    .main-banner .shape img, .site-footer .shape img {
        min-width: 400px;
    }
    .feature-box {
        padding: 0 15px 40px 15px;
    }
    .experience-skill-bar-box .h3-title {
        font-size: 18px;
    }
    .experience-skill-bar-percent {
        top: 0;
    }
    .portfolio-img-box.img-box {
        height: 240px;
    }
    .portfolio-text-box {
        padding: 30px 15px 27px 15px;
    }
    .slick-dots li button {
        width: 20px;
    }
    .slick-dots li.slick-active button {
        width: 50px;
    }
    .team-img-shape img {
        max-width: 125%;
    }
    .testimonial-box {
        padding: 37px 15px 40px 15px;
    }
    .testimonial-text p {
        font-size: 16px;
        line-height: 26px;
    }
    .slick-arrow {
        width: 50px;
        height: 50px;
    }
    .slick-arrow:after {
        width: 25px;
    }
    .review-slider .slick-arrow {
        left: calc(50% - 35px);
        bottom: -90px;
    }
    .review-slider .slick-arrow.next-arrow {
        left: calc(50% + 35px);
    }
    .main-testimonail-slider {
        padding-bottom: 90px;
    }
    .blog-post-box.img-box {
        height: 220px;
    }
    .blog-post-text {
        padding: 44px 15px 25px 15px;
    }
    .footer-bottom-link ul li {
        margin-bottom: 10px;
    }
    .footer-bottom-link ul li:last-child {
        margin-bottom: 0;
    }
}
/*==========Responsive CSS End==========*/