/*
    FONT FACE
*/
@import url("../../vendor/fonts/SFUIDisplay/stylesheet.css");
@import url("../../vendor/fonts/poppins/stylesheet.css");
@import url("../../vendor/fonts/Montserrat/stylesheet.css");
html,
body{
width:100%;
overflow-x:hidden;
}
body{
    margin: 0;
    padding: 0;
    position:relative;
    background-image: url(../../assets/images/head-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
}
/*.animimage {*/
/*  -webkit-animation: mover1 2s infinite alternate;*/
/*  animation: mover1 2s infinite alternate;*/
/*}*/

/*@-webkit-keyframes mover1 {*/
/*  0% {*/
/*    transform: translateY(5);*/
/*  }*/
/*  100% {*/
/*    transform: translateY(-30px);*/
/*  }*/
/*}*/
/*@keyframes mover1 {*/
/*  0% {*/
/*    transform: translateY(5);*/
/*  }*/
/*  100% {*/
/*    transform: translateY(-30px);*/
/*  }*/
/*}*/
/*body:after{*/
/*    content:'';*/
/*    width:100%;*/
/*    height:100%;*/
/*    background-image: url(../../assets/images/head-bg.png);*/
/*    background-position: top center;*/
/*    background-repeat: no-repeat;*/
/*    position:absolute;*/
/*    display:block;*/
/*    z-index:1;*/
/*}*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}
.package-list ul::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
    position: relative;
}

.package-list ul::-webkit-scrollbar
{
    width:4px;
	background-color: #F5F5F5;
    position: absolute;
}

.package-list ul::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}

/* ============
    GENERAIC
=============*/
main {
    margin: 0;
    padding: 0;
}
p {
    text-align: justify;
    color: #58595b;
}
/* BUTTONS */
.btn {
    border-radius: 25px;
    font-size: 21px;
    font-weight: 400;
    padding: 10px 35px;
}
.btn-primary {
    background-color: #FE9102;
    border-color: #FE9102;
}
.btn-primary:hover {
    color: #fff;
    background-color: #58595b;
    border-color: #58595b;
}
.btn-order {    
    margin: 25px 0 0 0;
    padding: 0;
    font-size: 16px;
    color: #3B3B3B;
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
    border: 2px solid #fe9102;
    border-radius: 20px;
}
.btn-order i {
    margin: 0;
    padding: 0;
    font-size: 24px;
    /* line-height: 45px; */
    width: 45px;
    display: inline-block;
    background: #fe9102;
    border-radius: 20px 0 0px 20px;
    color: #fff;
    vertical-align: middle;
}
.btn-order i::before {
    margin: 0;
    padding: 6px 0;
    display: block;
}
.btn-order span {
    margin: 0;
    padding: 0 12px 0 6px;
    vertical-align: middle;
}
.btn-order:hover {
    background: #fe9102;
    color: #fff;
}
.btn-fancy {
    margin: 0;
    padding: 0;
    /* width: auto; */
    font-size: 21px;
    font-weight: 900;
    color: #FE9102;
    position: relative;
}
.btn-fancy i {
    position: absolute;
    bottom: 9px;
    left: -24px;
}
.btn-primary {
    padding: 10px 25px !important;
    border: 1px solid #4ad295;
    background: #4ad295;
    color: #fff;
    margin: 0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    min-width: 127px;
    box-shadow: 0 14px 24px rgba(74, 210, 149, 0.40);
}
.btn-primary:hover {
    background: #4ad295;
    border: 1px solid #FFF;
}
.btn-big-primary {
    padding: 10px 50px !important;
    border: 1px solid #4ad295;
    background: #4ad295;
    color: #fff;
    margin: 0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    min-width: 127px;
    box-shadow: 0 14px 24px rgba(74, 210, 149, 0.40);
}
.btn-big-primary:hover {
    background: #4ad295;
    border: 1px solid #FFF;
    color:#fff;
}
.btn-secondary {
    padding: 10px 25px !important;
    border: 1px solid #0248dc;
    background: rgba(255, 255, 255, 0);
    color: #0248dc;
    margin: 0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    min-width: 127px;
}
.btn-secondary:hover {
    background: #0248dc;
}
.btn-big-secondary {
    padding: 10px 50px !important;
    border: 1px solid #ffffff;
    background: rgba(255, 255, 255, 0);
    color: #ffffff;
    margin: 0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    min-width: 127px;
}
.btn-big-secondary:hover {
    background: #0248dc;
}
.btn-big-blue-secondary {
    padding: 10px 50px !important;
    border: 1px solid #0248dc;
    background: rgba(255, 255, 255, 0);
    color: #0248dc;
    margin: 0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    min-width: 127px;
}
.btn-big-blue-secondary:hover {
    background: #0248dc;
    color:#fff;
}
i.curve-arrow {
    margin: 0;
    padding: 0;
    width: 70px;
    height: 60px;
    background-image: url(../../assets/images/curve-arrow.svg);
}
/* HEADING */
.main-heading {
    margin: 19px 0;
    padding: 0;
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: bolder;
    color: #3B3B3B;
}
.short-desc{
    margin: 19px auto;
    padding: 0;
    max-width: 920px;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    color: #3B3B3B;
}
/* ================
   01: HEADER
===============*/
header {
    position: relative;
    margin: auto;
    display: block;
    width: 100%;
    /* background-color: #fff; */
    z-index: 99;
}
/* TOP BAR */
.top-bar {
    margin: 0;
    padding: 12px 0;
    width: 100%;
    border: 1px solid #EEEEEE;
}
span.top-address {
    margin: 0;
    padding: 0;
    display: block;
    font-family: inherit;
    font-size: 13px;
    color: #ABABAB;
    text-transform: uppercase;
}
span.top-address svg {
    margin: 0 8px 0 0;
    font-size: 20px;
    color: #FE9102;
    vertical-align: middle;
    display: inline-block;
}
ul.top-right {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
ul.top-right li {
    margin: 0 56px 0 0;
    padding: 0;
    display: inline-block;
    font-family: inherit;
}
ul.top-right li span, ul.top-right li span a {
    font-size: 13px;
    font-weight: 300;
    color: #ABABAB;
    vertical-align: middle;
}
ul.top-right li span a:hover{
    color: #FE9102;
    
}
ul.top-right li svg {
    color: #FE9102;
    font-size: 18px;
    margin: 0 6px 0 0;
    vertical-align: middle;
}
ul.top-right li:last-child {
    margin: 0;
}
/* BRAND / LOGO */
a.navbar-brand {
    margin: 0;
    padding: 0;
    display: block;
    width: 200px;
    height: 50px;
}
/* NAVIGATION */
.dropdown-menu {
   display: none;
    float: left;
    min-width: 12rem;
    padding: 0 !important;
    margin: 0 0 0;
    font-size: 1rem;
    color: #58595b;
    text-align: left;
    list-style: none;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 2px solid rgb(247 247 254) !important;
    border-radius: 0;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.9rem 1rem !important;
    clear: both;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #eeeeee !important;
    color: #212529 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
     color: #5c5c5c !important;
    text-decoration: none;
    background-color: #f7f7fe !important;
}
nav#navbar_top {
    background: #f7f7fe;
    border-bottom: 2px solid #eaeaea;
    box-shadow: 0 3px 19px #dfdfe8;
}
.nav-link{
    color: rgba(92, 92, 92, 1) !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    /*color: rgb(0 155 225) ;*/
    color: #fff !important;
}
li.nav-item {
    margin: 0;
    padding: 0 20px;
}
li.nav-item:hover {
    background: rgb(0 155 225);
    border-radius: 5px;
    color: #fff;
}
a.nav-link {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    color: #23242f;
    text-transform: capitalize;
}
/* BIG SLIDER */
/* Animation */

section.TopBanner {
    margin: 0;
    padding: 111px 0 0 0;
    width: 100%;
    height: 763px;
    display: block;
}
.slide-img {
    position: absolute;
    /*right: -148px;*/
    margin: 46px 0;
    right:0;
}
.caption-wrapper {
    margin: 94px 0 0 0;
    
}
section.TopBanner .caption-wrapper h1 {
    margin: 0 0 20px 0;
    padding: 0;
    font-family: 'SF UI Display';
    font-weight: bold;
    font-size: 45px;
    display: block;
}

section.TopBanner .caption-wrapper p {
    margin: 25px 0 35px 0;
    padding: 0;
    font-family: 'Montserrat';
    font-size: 18px;
    color: #23242f;
    display: block;
}
section.ContentLeftSec {
    margin: 0;
    padding: 143px 0;
    display: block;
    width: 100%;
}
section.ContentLeftSec .headingBig {
        margin: 65px 0 25px 0;

    font-family: 'SF UI Display';
    color: #23242f;
    font-size: 45px;
    font-weight: bold;
}
section.ContentLeftSec p.desc {
    font-family: 'Montserrat';
    font-size: 18px;
    color: #8a8a8a;
    line-height: 36px;
}
section.ContentRightSec {
    margin: 0;
    padding: 50px 0 134px 0;
    display: block;
    width: 100%;
}
section.ContentRightSec .headingBig {
        margin: 65px 0 25px 0;
    font-family: 'SF UI Display';
    color: #23242f;
    font-size: 45px;
    font-weight: bold;
}
section.ContentRightSec p.desc {
    font-family: 'Montserrat';
    font-size: 18px;
    color: #8a8a8a;
    line-height: 36px;
}
.ContentRightSec span.short-txt {
    font-family: 'Montserrat';
    color: #00d392;
    font-size: 14px;
    font-weight: 500;
}
.ContentRightSec .DP-wrapper img {
    position: absolute;
    left: -128px;
}
.ContentLeftSec:before {
    content: '';
    width: 34%;
    height: 336px;
    background: #f7f7fe;
    position: absolute;
    border-radius: 0 168px 168px 0;
    left: 0;
}
.ContentRightSec:before {
    content: '';
    width: 34%;
    height: 336px;
    background: #f7f7fe;
    position: absolute;
    border-radius: 168px 0 0 168px;
    right: 0;
}
.OurServices h2 {
    margin: 0 0 27px 0;
    padding: 0;
    font-family: 'SF UI Display';
    font-size: 45px;
    text-align: center;
    font-weight: bold;
}
/* CALL TO ACTION */
section.CallToAction .CallToActionBox {
    padding: 59px 65px;
    background: #002c89;
    color: #fff;
    font-family: 'Montserrat';
    border-radius: 30px;
    text-align: center;
        box-shadow: 0 21px 26px #b3b3b3;
}
.CallToActionBox h2 {
    margin: 0 0 4px 0;
    padding: 0;
    font-size: 42px;
}
section.CallToAction .CallToActionBox p {
    font-size: 32px;
    text-align: center;
    color: #fff;
}
/* CLIENT/LOGO SLIDER */
#logoslider {
    margin: 0;
    padding: 30px 0;
    border-bottom: 1px solid #EFEFEF;
    width: 100%;
    display: block;
}
.ClientLogo .logo-wrapper {
    margin: 0 auto;
    padding: 0;    
    height: 52px;
    display: block;
}

.ClientLogo .logo-wrapper img {
    margin: 0 auto;
    padding: 0;
    width: 178px;
    height: 100%;
    display: block;
    filter: grayscale(100%);
    opacity: 0.42;
}
/* SERVICES */
section.OurServices {
    padding: 50px 35px;
}
.services ul.slick-dots {
    margin: auto;
    text-align: center !important;
    /* left: 0; */
    /* right: 0; */
    display: block;
}
.service-box {
    margin: 70px 16px;
    padding: 50px 23px;
    border-radius: 22px;
    border: 1px solid #FFF;
    position: relative;
    cursor: pointer;
    min-height: 556px;
    float: right;
    box-shadow: 0 12px 70px rgba(81, 130, 163, 0.15);
}

.service-icon {
    margin: auto;
    padding: 0;
    display: block;
    text-align: center;
    width: 121px;
    height: 121px;
}
.service-box .text-box h4 {
    margin: 15px 0 22px 0;
    padding: 0;
    font-family: 'SF UI Display';
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}
.service-box.last:last-child .text-box p {
    margin: 54px 0 45px 0;
    display: block;
}
.service-box .text-box p {
    margin: 10px 0 45px 0;
    padding: 0 20px;
    display: block;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 16px;
    min-height: 136px;
    line-height: 30px;
}
.service-icon i.flaticon-logo-design {
    margin: 0;
    padding: 0;
    font-size: 88px;
    line-height: 0;
}
.service-icon i.flaticon-web {
    margin: 0;
    padding: 0;
    font-size: 70px;
    line-height: 0;
}
.service-icon i.flaticon-motion-graphics {
    margin: 0;
    padding: 0;
    font-size: 63px;
    line-height: 0;
}

.service-title {
    margin: 15px 0;
    padding: 0;
    text-align: center;
    /* font-size: 20px !important; */
}

.service-title h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.service-detail {
    margin: 15px 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    line-height: normal;
}
.service-box .btn-primary {
    margin: 0 auto;
    font-size: 18px;
    padding: 10px 63px;
    display: block;
    position: absolute;
    width: max-content;
    left: 0;
    right: 0;
    bottom: -24px;
}
.testimonials-wrapper {
    margin: 0;
    padding: 55px 45px;
    display: block;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 12px 70px rgba(81, 130, 163, 0.13);
}
.testi-txt {
    margin: 40px 0 60px 0;
    display: block;
}
.testimonials-wrapper h4 {
    margin: 0;
    padding: 0;
    font-family: 'SF UI Display';
    font-size: 42px;
    font-weight: bold;
}
.testi-txt p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 36px;
    color: #23242f;
}

.testi-txt {
    margin: 40px 0 60px 0;
    display: block;
}

.testi-author {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

.testi-author .author-img {
    margin: 0;
    padding: 0;
    width: 81px;
    height: 81px;
    background: #FFF;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.testi-author .author-img img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.author-detail {
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.formBox h4 {
    font-size: 42px;
    font-weight: 700;
    line-height: 72px;
    display: block;
}

.formBox p {
    margin: 24px 0 46px 0;
    font-size: 16px;
    line-height: 36px;
    color: #23242f;
    display: block;
}
.formBox input {
    margin: 0 24px 50px 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #14141e;
    border-radius: 0;
    display: block;
}
.author-detail span.designation {
    margin: 0;
    padding: 0;
    display: block;
    font-weight: 500;
    font-size: 20px;
    color: #23242f;
}

.author-detail span.desc {
    margin: 0;
    padding: 0;
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #4ad295;
    line-height: 1;
}

/* .service-box:hover {
    background: #FE9102;
    color: #fff;
}

.service-box:hover .btn-primary {
    border: 2px solid #fff;
    background: #fff;
    color: #FE9102;
    box-shadow: 0 3px 6px rgb(155 152 152 / 46%);
} */
/* LOGO BOX */
section.logobox {
    margin: 0;
    padding: 71px 0 !important;
    background-color: #002c89;
}

.logobox .title {
    font-size: 54px;
    font-family: 'SF UI Display SemBd';
    color: #fff;
    /* font-weight: 600; */
}
.logo-wrapper .img-wrapper {
    height: 66px;
}
.bottom-text h4 {
    margin: 0;
    padding: 0;
    font-family: 'SF UI Display Med';
    font-size: 40px;
    line-height: normal;
    text-align: center;
}
.formSec {
    margin: 0;
    padding: 80px 0 100px 0;
}
section.bottomText {
    margin: 0;
    padding: 80px 0;
}
.brandLogo {
    margin: 52px 0 0 0;
    padding: 0;
    max-width: 416px;
}
section.brandSec h4 {
    font-size: 45px;
    font-family: 'SF UI Display SemBd';
}

section.brandSec {
    margin: 0;
    padding: 70px 0 90px 0;
    background: #f7f7fe;
}
.payLogo {
    max-width: 416px;
    margin: 50px 0 0 0;
}
section.notes {
    margin: 0;
    padding: 70px 0;
}

.notes p {margin: 0;font-family: 'Montserrat';font-size: 14px;color: #23242f;line-height: 30px;font-weight: 500;}

p.last-note {
    margin: 72px 0 0 0;
}

a {
    color: #00d392;
}
.slick-dots li.slick-active button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 24px !important;
    height: 24px !important;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    border: 2px solid #4ad295 !important;
    background: #fff !important;
    border-radius: 50%;
}
.slick-dots li.slick-active button:before {
    font-family: 'slick';
    position: absolute;
    top: 6px !important;
    left: 6px !important;
    width: 12px !important;
    height: 12px !important;
    content: '' !important;
    text-align: center;
    opacity: 1 !important;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #4ad295;
    border-radius: 50%;
}
.slick-dots li button:before {
    font-family: 'slick';
    position: absolute;
    top: 6px !important;
    left: 6px !important;
    width: 12px !important;
    height: 12px !important;
    content: '' !important;
    text-align: center;
    opacity: 1 !important;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #bdbdc0;
    border-radius: 50%;
}
.slick-dots li.slick-active button:before{
    opacity:1 !important;
}
.slick-dots {
    position: absolute;
    bottom: -46px!important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left !important;
}
/* DIVIDER */
.divider{
    margin: 35px 0;
    padding: 0;
    width: 100%;
    height: 2px;
    background: rgb(254,144,1);
    background: -moz-linear-gradient(90deg, rgba(254,144,1,0) 0%, rgba(254,144,1,1) 25%, rgba(254,144,1,1) 50%, rgba(254,144,1,1) 75%, rgba(254,144,1,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(254,144,1,0) 0%, rgba(254,144,1,1) 25%, rgba(254,144,1,1) 50%, rgba(254,144,1,1) 75%, rgba(254,144,1,0) 100%);
    background: linear-gradient(90deg, rgba(254,144,1,0) 0%, rgba(254,144,1,1) 25%, rgba(254,144,1,1) 50%, rgba(254,144,1,1) 75%, rgba(254,144,1,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe9001",endColorstr="#fe9001",GradientType=1);
}

/*FOOTER*/
.main-footer {
    margin: 0;
    padding: 35px 0 35px 0;
    width: 100%;
    display: block;
    background-color: #23242f;
    color: #fff;
}
.main-footer p {
    color: #fff;
}
ul.foot-top-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    font-family: 'SF UI Display';
}

ul.foot-top-nav li {
    padding: 0 28px 0 0;
    font-size: 15px;
    color: #4ad295;
}

ul.foot-top-nav li a {
    color: #4ad295;
    padding: 0;
}
.foot-nav {
    margin: 15px 0;
    padding: 0;
    border-top: 1px solid #42434c;
}

.foot-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.foot-nav ul li {
    margin: 0;
    padding: 15px 28px 14px 0;
    font-family: 'SF UI Display';
    font-size: 14px;
    color: #fff;
    display: inline-block;
}

.foot-nav ul li a {
    margin: 0;
    padding: 0;
    color: #fff;
    display: block;
}
.foot-social {
    margin: 0;
    padding: 0;
    display: block;
}

.foot-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.foot-social ul li {
    margin: 0;
    padding: 0px 23px 0 0;
    display: inline-block;
    color: #ccc;
}

.foot-social ul li a {
    color: #56575f;
}.copyrights p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: right;
    color: #71737d;
}
.modal-content .form-wrapper .form-control {
    padding: 8px 10px;
}
.modal-contebt button.close {
    position: absolute;
    right: 0;
}

.modal-content button.close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 32px;
    height: 32px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: #fe9102;
    opacity: 1;
    color: #fff;
    font-weight: 200;
    box-shadow: 0 1px 10px #888;
}

.modal-content button.close:hover {
    opacity: 1 !important;
}
.modal-content button.btn.btn-primary {
    font-size: 13px;
    float: right;
}
/**/
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
@media all and (max-width: 991px){
    
.formBox .form-group.pr-3 {
    padding-right: 0 !important;
}

.formBox .form-group.pl-3 {
    padding-left: 0!important;
}
    .btn-big-secondary {
    padding: 10px 34px !important;
    }
    .CallToActionBox h2 {
    margin: 0 0 4px 0;
    padding: 0;
    font-size: 24px;
}
section.CallToAction .CallToActionBox p {
    font-size: 18px;
}
    li.nav-item:hover {
    background: transparent;
    border-radius: 5px;
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #009be1 !important;
}
    .logobox .title {
    font-size: 36px;
    margin: 0 0 25px 0;
    }
    .formBox h4 {
    font-size: 36px;
}
    section.ContentLeftSec .headingBig {
    font-size: 32px;

}
.OurServices h2 {
    font-size: 36px;
}
section.ContentRightSec .headingBig{
    font-size: 32px;
}
    .copyrights p {
    margin: 20px 0 0 0;
    text-align: center;
}
    .formBox {
    margin: 37px 15px;
}
section.brandSec h4 {
    font-size: 24px;
    font-family: 'SF UI Display SemBd';
    line-height: normal;
}
.bottom-text h4 {
    margin: 0;
    padding: 0;
    font-family: 'SF UI Display Med';
    font-size: 24px;
}
.formBox .form-row .pl, .formBox .form .pr{
    padding-right:0px !important;
    padding-left:0px !important;
}
    section.OurServices {
    padding: 50px 0;
}
    .caption-wrapper{
        margin: 8px 0 0 0;
    }
    section.CallToAction .CallToActionBox {
    padding: 59px 25px;
    }
    section.ContentLeftSec {
    margin: 0;
    padding: 105px 0;
    }
    .DP-wrapper {
    margin: 18px 0 0 0;
}
    .ContentLeftSec:before {
        content: '';
        width: 50%;
    }
    .ContentRightSec:before {
        content: '';
        width: 50%;
    }
    .ContentRightSec .DP-wrapper img {
    position: relative;
    left: -50px;
    }
    .slide-img {
        position: absolute;
        right: 0;
        margin: 46px 0;
    }
    section.TopBanner {
        margin: 0;
        padding: 70px 0 0 0;
        width: 100%;
        height: 986px;
    }
    ul.foot-top-nav {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
        font-family: 'SF UI Display';
    }
    ul.foot-top-nav li{
        padding: 0 15px 12px 0;
        font-size: 15px;
        color: #4ad295;
        text-align: center;
        margin: auto;
        text-align: center;
    }
    .main-footer img.img-fluid.float-right {
        text-align: center;
        margin: 15px auto;
        float: none !important;
        display: block;
    }
    .foot-nav ul li {
        margin: 0;
        padding: 15px 28px 14px 0;
        font-family: 'SF UI Display';
        font-size: 14px;
        color: #fff;
        display: block;
        text-align: center;
    }
    .foot-social ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
        text-align: center;
    }
    .testimonials-wrapper h4 {
        margin: 0;
        padding: 0;
        font-family: 'SF UI Display';
        font-size: 34px;
        font-weight: bold;
    }
}