body {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  margin: 0 auto !important;
  min-height: 1000px !important;
  height: 100% !important;
  background: #fff !important;
  overflow-x: hidden !important;
  color: #000 !important;
  font-weight: 400;
  padding-top: 65px;
}

p{
margin: 0;
}

/* @font-face {
  font-family: "Flaming";
  src: url("../fonts/Flaming/Flaming.eot");
  src: url("../fonts/Flaming/Flaming.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Flaming/Flaming.woff2") format("woff2"),
    url("../fonts/Flaming/Flaming.woff") format("woff"),
    url("../fonts/Flaming/Flaming.ttf") format("truetype"),
    url("../fonts/Flaming/Flaming.svg#Flaming") format("svg");
} */


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  transition: .8s linear;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

::-webkit-scrollbar {
  width: 15px;
  border: 2px solid #fff;
}

::-webkit-scrollbar-track {
  border: 2px solid #fff;
}

::-webkit-scrollbar-thumb {
  border: 2px solid #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1679bc+0,1a7cb3+10,22819f+25,479a44+79,50a02e+100 */
  background: #1049A0;
  /* Old browsers */
}

::-webkit-scrollbar-thumb:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1679bc+0,1a7cb3+10,22819f+25,479a44+79,50a02e+100 */
  background: #1049A0;
  /* Old browsers */
}


/*--------------------------- For Mozila Browser------------------------------------------*/

@-moz-document url-prefix() {}


/*--------------------------- For IE Browser------------------------------------------*/

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {}



/*ReusableProperties*/
a {
  text-decoration: none !important;
  transition: 0.5s;
  color: inherit;
}

a:focus {
  outline: none !important;
}

ul,li{
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
/* //span { display: block; } */




.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: url(../images/Preloader1.gif) 50% 50% no-repeat rgb(255, 255, 255);
}



/* colors */

:root {
  --color-white: #fff;
}



/*scroll top*/

#scroll {
  position: fixed;
  right: 30px;
  bottom: 100px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  /* text-indent: -9999px; */
  display: none;
  z-index: 99999;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 50px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #fff;
  outline: 1px solid #fff;
  outline-offset: -4px;
  border: 1px solid #fff;
  background: #1049A0;
  z-index: 1024;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-30px);
  }

  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}





.zoom-in-zoom-out {

  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

/* sidenav */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0px;
  background-color: #265D7F;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;


}

.sidenav a {
    padding: 16px 8px 16px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    border-bottom: 1px solid #477591;
}

  .sidenav li {
    list-style: none;
    display: block;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
	 border: none;
    padding: 0;
  }

  .rightbig {
    color: #1049A0;
    /* float: right; */
    margin-top: 7px !important;
    display: block;
}

.sidenav ul.dropdown-menu li a:before{
	content:'\f061';
	font-family:FontAwesome;
	margin-right:10px;
}
.sidenav ul.dropdown-menu {
    background: #5b96b58a !important;
}
.sidenav ul.dropdown-menu li a{
	color:#fff;
display: flex;
    font-size: 14px;
}

/* Progress-scroll */

.progressscroll {
  border-bottom: 4px solid #c49a6c;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Header */
/* .header-top */
/*header style*/

header {  position: fixed;  z-index: 1024; top:0;     height: 65px;     box-shadow: 0px 2px 0 #cccccc7d;}
.bottom-header.sticky{background: #fff;top: 0px;width: 100%;z-index: 1024;position:fixed;  box-shadow:  0 2px 2px 0px #cccccc85; }
.navigation li {
  display: inline-block;
  padding: 10px 12px !important;
}

.navigation li a{
  color: #1049A0;
  border-bottom: 2px solid transparent;
}

.navigation li a:hover,.navigation li.current-menu-item a{
    color: #1049A0;
   border-bottom: 2px solid #1049A0;
}

.same-btn {
  background: #1049A0;
  padding: 13px 20px;
  font-weight: 600;
  color: #fff;
  border-radius: var(--bs-border-radius-pill) !important;
  display: inline-block;
  border: none !important;
}
.secTitle{
  font-size: 26px;
  color: #265D7F;
  font-weight: 600;
  margin-bottom: 25px;
}
section{
  padding: 70px 0;
}

.bg-grey {
  background: #F1F1F1;
}
.bg-grey h4 {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.core-services-box a {
  display: block;
  margin-top: 15px;
  font-weight: 600;
  color: #1049A0;
}
.core-services-box p {
  font-size: 13px;
}

.teknify-solution{
  background: url(../images/teknify-bg.png);
  background-attachment: fixed;
  background-size: cover;
}
.teknify-solution h2{
  font-size: 42px;
  color: #fff;
  font-weight: 300;
  margin: 0;
}
.wh-content h4 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.s-left-content {
  height: 385px;
  display: flex;
  align-items: center;
}

/* Footer */
footer{
  padding: 70px 0;
  background: #F1F1F1;
}
.footer-title{
  font-size: 22px;
  font-weight: 600;
}
.social-list .fa {
  font-size: 26px;
  margin-right: 14px;
}
.footer-navigation a.nav-link {
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
}
footer a:hover,.footer-navigation a:hover,.footer-navigation li.current-menu-item a{
  color: #1049A0;
}
.address-list {
  font-weight: 600;
}
li.breadcrumb-item{
  color: #B1B1B1;
  font-weight: 600;
}
li.breadcrumb-item a{
  color: #000;
}
.breadcrumb-item+.breadcrumb-item::before{
  padding-left: 7px;
}
.about-right {
  height: 380px;
  display: flex;
  align-items: center;
}
.vm .secTitle {
  color: #000;
}
.vm  .border-end{
  border-color: #000 !important;
}

.wn-box .whats-new-img img {
  height: 235px;
  object-fit: cover;
}

.contact-left{
  background: url(../images/contact-bg.png);
  background-position: right;
	height: 450px;
}
.contact-left .secTitle {
  color: #fff;
  margin-bottom: 5px;
}
.address-box li {
  margin-bottom: 30px !important;
}
.address-box li img {
  margin-right: 15px;
}
.address-box li a {
  display: flex;
  align-items: center;
}
.contact-forms label {
  font-weight: 600;
  margin-bottom: 5px;
}
.contact-forms .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000;
}
.contact-forms textarea.form-control {
  height: 100px;
}

/* Home Banner */

.banner-box h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
.carousel-indicators .slides {
    background: url(../images/sprite-icon.png);
    opacity: 1;
    background-position: 1px 65px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    margin: 0 !important;
    padding: 5px 15px;
    border: none !important;
    /* text-align: center; */
    /* background-repeat: no-repeat; */
    transition: 0.4s;
}

.carousel-indicators  .slide1{
   background-position: 1px 65px;
}
.carousel-indicators  .slide2 {
   background-position: -90px 65px;
}
.carousel-indicators  .slide3 {
   background-position: -180px 65px;
}
.carousel-indicators  .slide4 {
   background-position: -270px 65px;
}
.carousel-indicators  .slide5 {
   background-position: -360px 65px;
}

.carousel-indicators  .slide1.active, .carousel-indicators  .slide1:hover{
   background-position: 1px -5px;
       background-color: #1049A0;
}
.carousel-indicators  .slide2.active,  .carousel-indicators  .slide2:hover{
   background-position: -90px -5px;
       background-color: #1049A0;
}
.carousel-indicators  .slide3.active,  .carousel-indicators  .slide3:hover{
   background-position: -180px -5px;
       background-color: #1049A0;
}
.carousel-indicators  .slide4.active, .carousel-indicators  .slide4:hover {
   background-position: -270px -5px;
       background-color: #1049A0;
}
.carousel-indicators  .slide5.active, .carousel-indicators  .slide5:hover {
   background-position: -360px -5px;
       background-color: #1049A0;
}
.services-right p {
    margin-bottom: 15px;
}
.services-right ul li:before{
  content:'';
background: url(../images/right-arrow.png);
width: 20px;
height: 20px;
margin-right: 10px;
display: inline-block;
background-repeat: no-repeat;
    vertical-align: middle;
}
.services-right ul li{
  margin-bottom: 15px !important;
  font-weight: 600;
}
.same-btn:hover {
    background: #265d7f;
}
.core-services-box a:hover{
    color:#265d7f;
}

.dropdown:hover .dropdown-menu {
    display: block;
    border: 1px solid #1049A0;
    border-top: 5px solid #1049A0;
    margin-top: 10px !important;
}
.footer-navigation .dropdown:hover .dropdown-menu {
    margin-top: -15px !important;
}
.dropdown-menu li {
    display: block;
    padding: 0 !important;
}
.dropdown-menu li a {
    font-size: 13px;
    font-weight: 600;
}

.about-right p {
    margin-bottom: 15px !important;
}
.Why-choose-teknify .bg-grey {
    height: 205px;
}
.core-services .bg-grey.rounded-bottom-3.p-3.pb-4 {
    min-height: 240px;
}
.Why-choose-teknify .bg-grey a {
    display: none;
}
.services-right ul li strong {
    font-weight: 800;
}
header.d-none.d-sm-block.float-start.w-100.mt-4 .navigation li a span br {
    display: none;
}
.page-template-page-services li.breadcrumb-item br,.page-template-page-services h3.secTitle.mb-4 br,.page-template-page-services ul#menu-services br {
    display: none;
}

.services-menus-list li a {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 30px !important;
    border-bottom: 1px solid #eee;
    display: flex;
}
.bg-green {
    background: #1049A0;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.services-menus-list li a:before {
    content: '';
    background: url(../images/service-arrow.png);
    width: 8px;
    height: 10px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 15px;
    /* vertical-align: text-top; */
    position: relative;
    top: 5px;
}
.c-bg{
	    background: url(../images/c-bg.png);
	background-size:cover;
}
.services-menus-list .current-menu-item a,.services-menus-list li a:hover {
    border-right: 7px solid #1049A0;
    font-weight: 600 !important;
}
.midlevel-content{
  display: flex;
  align-items: center;
  height: 380px;
}
.midlevel-content h4 {
    font-size: 18px;
    font-weight: 600;
}
.our-quantum{
  background: url(../images/quantum-bg.png);
  background-size: cover;
  background-attachment: fixed;
}
.post-box {
    height: 200px;
}
header.d-none.d-sm-block.float-start.w-100.bg-white {
    background: #004b7e !important;
}
.navigation li a:hover, .navigation li.current-menu-item a {
    color: #fff;
    border-bottom: 2px solid #fff;
}
.navigation li a {
    color: #fff;
    border-bottom: 2px solid transparent;
}
.dropdown:hover .dropdown-menu {
    background: #1049a0;
}
.navigation li .dropdown-menu a:hover, .navigation li .dropdown-menu .current-menu-item a{
	    color: #1049a0;
    border-bottom: 2px solid #1049a0;
	background:#fff;
}
.right-btn.text-end.py-2 a.same-btn.rounded-pill.d-inline-block {
    background: #fff;
    color: #1049A0;
}
.right-btn.text-end.py-2 a.same-btn.rounded-pill.d-inline-block:hover {
    background: #89ade394;
    color: #fff;
}
	.footer-navigation ul.dropdown-menu a.dropdown-item {
    color: #fff;
}
	.footer-navigation ul.dropdown-menu a.dropdown-item:hover, 	.footer-navigation ul.dropdown-menu  li .dropdown-menu .current-menu-item a{
	    color: #1049a0;
    border-bottom: 2px solid #1049a0;
	background:#fff;
}
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/

@media(min-width: 1400px){

	.carousel-indicators{
		margin-bottom: 4rem;
	}

}


@media(max-width: 991px) {
  body {
    font-size: 14px !important;
    padding-top: 80px;
  }
  header {
    background: #fff;
}
  h3.secTitle {
    font-size: 20px;
  }

.banner-content{
  position: initial;
  color: #fff;
}
header.d-block.d-sm-none.w-100 .row {
  --bs-gutter-x: 0;
}

header {
  padding: 15px 0;
}
.carousel-indicators{
  display: none;
}
.banner-captions.position-absolute.top-50.start-50.translate-middle.text-white {
        /* position: initial !important; */
        /* transform: initial !important; */
        text-align: left;
        padding-left: 15px;
        background: #0000004d;
        padding: 50px 15px;
        width: 100%;
    }
	.teknify-solution.text-center {
    text-align: left !important;
}
	.text-center {
    text-align: left !important;
}
.banner-captions img {
    width: initial !important;
    margin-bottom: 25px;
}
.core-services-list .col {
    flex: initial;
}
section {
    padding: 30px 0;
    text-align: left;
}
.banner-box h2 {
    font-size: 24px;
  }
.teknify-solution h2 {
    font-size: 20px;
    line-height: 1.5;
}
.whats-new-right {
    margin-top: 30px;
}
footer {
           text-align: left;
    padding: 30px 0;
}
.footer-content {
    margin-bottom: 50px;
}
.footer-title {
    font-size: 20px;
}
.address-list {
    text-align: left;
}
.s-images {
    display: none;
}

.address-box.mt-5 {
    text-align: left;
}
.contact-left.text-white.rounded-3.p-5 {
    padding: 15px !important;
    margin-bottom: 40px;
}
span.wpcf7-spinner {
    display: none;
}
section.vm.bg-grey {
    margin-top: 30px;
}
.vm .border-end{
  border: none !important;
  margin-bottom: 30px;
}
.core-services-box.mb-4 {
    text-align: left;
}
.services-right {
    margin-top: 30px;
}
	.about-right {
    height: initial;
	margin-top: 30px;
}
	.about-right p{
		margin-bottom:15px;
	}
	.dropdown-menu {
    display: block;
    width: 100%;
        position: initial;
        border-radius: 0;
        padding-left: 0px !important;
}
	ul.dropdown-menu li a{
		    color: #000;
	}
.footer-navigation .dropdown-menu {
    margin-top: -10px !important;
    margin-bottom: 15px !important;
    padding-left: 0 !important;
}
.wn-box {
    margin-bottom: 20px;
}
.Why-choose-teknify .bg-grey {
    height: initial;
}
.core-services .bg-grey.rounded-bottom-3.p-3.pb-4 {
    min-height:  initial;
}
.services-right ul li {
    display: block;
}

li.breadcrumb-item.active {
    width: 85%;
}
	.services-menus-list .current-menu-item a{
		font-weight: 400 !important;
	}
.post-box,.midlevel-content {
    height: initial;
}
.row-cols-5>* {
    width: 100%;
}
.our-quantum-box {
    margin-bottom: 40px;
}
.midlevel-content {
    margin-top: 12px;
}
.mobilelogo img {
    height: 100px;
}
header{
  height: 80px;
}
.banner .carousel-item img.w-100 {
    height: 500px;
    object-fit: cover;
}
.banner .banner-captions img.w-100{
  height: initial;
}
.footer-logo {
    height: 90px;
}
	header.d-block.d-sm-none.w-100 {
    background: #004b7e;
		        padding: 0;
}
.rightbig {
        color: #fff;
        margin-top: 17px !important;
    }


	
}