/*========================*/


/*HELP START*/


/*========================*/

@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Unna:wght@400;700&display=swap');
img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --main-color: #13336a;
    --main-color2: #1d87f0;
    --heading-color: #13336a;
    --paragraph-color: #424242;
    --body-font: "Rubik", sans-serif;
    --heading-font: "Rajdhani", sans-serif;
    --body-font-size: 16px;
    --line-height30: 1.7;
}

html,
body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    -webkit-font-smoothing: antialiased;
    /* WebKit  */
}

.secondary-font {
    font-family: 'Unna', serif;
    line-height: normal;
}

body {
    line-height: 1.74;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    font-family: "poppins", sans-serif;
    color: #696969;
    position: relative;
}

.pb-100 {
    padding-bottom: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "poppins", sans-serif;
    /* font-family: "Rajdhani", sans-serif; */
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

h1 {
    font-size: 56px;
}

section.section {
    padding-top: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 46px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 34px;
    }
}

h2 {
    font-size: 30px;
}

h2.title {
    font-size: 36px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2,
    h2.title {
        font-size: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2,
    h2.title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    h2,
    h2.title {
        font-size: 20px;
    }
}

h2.secondary-font {
    font-size: 50px;
}

h3 {
    font-size: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h3 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 25px;
    }
}

h4 {
    font-size: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h4 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h4 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 24px;
    }
}

h5 {
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    h5 {
        font-size: 20px;
    }
}

h6 {
    font-size: 18px;
}

p:last-child {
    margin-bottom: 0;
}

a,
button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a,
button,
img,
input {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:hover {
    text-decoration: none;
    color: #086ad8;
}

button,
input[type="submit"] {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.font-weight--bold {
    font-weight: 800;
}

.font-weight--reguler {
    font-weight: 500;
}

.font-weight--normal {
    font-weight: 400;
}

.font-weight--light {
    font-weight: 300;
}

.title {
    color: var(--main-color);
}


/*===========================================*/


/*HELP END*/


/*===========================================*/


/*help2*/

.btn {
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    border: 1px solid transparent;
    padding: 0 36px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 54px;
    line-height: 54px;
    letter-spacing: 0em;
    color: #ffffff;
    background: #086ad8;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.btn:hover {
    background-color: #1d87f0;
    color: #fff;
}

.btn-secondary {
    background: #13336A;
}


/**/

.move-up {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.preview-hero-bg {
    background: linear-gradient(90deg, #13336a, #0a2f87) !important;
    background-size: cover;
    background-position: 50% 50%;
    background-color: transparent;
    background-repeat: no-repeat;
}

.preview-hero-area {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.preview-hero-area.inner-hero {
    height: auto;
    padding: 180px 0 120px;
}

.preview-hero-area .banner-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.7;
}

.preview-hero-text {
    z-index: 4;
}

.preview-hero-text h6 {
    color: var(--main-color2);
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (min-width: 1600px) {
    .container-fluid--cp-150 {
        padding: 0 150px !important;
    }
}

@media (min-width: 1366px) and (max-width: 1599px) {
    .container-fluid--cp-150 {
        padding: 0 70px !important;
    }
}

@media (max-width: 1365px) {
    .container-fluid--cp-150 {
        padding: 0 50px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .preview-hero-text {
        text-align: center;
    }
    .preview-hero-text .hero-button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .preview-hero-text {
        text-align: center;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .preview-hero-area {
        height: auto;
    }
}

.preview-hero-text {
    z-index: 4;
}

.preview-hero-text h2 {
    font-family: "poppins";
    font-weight: 600;
    margin-bottom: 9px;
    font-size: 48px;
}

.preview-hero-text h2 span {
    font-weight: 300;
}

.preview-hero-text p {
    color: #fff;
    letter-spacing: 1px;
    max-width: 650px;
    font-weight: 300;
}

.preview-inner-img img {
    z-index: 4;
}

.hero-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.animation_images {
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: animateUpDown;
    animation-name: animateUpDown;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animation_images.one {
    -webkit-animation-duration: 3.2s;
    animation-duration: 3.2s;
}

@-webkit-keyframes animateUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes animateUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.pe-img-01 {
    position: absolute;
    top: -4%;
    left: 28%;
    width: 300px;
}

.pe-img-02 {
    position: absolute;
    top: 14%;
    right: 6%;
    width: 80px;
}

.pe-img-03 {
    position: absolute;
    bottom: 10%;
    right: -10%;
}

.pe-img-04 {
    position: absolute;
    bottom: 15%;
    right: 18%;
}

.animation_images.two {
    -webkit-animation-duration: 3.8s;
    animation-duration: 3.8s;
}

@media only screen and (max-width: 767px) {
    .hero-button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.hero-popup-video {
    margin-left: 20px;
}

.hero-popup-video a {
    display: inline-block;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hero-popup-video a .video-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hero-popup-video a .video-content .video-text {
    margin-left: 8px;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}

.hero-popup-video .video-play {
    font-size: 10px;
    display: inline-block;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #fff;
}

.hero-popup-video .video-play .video-play-icon i {
    color: #ffffff;
}

.btn--white {
    background-image: none;
    background-color: #ffffff;
    color: #000000;
    -webkit-box-shadow: 0 0 30px 5px rgb(0 0 0 / 7%);
    box-shadow: 0 0 30px 5px rgb(0 0 0 / 7%);
}

.btn--white:hover {
    background-image: none;
    background-color: #1d87f0;
    color: #ffffff;
    -webkit-box-shadow: 0 0 30px 5px rgb(0 0 0 / 7%);
    box-shadow: 0 0 30px 5px rgb(0 0 0 / 7%);
}


/************Header Start*******************/

.inner-header {
    position: relative;
    padding: 10px 150px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

header.fixed {
    background: rgb(255 255 255/70%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(12px);
    padding: 10px 150px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    z-index: 99;
}

header .blue-logo {
    display: none;
}

header.fixed .blue-logo {
    display: block;
    height: 45px;
}

header.fixed .white-logo,
header.inner-header .white-logo {
    display: none;
}

header .white-logo,
header.inner-header .blue-logo {
    display: block;
}

header.fixed .navbar-light .navbar-nav .nav-link {
    color: #13336a;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0px 10px;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    color: #fff;
    padding: 30px 150px;
    transition: 0.3s;
}

header .navbar-brand img {
    height: 55px;
}

header .navbar-light .navbar-nav .nav-link.active,
header .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(29 135 240);
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255 / 90%);
    text-transform: uppercase;
    font-size: 14px;
    padding: 0px 20px;
}

.navbar-light .navbar-nav .nav-link.training {
    padding: 15px 20px !important;
    background: var(--main-color2);
    border-radius: 5px;
    line-height: initial;
    margin-left: 15px;
    color: #fff !important;
}

.navbar-light .navbar-nav .nav-link.training:hover {
    background: #fff;
    color: #1d87f0 !important;
}

.navbar-nav {
    align-items: center;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #1d87f0;
}

.inner-header .navbar-light .navbar-nav .nav-link {
    color: #13336a;
}

.service-dropdown {
    left: 50% !important;
    right: 0;
    width: 870px;
    transform: translateX(-50%);
    padding-top: 22px;
    background: no-repeat;
    border: none;
}

.service-dropdown .dropdown-inner {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

.service-dropdown h2 {
    font-size: 16px;
    padding: 0 0 10px 0;
    color: #13336a;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.service-dropdown .link-line {
    position: relative;
    margin-bottom: 0;
    border-bottom: none;
    padding: 15px;
    border: 1px solid #eee;
    height: 100%;
}

.service-dropdown .dropdown-item {
    white-space: normal;
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
}

.service-dropdown .dropdown-item:hover {
    background-color: transparent;
    color: #1d87f0;
}

.w-30 {
    width: 20px;
}


/************Header End*********************/


/******* about masking ********/

.about-area .aboutmask {
    -webkit-mask-image: url("../images/1s.png");
    mask-image: url("../images/1s.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 75%;
    -webkit-mask-position: center;
    position: relative;
    z-index: 9;
}

.mask-block:hover .og-mask {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.about-area .og-mask {
    position: relative;
    z-index: 2;
}

.about-area .mask-block {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-area .mask-block .maskbg {
    position: absolute;
    width: 75%;
}

.about-area .mask-block .masktop {
    position: absolute;
    left: 20px;
    top: 10px;
}

.about-area .mask-block .triangle {
    position: absolute;
    left: 100px;
    bottom: 80px;
    z-index: 10;
    animation: animationFramesTwo 12s infinite linear alternate;
}

.masktop {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.masktop {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}

.why-choose.about-area .aboutmask {
    -webkit-mask-image: url(../images/shape2.png);
    mask-image: url(../images/shape2.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 75%;
    -webkit-mask-position: center;
    position: relative;
    z-index: 9;
}

.why-choose.about-area .mask-block .maskbg {
    position: absolute;
    width: 75%;
    top: 0;
    top: 15px;
}

.why-choose.about-area .mask-block .masktop {
    position: absolute;
    right: 200px;
    bottom: 110px;
    z-index: 9;
    left: auto;
    top: auto;
    width: 120px;
}

.section-title .sub-title {
    position: relative;
    display: inline-block;
    margin-bottom: 4px;
    color: var(--main-color2);
    font-weight: 700;
    font-size: 18px;
}

.section-title .sub-title.left-line {
    padding-left: 60px;
}

.section-title .sub-title.left-line:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    height: 2px;
    width: 40px;
    background: var(--main-color2);
}

.section-title .sub-title.right-line:after {
    content: "";
    position: absolute;
    right: -50px;
    top: 50%;
    height: 2px;
    width: 40px;
    background: var(--main-color2);
    transform: translateY(-50%);
}

.section-title .sub-title.double-line:before {
    content: "";
    position: absolute;
    left: -50px;
    top: 12px;
    height: 2px;
    width: 40px;
    background: var(--main-color2);
}

.section-title .sub-title.double-line:after {
    content: "";
    position: absolute;
    right: -50px;
    top: 12px;
    height: 2px;
    width: 40px;
    background: var(--main-color);
}

.section-title .sub-title.left-border {
    padding-left: 12px;
}

.section-title .sub-title.left-border:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    height: 20px;
    width: 4px;
    background: var(--main-color);
}

.section-title .sub-title.right-border:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 1px;
    height: 20px;
    width: 4px;
    background: var(--main-color);
}

.section-title .sub-title.double-border {
    padding-left: 12px;
}

.section-title .sub-title.double-border:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    height: 20px;
    width: 4px;
    background: var(--main-color);
}

.section-title .sub-title.double-border:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 1px;
    height: 20px;
    width: 4px;
    background: var(--main-color);
}

.section-title h1 {
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 0;
    color: #555555;
    font-weight: 600;
}

.section-title .content {
    margin-bottom: 0;
    color: #555555;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.single-choose-inner .media-left {
    position: relative;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.why-choose .media-body h4 {
    color: #555;
    font-size: 24px;
}

.single-choose-inner .media-body p {
    margin-bottom: 0;
}

.single-choose-inner {
    margin-bottom: 30px;
}

.single-choose-inner .media-left {
    position: relative;
}

.single-choose-inner .icon {
    height: 55px;
    width: 55px;
    line-height: 60px;
    text-align: center;
    background: var(--main-color2);
    border-radius: 50% 0 50% 50%;
    color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-right: 20px;
    margin-top: 5px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-choose-inner .icon img {
    height: 30px;
}

.grid-newsletter .about-project {
    margin-left: -100px;
}

.grid-newsletter .about-project .dhingli {
    width: 550px;
    position: relative;
    z-index: 2;
}

.grid-newsletter .about-project .orange-dotround {
    position: absolute;
    left: 130px;
    bottom: 170px;
}


/*About Section Start*/

@keyframes animationFramesTwo {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(40px);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(-40px);
    }
    100% {
        transform: translateX(0);
    }
}

.about-company {
    padding: 0px 100px;
    position: relative;
}

.about-company .rating {
    position: absolute;
    right: 300px;
    bottom: -111px;
    width: 250px;
    opacity: 0.5 !important;
}

.about-company .bluedots {
    position: absolute;
    top: -50px;
    right: 50px;
    width: 100px;
    animation-name: rotate;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.about-company .vm-photo {
    position: relative;
    text-align: center;
    /* width: 280px; */
    margin: 0 auto;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    height: 100%;
}

.about-company .vm-photo.about-vector .avtar2 {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    left: 0;
    top: 0;
}

.about-company .vm-photo.about-vector .avtar2 img {
    width: 80%;
}

.vm-photo .vm1 {
    position: absolute;
    height: 150px;
    width: 150px;
    object-fit: cover;
    top: -30px;
    right: 0;
    z-index: 3;
}

.vm-photo .vm1 img {
    height: 100px;
    object-fit: cover;
}

.vm-photo .photo-middle {
    width: 280px;
    height: 330px;
    margin: 0 auto;
}

.vm-photo .photo-middle .vm2 {
    height: 330px;
    width: 100%;
    object-fit: cover;
}

.vm-photo .vm3 {
    position: absolute;
    left: 0;
    bottom: -20px;
}

.vm-photo .vm3 img {
    height: 60px;
}

.vm-photo .vm1 p {
    position: absolute;
    left: -25px;
    top: 62px;
    transform-origin: initial;
    transform: rotateZ(-90deg);
    z-index: 9;
    color: #fff;
    text-transform: uppercase;
}

.vm-photo .vm3 p {
    position: absolute;
    right: -20px;
    top: 62px;
    transform-origin: initial;
    transform: rotateZ(-90deg);
    z-index: 9;
    color: #fff;
    text-transform: uppercase;
}


/*.vm-photo .vm1:after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(29,135,240);
    background: linear-gradient(90deg, rgba(29,135,240,1) 0%, rgba(255,255,255,0) 100%);
}*/


/*.vm-photo .vm3:after {
    content:'';
    display:inline-block;
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    right:0;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(29,135,240,1) 100%);
}*/

.about-company .vm-text h3 {
    color: var(--main-color);
}

.about-area .exp-wrap .single-exp-inner {
    color: #1d87f0;
}

.about-area .exp-wrap .single-exp-inner h2 {
    color: #444;
    font-size: 50px;
}

.about-area .exp-wrap .single-exp-inner small {
    color: #666;
    font-weight: 300;
    font-size: 24px;
}

.about-area .exp-wrap .single-exp-inner h5 {
    color: #666;
    font-size: 16px;
}


/*About Section End*/


/*Testimonial start*/

.testimonial {
    background: linear-gradient(90deg, #13336a, #0a2f87) !important;
    padding: 70px 0px;
    border-radius: 50px 50px 0px 0px;
    position: relative;
}

.testimonial .whitedots {
    position: absolute;
    left: -30px;
    top: 120px;
    width: 80px;
    animation-name: rotate;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.testimonial .dotline {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 250px;
}

.testimonial .title {
    text-align: center;
    color: #fff;
}

.testimonial .title h5 {
    color: #1d87f0;
}

.testimonial .title h3 {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'Unna', serif;
    font-size: 50px;
}

.testimonial .title p {
    color: #fff;
    font-weight: 300;
}

.testimonial .review {
    color: #fff;
    margin-top: 50px;
}

.testimonial .review .review-text {
    padding-right: 20px;
}

.testimonial .review .review-text .qoute {
    height: 50px;
    margin-bottom: 20px;
}

.testimonial .review .review-text .review-ttl span {
    display: block;
    margin-bottom: 10px;
}

.testimonial .review .review-text .review-ttl span i {
    color: #ffb239;
    margin-right: 5px;
    font-size: 12px;
}

.testimonial .review .review-text .review-data {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.5px;
    min-height: 85px;
}

.testimonial .review .review-text .review-name {
    margin-top: 15px;
}

.testimonial .review .review-photo {
    border-radius: 20px;
    position: relative;
}

.testimonial .review .review-photo img {
    border-radius: 20px;
}

.testimonial .review .review-photo .dot-mask {
    -webkit-mask-image: url(../images/dots.svg);
    mask-image: url(../images/dots.svg);
    width: 350px;
    height: 350px;
    position: absolute;
}

.testimonial .review .testi-clients {
    margin-top: 50px;
}

.testimonial .review .testi-clients .clents {
    display: flex;
    transition: all 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0.05) !important;
    padding: 1rem;
    height: 100%;
    align-items: center;
    margin: 0px 10px;
    width: 100%;
    border-radius: 20px;
}

.testimonial .review .testi-clients .clents:first-child {
    margin-left: 0;
}

.testimonial .review .testi-clients .clents:last-child {
    margin-right: 0;
}

.testimonial .review .testi-clients .clents .cl-img img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 100%;
}

.testimonial .review .testi-clients .clents .cl-text {
    padding-left: 10px;
}

.testimonial .review .testi-clients .clents .cl-text h5 {
    font-size: 15px;
}

.testimonial .review .testi-clients .clents .cl-text p {
    font-size: 12px;
}


/*Testimonial end*/


/*Gallery Start*/

.gallery .title {
    text-align: center;
    margin-bottom: 40px;
}

.gallery .title srong {
    font-size: 24px;
    color: var(--main-color2);
    font-weight: 500;
}

.gallery .title h3 {
    color: var(--main-color);
}

.gallery .main {
    display: flex;
}

.gallery section img {
    width: 20vw;
    border-radius: 20px;
    height: 250px;
    object-fit: cover;
}

.gallery .main2 {
    display: flex;
}

.gallery .main section,
.gallery .main2 section {
    position: relative;
    margin: 10px 15px;
    border-radius: 20px;
}

.gallery .main section:before,
.gallery .main2 section:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(41 41 41 / 10%);
    border-radius: 20px;
}


/*Gallery End*/


/*Recent Projects Block Start*/

.grid-newsletter {
    display: -ms-grid;
    display: grid;
    overflow: hidden;
    width: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 2fr 3fr;
    grid-template-columns: 2fr 3fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: #f9fafb;
    height: 100vh;
}

.block-banner-text {
    position: relative;
    z-index: 10;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block-banner-img {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-perspective: 1600px;
    perspective: 1600px;
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
}

.grid-newsletter-img {
    grid-column-gap: 24px;
    position: absolute;
    display: -ms-grid;
    display: grid;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 2vw;
    grid-row-gap: 0vw;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform: translate(10%, 0) rotateX(34deg) rotateY(-9deg) rotateZ(26deg);
    transform: translate(10%, 0) rotateX(34deg) rotateY(-9deg) rotateZ(26deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.grid-newsletter-01,
.grid-newsletter-02,
.grid-newsletter-03 {
    grid-row-gap: 24px;
}

.grid-newsletter-01 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0vw;
    grid-row-gap: 2vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.grid-newsletter-02 {
    display: -ms-grid;
    display: grid;
    margin-top: 128px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0vw;
    grid-row-gap: 2vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.grid-newsletter-03 {
    display: -ms-grid;
    display: grid;
    margin-top: 240px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0vw;
    grid-row-gap: 2vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.img-newsletter {
    width: 100%;
    border-radius: 0;
    box-shadow: 9px 13px 32px -8px rgb(16 24 40 / 15%);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -o-object-fit: cover;
    object-fit: cover;
}

grid-newsletter img {
    border: 0;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
}


/*Recent Projects Block end*/


/*Services Block Start*/

.services {
    background-color: #f9fafb;
    padding: 50px 0px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 0px 0 50px 50px;
    box-shadow: inset 0px 0px 60px rgb(204 214 213 / 80%);
}

.services .title {
    margin-bottom: 30px;
    text-align: center;
}

.services .title h5 {
    color: var(--main-color2);
}

.services .orange-blur {
    position: absolute;
    left: 500px;
    top: 0;
}

.services .blue-blur {
    position: absolute;
    left: 0;
    top: 0;
}

.services .purple-blur {
    position: absolute;
    right: 0;
    top: 0;
}

.services .green-blur {
    position: absolute;
    left: 0;
    bottom: -100px;
}

.services .services-list {
    display: inline-block;
    margin-top: 120px;
    position: relative;
}

.services .services-list .srlist {
    background-color: rgb(255 255 255 / 55%);
    display: inline-block;
    border-radius: 200px 200px 0 0;
    box-shadow: 0px 5px 30px rgb(0 0 0 / 9%);
    margin: 0px 15px;
    border: solid 6px #fff;
    position: relative;
}

@keyframes rotate {
    from {
        transform: rotate(-360deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.srlist .orange-dotround {
    position: absolute;
    right: 0;
    top: 0;
    animation-name: rotate;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.srlist .blue-dotround {
    position: absolute;
    left: -100px;
    bottom: -60px;
    animation-name: rotate;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 120px;
    opacity: 0.5;
}

.services .services-list .gapes {
    --bs-gutter-x: 6rem;
    --bs-gutter-y: 3rem;
}

.services .services-list .srlist.list1 .vector-part {
    background-color: #cad6ef;
}

.services .services-list .srlist.list2 .vector-part {
    background-color: #dadbdf;
}

.services .services-list .srlist.list3 .vector-part {
    background-color: #d8d1f4;
}

.services .services-list .srlist.list4 .vector-part {
    background-color: #ccd6d5;
}

.services .services-list .srlist.list5 .vector-part {
    background-color: #ccd2e6;
}

.services .services-list .srlist.list6 .vector-part {
    background-color: #c9d9df;
}

.services .services-list .srlist.list2,
.services .services-list .srlist.list5 {
    margin-top: -100px;
}

.services .services-list .srlist .vector-part {
    height: 250px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    border-radius: 200px 200px 0 0;
}

.services .services-list .srlist .vector-part img {
    height: 150px;
}

.services .services-list .srlist .text-part {
    text-align: center;
    padding: 20px 15px;
}

.services .services-list .srlist .text-part h4 {
    font-size: 22px;
    color: #444444;
    margin-bottom: 5px;
}

.services .services-list .srlist .text-part p {
    font-size: 14px;
    margin: 0;
    color: #888888;
}


/*Services Block End*/


/*Footer Start*/

footer {
    background-color: var(--main-color);
    color: #ccd9ee;
    font-weight: 300;
    font-size: 14px;
    position: relative;
}

footer .dotline {
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(70deg);
    z-index: 2;
    opacity: 0.5;
}

footer .footer-menu .footer-intro img {
    height: 50px;
}

footer .footer-menu .footer-intro p {
    margin: 20px 0px;
}

footer .footer-menu .footer-intro p {
    margin: 20px 0px;
}

footer .footer-menu .footer-social {
    display: flex;
}

footer .footer-menu .footer-social a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 11%);
    border-radius: 5px;
    margin-right: 5px;
}

footer .footer-menu .footer-social a:hover {
    background-color: #fff;
}

footer .footer-menu .footer-social a:hover i {
    color: #13336a;
}

footer .footer-menu .footer-social a i {
    color: #fff;
}

footer .footer-right {
    height: 100%;
    background-color: #163976;
    position: relative;
}

footer .footer-right:after {
    content: "";
    height: 66%;
    width: 3px;
    background-color: #1d87f0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 60px;
}

footer .footer-menu {
    padding: 50px 0;
    padding-right: 30px;
}

footer .footer-menu ul li {
    margin-bottom: 5px;
}

footer .footer-right .training {
    padding: 50px 0;
    padding-left: 50px;
}

footer .footer-right .training .head {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 5px;
}

footer .footer-menu ul li.head {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 5px;
}

footer .footer-menu address p {
    margin: 0;
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

footer .footer-menu address p span {
    display: inline-block;
    margin: 0;
    line-height: normal;
}

footer .footer-menu address p a {
    display: inline-block;
    margin-left: 10px;
    line-height: normal;
}

footer .footer-menu address p a small {
    display: block;
    margin: 0;
    line-height: normal;
    font-size: 12px;
}

footer .footer-menu address p i {
    font-size: 14px;
}

footer .footer-bottom {
    padding: 15px 0px;
    border-top: solid 1px rgb(255 255 255 / 11%);
}

footer .footer-bottom .copyright {
    display: flex;
    justify-content: space-between;
}

footer .footer-bottom p {
    margin: 0;
}

footer .footer-bottom .copyright .bottom-menu a {
    margin-left: 15px;
}


/*Footer End*/


/*page header start*/

.page-header {
    height: 350px;
    background: url(../images/corepixel_contact.jpg) center center;
    background-size: cover;
    position: relative;
    background-position-y: -210px;
}

.page-header .page-title {
    display: flex;
    align-items: center;
    height: 100%;
}

.page-header .page-title .title-texts {
    position: relative;
    z-index: 1;
    margin-top: 120px;
}

.page-header .page-title h3 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.page-header .page-title p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.page-header:after {
    content: '';
    height: 100%;
    width: 100%;
    display: inline-block;
    background-color: rgb(20 29 40 / 70%);
    position: absolute;
    left: 0;
    top: 0;
}


/*page header end*/


/*contact start*/

.contact-block .contact-left {
    background-color: #086ad8;
    padding: 30px;
}

.contact-block .contact-left .contact-details h3 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 30px;
}

.contact-block .contact-left .contact-details h3 span {
    color: #13336a;
}

.contact-block .contact-left .contact-details .form-group {
    margin-bottom: 40px;
    position: relative;
}

.contact-block .contact-left .contact-details .form-group i {
    position: absolute;
    bottom: 10px;
    right: 0;
    color: #fff;
}

.contact-block .contact-left .contact-details .form-group input,
.contact-block .contact-left .contact-details .form-group textarea {
    background: none;
    border: 0;
    border-radius: initial;
    border-bottom: solid 1px rgb(255 255 255 / 50%);
    padding-left: 0;
}

.contact-block .contact-left .contact-details .form-group textarea {
    resize: none;
}

.contact-block .contact-left .contact-details .form-group input:focus,
.contact-block .contact-left .contact-details .form-group textarea:focus {
    box-shadow: none;
    outline: 0;
}

.contact-block .contact-left .contact-details .form-group .form-control {
    color: #fff;
}

.contact-block .contact-left .contact-details ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.contact-block .contact-left .contact-details :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.contact-block .contact-left .contact-details ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.contact-details .btn-border {
    width: auto;
    color: #fff;
    padding: 0px 30px;
    background-color: #13336a;
}

.contact-details .btn-border:hover {
    background-color: #fff;
    color: #13336a;
}

.contact-address {
    text-align: right;
    padding: 30px;
    background-color: #1176e7;
    box-shadow: 0px -15px 15px rgb(0 0 0 / 3%);
}

.contact-address .address-detail {
    padding: 15px 0;
}

.contact-address .address-detail p {
    margin: 0;
    color: var(--main-color);
    font-size: 16px;
}

.contact-address .address-detail a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.contact-address .address-detail i {
    color: var(--main-color);
    margin-left: 5px;
}

.footer-menu .footer-contact a {
    text-decoration: none;
    color: #222;
}


/*contact end*/


/************Services Start*******************/

.service-top,
.bg-light {
    background: #F8F8F8;
}

.text-black {
    color: #000000;
}

.main-features {
    margin-top: 30px;
    border-radius: 15px;
    border: 1px solid #DDDDDD;
}

.main-features td {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}

.main-features tr:last-child td {
    border-bottom: none;
}

td:first-child {
    border-right: 1px solid #ddd;
}

.service-border-box {
    border: 1px solid #DDDDDD;
    border-radius: 50px;
    padding: 50px 30px;
    height: 100%;
}

.service-border-box img {
    height: 65px;
}

.service-border-box h5 {
    font-size: 20px;
}

.service-portfolio-box {
    padding: 30px;
    border-radius: 15px;
}

.methology-box {
    position: relative;
    margin-left: 30px;
    margin-top: 30px;
}

.methology-box span {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #13336A;
    color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: bold;
}

.methology-content {
    background: #fff;
    -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 20px 60px;
    border-radius: 10px;
}

.consult-form .form-control {
    border: 1px solid #333333;
    font-size: 16px;
    min-height: 60px;
    border-radius: 10px;
    padding: 10px 25px;
}

.consult-form textarea.form-control {
    min-height: 120px;
}

input[type=file]::file-selector-button {
    border: 1px solid #000000;
    padding: .2em .4em;
    border-radius: 0;
    background: #fff;
    margin-top: 3px;
}

.methology-content h5 {
    font-size: 20px;
}


/************Services End*******************/


/************About Start*******************/

.about-wrap {
    position: relative;
    z-index: 1;
}

.about-wrap:before {
    position: absolute;
    width: 80%;
    height: 100%;
    content: "";
    right: 0;
    top: 0;
    z-index: -1;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .07);
    border-radius: 50px;
}

.about-two-image {
    position: relative;
}

.about-two-image:before {
    content: "";
    z-index: -1;
    left: -45px;
    bottom: -35px;
    position: absolute;
    width: 130px;
    height: 100px;
    background: url(../images/about-bg-dots.png) no-repeat;
    animation: 12s linear 0s infinite alternate none running animationFramesTwo;
}

.about-content-text {
    padding: 50px;
}

.about-two-image {
    transform: translateY(-75px);
}


/************About End*******************/


/************Portfolio Start*******************/

.tab-navigationbar {
    background-color: var(--main-color2);
    color: #fff;
    width: 100%;
    transition: all 0.4s;
}

.tab-navigationbar ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.tab-navigationbar ul a {
    padding: 15px;
    font-weight: 500;
    font-size: 16px;
}

.tab-navigationbar ul a:hover,
.tab-navigationbar ul a.w--current {
    color: #fff;
    background: var(--main-color);
}

.tab-navigationbar.sticky-tab {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 90px;
}

.portfolio-wrap {
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .07);
    border-radius: 50px;
    overflow: hidden;
}

.portfolio-content {
    padding: 30px;
}


/************Portfolio End*******************/


/*======================================*/


/*MEDIA QUERY START*/


/*======================================*/

@media (max-width: 1366px) {
    .pe-img-01 {
        width: 150px;
    }
    .gallery section img {
        width: 17vw;
        height: 120px;
    }
    header {
        padding: 15px 50px !important;
    }
    .preview-hero-text h2 {
        font-size: 40px;
    }
    .pe-img-02 {
        position: absolute;
        top: 22%;
        right: 6%;
        width: 50px;
    }
    .preview-inner-img img {
        width: 540px;
    }
    .pe-img-03 {
        right: -5%;
        width: 250px;
    }
    .pe-img-04 {
        width: 280px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
    }
    .about-area .exp-wrap .single-exp-inner h5 {
        font-size: 14px;
    }
    .about-area .title h2 {
        font-size: 35px;
    }
    .about-area .title {
        font-size: 40px;
    }
    .container-fluid--cp-150 {
        margin-top: 100px !important;
    }
    .pe-img-04 {
        bottom: 5%;
    }
    .pe-img-03 {
        right: -5%;
        width: 190px;
    }
    header.fixed .blue-logo {
        height: 40px;
    }
    header.fixed .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
    }
    header .navbar-brand img {
        height: 50px;
    }
    .navbar {
        padding: 0;
    }
    .about-area .title,
    .services .title h3,
    .testimonial .title h3,
    .about-company .vm-text h3,
    .grid-newsletter .title {
        font-size: 35px;
    }
    .why-choose.about-area .mask-block .masktop {
        right: 171px;
        width: 100px;
    }
    .contact-block .contact-left .contact-details h3 {
        font-size: 30px;
    }
    .page-header {
        background-position-y: -100px;
    }
}

@media (max-width: 1280px) {
    .preview-inner-img img {
        width: 500px;
    }
    .pe-img-04 {
        width: 200px;
    }
    .about-area .title,
    .services .title h3,
    .testimonial .title h3,
    .about-company .vm-text h3 {
        font-size: 35px;
    }
    .section-title .content,
    .testimonial .review .review-text .review-data,
    .testimonial .title p,
    .about-company .vm-text {
        font-size: 14px;
    }
    .about-area .exp-wrap .single-exp-inner h2 {
        font-size: 45px;
    }
    .about-area .exp-wrap .single-exp-inner small {
        font-size: 40px;
    }
    .about-area .exp-wrap .single-exp-inner h5 {
        font-size: 14px;
    }
    .why-choose .media-body h4,
    .testimonial .review .review-text .review-ttl h4 {
        font-size: 20px;
    }
    .services .title {
        margin-bottom: 20px;
    }
    .services .services-list .srlist {
        margin: 0;
    }
    section.section {
        padding-top: 70px;
    }
    .about-company .rating {
        right: 300px;
        bottom: -81px;
        width: 200px;
    }
    .testimonial .review {
        margin-top: 30px;
    }
    footer .footer-menu ul li {
        margin-bottom: 5px;
        font-size: 13px;
    }
    footer .footer-menu address p,
    footer .footer-menu .footer-intro,
    footer .footer-bottom .copyright {
        font-size: 13px;
    }
    footer .footer-right .training {
        padding-left: 40px;
        font-size: 13px;
    }
    .btn {
        font-size: 14px;
        padding: 0 30px;
        height: 45px;
        line-height: 45px;
    }
    footer .footer-menu ul li.head {
        font-size: 16px;
        font-weight: 500;
        padding-bottom: 0px;
    }
    footer .footer-menu .footer-intro img {
        height: 40px;
    }
    footer .footer-menu {
        padding: 40px 0;
    }
    header .navbar-brand img {
        height: 45px;
    }
    .grid-newsletter .about-project .dhingli {
        width: 450px;
    }
    .grid-newsletter {
        height: auto;
    }
}

@media (max-width: 1200px) {
    .pe-img-02 {
        width: 100px;
    }
    .pe-img-03 {
        width: 250px;
    }
    .pe-img-04 {
        width: 200px;
    }
    .gallery section img {
        width: 20vw;
    }
}

@media (max-width: 1024px) {
    .gallery section img {
        width: 25vw;
    }
    .preview-hero-text h2 {
        font-size: 30px;
    }
    .preview-inner-img img {
        width: 400px;
    }
    .pe-img-02 {
        width: 70px;
    }
    .pe-img-03 {
        width: 170px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
    }
    header .navbar-brand img {
        height: 40px;
    }
    header.fixed .blue-logo {
        height: 35px;
    }
    .about-area .title,
    .services .title h3,
    .testimonial .title h3,
    .about-company .vm-text h3,
    .grid-newsletter .title {
        font-size: 30px;
    }
    .about-area .exp-wrap .single-exp-inner h2 {
        font-size: 40px;
    }
    .services .services-list .srlist .vector-part img {
        height: 100px;
    }
    .services .services-list .srlist .vector-part {
        height: 180px;
    }
    .services .services-list .srlist .text-part h4 {
        font-size: 20px;
    }
    .services .services-list .srlist .text-part p {
        font-size: 13px;
    }
    .services .services-list .gapes {
        --bs-gutter-x: 4rem;
        --bs-gutter-y: 2rem;
    }
    .grid-newsletter .about-project .dhingli {
        width: 280px;
    }
    .grid-newsletter .about-project .orange-dotround {
        display: none;
    }
    h2.secondary-font {
        font-size: 38px;
    }
    h6 {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .about-wrap:before {
        width: 100%;
    }
    .about-content-text {
        padding-top: 0;
    }
    .testimonial .title {
        padding: 0 20px;
    }
    .preview-hero-area.inner-hero {
        padding: 100px 0 80px;
    }
    .pe-img-01 {
        width: 100px;
        left: -30px;
        top: 0;
    }
    .pe-img-02 {
        top: 32%;
        right: 0%;
        width: 70px;
    }
    .pe-img-03 {
        width: 170px;
        bottom: 10%;
        right: -8%;
    }
    .pe-img-04 {
        display: none;
    }
    .gallery section img {
        width: 23vw;
        height: 100px;
    }
    .preview-inner-img {
        text-align: center;
    }
    .pe-img-03 {
        width: 150px;
        bottom: 5%;
        right: -5%;
    }
    .pe-img-02 {
        top: 40%;
        right: 0%;
        width: 50px;
    }
    .preview-inner-img img {
        width: 350px;
    }
    .preview-hero-text h2 {
        font-size: 25px;
    }
    .btn {
        font-size: 12px;
        padding: 0px 25px;
        height: 40px;
        line-height: 40px;
    }
    .preview-hero-text h6 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    header {
        padding: 20px !important;
    }
    header .navbar-brand img {
        height: 35px;
    }
    .navbar-light .navbar-toggler {
        border: 0;
        color: #fff;
        font-size: 30px;
        padding: 0;
    }
    header.inner-header .navbar-light .navbar-toggler {
        color: #13336b;
    }
    .navbar-light .navbar-toggler:focus {
        outline: 0;
        box-shadow: none;
    }
    header.fixed {
        padding: 10px 20px;
    }
    header.fixed .blue-logo {
        height: 30px;
    }
    .about-area .mask-block {
        display: none;
    }
    section.section {
        padding-top: 50px;
    }
    .pb-100 {
        padding-bottom: 50px;
    }
    .section-title .sub-title {
        font-size: 20px;
    }
    .about-area .title,
    .services .title h3,
    .testimonial .title h3,
    .about-company .vm-text h3 {
        font-size: 25px;
    }
    .section-title .content,
    .testimonial .review .review-text .review-data,
    .testimonial .title p,
    .about-company .vm-text {
        font-size: 13px;
        line-height: 1.5;
    }
    .about-area .exp-wrap .single-exp-inner h2 {
        font-size: 35px;
    }
    .about-area .exp-wrap .single-exp-inner small {
        font-size: 25px;
    }
    .why-choose .media-body h4,
    .testimonial .review .review-text .review-ttl h4,
    .services .title h5,
    .testimonial .title h5 {
        font-size: 18px;
    }
    .services {
        padding: 30px 0px;
        padding-bottom: 30px;
    }
    .services .title p {
        font-size: 12px;
    }
    .services .services-list .srlist.list2,
    .services .services-list .srlist.list5 {
        margin-top: 0;
    }
    .services .services-list {
        margin-top: 0;
    }
    .about-company .vm-photo.about-vector,
    .about-company .rating,
    .about-company .vm-text h3 br {
        display: none;
    }
    .testimonial {
        padding: 30px 0px;
    }
    .about-area .title,
    .services .title h3,
    .testimonial .title h3,
    .about-company .vm-text h3 {
        font-size: 23px;
    }
    .testimonial .review .review-text .qoute {
        height: 30px;
        margin-bottom: 10px;
    }
    .why-choose .media-body h4,
    .testimonial .review .review-text .review-ttl h4,
    .services .title h5,
    .testimonial .title h5 {
        font-size: 18px;
    }
    .testimonial .review .review-photo {
        display: none;
    }
    .testimonial .review .review-text .review-name h5 {
        font-size: 18px;
    }
    .testimonial .review .review-text .review-name p {
        font-size: 14px;
    }
    .testimonial .review .testi-clients {
        margin-top: 30px;
    }
    .block-banner-text {
        padding-left: 15px;
    }
    .grid-newsletter .title {
        font-size: 22px;
    }
    .section-title .sub-title {
        font-size: 14px;
    }
    footer .footer-menu {
        padding: 15px 0;
    }
    footer .footer-menu .footer-intro p {
        margin: 10px 0px;
    }
    footer .footer-menu ul li.head {
        font-size: 14px;
    }
    footer .footer-menu ul li {
        font-size: 12px;
    }
    footer .footer-menu {
        padding: 10px 0;
    }
    footer .footer-right .training {
        padding-left: 30px;
    }
    footer .footer-right:after {
        display: none;
    }
    footer .footer-right .training {
        padding: 20px;
    }
    footer .footer-menu address p,
    footer .footer-menu .footer-intro,
    footer .footer-bottom .copyright {
        font-size: 12px;
    }
    footer .footer-menu .footer-intro img {
        height: 30px;
    }
    footer {
        padding: 15px 0px;
    }
    footer {
        padding-bottom: 0px;
    }
    footer .footer-bottom {
        padding: 10px 0px;
    }
    .services .services-list .srlist .text-part h4 {
        font-size: 16px;
    }
    .services .services-list .srlist .text-part p {
        font-size: 12px;
    }
    .services .services-list .srlist .text-part {
        padding: 15px;
    }
    .services .services-list .srlist .vector-part {
        height: 150px;
    }
    .about-company .bluedots,
    .testimonial .whitedots {
        width: 50px;
    }
    .section-title .content,
    .testimonial .review .review-text .review-data,
    .testimonial .title p,
    .about-company .vm-text {
        font-size: 12px;
    }
    .preview-hero-text {
        margin-bottom: 15px;
    }
    .preview-hero-area,
    .grid-newsletter {
        height: auto;
    }
    .pe-img-01 {
        width: 90px;
        left: 200px;
        top: -20px;
    }
    .navbar-light .navbar-nav .nav-link,
    header.fixed .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
        padding: 10px 20px;
        color: #333;
        border-top: solid 1px rgb(221 221 221 / 25%);
    }
    .navbar-light .navbar-nav .nav-link.mobilep {
        padding-top: 15px;
        border-top: 0;
    }
    .navbar-light .navbar-nav .nav-item {
        width: 100%;
    }
    .navbar-collapse {
        background-color: #fff;
        border: 0;
        border-radius: 15px;
        box-shadow: 0px 0px 30px rgb(0 0 0 / 18%);
        margin-top: 15px;
    }
    header.fixed .navbar-light .navbar-toggler {
        color: #13336b;
    }
    .navbar-nav {
        align-items: self-start;
        margin-bottom: 0 !important;
    }
    .contact-block .contact-left .contact-details h3 {
        font-size: 25px;
    }
    .page-header {
        background-position-y: -50px;
        height: 250px;
    }
    .navbar-light .navbar-nav .nav-link.training {
        margin-left: 0;
    }
    .navbar-light .navbar-nav .nav-link.training {
        padding: 15px 20px !important;
        background: var(--main-color2);
        border-radius: 5px;
        line-height: initial;
        margin-left: 15px;
        color: #fff !important;
        margin-left: 0;
        border-radius: 0px 0px 15px 15px;
    }
    .services .services-list .srlist {
        margin: 0px 15px;
    }
    .col-lg-4.col-md-6.mt-5 {
        margin-top: 30px !important;
    }
    .service-dropdown {
        position: relative !important;
        width: 100%;
        padding: 0;
    }
    .service-dropdown .dropdown-inner {
        background-color: #f8f8f8;
        padding: 10px 20px;
    }
    .link-line img {
        display: none;
    }
    .service-dropdown .link-line {
        margin: 0;
        padding: 0;
        border: none;
        padding-top: 10px;
    }
    .navbar-collapse {
        max-height: 85vh;
        overflow: auto;
    }
    .dropdown-toggle {
        position: relative;
    }
    .dropdown-toggle::after {
        border-top: 0.5em solid;
        border-right: 0.5em solid transparent;
        border-bottom: 0;
        border-left: 0.5em solid transparent;
        position: absolute;
        right: 25px;
        top: 16px;
    }
    .dropdown-toggle.show::after {
        transform: rotateZ(-180deg);
    }
    .service-dropdown h2 {
        font: 14px;
    }
}

@media (max-width: 768px) {
    .pe-img-03 {
        right: -20%;
    }
    .pe-img-02 {
        width: 50px;
    }
    .gallery {
        padding-top: 0;
    }
    .gallery section img {
        width: 28vw;
        height: 100px;
    }
    .container-fluid--cp-150 {
        padding: 0 30px !important;
    }
    .methology-box {
        position: relative;
        margin-left: 0;
        margin-top: 50px;
    }
    .methology-content {
        padding: 40px 15px 15px;
    }
    .methology-box span {
        height: 60px;
        width: 60px;
        left: 15px;
        top: 0;
    }
    h2.secondary-font {
        font-size: 30px;
    }
    h6 {
        font-size: 14px;
    }
}

@media (max-width: 512px) {
    .preview-inner-img img {
        width: 260px;
    }
    .pe-img-02 {
        width: 40px;
    }
    .pe-img-03 {
        width: 130px;
    }
    .about-area .exp-wrap .single-exp-inner h2 {
        font-size: 30px;
    }
    .about-area .exp-wrap .single-exp-inner {
        color: #1d87f0;
        margin-bottom: 10px;
    }
    .pe-img-03 {
        right: -20%;
    }
    .services .services-list .srlist {
        border-radius: 130px 130px 0 0;
    }
    .services .services-list .srlist .vector-part {
        height: 130px;
        padding-top: 0;
    }
    .about-company {
        padding: 0px 20px;
    }
    .testimonial .review .review-text {
        padding: 0px 15px;
    }
    .grid-newsletter {
        display: block;
    }
    .grid-newsletter .about-project {
        display: none;
    }
    .block-banner-text {
        padding-left: 15px;
        padding-right: 15px;
        background-color: #fff9;
        min-height: 300px;
    }
    .testimonial .title {
        padding: 0px 15px;
    }
    .title br {
        display: none;
    }
    .copyright {
        flex-direction: column;
    }
    .preview-hero-text h2 {
        font-size: 20px;
    }
    .preview-hero-text p {
        font-size: 12px;
    }
    .pe-img-02 {
        right: -4%;
    }
    .preview-hero-area .banner-bg {
        left: -100%;
    }
}

@media only screen and (max-width: 575px) {
    .hero-button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hero-button .btn {
        min-width: 140px;
        padding: 0 24px;
    }
    .preview-hero-area.inner-hero {
        padding: 100px 0 50px;
    }
}