a, a:hover {
    text-decoration: none !important;
}
.bannerForm i{
    font-size: 40px;
}
p {
    font-family: Muli, sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.6;
    color:#232323;
    text-transform: none;
    font-style: normal;
}
h2 {
    font-family: Nunito, sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0;
    color: #0c121d;
    text-transform: none;
    font-style: normal;
}
h3 {
    font-family: Nunito, sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0;
    color: #0c121d;
    text-transform: none;
    font-style: normal;
}
/*top bar*/
.topBar {
    padding: 10px 5px;
    border-bottom: 1px solid #efefef;
}
.topBarContent i {
    font-size: 16px;
    color: #09adec;
    margin-right: 5px;
}
.topBarContent a, .topBarContent span {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}
.topBarContent span {
    display: inline-block;
    margin-right: 15px;
}
/*Header menu*/

#header {
    display: block;
    z-index: 5;
    transition: all 0.5s;
    background: transparent;
    width: 100%;
    min-height: 80px;
    line-height: 50px;
}
#header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    animation: slideDown 0.35s ease-out;
    top: 0;
    background: #ffffff;
}
#header .container-fluid {
	position: relative;
}
#header.darkHeader{
    background-color: #000000c4;
}
nav.main-nav {
    margin-top: 5px;
}
.right-icons {
    margin-top: 5px;
}
.main-nav .nav.navbar-nav {
    display: block;
    /* text-align: right;
    float: none;
    clear: both; */
}
.main-nav ul.nav > li > a {
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    opacity: 1;
    color: #000000;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: Nunito, sans-serif;
}
.main-nav ul.nav > li.drop-down > ul {
    display: block;
    list-style: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    padding: 0;
    height: 0;
    overflow: hidden;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
    background: #ffffff;
}
.main-nav ul.nav > li {
    display: inline-block !important;
    float: none;
    margin: 0 17px;
	position: relative;
	white-space: nowrap;
}
.main-nav ul.nav > li.drop-down:hover>ul {
	height: auto;
	padding: 10px 0;
}

.main-nav ul.nav > li.drop-down li {
	min-width: 180px;
	position: relative;
}

.main-nav ul.nav > li.drop-down ul a {
	padding: 7px 20px;
	font-size: 15px;
	color: #131313;
	text-align: left;
	letter-spacing: 1px;
	display: block;
    line-height: normal;
    font-weight:600;
}

.main-nav ul.nav > li.drop-down ul a:hover,
.main-nav ul.nav > li.drop-down ul .active>a,
.main-nav ul.nav > li.drop-down ul li:hover>a {
	color:#09adec;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover{
	color: #ffffff;
}
.main-nav ul.nav > li.drop-down>a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 10px;
}

.main-nav ul.nav > li.drop-down .drop-down>a {
	padding-right: 35px;
}

.main-nav ul.nav > li.drop-down .drop-down>a:after {
	content: "\f105";
	position: absolute;
	right: 15px;
}

#header.darkHeader .main-nav ul.nav > li.drop-down > ul {
    background: #000000cc;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
#header.darkHeader .main-nav ul.nav > li.drop-down > ul li a {
    color: #ffffff;
}
#header.darkHeader .main-nav ul.nav > li.drop-down > ul li a:hover,
.main-nav ul.nav > li > a:hover {
    color: #09adec;
}
.right-icons a:nth-child(2) i {
    display: inline-flex;
    background: #ffffff;
    height: 45px;
    width: 47px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-left: 5px;
    color: #040810;
    font-size: 15px;
}

.right-icons a:nth-child(2) {
    font-family: Nunito, sans-serif;
    font-weight: 800;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
    padding: 7px 7px 7px 25px;
    border: 2px solid #09adec;
    color: #ffffff;
    border-radius: 6px;
    background: #09adec;
}
.right-icons a:nth-child(1) {
    margin-right: 15px;
    color: #040810;
}
.headerSec:not(.is-sticky) .right-icons {
    margin-top: 15px;
}
/* Mobile Navigation */
.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	right: -285px;
	width: 285px;
	padding-top: 18px;
	background: #ffffff;
	transition: 0.4s;
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav a {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 30px;
	font-weight: 900;
	opacity: 1;
	font-family: "Montserrat", sans-serif;
	color: #000000 !important;
	padding-right: 15px;
	z-index: 1;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a,
.mobile-nav li:focus>a {
	color: #ffffff;
	text-decoration: none;
	background: transparent !important;
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: transparent !important;
}

.mobile-nav .drop-down>a:after {
	content: "\f078";
	font-family: FontAwesome;
	position: absolute;
	right: 6px;
	top: 10px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #444444;
	background: rgba(255, 255, 255, .1);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}

.mobile-nav .active.drop-down>a:after {
	transform: rotate(90deg);
	background: #ffffff;
	color:#09adec;
}

.mobile-nav .drop-down>a {
	padding-right: 35px;
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}

.mobile-nav .drop-down li {
	padding-left: 20px;
}

.mobile-nav-toggle {
	position: relative;
	float: right;
	left: 10px;
	top: 0px;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
	display: none;
}

.mobile-nav-toggle i {
	margin: 10px 18px 0 0;
	color: #040810;
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	right: 0;
	position: fixed;
	background: rgb(0 0 0 / 0.7);
	overflow: hidden;
	display: none;
}

.mobile-nav-overly .fa-times {
    position: absolute;
    right: 23px;
    top: 11px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
}
.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	right: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #222222;
}

.head2 {
	background: #000000 !important;
}

#header .logo a {
	display: block;
	margin-top: 3px;
	padding:2px 0;
	text-decoration: none
}
#header .logo a img {
	width: 130px;
}

/*bannerSlider*/
#bannerSlider .item {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height:auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bannerText, .bannerButtons {
    text-align: center;
}
.bannerText h3 {
    background-color: rgb(0, 172, 237);
    font-family: Muli;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 0px;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    line-height: 24px;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 13px;
    padding: 5px 20px;
    border-radius: 3px;
    display: inline-block;
}
.bannerText h1 {
    font-family: Nunito;
    line-height: 80px;
    letter-spacing: 0px;
    font-weight: 800;
    font-size: 70px;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0c121d;
}
.bannerText h2 {
    font-family: Nunito;
    color: rgb(12, 18, 29);
    line-height: 80px;
    letter-spacing: 0px;
    font-weight: 800;
    font-size: 70px;
}
.bannerButtons > a {
    font-family: Nunito;
    text-transform: uppercase;
    color: rgb(12, 18, 29);
    text-decoration: none;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 800;
    font-size: 13px;
    border: 2px solid #0c121d;
    padding: 17px 50px;
    border-radius: 6px;
    transition:all .3s;
}

.bannerButtons span {
    color: #0c121d;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
}
.bannerButtons span a {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -15px;
}
#bannerSlider .owl-dots {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}
#bannerSlider .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border: 2px solid #09acec;
    background: transparent;
}
#bannerSlider .owl-dots .owl-dot.active span{
    background:#09acec;
}


/*Banner form*/
.bannerFormSec {
    margin-top: -65px;
    position: relative;
    z-index: 1;
}

.bannerForm .formBox {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}
.bannerForm .formBox:not(.submitBox)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    bottom: 0;
    background-color: #e8e7ec;
    top: 0;
    right: -1px;
}
.bannerForm .formBox > span {
    display: inline-block;
    width: 70px;
}
.bannerForm .formBox > span img {
    max-width: 50px !important;
}
.bannerForm .formInputBox {
    display: inline-block;
    width: calc(100% - 75px);
}
.bannerForm .formInputBox input:hover, .bannerForm .formInputBox input:focus, .bannerForm .formInputBox select:hover, .bannerForm .formInputBox select:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.bannerForm .formInputBox input:not([type="submit"]), .bannerForm .formInputBox select {
    font-size: 18px;
    font-weight: 800;
    font-family: Nunito;
    height: 35px;
    color: #0c121d;
    display: block;
    line-height: normal;
    padding: 0 15px;
    background-color: transparent;
    padding-left: 0;
    border: 0;
    border-radius: 5px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.bannerForm .formInputBox label {
    font-family: Muli, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #232323;
    text-transform: none;
    font-style: normal;
}
.bannerForm {
    padding: 35px 30px;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(184, 182, 184, 1);
    -moz-box-shadow: 2px 2px 5px 1px rgba(184, 182, 184, 1);
    box-shadow: 2px 2px 5px 1px rgba(184, 182, 184, 1);
    border-radius: 10px;
    background: #ffffff;
}
.bannerForm > .row {
    justify-content: space-between;
}
.bannerForm .formInputBox input[type="submit"] {
    font-family: Nunito, sans-serif;
    font-weight: 800;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
    background-color: #040810;
    padding: 20px 30px 18px 30px;
    outline: none;
    border-radius: 6px;
    border: none;
    position: relative;
    cursor: pointer;
    color: #ffffff;
}

.companyTabsWrap .accordion-body .row .serviceBox {
    background: #f8f8f8;
    min-height: 330px;
    position: relative;
    box-shadow: none;
    border: 0;
}   
.companyTabsWrap .accordion-body p:nth-child(1) {
    float: none;
    margin-right:0;
}
.clientImage span {
    display: block;
    max-width: 185px;
    margin: auto;
    width: 100%;
    margin-top: 8px;
    font-weight: 700;
    letter-spacing: 1px;
}
.serviceIconBox > span{
    display: inline-block;
    width: 50px;
}
.serviceTitle h3 {
    font-size: 22px;
}
.whoWeAreSec {
    position: relative;
    padding: 100px 0px 30px 0px;
}
.whoWeHeading h4 {
    font-family: Muli, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 3px;
    color: #b0b6bf;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 10px;
}
.whoWeHeading h2 {
    font-family: Nunito, sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0;
    color: #0c121d;
    text-transform: none;
    font-style: normal;
}
.whoWeHeading h2 span{
    color: #09adec;
    display: inline-block;
}
.whoWeFeatures {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 45px 0px;
}
.whoWeFeatureBox {
    display: flex;
    align-items: center;
    gap: 15px;
}
.whoWeFeatureBox h5 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}
.whoWeFeatureBox span {
    display: inline-block;
    width: 70px;
}
.buttonwrap a {
    font-family: Nunito, sans-serif;
    font-weight: 800;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
    padding: 19px 38px;
    border: 2px solid #09adec;
    color: #09adec;
    background-color: transparent;
    border-radius: 6px;
}
.whoWeContent.whoWeImages > img, .aboutImages.row img {
    border-radius: 5px;
    margin-bottom: 20px;
}
.programLink {
    background: #00aced;
    min-height: 300px;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 30px;
    position: relative;
}
.programLink a {
    position: absolute;
    bottom: 30px;
    left: 30px;
    height: 60px;
    width: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    color: #0c121d;
    background-color: #ffffff;
    box-shadow: 4px 5px 16px 0 rgb(0 0 0 / 20%);
}
.programLink h3 {
    position: relative;
    margin: 50px 0 0 0;
    font-size: 22px;
    color: #ffffff;
    line-height: 33px;
    font-weight: 500;
    letter-spacing: 1px;
}
.programLink h3:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background: #ffffff;
    top: -15px;
}
.site-breadcrumb {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    z-index: 1;
}
.site-breadcrumb::before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgba(0, 10, 22, 0.7);
    content: '';
}
.site-breadcrumb .breadcrumb-title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.site-breadcrumb .breadcrumb-menu {
    position: relative;
    z-index: 1;
    padding: 0;
}
.site-breadcrumb .breadcrumb-menu li:first-child {
    margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu li::before {
    position: absolute;
    content: '\f101';
    font-family: 'FontAwesome';
    right: -21px;
    top: 1px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.site-breadcrumb .breadcrumb-menu li:last-child::before{
    display:none;
}
.site-breadcrumb .breadcrumb-menu li a {
    color: #fff;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.site-breadcrumb .breadcrumb-menu li.active {
    color: #09adec;
}
/*service*/
.serviceSec {
    position: relative;
    padding: 100px 0px 80px 0px;
    background-color: #f6f6f6;
}
.sectionTitle h4 {
    font-family: Muli, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 3px;
    color: #b0b6bf;
    text-transform: uppercase;
    font-style: normal;
}
.sectionTitle h2 span{
    color: #09adec;
    display: inline-block;
}
.sectionTitle {
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.serviceIconBox > span img {
    max-width: 60px;
    display: block;
}
.serviceIconBox > span {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    color: #09adec;
    position: relative;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box {
    border-radius: 50%;
    background-color: transparent;
    height: 120px;
    width: 120px;
    position: absolute;
    left: 0;
    right: 0;
}
.box span {
    display: inline-block;
    height:7px;
    width:7px;
    position: absolute;
    background: #09adec;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}
.box span:nth-child(1) {
    left: -4px;
}
.box span:nth-child(2) {
    right: -4px;
}
.serviceIconBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.serviceIconBox .box:after{
    position: absolute;
    content: "";
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 1px dashed #09adec;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.serviceBox:hover .serviceIconBox .box{
    animation: orbit 5s linear infinite;
}
@keyframes orbit {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
.serviceTitle > a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    color: #09adec;
}
.serviceTitle h3 a {
    color: #0c121d;
}
.serviceBox > a {
    color: #ffffff;
    background-color: #0c121d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 800;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
}
.serviceBox > a:hover{
    background-color: #09adec;
}
.serviceBox > a:after {
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    background: transparent;
    border: 10px solid #0c121d1a;
    border-radius: 50%;
}
.serviceBox {
    background: #ffffff;
    min-height: 440px;
    padding: 35px 15px 15px 15px;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0px 0px 0px 9px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 0px 9px rgba(255,255,255,1);
    box-shadow: 0px 0px 0px 9px rgba(255,255,255,1);
    position: relative;
}
#serviceSlider .item {
    padding: 20px;
}
#serviceSlider .owl-stage-outer {
    padding-bottom: 30px;
}
.serviceBox:hover .serviceBox > a{
    background: #09adec !important;
}
 .serviceBox:hover .serviceBox > a:after {
    border: 10px solid #0aadeb29 !important;
}
#serviceSlider .owl-nav, #clientSlider .owl-nav {
    position: absolute;
    top: calc(50% - 50px);
    transform: translateY(-50%);
    left: -35px;
    right: -35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: -1;
}
#serviceSlider .owl-nav button span, #clientSlider .owl-nav button span {
    display: flex;
    width: 45px;
    height: inherit;
    justify-content: center;
    align-items: center;
}
#serviceSlider .owl-nav button, #clientSlider .owl-nav button {
    display: flex;
    margin: 0;
    padding: 0 !important;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    font-size: 80px;
}
#serviceSlider .owl-nav button:hover, #serviceSlider .owl-nav button span:hover,
#clientSlider .owl-nav button:hover, #clientSlider .owl-nav button span:hover{
    background: transparent !important;
    color: #000000 !important;
}
#clientSlider .owl-nav{
    display: none !important;
}
/*specSec*/
.specialtiesSec {
    position: relative;
    padding: 120px 0px 85px 0px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    margin-bottom: 150px;
}
.specSecTitle h4 {
    font-family: Muli, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 3px;
    color: #ffffff;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 10px;
}

.specSecTitle h2 {
    color: #ffffff;
    margin-bottom: 55px;
}
.specSecTitle h2 span {
    color: #09adec;
}
.specialtiesSec .buttonwrap a, .callBackSec .buttonwrap a {
    color: #ffffff;
    border-color: #ffffff;
    transition:all .3s;
}
.bannerButtons > a:hover, .specialtiesSec .buttonwrap a:hover{
    color: #ffffff;
    background: #09acec;
    border: 2px solid #09acec;
}
.counter-text {
    margin-bottom: 50px;
}
.counter-value {
    margin-bottom: 0;
    line-height: 58px;
    text-align: center;
    font-size: 48px;
    display: block;
    color: #ffffff;
    font-weight: 800;
    font-family: Nunito, sans-serif;
}
.counting font {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-align: center;
    color: #ffffff;
    font-family: Nunito, sans-serif;
}
.specialtiesSec .container > .row{
    position: relative;
}
.offerBox {
    position: absolute;
    background-color: #09adec;
    max-width: 600px;
    width: 100%;
    right: 0;
    bottom: -160px;
    padding: 35px 15px 35px 35px;
    border-radius: 6px;
}
.offerBox h3 span {
    color: #0c121d;
}
.offerBox h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 30px;
    color: #ffffff;
    display: inline-block;
    width: calc(100% - 130px);
    vertical-align: middle;
}
.offerBox > span img {
    max-width: 70px;
}
.offerBox > span {
    height: 100px;
    width: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 20px;
}

/*companySec*/
.companySec {
    position: relative;
    padding: 30px 0px 0px 0px;
}
.companyTabsWrap > ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
    border: 0;
}
.companyTabsWrap > ul li {
    display: inline-block;
    flex-grow: 1;
    text-align: center;
}
.companyTabsWrap > ul li button{
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 9px 15px 0 rgb(26 47 106 / 5%) !important;
    border: 1px solid #dce5e7 !important;
    font-size: 1em;
    line-height: 1.6em;
    font-weight: 600;
    display: block;
    width: 100%;
    position: relative;
    padding: 20px 25px;
    color: #232323;
}
.companyTabsWrap > ul li button.active, #myTabContent .accordion-button[aria-expanded="true"] {
    color:#09adec !important;
    border-color: #09adec !important;
}
.companyTabsWrap .accordion-body strong, .pageContantSec .pageContent p strong {
    color: black;
}
#myTabContent .accordion-button {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 9px 15px 0 rgb(26 47 106 / 5%) !important;
    border: 1px solid #dce5e7 !important;
    font-size: 16px;
    text-align: center;
    line-height: 1.6em;
    font-weight: 600;
    display: block;
    width: 100%;
    position: relative;
    padding: 10px 25px;
    color: #232323;
    margin-bottom: 20px;
}
.tabText {
    padding-left: 35px;
}
.tabText ul {
    margin: 0 0 50px 0;
    padding-left: 5px;
}
.tabText ul li {
    list-style: none;
    margin-bottom: 20px;
}

.tabText ul li i {
    color: #09adec;
    font-size: 13px;
    margin-right: 6px;
}
.tabText ul li span {
    font-family: Muli, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #232323;
    text-transform: none;
    font-style: normal;
}
#myTabContent>.tab-pane {
    border: 0;
    background: #f8f8f8;
  }
.tabImage img {
    border-radius: 5px;
}
.companyTabsWrap .accordion-body {
    padding-bottom: 50px;
    margin-bottom: 15px;
}

/*
==============

.companyTabsWrap .accordion-body p:nth-child(1) {
    float:left;
    margin-right:40px !important;
}
*/
.companyTabsWrap .accordion-body ul li {
    position: relative;
    list-style: none;
    display: flex !important;
    padding-left: 25px;
    margin-bottom: 6px;
    font-family: Muli, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #232323;
    text-transform: none;
    font-style: normal;
}
.companyTabsWrap .accordion-body ul li:before {
    position: absolute;
    content: "\f061";
    font-family: 'FontAwesome';
    margin-left:-25px;
    color: #09adec;
}
.companyTabsWrap .accordion-body p a {
    font-family: Nunito, sans-serif;
    font-weight: 800;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
    padding: 19px 38px;
    border: 2px solid #09adec;
    color: #09adec;
    background-color: transparent;
    border-radius: 6px;
    margin-top: 30px;
    display: inline-block;
}
/*reviewSec*/
.reviewSec {
    background-color: #09adec;
    position: relative;
    padding: 100px 0px;
    background-repeat: no-repeat !important;
    background-size: 900px !important;
    background-position: center !important;
}
.reviewSec .sectionTitle h2, .reviewSec .sectionTitle h4 {
    color: #ffffff;
}
.reviewSec .sectionTitle h2 span {
    color: #0c121d;
}
.reviewerBox span {
    width: 70px;
    height: 70px;
    overflow: hidden;
    display: inline-block;
    border-radius: 100%;
}
.reviewBox {
    position: relative;
    padding: 70px 28px 40px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .03);
    margin: 50px 0 40px 0;
}
.clientName h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 12px;
    color: #0c121d;
}
.clientName h5 {
    position: relative;
    text-align: left;
    display: inline-block;
    color: #09adec;
    font-size: 15px;
}
.reviewerBox {
    display: flex;
    align-items: center;
    gap: 25px;
}
.reviewBox p {
    font-size: 18px;
    color: #232323;
    line-height: 28px;
    padding: 0;
    margin: 0 0 20px 0;
    border: 0;
    background: transparent;
    font-style: normal;
}
.reviewSec .sectionTitle {
    margin-bottom: 30px;
}
.reviewBox:before {
    position: absolute;
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    height: 60px;
    width: 60px;
    background: #0c121d;
    top: -30px;
    border-radius: 100%;
    color: #ffffff;
    background-image: url(../imgs/quote.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
/*clientSec*/
.clientSec {
    position: relative;
    padding: 65px 0px;
    border-bottom: 1px solid #eeeeee;
}
.clientImage img {
    max-width: 185px;
    margin: auto;
    min-height: 115px;
}

/*blogSec*/
.blogSec{
    position: relative;
    padding: 100px 0px;
}
.blogBox {
    padding: 10px;
}
.blogImage img {
    border-radius: 5px;
}
.blogDate {
    position: absolute;
    right: 25px;
    top: 25px;
    border-radius: 6px;
    padding: 12px 15px;
    color: #fff;
    background-color: #09adec;
    text-align: center;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    display: block;
    letter-spacing: 2px;
    line-height: 14px;
}

.blogDate strong {
    font-size: 32px;
    line-height: 34px;
    font-weight: 800;
    display: block;
    letter-spacing: 3px;
}
.blogInfo {
    padding: 15px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}

.blogInfo a {
    color: #232323;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    gap: 8px;
    align-items: center;
}
.blogTitleBox {
    padding: 0 15px;
}
.blogTitleBox h2 {
    font-size: 22px;
    line-height: normal;
    margin: 10px 0 10px 0;
}
.blogTitleBox h2 a {
    display: block;
    color: #0c121d;
}
.blogTitleBox p {
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blogTitleBox > a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid;
}
.blogBox {
    padding: 10px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 30px 50px rgba(0, 0, 0, .03);
}
#blogSlider .item {
    padding: 0 10px;
}
#blogSlider .owl-stage-outer {
    padding-bottom: 15px;
}
.callBackSec {
    position: relative;
    background-image: -ms-linear-gradient(right, #09adec 0, #09adec 100%);
    background-image: linear-gradient(to right, #09adec, #09adec);
    padding: 30px 0px;
}
.callText h4 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    position: relative;
}
.callTextBox > span {
    display: inline-flex;
    height: 70px;
    width: 70px;
    background: #ffffff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}
.callTextBox {
    display: flex;
    align-items: center;
    gap: 20px;
}
.callBackSec .buttonwrap {
    display: block;
    margin-top: 20px;
}
.callTextBox > span img {
    max-width: 30px;
}

/*footer*/
.footerSec {
    padding: 100px 0 25px 0;
    position: relative;
    background: #f8f8f9;
}
.footerBox h2 img {
    max-width: 175px;
}
.footerBox p {
    color: #0c121db3;
}
.talkSupport > div {
    position: relative;
    padding: 0 55px 0 0px !important;
    font-size: 16px;
    color: #0c121d;
}
.talkSupport > div strong {
    display: block;
}
.talkSupport > div a {
    color: #0c121d;
}
.talkSupport > span {
    display: inline-block;
    font-size: 35px;
    color: #09adec;
}
.talkSupport {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 10px;
    margin-top:10px;
}
.footerBox h2 {
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}
.footerBox h2:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background: #09adec;
    bottom: 0;
    left: 0;
}
.footerSec .container .row > .col-lg-3:nth-child(1) .footerBox h2 {
    border-bottom: 0px solid rgba(0, 0, 0, .1);
}
.footerSec .container .row > .col-lg-3:nth-child(1) .footerBox h2:after{
    display: none;
}
.socialBox a {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
    color:#040810;
}
.socialBox a i.fa-facebook-square:hover {
    color: #4867aa;
}
.socialBox a i.fa-twitter-square:hover {
    color: #0866ff;
}
.socialBox a i.fa-linkedin:hover {
    color: #0077b5;
}
.socialBox a i.fa-instagram:hover {
    color: #fe005a;
}
.footerBox ul {
    margin: 0;
    padding: 0;
}

.footerBox ul li {
    list-style: none;
    margin-bottom: 10px;
}
.footerBox ul li a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #0c121d;
    font-size: 14px;
    display: block;
    padding: 6px 7px;
    border-radius: 4px;
}
.footerBox ul li a i {
    font-size: 13px;
    margin-right: 5px;
}
.footerBox ul li a:hover{
    background: #f8f8f8;
}
.footerBlog {
    margin-bottom: 20px;
}
.footerBlog a {
    display: flex;
    align-items: flex-start;
}

.footerBlog a > span {
    display: inline-block;
    width: 70px;
    height: 70px;
}
.footerBlog a > span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.footerBlogInfo {
    display: inline-block;
    width: calc(100% - 110px);
    padding-left: 10px;
}

.footerBlogInfo h3 {
    font-size: 16px;
    color: #0c121d;
    line-height: normal;
    margin-bottom: 0;
}
.footerBlogInfo span {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}
.bottomFooter {
    background-color: #fff;
    padding: 30px 15px 30px 25px;
    box-shadow: 0 9px 30px 0 rgba(26, 47, 106, .07);
    border-radius: 10px;
    position: relative;
    margin-top: 50px;
}
.backToTop {
    position: absolute;
    background: #0c121d;
    width: 55px;
    height: 55px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #ffffff;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.copyRightBox p {
    margin: 0;
    font-size: 12px;
    letter-spacing: 1px;
}
.bottomFooterBox a {
    display: inline-block;
    margin-right: 15px;
    color: #0c121c;
    font-size: 13px;
    font-weight: 500;
}

/*Page*/
.pageBanner {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    z-index: 1;
}

.pageBanner:before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgba(0, 10, 22, 0.5);
    content: '';
}
.pageBanner h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.pageContantSec .pageContent h2 {
    font-size: 30px;
}

.pageContantSec .pageContent h3, .pageContantSec .pageContent h4 {
    font-size: 20px;
}
.pageContantSec .pageContent h5, .pageContantSec .pageContent h6 {
    font-size: 18px;
}
.pageContantSec .pageContent p {
    font-size: 15px;
}






@media (min-width: 1025px) {

#bannerSlider .item img {
    height: calc(100vh - 132px);
}


}

/* @media all and (min-width:1920px){
    .container{
        max-width: 100%;
    }
    img{
        object-fit: cover;
    }
} */



@media (max-width: 1199px) {

.formBox {
    margin-bottom: 30px;
}

}



@media (max-width: 991px) {
   #myTabContent>.tab-pane {
      display: block;
      opacity: 1;
      border: 0;
    }

  #header .logo {
    left: 75px;
}

.main-nav {
    display: none;
}

.mobile-nav-toggle {
    display: block;
}

.mobile-nav .drop-down ul li {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-left: 40px;
}

.mobile-nav .drop-down ul li a {
    line-height: 40px !important;
    font-weight: 500;
}

.mobile-nav a {
    line-height: 30px !important;
    font-weight: 500;
}

.nav>li {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
#header {
    min-height: auto;
}
.tabText {
    padding-left: 0px;
}
.headerSec:not(.is-sticky) .right-icons, .right-icons {
    margin-top: 0px;
}
.bannerFormSec {
    margin-top: 50px;
}
.whoWeContent.whoWeImages {
    margin-top: 50px;
}
.specSecTitle br {
    display: none;
}
.specSecTitle {
    text-align: center;
}
.specialtiesSec .buttonwrap {
    display: block;
    text-align: center;
    margin-bottom: 65px;
}
.footerBox {
    margin-bottom: 25px;
}
#bannerSlider .item {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.bannerText h1, .bannerText h2 {
    font-size: 40px;
    line-height: normal;
}
.mobileMenuHead {
    justify-content: space-between;
    align-items: center;
    padding: 0px 17px;
    margin-bottom: 20px;
}
.mobileMenuHead a {
    display: inline-block;
    font-size: 17px;
}
.mobileMenuHead span {
    display: inline-block;
    width: 27px;
    position: relative !important;
}






}


@media (max-width: 768px){
.offerBox {
    position: static;
}
.offerBox h3 {
    width: 100%;
    margin-top: 15px;
}
.offerBox > span {
    display: flex;
    margin: auto;
}
.site-breadcrumb, .pageBanner {
    padding-top: 100px;
    padding-bottom: 100px;
    
}
.site-breadcrumb .breadcrumb-title {
    font-size: 25px;
}
#clientSlider .owl-nav{
    display: flex !important;
}
#clientSlider .owl-dots{
    display: none;
}
#serviceSlider .owl-nav, #clientSlider .owl-nav {
    left: -10px;
    right: -10px;
}
#serviceSlider .owl-nav button, #clientSlider .owl-nav button {
    width: 20px;
    height: 20px;
    font-size: 45px;
}
#serviceSlider .owl-nav button span, #clientSlider .owl-nav button span {
    width: 20px;
}

}



@media all and (max-width: 650px){
      
  .bannerText h1, .bannerText h2 {
        font-size: 35px;
    }
    .bannerButtons {
    margin-top: 30px;
}
.bannerButtons > a {
    display: inline-block;
    margin-bottom: 15px;
}
.whoWeHeading h2 {
    font-size: 23px;
    line-height: 40px;
}
h2 {
    font-size: 23px;
    line-height: 30px;
}
.companyTabsWrap .accordion-body h2, .companyTabsWrap .accordion-body h3 {
    font-size: 18px;
}
p {
    font-size: 14px;
}
.specialtiesSec {
    margin-bottom: 0;
}
.pageBanner h2 {
    font-size: 25px;
}
  
  
  
    
    
}




