*{
	margin: 0;
	padding: 0;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
body{
    font-family: "Nunito Sans", sans-serif;
}
p{
    color: #4c4c4c;
}
.main, .dropdown-menu{
    background: #fff !important;
}
#logo img{
    width: 25%;
}
.text-justify{
    text-align: justify;
}
.ps-5{
    margin-left: 15%;
}
.text-clr, .dropdown-item:hover{
    color: #1796d0 !important;
}
.bottom:before {
  content : "";
  position: absolute;
  left    : 0px;
  bottom  : 0;
  height  : 2px;
  width   : 50%;
  border-bottom: 12px solid #f3e8dd;
}

/*open header*/
.header {
  position: fixed;
  /*display: flex;
  align-items: center;*/
  width: 100%;
  height: 60px;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease-in-out;
}

.header.scroll-up {
  top: -100px;
}
.header.scroll-down {
  top: 0px;
  z-index: 1;
}
.navbar ul li a{
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}
.nav-item ul li a{
  white-space: normal;
    float: left;
    width: 300px;
    height: 55px;
    word-wrap: break-word;
    border-bottom: 1px dotted #a39f9f;
    display: flex;
    align-items: center;
}
.dropdown-content a:hover {background-color: #195eab;
    color: #fff !important;}

 .dropdown-content{border: none;}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block; padding: 0;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

/*close header*/


  .technology {
            padding-top: 120px;
            padding-bottom: 120px;
            background-image: url(../images/Mask-group.png);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
        }
        .technology h1{
            font-size: 50px;
        }
        .octf-btn, .abt-btn {
            transition: all 0.3s linear;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            font-size: 14px;
            padding: 14px 30px 14px 30px;
            line-height: 1.42857143;
            display: inline-block;
            margin-bottom: 0;
            text-decoration: none;
            text-transform: uppercase;
            white-space: nowrap;
            vertical-align: middle;
            font-weight: bold;
            text-align: center;
            background: #195eab;
            cursor: pointer;
            border: 1px solid transparent;
            color: #fff;
            outline: none;
            border-radius: 5px;
        }
        .abt-btn{
            padding: 5px 25px;
        }

/*slick slider our client*/
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 30px 0;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    background-color: #fff;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.18);
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.fit-image img{
    object-fit: fill;
    height: 360px;
}
/*index image box*/
.card {
    position: relative;
/*    height: 500px;*/
    /* box-shadow: 5px 5px 20px; */
    overflow: hidden;
    cursor: pointer;
}
.card img{
    height: 260px;
    object-fit: fill;
}
.intro {
    position: absolute;
    height: 70px;
     width: 100%; 
    bottom: 0;
    overflow: hidden;
    padding: 20px;
    color: #fff;
    background-color: rgb(25 94 171);
    transition: 1s ease-in-out;
}
.intro h3{
    font-size: 15px;
    height: 45px;
}
.intro button{
    border: 0;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 3px;
    background: none;
}
.card:hover .intro {
/*    padding: 40px 20px;*/
    height: 60%;
    bottom: 0;
    background-color: rgb(25 94 171 / 89%);
}
/*footer*/
.bg-footer {
    background-color: #18191a;
    padding: 50px 0 0;
}
.footer-heading {
    letter-spacing: 2px;
}

.footer-link a {
    color: #acacac;
    line-height: 30px;
    font-size: 14px;
    transition: all 0.5s;
}

.footer-link a:hover , .contact-info:hover{
    color: #1796d0;
}

.contact-info {
    color: #acacac;
    font-size: 13px;
    margin-bottom: 8px;
}

.footer-social-icon {
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}

.footer-alt {
    color: #acacac;
}

.footer-heading {
    position: relative;
    padding-bottom: 12px;
}

.footer-heading:after {
    content: '';
    width: 25px;
    border-bottom: 1px solid #FFF;
    position: absolute;
/*    left: 0;*/
    bottom: 0;
    display: block;
    border-bottom: 1px solid #1796d0;
    z-index: 0;
}
.esuor-png{
    margin-top: -4px;
    width: 10%;
}

/*contact*/

.contact a:hover{
    color: #020202;
}
.contact input{
    width: 100%;
    height: 10px;
    float: left;
    margin-top: 5px;
    margin-left: 2%;
    padding: 4% 0 4% 2%;
    background: none;
    border: none;
    border-bottom: 1px solid #020202;
}
/*blink*/
.menu-item-mine {
  animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/*@-moz-keyframes blinker {  
    0% { color: red; }
    50% { color: #660303 ; }
    100% { color: red; }
}@-webkit-keyframes blinker {  
    0% { color: red; }
    50% { color: #660303 ; }
    100% { color: red; }
}*/
@keyframes blinker {  
    0% { color: #1796d0; }
    50% { color: #1b89bb4d; }
    100% { color: #273240; }
}
/*close blink*/

.form button {
    font-size: 20px !important;
    border: none;
    width: 20%;
    height: 40px;
    float: left;
    margin-top: 28px;
    margin-left: 35%;
    color: #fff;
    background: #1796d0;
 }

.form button[type="Submit"]:hover{
    border: 1px solid #179bdb;
    background: none;
    color: #179bdb;
    transition: 0.5s;
}
.contact textarea{
    width: 100%;
    height: 80px;
    float: left;
    margin-top: 10px;
    margin-left: 2%;    
    padding-left: 10px;
    background: none;
    padding: 3% 0 4% 2%;
    background: none;
    border: none;
    border-bottom: 1px solid #020202;
}
::placeholder{
    color: #02020242;
    background: none;
}
.client_logo_main .client_logo_inner {
     display: flex; 
    height: 100%;
    width: 100%;
    background: #fff;
    align-items: center;
    padding: 40px;
    height: 175px;
}

/*box*/
.s-single-services {
    transition: .3s;
    padding: 0px 40px;
    border: none;
    margin-bottom: 30px;
    background: #11111100 0% 0% no-repeat padding-box;
    border: 4px solid #9d1414;
}

.patch {
    width: 100%;
    height: 250px;
    /* margin-top: 7%; */
    background-position-y: top;
    text-align: center;
    /* position: relative; */
    display: flex;
    align-items: center;
/*    background: linear-gradient(rgb(0 0 0 / 60%) 56%, rgb(0 0 0 / 43%) 120%), url(../images/Mask-group.png) left center no-repeat;*/
    background: #195eab;
/*    background-size: cover;*/
}
.patch h1 {
    /* position: absolute; */
    width: 100%;
    /* font-weight: 600; */
    font-size: 32px;
    text-transform: uppercase;
    padding-top: 10%;
    color: #fff;
    font-weight: bold;
    /*-webkit-text-stroke: thin;
    text-shadow: 3px 3px black;*/
}
