@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/*================================================== */
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3rem;
    color: #1b2f42;
    background: #fff;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
}

p {
    margin-bottom: 15px;
    font-weight: normal;

}

a {
    color: #ff7200;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #333;
}

input,
textarea {
    border-radius: 0;
    -webkit-appearance: none;
}

img {
    max-width: 100%;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.container.no-gutters {
    padding-right: 0px;
    padding-left: 0px;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 1.5rem 0;
    font-family: 'Asap', sans-serif;

}

h1 {
    color: #181d34;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
    font-size: 33px;
    font-weight: bold;


}


h1 span {
    color: #1b5669;

}

h2 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1557b9;


}


h3 {
    font-size: 20px;
    font-weight: 600;
    color: #10416b;
    font-family: 'Poppins', sans-serif;


}

h4 {
    font-size: 18px;
    font-weight: 600;
    color: #22344b;

}

h5 {
    font-size: 16px;
    font-weight: 600;
    color: #22344b;

}


h6 {
    font-size: 15px;
    font-weight: 600;
    color: #22344b;

}

.w-50 {
    width: 50% !important;
}

.blue-btn {
    background: rgb(21, 47, 206);
    background: linear-gradient(0deg, rgba(21, 47, 206, 1) 1%, rgba(31, 194, 255, 1) 70%);
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 20px;
    padding: 0px 34px;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Asap', sans-serif;
    margin-top: 10px;
}

.blue-btn:hover {
    background: rgb(31, 194, 255);
    color: #fff;
}

.org-btn {

    background: #f73d11;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 18px;
    padding: 0px 34px;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Asap', sans-serif;
    margin-top: 10px;
}

.org-btn:hover {
    background: rgb(255, 149, 12);
    color: #fff;
}

.org-small-btn {
    background: #f73d11;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px 15px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Asap', sans-serif;
    margin-top: 10px;
}

.org-btn:hover,
.org-small-btn:hover {
    background: rgb(255, 149, 12);
    color: #fff;
}

.orange-text {
    color: #ffae00;
}

.blue-text {
    color: #1178bc
}

/* ==================================================
 Header Section
================================================== */
header {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(56, 61, 95, 0.50);
}

header .logo {
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.3);
    background: #fff;
    padding: 10px 0 0;
    color: #fff;
    border-radius: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 0;
    text-align: center;
    border: 1px solid transparent;
    letter-spacing: 2px;
}

header .logo:before {
    position: absolute;
    top: -1px;
    bottom: 0;
    right: -31px;
    width: 46px;
    background: #fff;
    -webkit-transform: skewX(13deg);
    -ms-transform: skewX(13deg);
    transform: skewX(13deg);
    z-index: -1;
    content: '';
    box-shadow: 9px -2px 12px rgb(223 224 232 / 20%);
}




.topbar {
    padding: 5px 21px;
    background: #e7ebef;
    color: #1f4877;
    margin-left: auto;
    width: 100%;
    text-align: right;
}

.call {
    font-size: 14px;

    color: #1f4877;
    font-family: 'Asap', sans-serif;
    line-height: 28px;
    text-align: right;
    padding-right: 0px;
}

.call a {
    color: #1f4877;
    font-weight: 600;
}

.call span {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;

}

.call i {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #1f4877;
    background: transparent;
    margin-top: 10px;
    margin-right: 3px;
}

header .getstarted {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.3);
    background: #f73d11;
    color: #fff;
    border-radius: 0;
    position: relative;
    display: inline-block;
    width: 92px;
    padding-top: 41px;
    z-index: 0;
    text-align: center;
    border: 1px solid transparent;
    right: 0;
    top: 0;
    height: 130px;
}

header .getstarted:before {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -17px;
    width: 45px;
    background: #f73d11;
    -webkit-transform: skewX(13deg);
    -ms-transform: skewX(13deg);
    transform: skewX(13deg);
    z-index: -1;
    content: '';
    padding-top: 30px;
}

header .getstarted:after {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -17px;
    width: 45px;
    background: #f73d11;
    -webkit-transform: skewX(13deg);
    -ms-transform: skewX(13deg);
    transform: skewX(13deg);
    z-index: -1;
    content: '';
    padding-top: 30px;
}



/* ==================================================
Top Navigation Section
================================================== */

.nav-link {
    display: block;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Asap', sans-serif;
    color: #2f323e;
    text-transform: uppercase;
    border-radius: 20px;

}

.navbar {
    padding: 20px 0px 0 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #2f323e !important;
}

.navbar-dark .navbar-nav .nav-link.disabled {}

.navbar-nav .nav-link:hover {
    color: #fff !important;
    transition: 0.5s;
    background: #e5360d;
    border-radius: 20px;


}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #2f323e;
    background: #e5360d;
    border-radius: 20px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.3rem 1.2rem;
    color: #2f323e;
    margin: 0px;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
    background: #e5360d;
    border-radius: 20px;
}

.nav-link.active {
    color: #fff !important;
    background: #e5360d;
    border-radius: 20px;
}

.dropdown-menu {
    margin: 0rem 0 0;
    border-radius: .6rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    border: 0;
}

.dropdown-menu > li > a {
    display: block;
    padding: 8px 20px !important;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    white-space: nowrap;
    text-align: left;
    font-size: 13px;
    color: #333 !important;
}

.dropdown-item {
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
    border: 2px solid #fff;
}

.navbar-toggler {
    border: 1px solid #156fb3 !important;
    background: #0c61a0;
    width: 50px;
    height: 50px;
    margin-top: -48px;
    margin-bottom: 22px;
}

.navbar-toggler span {
    display: block;
    background-color: #fff;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0px;
    opacity: 1;
}


.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 11px;
    top: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 11px;
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}



/* ==================================================
Banner Section
================================================== */

.bannermainbg {
    position: relative;
    padding-top: 0px;
    width: 100%;
    height: 658px;

}


.carousel-caption {
    position: absolute;
    right: 0;
    top: 80px;
    left: 41%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff !important;
    text-align: center;
    width: 55%;
}

.carousel-caption ul.center {
    display: inline-block;
    text-align: left;
}

.carousel-caption .center {
    text-align: center;
}

.carousel-caption h1 {
    font-size: 38px;
    color: #fff;
    font-weight: bolder;
    margin-top: 38px;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
}


.carousel-caption h2 {
    font-size: 24px;
    margin-top: -10px;
    margin-bottom: 8px;
    color: #3441a1;
}

.carousel-caption h1 span {
    font-size: 30px;
    display: block;
    color: #fff;
}

.carousel-caption p {
    text-align: center;
    margin: 0 auto;
    width: 84%;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #e52f2f;
}

.carousel-indicators [data-bs-target] {

    width: 10px;
    height: 10px;
}

.botterbottom {
    background: rgba(35, 154, 246, 0.76);
    padding: 19px 0;
    color: #fff;
    text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
    position: relative;
    margin-top: -99px;
    font-size: 18px;
    line-height: 26px;
}

/* ==================================================
our Services Section
================================================== */
.ourservices {
    padding: 20px 0 40px;
    margin: 20px 0 00px;
    background: url(../images/servicesbg.jpg) center top no-repeat;
    background-size: cover;

    position: relative;
}

.ourservices h1 {
    padding: 10px 0 20px;
}

.feature-icon {
    background: rgb(54 73 92);
    background: linear-gradient(169deg, rgba(2, 71, 142, 1) 35%, rgba(10, 150, 232, 1) 100%);
    padding: 10px;
    margin-top: -80px;
    width: 88px;
    border-radius: 10px;

}

.feature {
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 20px;
    position: relative;
    padding: 10px 30px 20px 30px;
    margin: 10px;
    font-size: 14px;
    color: #172d3d;
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    height: 390px;
    margin-top: 20px;
    margin-top: 50px;
}

.feature h3 {
    color: #10416b;
    font-size: 26px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;

}

/* ==================================================
welcome Section
================================================== */

.aboutblock {
    background: url(../images/careerstreet_14.jpg) no-repeat left top /cover;
    padding: 40px 0 90px;
    color: #fff;
    margin: 50px 0;
}

.aboutblock h1 {
    color: #fff;
}

/* ==================================================
addbanner Section
================================================== */
.addbanner {
    background: rgb(250, 115, 129);
    background: linear-gradient(8deg, rgba(250, 115, 129, 1) 0%, rgb(243 196 140) 51%, rgb(243 137 106) 100%);
    padding: 20px;
    border-radius: 20px;
    margin: -92px auto 50px;
    text-align: center;
    color: #fff;
    border: 6px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 14px rgb(0 0 0 / 30%);
}

.addbanner h1 {
    color: #f9faff;
    margin: 8px 0;
}

.addbanner h3 {
    color: #f9faff;
    margin: 8px 0;

}

.addbanner p {
    font-size: 16px;
    color: #111966;
    font-weight: 600;
}

/* ==================================================
blog  Section
================================================== */
.blogbg {
    background: url(../images/blog-bg.jpg) no-repeat center top /cover;
    min-height: 430px;
    padding: 30px 0 20px;
}

.blogbg .img-box {
    min-height: 360px;
    width: 330px;
    position: relative;
    background: #fff;
    box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 20px 30px;
    display: block;
    margin: 20px auto;
    /* height: 100vh; */
}

.blogbg img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}



.blogbg h4 {
    font-size: 15px;
    color: #3c485d;
    text-align: left;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 20px !important;
}

.blogbg h4 span {
    display: block;
    font-size: 15px;
    color: #b0b4bc;
    font-weight: 600;
}

.blogbg ul {
    padding: 0;
    margin: 0;
}

.blogbg li {
    list-style: none;
    display: block;
    padding: 7px 4px;
    /* margin: 5px 0; */
    font-weight: normal;
    color: #313244;
    font-size: 15px;
}

.blogbg li i {
    color: #ff8c00;
    margin-right: 8px;
    float: left;
}

.blogbg-b ul {
    padding: 0;
    margin: 0;
}

.blogbg-b li {
    list-style: none;
    display: block;
    padding: 7px 4px;
    /* margin: 5px 0; */
    font-weight: normal;
    color: #313244;
    font-size: 15px;
}

.blogbg-b li i {
    color: #ff8c00;
    margin-right: 8px;
    float: left;
}

.owl-prev {
    position: absolute;
    top: 40%;
    left: -1%;
}

.owl-next {
    position: absolute;
    top: 40%;
    right: -3%;
}

/* ==================================================
steps section
================================================== */
.stepsfollow {
    position: relative;
    margin: 30px 0 60px;
}

.stepbox {

    position: relative;
    text-align: center;
    margin: 20px 0;
}

.stepbox::before {
    top: 35px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: -1;
    left: 0;
}

.iconbg {
    background: rgb(156 127 227);
    background: linear-gradient(8deg, rgb(117 85 197) 0%, rgb(89 243 208) 100%);
    border-radius: 20px;
    width: 71px;
    height: 71px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 25px 0;
    font-size: 20px;
}

.stepbox p {
    padding: 20px 20px;
}


/* ==================================================
Why Us Section
================================================== */
.whyus-bg {
    background: url(../images/careerstreet_16.jpg) center top /cover;
    padding: 40px 0;


}

.whyus-content {
    padding: 20px 40px;

    color: #1b2f42;
}



.whyus-content ul {
    list-style: none;
    margin: 35px 0 30px;
    padding: 0;
}

.whyus-content li {
    display: block;
    padding: 10px 5px;
    color: #1b2f42;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 25px;
}

.whyus-content li i {
    color: #f73d11;
    font-size: 23px;
    margin-right: 16px;
    float: left;
    margin-top: 3px;
}

/* ==================================================
floating icons Section
================================================== */
.socialicon-block {
    position: fixed;
    z-index: 99;
    top: 20%;
    right: 0;
}

.socialicon-block ul {
    list-style: none;
}

.socialicon-block li {
    display: block;
    font-size: 14px;
    height: 55px;
}

.socialicon-block li a {
    color: #f73d11;



}

.socialicon-block li a:hover {
    color: #f73d11;

}

.socialicon-block i {
    font-size: 20px;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 10px -11px;
    background: #81c8fd;
    color: #fff;
}

.socialicon-block i:hover {
    background: #fff;
    color: #81c8fd;
}

.messageus-block {
    position: fixed;
    z-index: 99;
    bottom: 13%;
    left: 0;
    background: #3ab934;
    border-radius: 20px;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
}

.messageus-block a {
    color: #fff;
    font-size: 18px;
}

.callus-block {
    position: fixed;
    z-index: 99;
    bottom: 5%;
    left: 0;
    background: #ff633e;
    border-radius: 20px;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
}

.callus-block a {
    color: #fff;
    font-size: 18px;
}

.modelbg {
    box-shadow: 0 0 66px rgb(135 151 187 / 50%) inset;
}

/* ==================================================
Internal pages banner
================================================== */
.innerbanner {
    background: url(../images/innerpage-bg.jpg) center top /cover;
    min-height: 321px;
    padding-top: 132px;
    color: #333;
}

.aboutus-page {
    background: url(../images/aboutus-bg.jpg) center top /cover;
    min-height: 321px;
    padding-top: 132px;
    color: #333;
}

.services-page {
    background: url(../images/services-bg.jpg) center top /cover;
    min-height: 321px;
    padding-top: 132px;
    color: #333;
}

.testpre-page {
    background: url(../images/testpreparation-bg.jpg) center top /cover;
    min-height: 321px;
    padding-top: 132px;
    color: #333;
}

.blog-page {
    background: url(../images/bloginner-bg.jpg) center top /cover;
    min-height: 321px;
    padding-top: 132px;
    color: #333;
}

.contactus-page {
    background: url(../images/contactus-bg.jpg) center top /cover;
    min-height: 321px;
    padding-top: 132px;
    color: #333;
}

.topclasses-page {
    background: url(../images/topclasses-bg.jpg) center top /cover;
    min-height: 321px;
    padding-top: 132px;
    color: #333;
}

.innerbanner h1 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.main-content {

    padding: 15px 0px;
    margin: 50px 0px 70px;
    min-height: 600px;
    font-weight: 500;
}

.main-content h1 {
    font-size: 34px;
    margin-bottom: 20px;

}

.main-content h2 {
    font-size: 28px;
    padding: 10px 0;
    font-weight: 600;

}

.main-content h2 span {
    font-size: 16px;
    padding: 10px 0;
    display: block;
    font-weight: normal;
}

.main-content h3 {
    font-size: 24px;
    padding: 10px 0;
    font-weight: 600;
}

.main-content h3 span {
    font-size: 16px;
    padding: 10px 0;
    display: block;
    font-weight: normal;
}

.main-content tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    line-height: 34px;
    border-width: 0;
}

.orange-title {
    color: #f75d38;
}

.card-box {
    background: #fff;
    padding: 10px 15px;
    margin: 20px 0;
    min-height: 200px;
    border-radius: 10px;
}

.card-box h3 {
    margin-top: 5px;
    padding: 0;
}

/* ==================================================
Breadcrumb
================================================== */
.breadcrumb {
    margin-bottom: 0rem;
    border-radius: 15px;
    padding: 9px 20px;
    margin-top: 23px;
    /* box-shadow: 0 0 5px rgb(0 0 0 / 30%); */
    background: #0573b9;
}

.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    text-transform: capitalize;
}

.breadcrumb-item.active {
    color: #f3a902;
    font-size: 13px;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #e1e7ed;
    content: var(--bs-breadcrumb-divider, "/");
}

/* ==================================================
Contact page  Section
================================================== */

.map {
    position: relative;

}

.contactpage-form {
    top: 0;
    right: 60px;
    position: absolute;
    background: #fff;
    width: 36%;
    padding: 10px 30px 20px;
    margin: 20px;
}

.lg-grey {

    min-height: 150px;
    margin: 0px 5px;
    padding: 20px;
    color: #fff;

}

.lg-grey .iconbg {
    color: #1178bc;
    margin-top: -65px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
    padding: 20px;
}

.lg-grey i {
    font-size: 30px !important;

}

.listing {
    margin-top: 15px;
}

.listing ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.listing li {
    display: block;
    padding: 8px;
}

.listing li i {
    font-size: 20px;
    color: #1178bc;
    padding-right: 10px;
    float: left;

}




/* ==================================================
Footer  Section
================================================== */


footer {
    background: url(../images/careerstreet_footer.jpg) center top /cover;
    padding: 1.5rem 0 1rem;
    font-size: 14px;
    color: #e4e9ea;
    font-weight: 300;
    position: relative;
}

footer h3 {
    font-size: 24px;
    color: #fff;
    line-height: 1rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
}

footer h3 span {
    font-size: 14px;
    color: #e4e9ea;
    text-transform: none;
    font-weight: normal;
    display: block;
    margin-top: 8px;
}


footer p {
    padding: .2rem 0;
    margin: .9rem 0;
    line-height: 1.4rem;
    font-weight: 400;
    color: #e4e9ea;
}

footer .pl-3 {
    padding-left: 30px;
}



footer i {
    font-size: 20px;
    padding: 10px;
    color: #e4e9ea;
}


footer ul {
    list-style: none;
    padding: 0;
}

footer li {
    display: block;
    padding: 2px 10px 2px 0px;

}

footer li a {
    color: #f5f5f5;
    font-weight: 500;
    text-decoration: none;
}

footer li a:hover {
    color: #ff7200;
}

footer li a i {
    font-size: 10px;
    color: #70b5ef;
}

.footer-bot {
    padding: 15px 0;
    font-size: 0.8rem;
    margin: 0;
    border-top: 1px dashed #164466;
    font-weight: 600;
    text-align: left;

}

footer a {
    color: #f5f5f5;

}

footer a:hover {
    color: #ff7200;
}

/* ==================================================
Media Queries
================================================== */


@media (max-width:1280px) {
    .bannermainbg {
        height: 578px;
    }

    .carousel-caption {

        top: 53px;
    }

    .testimonial-slider .carousel-control-next {
        right: -50px;
    }

    .testimonial-slider .carousel-control-prev {
        left: -50px;
    }

    .navbar {
        padding: 20px 17px 0 0;
    }

    .call {

        padding-right: 28px;
    }
}

@media (max-width:1024px) {


    .carousel-caption {
        top: 36px;

    }

    .services-block-img-r::before {

        width: 368px;
        left: 12px;

    }


    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.8rem 0.75rem;
        margin: 0 0px;
    }



}

@media (max-width: 992px) {

    header .getstarted {
        display: none;
    }

    .topbar {
        display: none;
    }

    .carousel-caption {
        position: absolute;
        right: 0;
        top: 80px;
        left: 10%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff !important;
        text-align: center;
        width: 80%;
    }


    .carousel-caption h1 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 0;
    }

    .carousel-caption h1 span {
        font-size: 25px;
    }

    .carousel-caption h2 {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 8px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler {
        border: 1px solid #319ad1 !important;
        background: #319ad1;
        width: 50px;
        height: auto;
        /* margin-top: 71px; */
        /* margin-bottom: 22px; */
        position: absolute;
        right: 0;
        top: 11px;
        margin: 0 0;
    }

    .navbar-collapse {
        position: absolute;
        top: 30px;
        z-index: 99;
        background: #319ad1f7;
        width: 100%;
        padding: 10px;
        left: 0;
    }


    .services-block-img-r::before {
        content: "";
        position: absolute;
        top: 28px;
        left: 253px;
        width: 400px;
        height: 440px;
        background-color: #eaeff0;
        z-index: -1;
        box-shadow: 0 5px 10px rgb(0 52 112 / 20%);
    }

    .services-block-icon-r {
        position: absolute;
        background: #003470;
        border-radius: 20px;
        border: 4px solid #fff;
        z-index: 10;
        bottom: 81px;
        left: 196px;
    }

    .services-block-icon {
        position: absolute;
        background: #003470;
        border-radius: 20px;
        border: 4px solid #fff;
        z-index: 10;
        bottom: 81px;
        right: 203px;
    }
}

@media (max-width: 820px) {


    .carousel-caption {
        position: absolute;
        right: 0;
        top: 0;
    }

    .bannermainbg {
        height: auto;
    }

    .carousel-caption p {
        height: 50px;
        overflow: hidden;
    }

    .contactpage-form {

        width: 50%;
        padding: 10px 30px 20px;
        margin: 20px;
    }

    .services-block-icon {
        position: absolute;
        background: #003470;
        border-radius: 20px;
        border: 4px solid #fff;
        z-index: 10;
        bottom: 81px;
        right: 195px;
    }

    .services-block-img-r::before {
        content: "";
        position: absolute;
        top: 5px;
        left: 59px;
        width: 400px;
        height: 440px;
        background-color: #eaeff0;
        z-index: -1;
        box-shadow: 0 5px 10px rgb(0 52 112 / 20%);
    }

    .services-block-icon-r {
        position: absolute;
        background: #003470;
        border-radius: 20px;
        border: 4px solid #fff;
        z-index: 10;
        bottom: 81px;
        left: 367px;
    }

    .services-block-img-r {
        padding: 30px;
        text-align: left;
    }

    .testimonial-slider .carousel-control-next {
        right: -58px;
    }

    .testimonial-slider .carousel-control-prev {
        left: -58px;
    }

}

@media (max-width: 768px) {

    header .logo:before {
        display: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .services-block {
        padding: 0px 0;
        position: relative;
    }


    .whyus-bg {
        background: url(../images/whyus.jpg) center top /cover;
        margin: 50px 0 10px;
        height: auto;
    }



    .testimonial-slider .carousel-control-next {
        right: 0px;
    }

    .testimonial-slider .carousel-control-prev {
        left: 0;
    }


    .innerbanner {
        min-height: 150px;
        padding-top: 61px;
        color: #333;
    }

    .innerbanner h1 {
        font-size: 30px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .modal {
        width: 80%;
        margin: 0 auto;
        left: 10%;
    }
}

@media (max-width: 576px) {

    .botterbottom {
        margin-top: 0;
    }

    .navbar-toggler {
        border: 1px solid #319ad1 !important;
        background: #319ad1;
        width: 50px;
        height: auto;
        /* margin-top: 71px; */
        /* margin-bottom: 22px; */
        position: absolute;
        right: 0;
        top: -95px;
        margin: 0 0;
    }

    .navbar-collapse {
        position: absolute;
        top: -66px;
        z-index: 99;
        background: #319ad1f7;
        width: 100%;
        padding: 10px;
        left: 0;
    }


    .carousel-caption p {
        text-align: center;
        margin: 0 auto;
        width: 83%;
        font-size: 13px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 0;
        line-height: 12px;
    }

    .blue-btn,
    .org-btn {

        font-size: 15px;
        padding: 0px 15px;
        line-height: 28px;
        margin-top: 18px;
    }



    .bg-white .logo {
        padding: 20px;
        position: absolute;
        border-radius: 50%;
        background: #fff;
        width: 99px;
        height: 94px;
        text-align: center;
        margin: 5px auto;
    }

    .bg-white .logo img {
        width: 88%;
        /* background: #fff; */
        position: absolute;
        left: 5px;
        top: 0;
    }

    .main-header {
        position: relative;
        z-index: 999;
        width: 100%;
        background: linear-gradient(to top, rgba(226, 228, 230, 0.5), rgba(255, 255, 255, 0.5));
    }

    .contactpage-form {
        top: 0;
        right: 28px;
        position: absolute;
        background: #fff;
        width: 75%;
        padding: 10px 30px 20px;
        margin: 20px;
    }


    .carousel-caption {
        position: absolute;
        right: 0;
        top: -12px;
    }

    .carousel-caption h1 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 0;
        margin-top: 13px;
    }

    .carousel-caption h1 span {
        font-size: 18px;
    }

    .services-block-img-r {
        padding: 30px;
        text-align: left;
    }

    .services-block-img::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 60px;
        width: 400px;
        height: 440px;
        background-color: #eaeff0;
        z-index: -1;
        box-shadow: 0 5px 10px rgb(0 52 112 / 20%);
    }

    .services-block-icon {
        position: absolute;
        background: #003470;
        border-radius: 20px;
        border: 4px solid #fff;
        z-index: 10;
        bottom: 81px;
        right: 29px;
    }

    .testimonial-slider .carousel .testimonial-wrapper {

        margin: 10px 5px 89px;
        border-radius: 20px;
    }

    footer p {
        padding: .2rem 0;
        margin: .9rem 0;
    }
}

@media (max-width: 414px) {}

@media (max-width: 393px) {}

@media (max-width: 360px) {}

/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
