@font-face {
    font-family: 'Gravity Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Gravity Regular'), url("../fonts/Gravity-Regular.woff") format('woff');
}

@font-face {
    font-family: 'Gravity Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Gravity Italic'), url("../fonts/Gravity-Italic.woff") format('woff');
}

@font-face {
    font-family: 'Gravity UltraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Gravity UltraLight'), url("../fonts/Gravity-UltraLight.woff") format('woff');
}

@font-face {
    font-family: 'Gravity UltraLight Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Gravity UltraLight Italic'), url("../fonts/Gravity-UltraLightItalic.woff") format('woff');
}

@font-face {
    font-family: 'Gravity Light';
    font-style: normal;
    font-weight: normal;
    src: local('Gravity Light'), url("../fonts/Gravity-Light.woff") format('woff');
}

@font-face {
    font-family: 'Gravity Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Gravity Light Italic'), url("../fonts/Gravity-LightItalic.woff") format('woff');
}

@font-face {
    font-family: 'Gravity Book';
    font-style: normal;
    font-weight: normal;
    src: local('Gravity Book'), url("../fonts/Gravity-Book.woff") format('woff');
}

@font-face {
    font-family: 'Gravity Book Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Gravity Book Italic'), url("../fonts/Gravity-BookItalic.woff") format('woff');
}

@font-face {
    font-family: 'Gravity Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Gravity Bold'), url("../fonts/Gravity-Bold.woff") format('woff');
}

@font-face {
    font-family: 'Gravity Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Gravity Bold Italic'), url("../fonts/Gravity-BoldItalic.woff") format('woff');
}

body {
    width: 100%;
    margin: 0 !important;
    font-family: 'Gravity Regular' !important;
}

.container {
    width: 100%;
    max-width: 3200px;
}

img {
    width: 100%;
}

.slim-bar {
    background: #041F42;
    padding: 5px 20px;
    font-weight: 500;
    color: #fff;
}

.slim-bar .social-icons a {
    display: inline-block;
    background: #fff;
    border-radius: 100%;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.slim-bar .social-icons a i {
    color: #041F42;
    font-size: 12px;
    margin: 0;
}

.slim-bar a.mail {
    color: #fff;
}

.slim-bar a i {
    top: -1px;
}

.slim-bar .social-icons a.fb:hover {
    background-color: #4267B2;
}

.slim-bar .social-icons a.youtube:hover {
    background-color: #c4302b;

}

.slim-bar .social-icons a.linkedin:hover {
    background-color: #0e76a8;

}

.slim-bar .social-icons a.insta:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.slim-bar .social-icons a:hover i {
    color: #fff;
    transition: all ease 0.2s;
}

.slim-bar span {
    font-size: 13px;
}

.text-l {
    text-align: left;
}

.text-r {
    text-align: right;
}

.slim-bar i {
    margin-right: 3px;
    font-size: 14px;
    position: relative;
    top: 1px;
    color: #fff;
}

header {
    background-color: #fff;
    padding: 0px 0;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 8px;
    height: 5px;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    background: url("../images/droparrow.png") no-repeat;
    position: absolute;
    background-size: 100%;
    border: none;
    top: 23px;
}

.nav-item:hover .dropdown-toggle::after {
    display: inline-block;
    width: 8px;
    height: 5px;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    background: url("../images/droparrowblue.png") no-repeat;
    position: absolute;
    background-size: 100%;
    border: none;
    top: 23px;
}

.bg-light {
    background-color: #fff !important;
}

header a.navbar-brand img.logo {
    width: 165px;
}

.nav-link {
    font-size: 18px;
    padding: 12px 20px 15px !important;
    font-weight: 500;
    color: #2d3234 !important;
}

.nav-link.blue-btn {
    background-color: #041F42;
    color: #fff !important;
    border-radius: 8px;
}

button:hover {
    background-color: transparent !important;
}

.navbar-light .navbar-nav .active > .nav-li.banner-areank, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link, .nav-link:hover {
    color: #2339D6 !important;
    transition: all ease 0.2s;
}

.nav-link.blue-btn:hover {
    opacity: 0.8;
    color: #fff !important;
}

.dropdown:hover > .dropdown-menu {
    transition: all ease 0.3s;
    display: block;

}

.banner-area {
    width: 100%;
    background: url(../images/sliders/background.jpg) no-repeat;
    background-size: cover;
    padding: 40px 0;
    overflow: hidden;
}

span.top-heading {
    font-size: 20px;
    font-weight: 400;
    color: #041F42;
    position: relative;
}

.top-heading:before {
    content: '';
    width: 25px;
    height: 2px;
    background-color: #041F42;
    position: absolute;
    left: -31px;
    top: 13px;
}

.top-heading:after {
    content: '';
    width: 25px;
    height: 2px;
    background-color: #041F42;
    position: absolute;
    right: -31px;
    top: 13px;
}

.banner-area h3 {
    font-size: 36px;
    font-weight: 400;
    color: #081125;
}

.banner-area h1 {
    font-size: 60px;
    color: #081125;
    font-family: 'Gravity Bold';
}

.banner-area p {
    font-size: 20px;
    color: #4a4a4a;
    margin: 30px 80px 50px 0;
    line-height: 35px;
}

a.blue-btn {
    background-color: #041F42;
    color: #fff !important;
    border-radius: 4px;
    padding: 11px 25px 13px !important;
    font-size: 18px;
    margin-right: 20px;
    border-radius: 8px;
    display: inline-block;
}

a.blue-btn:hover {
    opacity: 0.8;
    text-decoration: none;
}

.banner-btns a {
    color: #4a4a4a;
    font-size: 20px;
    padding: 11px 25px 13px;
    display: inline-block;
}

.banner-btns a:hover {
    background-color: #041F42;
    color: #fff;
    border-radius: 4px;
    padding: 11px 25px 13px;
    font-size: 20px;
    margin-right: 20px;
    border-radius: 8px;
    display: inline-block;
    text-decoration: none;
    transition: all ease 0.2s;

}

.form-wrp {
    background-color: #fff;
    margin: 0 40px 20px;
    border-radius: 8px;
}

.form-wrp h2 {
    padding: 15px;
    text-align: center;
    color: #000;
    border-bottom: 2px solid #dedede;
    font-family: 'Gravity Bold';
    font-size: 26px;
}

.form-wrp form {
    padding: 25px;

}

.form-control {
    padding: 0.85rem 0.75rem;
    border-radius: 8px;
    color: #838383 !important;
    font-size: 13px;
    width: 100%;
}

.form-wrp form ::placeholder {

    color: #838383 !important;
}

.form-wrp form select.form-control:not([size]):not([multiple]) {
    height: auto;
}

.form-wrp form button.btn {
    background: #024BAA;
    width: 100%;
    padding: 13px 15px 15px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0;
    border-radius: 8px;
}

.form-wrp form input, .form-wrp form button {
    height: auto;
    width: 100%;
}

input, button {
    height: auto !important;
}

.iti {
    width: 100% !important;
}

.services-area {
    padding: 40px 0;
}

.heading {
    text-align: center;
    padding: 0 55px;
}

.heading h2 {

    font-weight: bold;
    color: #000;
    font-size: 40px;
    line-height: 45px;

}

.heading p {
    font-family: 'Gravity Book';
    color: #4a4a4a;
    font-size: 16px;
    margin: 20px 0;
}

.heading h2 span {
    display: block;
}

.heading span.blue-text {
    color: #041F42;
    font-weight: 400;
    font-size: 24px;
    display: inline-block;
}

.heading h2 span.light-text {
    font-weight: 500;
    font-size: 28px;
}

.service-wrp {
    padding: 30px 15px;
    background-color: #041F42;
    border-radius: 8px;
    color: #fff;
    margin-bottom: 25px;
    min-height: 275px;
    max-height: 275px;
    cursor: auto !important;
}

.service-wrp a {
    color: #fff !important;
}

.service-wrp:hover {
    color: #fff;
    background-color: #041F42;
    cursor: pointer;
    transition: all ease 0.2s;

}

.service-wrp h6 {
    font-size: 18px;
    font-weight: bold;
}

.service-wrp p {
    font-size: 14px;
    font-family: 'Gravity Book';

}

.service-wrp:hover img.black {
    display: none;
}

.service-wrp:hover img.white {
    display: block;
}

.service-wrp a {
    color: #4a4a4a;
    display: inline-block;
    position: relative;
}

.service-wrp:hover a.read {
    color: #fff;
    font-size: 14px;
}

.service-wrp a.read:after {
    content: '';
    background: url("../images/arrowwhite.svg") no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -33px;
    top: -3px;
}

.service-wrp:hover a.read:after {
    content: '';
    background: url("../images/arrowwhite.svg") no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -33px;
    top: -3px;
}

.service-wrp a.white-arrow {
    display: none;
}

.service-wrp:hover a span.black-arrow {
    display: none;
}

.service-wrp:hover a span.black-arrow {
    display: block;
}

.service-wrp img.black, .service-wrp img.white {
    width: 60px;
    margin-bottom: 25px;
}

.service-wrp img.white {
    display: none;
}

.search-area {
    padding: 40px 0;
    background: #041F42 url("../images/searchbg.png") no-repeat;
    background-size: cover;

}

.search-area .heading h2, .search-area .heading p {
    color: #fff;
    font-weight: normal;
}

.search-area button.dark-btn {
    font-size: 18px;
    padding: 10px 30px;
    background-color: #2d3192;
    border-radius: 8px;
}

.search-area button.dark-btn:hover {
    opacity: 0.8;
    background-color: #2d3192 !important;
}

.no-pad {
    padding: 0 5px;
}

.product-area {
    width: 100%;
    overflow: hidden;
}

.product-area .heading {
    text-align: left;
    padding: 60px 0;
}

.product-area .heading p {
    margin-right: 31%;
}

.testimonial-area {
    padding: 40px 0;
    background-color: #eff3f6;
}

.client-wrp {
    margin-top: 60px;
    text-align: center;
    background-color: #fff;
    padding: 20px 30px;
}

.client-wrp img {
    border-radius: 100%;
    margin-top: -60px;
    width: 65px;
    height: 65px;
    display: inline-block;
}

.client-wrp h5 {
    font-weight: bold;
    font-size: 18px;
    color: #2d3234;
    margin: 15px 0;
}

.client-wrp h5 span {
    margin: 0 10px;
    font-weight: 500;
}

.client-wrp h5 span.designation {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Gravity Book';
}

.client-wrp p {
    font-size: 13px;
    color: #4a4a4a;
}

.slick-prev, .slick-next {
    top: 65%;
}

.slick-dots li {
    width: 30px;
}

.slick-dots li button:before {
    opacity: 1;
    width: 30px;
    height: 8px;
    content: '';
    border-radius: 12px;
    background: #000;

}

.slick-prev:before, .slick-next:before {
    color: #041F42;

}

.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: #041F42;
    border-radius: 12px;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
    background-color: #041F42;
}

.slick-dots {
    bottom: -50px;
}

.slick-slide {
    outline: none;
}

.team-area {
    padding: 40px 0;

}

.team-wrp {
    width: 100%;
    position: relative;
    border-radius: 8px;
}

.team-wrp img {
    border-radius: 8px;
}

.team-wrp:hover {

    z-index: 999;
}

.team-info {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(51, 98, 211, 0.8);
    padding-top: 85%;
    border-radius: 8px;
}

.team-area .team-info a {
    display: inline-block;
    padding: 13px;
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #f4f4f4;
    border-radius: 50%;
    margin-right: 5px;
}

.team-area .team-info a i.fa {
    font-size: 18px;
}

.team-wrp:hover .team-info {
    transition: ease all 0.3s;
    display: block;

}

.person-info h5 {
    font-weight: bold;
    font-size: 18px;
    margin: 5px 0;
}

.person-info p {
    font-size: 16px;
    margin: 5px 0

}

.pricing-area {
    background: #f0f4fd;
    padding: 40px 0;
}

.price-wrp {
    background-color: #fff;
    padding: 20px 25px;
    text-align: center;
    border-radius: 8px;
}

.price-wrp:hover {
    box-shadow: 0 0 15px #ccc;
    transition: all ease 0.2s;
}

.price-wrp h3 {
    font-size: 28px;
    padding: 15px;
    border-radius: 8px;
    font-weight: bold;
    color: #4a4a4a;
}

.light-pink {
    background: #fff3e5;
}

.light-green {
    background: #cef9e1;
}

.dark-pink {
    background: #ffd1d1;
}

.price-wrp ul {
    margin: 30px 0;
    padding-left: 0;
}

.price-wrp ul li {
    list-style: none;
    font-size: 18px;

}

.price-wrp h2 {
    font-weight: bold;
    color: #000;
    font-size: 38px;
}

.price-wrp h2 span {
    display: block;
    font-size: 20px;
    color: #041F42;
    margin: 10px 0;
    font-weight: 500;
}

.price-wrp a.blue-btn {
    margin: 20px 0;
}

.pink-bg {
    border: 2px solid #fff3e5;
}

.green-bg {
    border: 2px solid #cef9e1;
}

.dark-pink-bg {
    border: 2px solid #ffd1d1;
}

.marketing-service {
    padding: 40px 0;
}

.marketing-service img {
    width: 85%;
}

.marketing-service img.pc {
    width: 100%;
    margin-top: 30px;
}

.marketing-service .heading {
    text-align: left;
    padding: 0;

}

.marketing-service .heading ul {
    padding-left: 30px;
    margin: 20px 0;

}

.marketing-service .heading ul li {
    list-style: none;
    padding: 10px 0;
    position: relative;
    font-size: 15px;
}

.marketing-service .heading ul li:before {
    content: '';
    background: url("../images/list-icon.svg") no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -30px;
    top: 15px;
}

.panel {
    padding: 15px 20px 10px;
    margin-bottom: 10px;
    background: #eff3f6;
    border-radius: 8px;

}

h4.panel-title {
    font-family: 'Gravity Book';
    font-size: 14px;
    font-weight: normal;
}

.panel-title > a {
    color: #4a4a4a;
    margin-bottom: 20px;
    font-weight: 600;
}

.panel-title > a.collapsed {
    color: #4a4a4a;
}

.panel-body {
    font-weight: 400;
    font-size: 15px;
}

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    background: url("../images/minus-icon.png") no-repeat;
    content: '';
    background-size: 50%;
    width: 25px;
    height: 25px;
    background-position: center;
    margin-top: -2px;
    color: #303030;
    padding: 10px;
    padding: 8px 10px 12px;
    font-size: 30px;
    color: #4a4a4a;
    border-radius: 50%;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content: "";
    background: url("../images/plus-icon.svg") no-repeat;

    background-size: 50%;
    width: 25px;
    height: 25px;
    background-position: center;
    margin-top: -2px;
    color: #303030;
    padding: 8px 10px 13px;
    color: #303030;
    background-color: #fff;
}

.panel-title > a:before {

    font-family: FontAwesome;

    padding: 4px 6px;
    font-size: 20px;
    font-weight: bold;
    color: #4a4a4a;
    background-color: #fff;
}

.panel-group {
    margin: 30px 0;
}

.sponsor-area {
    padding: 40px 0;
    background: #eff3f6;
    text-align: center;
}

.sponsor-area a {

    display: inline-block;
    float: left;
}

.sponsor-area a img {

    max-width: 100%;
}

.case-area {
    padding: 40px 0;
    text-align: center;
}

.case-wrp a {
    display: inline-block;
    font-size: 20px;
    color: #4a4a4a;
    font-weight: bold;

}

.case-wrp a:hover {
    text-decoration: none;
    color: #041F42;
    transition: all ease 0.2s;
}

.case-wrp {
    border-radius: 8px;
}

.case-wrp a img {
    margin-bottom: 15px;
    border-radius: 8px;
}

.case-wrp a span {
    display: block;
    font-size: 18px;
    color: #4a4a4a;
    font-family: 'Gravity Book';
}

.case-area a.blue-btn {
    margin-right: 0;
}

.counter-area {
    text-align: center;
}

.counter-area h3 {
    font-size: 70px;
    font-weight: bold;
    color: #afd2ff;
    display: inline-block;
}

.counter-area span {
    font-size: 60px;
    font-weight: bold;
    color: #afd2ff;
}

.counter-area span.counter-info {
    display: block;
    font-size: 16px;
    color: #fff;
    font-family: 'Gravity Book';
    font-weight: normal;
}

.br-right {
    border-right: 1px solid #afd2ff;
}

.blog-area a span.para {
    font-size: 15px;
    margin: 20px 0;
    font-family: 'Gravity Book';
    font-weight: normal;
}

.blog-area a span.more {
    font-size: 15px;
    font-family: 'Gravity Book';
    font-weight: normal;
    position: relative;
    display: inline-block;
}

.blog-area a:hover span.more {
    color: #041F42;
}

.blog-area a span.more:after {
    content: '';
    background: url(../images/arrow.svg) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -33px;
    top: -3px;
}

.blog-area a:hover span.more:after {
    content: '';
    background: url(../images/blue-arrow.svg) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -33px;
    top: -3px;
}

.seo-area {
    padding: 40px 0;
    background-color: #f0f4fd;
}

.seo-area .heading p {
    margin-bottom: 0;
}

.faq-area {
    padding: 40px 0;

}

.offer .heading p {
    margin: 30px 20px 30px 0;
}

.offer img.pc {
    width: 70%;
}

.location-area {
    padding: 40px 0;
    background-color: #eff3f6;
}

.location-area a {
    display: inline-block;
    background-color: #fff;
    color: #808080;
    padding: 5px;
    margin: 5px 5px 10px 0;
    text-align: center;
    flex-basis: 150px;
    flex-grow: 1;
    font-size: 11px;
}

.location-area a:hover {
    text-decoration: none;
    background-color: #f8f8f9;
    color: #8c8c8c;
}

.ranking-area .heading {
    text-align: left;
    padding-right: 75px;
}

.ranking-area .heading h2 {
    font-weight: bold;
    line-height: 50px;
}

.ranking-area .heading p {
    font-size: 20px;
    margin: 30px 0;
}

.ranking-area .social-icons {
    padding: 0 55px;
    margin-bottom: 30px;
}

.ranking-area .social-icons a {
    display: inline-block;
    padding: 13px;
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 5px;
}

.ranking-area .social-icons a:hover {
    background: #f4f4f4;
}

.ranking-area .social-icons a i.fa {
    font-size: 18px;
    color: #000;
}

.ranking-area .form-wrp form {
    padding: 35px 25px 20px;
}

form button.btn:hover {
    opacity: 0.8;
    background-color: #041F42 !important;
}

.ranking-area .form-wrp {
    box-shadow: 0 0 15px #b0c7ff;
}

.contact-area {
    padding: 40px 0;
    text-align: center;
}

.contact-wrp h3 span {
    display: block;
    margin: 15px 0;
    font-size: 20px;
    font-weight: bold;
    color: #4a4a4a;
}

.contact-wrp h3 {
    font-size: 24px;
    font-weight: bold;
    color: #041F42;

}

.contact-wrp h3 a {

    color: #041F42;

}

.contact-wrp p {
    font-size: 15px;
    font-family: 'Gravity Book';
    color: #4a4a4a;
    margin-bottom: 15px 0;
}

.contact-wrp img {
    width: 35px;
}

.request-area {
    padding: 40px 0;
    background: #eff3f6;
}

form input {
    width: auto;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    padding: 10px;
    border-radius: 0;
}

/* Might want to wrap a span around your checkbox text */
.checkboxtext {
    /* Checkbox text */
    font-size: 110%;
    display: inline;
}

.request-area form .form-check-input {
    left: 4px;
    margin-left: 0;
}

.request-area form .form-check {
    padding: 10px 0 10px 1.25rem;
}

.request-area form label {
    margin-left: 10px;
    font-family: 'Gravity Book';
}

.request-area form h4 {
    margin: 15px 0;
}

.request-area form button.btn {
    background: #041F42;

    padding: 13px 25px 15px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px 0;
    border-radius: 8px;
}

footer {
    padding: 40px 0;
}

footer p {
    margin: 20px 0;
    font-size: 12px;
}

footer .social-icons a {
    padding: 15px;
    display: inline-block;
}

footer .social-icons i.fa {
    font-size: 18px;
    color: #4a4a4a;
}

footer .social-icons a:hover i.fa {
    color: #041F42;
}

footer h4 {
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    margin: 20px 0;
}

footer ul {
    padding-left: 10px;
}

footer ul li {
    list-style: none;
    padding: 5px 0;

}

footer ul li a {
    color: #4a4a4a;
    font-family: 'Gravity Book';
}

footer ul li a:hover {
    text-decoration: none;
}

footer .contact-info img {
    width: 15px;
    margin-right: 15px;
}

footer .contact-info ul li {
    padding: 10px 0;
}

.footer-bar {
    background-color: #eff3f6;
    padding: 20px 0;
}

.footer-bar p {
    margin: 0;
}

header .nav-link.blue-btn {
    margin-right: 0;
}

.links-wrp {
    display: flex;
    flex-wrap: wrap;
}

.heading span.blue-text {
    position: relative;
}

.blue-text:before {
    content: '';
    width: 25px;
    height: 2px;
    background-color: #041F42;
    position: absolute;
    left: -31px;
    top: 17px;
}

.blue-text:after {
    content: '';
    width: 25px;
    height: 2px;
    background-color: #041F42;
    position: absolute;
    right: -31px;
    top: 17px;
}

.left-side {
    margin-left: 30px;
}

@media (max-width: 1200px) {
    .product-area .heading {
        padding: 20px 0;
    }

    .product-area .heading p {
        margin-right: 0;
    }

    .nav-link, a.blue-btn {
        font-size: 15px;
        padding: 12px 13px 15px !important;
    }
}

@media (max-width: 992px) {
    .search-area button.dark-btn {
        font-size: 16px;
        padding: 12px 30px;
    }

    .form-wrp {
        margin: 0 0 20px;
    }

    .navbar-nav {
        text-align: center;
    }

    .banner-btns {
        margin-bottom: 40px;
    }

    .service-wrp {
        text-align: center;
    }

    .no-pad {
        padding: 0 15px;
    }

    .product-area .heading {
        text-align: center;
    }

    .form-wrp .form-control {
        width: 100%;
    }

    .price-wrp {

        padding: 20px 15px;

    }

    .offer img.pc {
        margin-top: 50px;
    }

    .dropdown-menu {
        text-align: center;
        border: none;
    }

    .navbar-light .navbar-nav .nav-link:hover {
        background-color: #041F42;
        color: #fff !important;
    }

    .marketing-service img, .marketing-service img.pc {
        width: 70%;
        margin-bottom: 30px;
    }

    .service-wrp:hover img.white {
        display: inline-block;
    }

    .dropdown-item {
        font-size: 13px;
    }

    .text-l {
        text-align: center;
    }

    .text-r {
        text-align: center;
    }

    .slim-bar span {
        display: block;
        margin: 2px 0;
    }

    .slim-bar .social-icons {
        margin: 2px 0;
    }
}

@media (max-width: 991px) {
    .search-area .form-control {
        width: 100%;

    }

    .person-info {
        margin-bottom: 30px;
    }

    .price-wrp {
        margin-bottom: 30px;
    }

    .br-right {
        border: none;
    }

    .ranking-area .heading, .ranking-area .social-icons {
        text-align: center;

    }

    .offer .heading {
        text-align: center;
    }

    .form-wrp form button.btn, .request-area form button.btn {
        font-size: 14px;
    }

    .banner-area {
        text-align: center;
    }

    .banner-area p {
        font-size: 16px;
        margin: 20px 0;
        line-height: 25px;
    }

    .blue-btn {
        width: 100%;
    }

    .banner-btns a {
        width: 100%;
        margin-bottom: 15px;
    }

    .banner-area h1 {
        font-size: 30px;
    }

    .banner-area h3 {
        font-size: 24px;
    }

    .left-side {
        margin: 0;
    }

    .mt-5 {
        margin-top: 1rem !important;
    }

    header a.navbar-brand img.logo {
        width: 90px;
    }

    .form-wrp h2 {
        font-size: 24px;
    }

    .heading {
        text-align: center;
        padding: 0 10px;
    }

    .heading h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .heading h2 br {
        display: none;
    }

    .heading h2 span.light-text {
        font-size: 22px;
    }

    .heading p {
        font-size: 14px;
    }

    .dark-btn {
        width: 100%;
    }

    .marketing-service .heading {
        text-align: center;
    }

    .marketing-service .heading ul li {
        text-align: left;

    }

    .panel-group {
        text-align: left;
    }

    .sponsor-area a {
        float: none;
        display: block;
        margin-bottom: 5px;
    }

    .sponsor-area a img {
        width: 35%;
    }

    .counter-area h3, .counter-area span {
        font-size: 40px;
    }

    .offer .heading p {
        margin: 20px 0;
    }

    .ranking-area .heading {
        padding-right: 0;
    }

    .ranking-area .social-icons {
        padding: 0 20px;
    }

    .ranking-area .heading p {
        font-size: 16px;
        margin: 20px 0;
    }

    .ranking-area .heading h2 {
        line-height: 35px;
    }

    footer {
        text-align: center;
    }

    footer img.footer-logo {
        margin-left: 10%;
        width: 60%;
    }

    a.blue-btn {
        margin-right: 0;
    }

    footer h4 {
        margin: 10px 0;
    }

    footer ul {
        margin-bottom: 0;
    }

    footer {
        padding: 30px 0;
    }

    .banner-btns a.demo {
        font-size: 15px;
        background-color: #808080;
        color: #fff;
        border-radius: 8px;
    }

    .banner-btns a.demo:hover {
        font-size: 15px;
    }

    .banner-btns a.blue-btn {
        font-size: 15px;
    }

    .price-wrp h3 {
        font-size: 25px;
    }

    .price-wrp h2 {
        font-size: 34px;
    }

    .price-wrp ul li {
        font-size: 16px;
    }
}

@media (max-width: 435px) {
    button.navbar-toggler {
        position: absolute;
        right: 0;
        top: 16px;
    }

    .slim-bar {
        padding: 5px 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {

        width: 200px;
        padding: 0;

    }

    .dropdown-item {
        border-bottom: 1px solid #f4f4f4;
        font-size: 13px;
        padding: 15px 30px 15px 15px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .left-spacing {

        padding-left: 30px;
    }

    .sponsor-area a {
        display: inline-block;
        float: none;
        width: 16%;
    }
}

.dropdown-item:focus, .dropdown-item:hover {
    background: #0056b3;
    color: #fff;
}

.universities-list .img-thumbnail {
    min-height: 160px;
    height: 160px;
    overflow: hidden;
    border: none;
}

.universities-list .col-md-3 {
    margin-bottom: 30px;
}

@media only screen and (min-width: 600px) {
    .header-content-area .top-heading,
    .header-content-area h3,
    .header-content-area h1,
    .header-content-area p{
        opacity: 0;
    }

    .banner-area {
        width: 100%;
        background: url(/images/sliders/background.jpg) no-repeat;
        background-size: cover;
        padding: 40px 0;
        overflow: hidden;
    }

    .form-wrp {
        background-color: #fff0;
        margin: 0 15px 0px;
        border-radius: 8px;
        opacity: 0.85;
        border: 1px solid #79829d;
    }
    .form-wrp h2 {
        border: none;
        color: #fff;
    }
}

@media only screen and (max-width: 600px) {
    .header-content-area .top-heading,
    .header-content-area h3,
    .header-content-area h1,
    .header-content-area p{
        opacity: 1;
        color: #fff;
    }

    .header-content-area .top-heading,
    .header-content-area p{
        display: none;
    }

    .banner-area {
        background: #041F42;
    }

    .banner-btns {
        margin-top: 35px;
    }
}

.about-us-container p {
    text-align: justify;
}

.about-us-container .heading {
    text-align: left;
}

.about-us-container strong {
    font-size: 22px;
    margin-top: 25px;
    display: inline-block;
}
.universities-list .img-thumbnail {
    min-height: 200px;
    height: auto;
    overflow: hidden;
    border: none;
}

