
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont3e6e.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Radikal';
    src: url('../fonts/Radikal-Regular.eot');
    src: url('../fonts/Radikal-Regular.eot') format('embedded-opentype'), url('../fonts/Radikal-Regular.woff2') format('woff2'), url('../fonts/Radikal-Regular.woff') format('woff'), url('../fonts/Radikal-Regular.ttf') format('truetype'), url('../fonts/Radikal-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tonicons';
    src:  url('../fonts/Tonicons.eot?7oxe9t');
    src:  url('../fonts/Tonicons.eot?7oxe9t#iefix') format('embedded-opentype'),
    url('../fonts/Tonicons.ttf?7oxe9t') format('truetype'),
    url('../fonts/Tonicons.woff?7oxe9t') format('woff'),
    url('../fonts/Tonicons.svg?7oxe9t#Tonicons') format('svg');
    font-weight: normal;
    font-style: normal;
}


::selection {
    color: #000;
    background: #38c8d4;
}


*{
    margin:0;
    padding: 0;
}
body{
    font-family: 'Radikal';
    font-weight: 200 !important;
    line-height: 1.8;
}


.top-content{
    font-family: 'Radikal';
}
.top-content h1{
    margin-top: 65px;
    position: relative;
    /*margin-bottom: 50px;*/
}

.top-content p{
    margin-top: 25px;
    margin-bottom: 25px;
}

.mobile-slider{
    visibility: hidden !important;
    display: none;
}


/*****************LOADER**************/
/*jssor slider loading skin spin css*/

#jssor_1{

}
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*jssor slider bullet skin 032 css*/
.jssorb032 {position:absolute;}
.jssorb032 .i {position:absolute;cursor:pointer;}
.jssorb032 .i .b {fill:#fff;fill-opacity:0.7;stroke:#000;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.25;}
.jssorb032 .i:hover .b {fill:#000;fill-opacity:.6;stroke:#fff;stroke-opacity:.35;}
.jssorb032 .iav .b {fill:#000;fill-opacity:1;stroke:#fff;stroke-opacity:.35;}
.jssorb032 .i.idn {opacity:.3;}

/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

/***********END LOADER***************/


/*********************BANNER SLIDER**************/

#jssor_1{
    width: 100%; !important;
}
/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*jssor slider bullet skin 031 css*/
.jssorb031 {position:absolute;}
.jssorb031 .i {position:absolute;cursor:pointer;}
.jssorb031 .i .b {fill:#000;fill-opacity:0.5;stroke:#fff;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.3;}
.jssorb031 .i:hover .b {fill:#fff;fill-opacity:.7;stroke:#000;stroke-opacity:.5;}
.jssorb031 .iav .b {fill:#fff;stroke:#000;fill-opacity:1;}
.jssorb031 .i.idn {opacity:.3;}

/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}



/**************END BANNER SLIDER****************/


/****NAVIGATION*********/
/**********NAVIGATION BAR*********/

.header{
    /*background-color: #000 !important;*/
    z-index: 999;
    width: 100%;
    height: 70px;
    position: fixed;
}
.navbar{
    /*padding: 15px !important;*/
}
.bg-light{
    background-color: transparent !important;
}
.navbar-brand{
    position: absolute;
    left: 0;
    margin-left: 80px;
    padding-top: 60px;
}
.navbar-brand img{
    /*width: 75%;*/

}
.navbar-collapse{
    float: right;
    right: 0;
    position: absolute;
    margin-right: 80px;
    padding-top: 80px;
    /*margin-top: 20px;*/
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: #fff !important;


}
.navbar-nav .nav-item {
    padding-right: 25px !important;
}

.navbar-light .navbar-nav .nav-link{
    color: #fff !important;
    font-family: 'Radikal' !important;
    font-weight: lighter; !important;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #0ddd92 !important;
}

/*******END NAV BAR********/

.sticky {
    background-color: #000 !important;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;

    /*top: 52px;*/
    /*left: 5px;*/

    transform: rotate(0deg);
    box-shadow: 7px 6px 15px #333;
    margin: 0;
    padding: 0;
     transition: all ease-in-out 0.2s;
}


/*********ENQUIRY*************/
/*.enquiry{*/
/*    background-color: #000;*/
/*    opacity: 0.9;*/
/*}*/
.enquiry h2{
    color: #000;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 20px;
}
.enquiry{
    /*background-color: #c3c4c4;*/
    /*background: url("../img/Cognisive-Background.jpg") no-repeat 100% 100%;*/
    height: auto;
    /*opacity: 0.9;*/
    margin-top: 60px !important;
}
.enquiry-left{
    width: 100%;
    height: auto;
    /*border: 1px solid #333;*/
    background: url("../img/cognisive-solutions-contacts-get-touch.png") no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 75% 65%;
    padding-top: 5px;
    margin-top: 10px;
}
.frm1{
    margin-top: 50px;
    margin-bottom: 75px;
    padding-top:30px;
}
.space1{
    display: inline-block;
    width: 100% !important;
}
.space1 input[type="text"]{
    width: 100% !important;
    /*border:none none 1px none solid #fff !important;*/
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 0.5px solid #000 !important;
    background-color: transparent;
    /*border-bottom-color: #fff !important;*/
    margin-left: 30px;
    /*margin-top: 30px;*/
    color: #000;
}
.space1 input[type="email"]{
    width: 100% !important;
    /*border:none none 1px none solid #fff !important;*/
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 0.5px solid #000 !important;
    background-color: transparent;
    /*border-bottom-color: #fff !important;*/
    margin-left: 30px;
    /*margin-top: 30px;*/
    color: #000;
}
.space1 input[type="tel"]{
    width: 100% !important;
    /*border:none none 1px none solid #fff !important;*/
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 0.5px solid #000 !important;
    background-color: transparent;
    /*border-bottom-color: #fff !important;*/
    margin-left: 30px;
    /*margin-top: 30px;*/
    color: #000;
}
::placeholder{
    color: #aaa9aa;
    font-weight:200;
}
.space2 #subject{
    /*width: 97% !important;*/
    margin-top: 0px !important;
}
.space1 input[type="text"]:focus, .space2 #txtmessage{

    /*border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    background-color: transparent !important;*/
    outline: -webkit-focus-ring-color auto 0px;
}
.space1 input[type="email"]:focus, .space1 input[type="tel"]:focus{
    outline: -webkit-focus-ring-color auto 0px;
}
.space2 #txtmessage{
    width: 100% !important;
    /*border:none none 1px none solid #fff !important;*/
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 0.1px solid #000 !important;
    background-color: transparent;
    /*border-bottom-color: #fff !important;*/
    border-radius: 0px !important;
    margin-left: 30px;
    /*margin-top: 30px;*/
    /*color: #fff;*/
    padding-left:0px !important;
}
.space2 #txtmessage::placeholder{
    color: #aaa9aa;
}
.space2 #txtmessage:focus{
    outline: none !important;
}

.button-send{
    margin-top: 40px;
    margin-bottom: 40px;
    /*text-align: right;*/
    /*text-align: left;*/
    margin-left: 30px;
    /*margin-right: -10px;*/
    /*width: 50%;*/
    /*border-radius: 10%;*/
    /*display: inline;*/
    position: relative;
}
.button-send .fa-fw{
    display: inline-flex;
    position: absolute;
    /*left: 0;*/
    top: 35%;
    left:30%;
}
/************END ENQUIRY*********/

/*********FOOTER***************/
.footer{
    background-color: #000;
    opacity: 0.9;
}
.foo-col-sm{
    margin-top: 65px;
    margin-bottom: 30px;
}
.col-sm{

}
.col-sm h4{
    color: #fff;
}
.col-sm h6{
    color: #00d2d4;
    margin-top: 35px;
    margin-bottom: 35px;
    border-bottom: 0.4px solid #1b1e21;
    padding-bottom: 3px;
}
.col-sm .mail{
    padding-bottom: 50px;
    color: #fff !important;
}
.mail:hover{
    color: #4fc9f6 !important;
    text-decoration: none;
}
.col-sm .ico{
    margin-left: 13px;
}
.ico:hover{
    color: #4fc9f6 !important;
}
.ico{
    color: #fff !important;
}
.col-sm address{
    color: #fff;
    /*padding: 5px;*/
}
.quick-links{

}
.quick-links li{
 display: inline !important;
    padding-left: 18px;
}
.quick-links li:first-child{
    padding-left: 0px;
}
.quick-links li a{
    color: #fff;
}
.quick-links li a:hover{
    text-decoration: none;
    color: #00d2d4;
}

.card-footer p{
    color: #fff;
}
/*********END FOOTER***********/



/* Icon 1 */

.animated-icon1 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span{
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #38c8d4;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.navbar-light .navbar-toggler{
    border-color: transparent !important;
}
.navbar-light .navbar-toggler:active{
    border: none !important;
}
.navbar-toggler{
    border: none !important;
}
button:focus{
    outline: 0px !important;
}


html {
    /*overflow: auto;*/
    scroll-behavior: smooth;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 0px;
    background-color: #38c8d4 !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background-color: #38c8d4 !important;
}

#particles-js{
    /*position: relative !important;*/
    /*z-index: -1 !important;*/
    width: 98%;
    height: 500px;
    background-color: #fff;
    /*background-image: url('');*/
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /*padding-top: 200px;*/
    position: relative;
}

.web-process{
    margin-top: 40px;
    background: url("../img/Cognisive-Background.jpg") no-repeat;
    background-size: 100% 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center !important;
    position: relative;
    overflow: hidden;
}
.process{
    width: 100%;
}
.web-process img{
    /*width: 80%;*/
    /*margin-left: 120px;*/
    display: inline-flex;
}
.web-process h3{
    padding-bottom: 65px;
    position: relative;
}
.web-process h3:before{
    content: "";
    font-family: 'FontAwesome';
    position: absolute;
    top: 16%;
    left: 30%;
    /*transform: translateY(-10%);*/
    /*display: inline-block;*/
    width: 100px;
    border-bottom: 2px solid #00d2d4;
    z-index: 1;
}
.web-process h3::after{
    content: "";
    font-family: 'FontAwesome';
    position: absolute;
    top: 16%;
    left: 63%;
    /*transform: translateY(-10%);*/
    /*display: inline-block;*/
    width: 100px;
    border-bottom: 2px solid #00d2d4;
    z-index: 1;
}
.services{
    margin-top: 40px;
    /*background: url("../img/Cognisive-Solutions-Services-Background.jpg") no-repeat;*/
    background-size: 100% 100%;
    /*height: 500px;*/
    /*margin-bottom: 65px;*/
    /*z-index: -2;*/
    padding-top:40px;
    padding-bottom: 40px;
}
.top-intro{
    margin-top: 10px;
    margin-bottom: 60px !important;
}
.top-intro-box{
    /*text-align: center;*/
    /*!*border: 1px solid #38c8d4;*!*/
    /*height: auto;*/
    /*margin-bottom: 65px !important;*/
    /*border: 1px solid #ddd;*/
    transform: rotate(0deg);
    margin-left: 30px;
    flex: 0 0 30% !important;
    max-width: 30% !important;

}
.top-intro-box:hover{
    -webkit-box-shadow: 0 0 30px 0px rgba(0,0,0,0.18);
    -webkit-transform: translate(0, -10px);
    transition: all .3s ease-out;
    border: none !important;
}
.top-intro-box .box-inner{
    /*height: 200px;*/
    /*width: 75%;*/
    /*position: relative;*/
    /*border: 1px solid #38c8d4;*/
    /*border-radius: 49.5%;*/
    /*border-right: none !important;*/
    /*border-right: transparent !important;*/
}
/*.top-intro-box .box-inner:before {*/
/*    width: 252px;*/
/*    height: 252px;*/
/*    border: 2px solid #00d2d4;*/
/*    content: '';*/
/*    border-radius: 50%;*/
/*    position: absolute;*/
/*    !*top: -78px;*!*/
/*    !*left: 10;*!*/
/*    left: 16%;*/
/*}*/
.box-inner .inner-content{
    /*!*width: 200px;*!*/
    /*height: 150px;*/
    /*!*position: relative;*!*/
    /*background-color: #fff;*/
    /*!*top: 30%;*!*/
    /*!*left: 25%;*!*/
    /*padding-top: 25px;*/
    /*!*display: inline-flex;*!*/
}
.icon{
    /*position: absolute;*/
    /*left: 45%;*/
    /*top: 45%;*/
    background: url("../img/cognisive-solutions-icons-bg.png") no-repeat ;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    background-position-x: center;
    background-position-y: center;
}
.inner-content{
    /*width: 65%;*/
    /*position: absolute;*/
    /*background-color: #fff;*/
    /*left: 70%;*/
    /*top: 25%;*/
    /*overflow: hidden;*/
    padding-bottom: 30px;
}
.inner-content h4{
    width: 100% !important;
    text-align: center;
    padding-bottom: 10px;
}
.inner-content p{
    width: 100%;
    text-align: center;
}
.service-inner-box-left{
    /*width: 30%;*/
    height: 100px;
    /*float: left;*/
    text-align: center !important;
    /*margin-top: 100px;*/
    left: 50px;
    /*padding-top: 45px;*/
    background: url("../img/cognisive-solutions-icons-bg.png") no-repeat ;
    background-position-x: center;
    background-position-y: center;
}
.service-inner-box-left .dummy-white{
    /*height: 30px;*/
    /*width: 30px;*/
    /*background-color: #fff;*/
    /*margin-left: 75px;*/
    /*z-index: 999 !important;*/
    /*overflow: visible;*/
}
.service-inner-box-right{
    /*margin-top: 100px;*/
    /*width: 70%;*/
    height: 100px;
    /*float: left;*/
    text-align: center !important;
    /*padding-top: 20px;*/
}
.service-inner-box-left p{
    padding-top: 20px;
    text-align: center !important;
    /*width: 85%;*/
}
.service-inner-box-right p{
    padding-top: 20px;
    /*width: 85%;*/
    text-align: center !important;
}
.service-inner-box-left h4{
    padding-top: 30px;
}
.service-inner-box-right h4{
    padding-top: 30px;
}
.service-inner-box-left:before{
    width: 80px;
    height: 80px;
    /*border: 2px solid #00d2d4;*/
    content: '';
    border-radius: 50%;
    /*position: absolute;*/
    /*z-index: -2 !important;*/
    /*border-bottom: none !important;*/
    /*top: -78px;*/
    /*left: 10;*/
    /*left: 16%;*/

    /*    content: '';*/
    /*    border: 2px solid #04d1d6;*/
    /*    width: 80px;*/
    /*    height: 80px;*/
    /*    position: absolute;*/
    /*    top: 15px;*/
    /*    left: 53%;*/
    /*    margin-left: -100px;*/
    /*    border-radius: 50%;*/
}
.service-inner-box-left .fa-fw{
    margin-left: 20px;
    margin-top: 25px;
    /*margin-bottom: 70px;*/
}
.bottom-service{
    /*margin-top: 70px;*/
}


/************SERVICE PAGE STARTS**************/
.top-banner{

}
.top-banner img{
    width: 100%;
}
.ser-page-content{
    height: auto !important;
    margin-top: 0px !important;
}
.ser-box{
    height: auto !important;
    margin-top: 30px;
}
.services .we-do{
    float: left;
    text-align: center !important;
    height: auto;
    /*margin-top: 30px;*/
    /*margin-bottom: 30px;*/
    /*border: 1px solid #ddd;*/
}
.services .we-do:hover{
    -webkit-box-shadow: 0 0 30px 0px rgba(0,0,0,0.18);
    -webkit-transform: translate(0, -10px);
    transition: all .3s ease-out;
}
.services .we-do .we-do-top{
    height: 120px;
    padding-top: 40px;
    background: url("../img/cognisive-solutions-icons-bg.png") no-repeat;
    background-position-y: center;
    background-position-x: center;
}
.services .we-do .we-do-top .pe-va{
    font-size: 45px;
}
.services .we-do .we-do-bottom{
    padding-top: 30px;
}
.services .we-do .we-do-bottom h4{
    padding-bottom : 20px;
}


/*******IMPORTANT BEFORE**********/
/*.world-icons .gem-icon-with-text-icon:before {*/
/*    content: '';*/
/*    border: 2px solid #04d1d6;*/
/*    width: 180px;*/
/*    height: 180px;*/
/*    position: absolute;*/
/*    top: 15px;*/
/*    left: 53%;*/
/*    margin-left: -100px;*/
/*    border-radius: 50%;*/
/*}*/
.ident-top{
    text-align: center !important;
    max-width: 100% !important;
    flex: 100%;
}
.ident-top img{
    width: 55%;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #0ddd92 !important;
}
.contact-top{
    /*background: url("../img/CognisiveSolutions-Contacts-background.png") no-repeat;*/
    /*background-size: cover;*/
    height: 300px;
    /*position: relative;*/
    /*margin-top: 100px;*/
    padding-top: 30px;
}
.g-map{
    width: 100%;
    height: 400px;
}
.g-map iframe{
    width: 100%;
}
.col-lg-4{
    /*position: absolute !important;*/
}
.inner-contact-boxes{
    /*width: 100%;
    height: 270px;*/
    /*border: 1px solid #00d2d4;*/
    /*position: relative;*/
    /*top:-50%;*/
    /*border-bottom-left-radius: 25%;*/
    /*background-color: #ddd;*/
    /*border-radius: 15px;*/
    /*overflow: hidden;*/
}
.icon-box{
    position: relative;
    overflow: visible !important;
}
/*.icon-box:before{
        content: '';
        border: 2px solid #04d1d6;
        width: 80px;
        height: 80px;
        position: absolute;
        top: 15px;
        left: 38%;
        margin-left: -100px;
        border-radius: 50%;
        background-color: #fff;
}*/
/*.icon-box img{
   position: absolute;
    margin-top: 12% !important;
    left: 45%;
    width: 35px;
}*/
.con-details{
    /*position: absolute;*/
    /*left: 32.5%;*/
    /*top: 25%;*/
    width: 100%;
    text-align: center !important;
    /*padding-top: 120px;*/
     /*padding-top: 20px;*/
     padding-bottom: 30px;
}
.con-details h5{
    padding-bottom: 20px;
    color: #000 !important;
    /*position: absolute;*/
    text-align: center;
/*    left: 38%;
    top: 39.5%;*/
}
.con-details a{
    color: #000;
    margin-top: 20px;
}
.con-details a:hover{
    color: #00d2d4;
    text-decoration: none;
    transition: 1s all ease-in-out;
}
.con-details p{
    color: #000;
    margin-bottom: 0px !important;

}
.con-details address{
    color: #000;
    /*padding-top: 20px;*/
    visibility: visible !important;
    margin-bottom: 0px;
}
.quote{
    width: 100%;
}
.quote h2{
    width: 100%;
    text-align: center;
    color: #000;
    margin-top: -25px;
}
.in-box{
    /*position: absolute;
    width: 100%;
    height: 60%;*/
    /*background-color: #fff;*/
    /*background-image: url("../img/cognisive-contacts-pattern.jpg");*/
    /*background-repeat: no-repeat;*/
    /*overflow: hidden;*/
    /*background-size: 100% 120%;*/
    /*border: 1px solid #ddd;*/
}
/*.in-box::after{
    content: '';
    /*border: 2px solid #04d1d6;*/
   /* width: 120px;
    height: 60px;
    position: absolute;
    top: 90%;
    left: 30%;*/
    /*margin-left: -100px;*/
    /*border-radius: 12px;*/
    background-color: #ddd;
}*/
.top-content h1:after{
    /*content: '';*/
    /*!*border: 2px solid #04d1d6;*!*/
    /*width: 120px;*/
    /*height: 1px;*/
    /*position: absolute;*/
    /*top: 60px;*/
    /*left: 45%;*/
    /*border: 1px solid #00d2d4;*/
}
.in-box .icon .pe-va{
    font-size: 41px;
}

.c-boxes:hover
{
    -webkit-box-shadow: 0 0 30px 0px rgba(0,0,0,0.18);
    -webkit-transform: translate(0, -10px);
    transition: all .3s ease-out;
    border: none !important;
}


.process-left{
    /*position: absolute;*/
    /*left: -1%;*/
    /*top: 0%;*/
    width: 35%;
    float: left;
}
.process-left img{
    width: 100%;
}
.process-right{
    /*position: absolute;*/
    /*right: -3%;*/
    /*bottom: 1%;*/
    margin-left: 8%;
    width: 55%;
    float: left;
}
.process-right h5{
    text-align: left !important;
    padding-bottom: 20px;
}
.process-right p{
    text-align: left !important;
    padding-bottom: 20px;
}
.process-right img{
    padding-top: 60px;
    width: 100%;
}
.top-intro-box .pe-va{
    font-size: 50px;
}
.btn-white:hover {
    color: #fff;
    background-color: #82c434;
    border-color: #82c434;
}
.learn-box{
    text-align: center !important;
    margin-top: 135px;
}
.learn-box a{
    color: #fff;
    font-family: 'Radikal';
    font-size: 1rem !important;
    padding: 0.7rem !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    background-color: #19cfba !important;
    border: none !important;
}
.learn-box a:hover{
    background-color: #00d2d4;
    color: #000;
    transition: all 0.3s ease-in-out;
}
.top-footer-box{
    text-align: center !important;
    margin-top: 30px;
}
.top-footer-box a{
    color: #fff;
    font-family: 'Radikal';
    font-size: 1rem !important;
    padding: 0.7rem !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    background-color: #19cfba !important;
    border: none !important;
    margin-left: 20px;
    margin-bottom: 10px;
}
.top-footer-box a:hover{
    background-color: #00d2d4;
    color: #000;
    transition: all 0.3s ease-in-out;
}
.process-box{
    margin-top: 40px;
    height: 100px;
    border:  1px solid #ddd;
    /*background: url("../img/cognisive-solutions-icons-bg.png") no-repeat ;*/
    background-position-x: center;
    background-position-y: center;
    margin-left: 10px;
    /*border-right: 1px solid #ddd;*/
}
.process-box:last-child{
    /*border-right: none !important;*/
}
.process-box .pe-va{
    padding-top: 25px;
    padding-bottom: 30px;
    font-size: 52px;
}
.process-box p{
    text-align: center !important;
}
.process-box:hover{
    cursor: pointer;
    -webkit-box-shadow: 0 0 30px 0px rgba(0,0,0,0.18);
    -webkit-transform: translate(0, -10px);
    transition: all .3s ease-out;
    border: none !important;
}


/*******PRODUCTS CAROUSAL START******/



.cta-100 {
    /*margin-top: 100px;*/
    padding-left: 1%;
    padding-top: 1%;
}
.col-md-4{
    padding-bottom:20px;
}

.white {
    color: #fff !important;
}
.mt{
    float: left;
    margin-top: -15px;
    /*padding-top: 20px;*/
    margin-left: 80px;

}
.mt .btn{
    border-radius: 0rem !important;
    background-color: #19cfba !important;
}
.mt .btn:hover{
    color: #000 !important;
    transition: all 0.3s ease-in-out !important;
}

.bg-blue-ui {
    background-color: #708198 !important;
}
figure img{width:300px;}

#blogCarousel {
    padding-bottom: 100px;
}

.blog .carousel-indicators {
    left: 0;
    bottom: 30px;
    height: 5%;
}


/* The colour of the indicators */

.blog .carousel-indicators li {
    background: #708198;
    /*border-radius: 50%;*/
    width: 30px;
    height: 1px;
    border-bottom: 2px solid transparent !important;
    border-top: 2px solid transparent !important;
}

.blog .carousel-indicators .active {
    background: #0fc9af;
}




.item-carousel-blog-block {
    outline: medium none;
    padding: 15px;
}

.item-box-blog {
    border: 1px solid #dadada;
    text-align: center;
    z-index: 4;
    /*padding: 20px;*/
}
.item-box-blog:hover{
    cursor: pointer;
    -webkit-box-shadow: 0 0 30px 0px rgba(0,0,0,0.18);
    -webkit-transform: translate(0, -10px);
    transition: all .3s ease-out;
    border: none !important;
}

.item-box-blog-image {
    position: relative;
}

.item-box-blog-image figure img {
    width: 100%;
    height: auto;
}

.item-box-blog-date {
    position: absolute;
    z-index: 5;
    padding: 4px 20px;
    /*top: -20px;*/
    /*right: 8px;*/
    /*background-color: #26e0b4 !important;*/
    background-color: transparent !important;
    display: inline-flex;
    left: -7%;
}
.item-box-blog-image figure{
    margin: 0rem !important;
    /*padding-top: 40px;*/
}
.item-box-blog-date span {
    color: #000;
    display: block;
    text-align: center;
    /*line-height: 1.2;*/

}
.item-box-blog-date .fa-fw{
    font-size: 30px;
    color: #333;
    display: flex;
    margin-top: 20px;
    margin-left: 5px;
}

.item-box-blog-date span.mon {
    font-size: 18px;
}

.item-box-blog-date span.day {
    font-size: 16px;
}

.item-box-blog-body {
    /*padding: 10px;*/
    text-align: center !important;
}

.item-heading-blog a h5 {
    margin: 0;
    line-height: 1;
    text-decoration:none;
    transition: color 0.3s;
}

.item-box-blog-heading a {
    text-decoration: none;
}

.item-box-blog-data p {
    font-size: 13px;
}

.item-box-blog-data p i {
    font-size: 12px;
}

.item-box-blog-text {
    max-height: 100px;
    overflow: hidden;
}
.item-box-blog-text p{
    padding: 5px !important;
}

.mt-10 {
    float: left;
    /*margin-top: -10px;*/
    padding-top: 10px;
}

.btn.bg-blue-ui.white.read {
    cursor: pointer;
    padding: 4px 20px;
    float: left;
    margin-top: 10px;
}

.btn.bg-blue-ui.white.read:hover {
    box-shadow: 0px 5px 15px inset #4d5f77;
}

.item-box-blog-heading h5{
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
}
.item-box-blog-data{
    height: 90px;
    background: url("../img/cognisive-solutions-icons-bg.png") no-repeat;
    background-position-x: center;
    background-position-y: center ;
    margin-bottom: 20px;
    /*background-size: 80% 80%;*/
}
.item-box-blog-data .fa-fw{
    font-size: 45px;
    padding-top: 5px;
}
.item-box-blog-data .pe-va{
    font-size: 45px;
    padding-top: 5px;
}
.item-box-blog-text {
    margin-bottom: 20px;
}
/*.item-box-blog-data .ti-va{*/
/*    font-size: 35px;*/
/*    padding-top: 20px;*/
/*}*/
/******PRODUCTS CAROUSAL END********/

.dropdown-menu{
    display: block !important;
}
.quotes{
    background: url("../img/Cognisive-Background.jpg") no-repeat 100% 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative;
}
.quotes img{
    position: absolute;
    right: 0%;
    bottom: 15%;
}
.quotes h5{
    text-align: center;
}
.item-box-blog-data .ti-va{
    font-size: 45px;
}
.tech-services{
    margin-top: 50px;
    margin-bottom: 65px;
    align-items: center !important;
    text-align: center !important;
}
.tech-box{
    text-align: center;
    margin-bottom: 50px;
}
.tech-box:first-child{
    /*margin-left: 100px;*/
}
.tech-box img{
    width: 65%;
}
.tech-box img:hover{
    cursor: pointer;
    -webkit-box-shadow: 0 0 30px 0px rgba(0,0,0,0.18);
    -webkit-transform: translate(0, -10px);
    transition: all .3s ease-out;
}
.page-banners{

}
.page-banners img{
    width: 100%;
}

.portfolio-box{
    margin-bottom: 65px;
    margin-top: 65px;
}
.portfolio-box .work-box{
    height: 420px;
    border: 1px solid #00d2d4;
    margin-left: 50px;
    margin-bottom: 70px;
    overflow: hidden;
    padding: 0px !important;
    /*background-image: url("../img/cognisive-solutions-bg-mac.png");*/
}
.portfolio-box .work1{
    height: 400px;
    background-image: url("../img/cognisive-solutions-portfolio-aashira-constructio.png");
    transition: background-position 2.5s ease-out 0.5s;
    background-position: top center;
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    /*height: 100%;*/
}
.portfolio-box .work2{
    height: 400px;
    background-image: url("../img/cognisive-solutions-portfolio-360a-architects.png");
    transition: background-position 2.5s ease-out 0.5s;
    background-position: top center;
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    /*height: 100%;*/
}
.portfolio-box .work3{
    height: 400px;
    background-image: url("../img/cognisive-solutions-dotrix-designers.png");
    transition: background-position 2.5s ease-out 0.5s;
    background-position: top center;
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    /*height: 100%;*/
}
.portfolio-box .work4{
    height: 400px;
    background-image: url("../img/cognisive-solutions-portfolio-advisewise-website.png");
    transition: background-position 2.5s ease-out 0.5s;
    background-position: top center;
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    /*height: 100%;*/
}

.portfolio-box .work5{
    height: 400px;
    background-image: url("../img/cognisive-solutions-portfolio-lucky-finance.png");
    /*background-image: url("../img/cognisive-solutions-portfolio-jewellers.png");*/
    /*background-image: url("../img/cognisive-solutions-advisewise-portfolio-admin-portal.png");*/
    transition: background-position 2.5s ease-out 0.5s;
    background-position: top center;
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    /*height: 100%;*/
}
.portfolio-box .work6{
    height: 400px;
    background-image: url("../img/cognisive-solutions-portfolio-advisewise-solutions.png");
    /*background-image: url("../img/cognisive-solutions-portfolio-boutique-shop-demo.png");*/
    transition: background-position 2.5s ease-out 0.5s;
    background-position: top center;
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    /*height: 100%;*/
}

.portfolio-box .work7{
    height: 400px;
    background-image: url("../img/cognisive-solutions-portfolio-boutique-shop-demo.png");
    /*background-image: url("../img/cognisive-solutions-portfolio-mobile-shop-demo.png");*/
    /*background-image: url("../img/cognisive-solutions-portfolio-lucky-finance-portal.png");*/
    transition: background-position 2.5s ease-out 0.5s;
    background-position: top center;
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    /*height: 100%;*/
}
.portfolio-box .work8{
    height: 400px;
    background-image: url("../img/cognisive-solutions-portfolio-timbers-and-sawmills-demo.png");
    /*background-image: url("../img/cognisive-solutions-portfolio-luckyfinance-collections-app.png");*/
    transition: background-position 2.5s ease-out 0.5s;
    background-position: top center;
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    /*height: 100%;*/
}
.portfolio-box .work9{
    height: 400px;
    background-image: url("../img/cognisive-solutions-portfolio-mobile-shop-demo.png");
    /*background-image: url("../img/cognisive-solutions-portfolio-sivaram-beach-house-resort.png");*/
    /*background-image: url("../img/cognisive-solutions-portfolio-luckyfinance-customers-app.png");*/
    transition: background-position 2.5s ease-out 0.5s;
    background-position: top center;
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    /*height: 100%;*/
}
.portfolio-box .work10{
    height: 400px;
    background-image: url("../img/cognisive-solutions-portfolio-sivaram-beach-house-resort.png");
    /*background-image: url("../img/cognisive-solutions-portfolio-modern-concrete-works.png");*/
    /*background-image: url("../img/cognisive-solutions-portfolio-SPS-app.png");*/
    transition: background-position 2.5s ease-out 0.5s;
    background-position: top center;
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    /*height: 100%;*/
}
.portfolio-box .work11{
    height: 400px;
    background-image: url("../img/cognisive-solutions-portfolio-jewellers.png");
    /*background-image: url("../img/cognisive-solutions-advisewise-portfolio-admin-portal.png");*/
    /*background-image: url("../img/cognisive-solutions-portfolio-utility-app.png");*/
    transition: background-position 2.5s ease-out 0.5s;
    background-position: top center;
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    /*height: 100%;*/
}
.portfolio-box .work12{
    height: 400px;
    background-image: url("../img/cognisive-solutions-portfolio-modern-concrete-works.png");
    /*background-image: url("../img/cognisive-solutions-advisewise-student-portals.png");*/
    transition: background-position 2.5s ease-out 0.5s;
    background-position: top center;
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    /*height: 100%;*/
}

.portfolio-box .work13{
    height: 400px;
    background-image: url("../img/cognisive-solutions-portfolio-dynamic-site-login-demo.png");
    /*background-image: url("../img/cognisive-solutions-advisewise-student-portals.png");*/
    transition: background-position 2.5s ease-out 0.5s;
    background-position: top center;
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    /*height: 100%;*/
}

.portfolio-box .work14{
    height: 400px;
    background-image: url("../img/cognisive-solutions-advisewise-portfolio-admin-portal.png");
    /*background-image: url("../img/cognisive-solutions-advisewise-student-portals.png");*/
    transition: background-position 2.5s ease-out 0.5s;
    background-position: top center;
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    /*height: 100%;*/
}

.portfolio-box .work15{
    height: 400px;
    /*background-image: url("../img/cognisive-solutions-portfolio-dynamic-site-login-demo.png");*/
    background-image: url("../img/cognisive-solutions-advisewise-student-portals.png");
    transition: background-position 2.5s ease-out 0.5s;
    background-position: top center;
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    /*height: 100%;*/
}

.portfolio-box .work16{
    height: 400px;
    background-image: url("../img/cognisive-solutions-portfolio-lucky-finance-portal.png");
    /*background-image: url("../img/cognisive-solutions-advisewise-student-portals.png");*/
    transition: background-position 2.5s ease-out 0.5s;
    background-position: top center;
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    /*height: 100%;*/
}

.portfolio-box .work17{
    height: 400px;
    background-image: url("../img/cognisive-solutions-portfolio-luckyfinance-collections-app.png");
    /*background-image: url("../img/cognisive-solutions-advisewise-student-portals.png");*/
    transition: background-position 2.5s ease-out 0.5s;
    background-position: top center;
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    /*height: 100%;*/
}

.portfolio-box .work18{
    height: 400px;
    /*background-image: url("../img/cognisive-solutions-portfolio-dynamic-site-login-demo.png");*/
    background-image: url("../img/cognisive-solutions-portfolio-luckyfinance-customers-app.png");
    transition: background-position 2.5s ease-out 0.5s;
    background-position: top center;
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    /*height: 100%;*/
}

.portfolio-box .work19{
    height: 400px;
    background-image: url("../img/cognisive-solutions-portfolio-SPS-app.png");
    /*background-image: url("../img/cognisive-solutions-advisewise-student-portals.png");*/
    transition: background-position 2.5s ease-out 0.5s;
    background-position: top center;
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    /*height: 100%;*/
}

.portfolio-box .work20{
    height: 400px;
    /*background-image: url("../img/cognisive-solutions-portfolio-dynamic-site-login-demo.png");*/
    background-image: url("../img/cognisive-solutions-portfolio-utility-app.png");
    transition: background-position 2.5s ease-out 0.5s;
    background-position: top center;
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    /*height: 100%;*/
}

.portfolio-box .work21{
    height: 400px;
    /*background:;*/
    /*background-image: url("../img/cognisive-solutions-portfolio-dynamic-site-login-demo.png");*/
    /*background-image: url("../img/cognisive-solutions-portfolio-utility-app.png");*/
    transition: background-position 2.5s ease-out 0.5s;
    background-position: top center;
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    /*height: 100%;*/
}

/**/

.portfolio-box .work-box:first-child{
    margin-left: 135px;
}
.portfolio-box .work-box:hover{
    /*-webkit-box-shadow: 0 0 30px 0px rgba(0,0,0,0.18);*/
    /*-webkit-transform: translate(0, -10px);*/
    /*transition: all .3s ease-out;*/
    background-position: bottom center!important;
    transition: background-position 5s linear 0s;
}
.work-box .bg-box{
    width: 100% !important;
    height: auto !important;
}
.work-box .bg-box img{
    width: 100%;
}
.portfolio-box .work-box .work-box-bottom{
    height: 50px;
    width: 100%;
    background: #000;
    opacity: 0.8;
    margin: 0px !important;
    padding-right: 0px !important;
    position: absolute;
    bottom: 0;
    display: inline-flex;
    /*z-index: 9999 !important;*/
}
.work-box-bottom h6{
    color: #fff !important;
    padding-left: 10px;
    padding-top: 15px;
    font-weight: lighter;
}
.work-box-bottom .fa-fw{
    color: #fff;
    margin-left: 10px;
    margin-top: 15px;
    font-size: 20px;
}
.work-box-bottom .pe-va{
    position: absolute;
    right:5px;
    font-size: 34px;
    color: #00d2d4;
    margin-top: 10px;
}

/*PRODUCTS START*/
.products{
    /*margin-top: 60px;*/
    /*margin-bottom: 60px;*/

}
.product-box{
    height: auto;
    width: 100%;
    /*border: 1px solid #ddd;*/
    display: inline-flex;
    /*background: url("../img/Cognisive-Background.jpg") no-repeat;*/
    /*margin-top: 65px;*/
    /*margin-bottom: 65px;*/
}
.product-box-left{
    /*border: 1px solid #ddd;*/
    height: 400px;
    text-align: center;
    align-items: center;
}
.product-box-left img{
    width: 90%;
    padding-top: 50px;
}
.product-box-right{
    /*border: 1px solid #ddd;*/
    height: auto;
    margin-top: 50px;
    margin-bottom: 10px;
    padding-left: 60px;
    /*display: inline-flex;*/
}
.product-box-right .fa-fw:first-child{
    margin-left: 30px !important;
}
.product-box-right .fa-fw{
    display: inline-flex;
    font-size: 25px !important;
    margin-left: 5px;
    color: #19cfba ;
}
.product-box-right h5{
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-flex;
}
.product-box-right p{
    text-align: justify;
    padding-top: 10px;
    line-height: 1.8;
}
.product-box-right .learn-box{
    margin-top: 30px !important;
    text-align: left !important;
}

/***START FEATURES PAGE STYLES****/
.features{
    margin-top: 75px;
    margin-bottom: 65px;
}
.feature-box{
    width: 100%;
    height: auto;
    display: inline-flex;
    text-align: center !important;
}
.feature-box h6{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.feature-box-left{
    height: 600px;
    background: #f7f8f9;
    -webkit-border-top-left-radius: 25px;
    /*border-bottom-left-radius: 25px;*/
    -webkit-border-bottom-left-radius: 25px;
}
.feature-box-left .top-title,.feature-box-middle .top-title, .feature-box-right .top-title{
    background: url("../img/cognisive-solutions-icons-bg.png") no-repeat;
    height: 100px;
    text-align: center;
    background-position-x: center;
    background-position-y: center;
    padding-top: 30px;
    margin-top: 25px;
    z-index: 2 !important;
}
.feature-box-left .top-title .fa-fw,.feature-box-middle .top-title .fa-fw,.feature-box-right .top-title .fa-fw{
    font-size: 42px;
    z-index: 2 !important;
}
.feature-box-left .top-title .ti-va, .feature-box-right .top-title .ti-va{
    font-size: 42px;
    z-index: 2 !important;
}
.feature-box-middle{
    /*background: #ddd;*/
    height: 660px;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    /*border-bottom-left-radius: 25px;*/
    -webkit-border-bottom-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    /*position: relative;*/
    z-index: 2;
    top: -30px;
    /*padding: 50px 0 70px 0;*/
    border-radius: 25px;
    -webkit-border-radius: 25px;
    background-color: #ffba00;
    /*background-color: #e9e9e9;*/
    /*color: #005e59;*/
    /*opacity: 0.7;*/
    color: #000;
    -moz-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
    -webkit-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
    box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
    padding-bottom: 50px;
}
.feature-box-right{
    background: #f7f8f9;
    -webkit-border-top-right-radius: 25px;
    /*border-bottom-left-radius: 25px;*/
    -webkit-border-bottom-right-radius: 25px;
    height: 600px;
}

.feature-box-left .finance-list li{
    list-style: none;
    text-align: left !important;
    line-height: 2.1;
    padding-left: 35px;
    font-size: 14px !important;
    background: url(../img/cognisive-solutions-checked.png) no-repeat 0% 50%;
    margin-left: 35px;
}

.feature-box-middle .finance-list{
    padding-top: 10px;
}
.feature-box-middle .finance-list li{
    list-style: none;
    text-align: left !important;
    line-height: 2.5;
    padding-left: 35px;
    font-size: 14px !important;
    background: url(../img/cognisive-solutions-checked-white.png) no-repeat 0% 50%;
    margin-left: 35px;
}

.feature-box-right .finance-list li{
    list-style: none;
    text-align: left !important;
    line-height: 2.1;
    padding-left: 35px;
    font-size: 14px !important;
    background: url(../img/cognisive-solutions-checked.png) no-repeat 0% 50%;
    margin-left: 35px;
}
/**/

/*DMCA*/
.dmca-box{
    margin-top: 30px;
}
/**/


.fixed-logo {
    position: fixed;
    left: -3px;
    bottom: 40px;
    background-color: transparent;
    text-align: center;
}
.fixed-logo-right {
    position: fixed;
    right: -3px;
    bottom: 30px;
    /*background-color: transparent;*/
    /*text-align: center;*/
}
.fixed-logo img {
     width: 39%;
    margin-left: -12px;
}
div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button div.wh-widget-button-icon{
    width:40px !important;
    height:40px !important;
}
.home-page-banners{
    width: 100%;
    /*height: 560px;*/
}
.home-page-banners img{
    width: 100%;
     /*height: 560px;*/
}

.btnReadmore{
    position: absolute !important;
    left:52.5%;
    top: 50%;
    z-index: 2 !important;
    width: 150px;
    height: 47px;
    background-color: #a2d1d5;
    text-align: center;
    color: #fff;
    padding-top: 10px;
}
.btnReadmore:hover{
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease-in-out;
}
.mobile-page-banners{
    display: none;
}
.bootstrap-maxlength{
    font-size: 14px !important;
}

/*Home-Page-Carousel*/

.pbox{
    margin-left: 10px;
    margin-right: 10px;
}
.products-carousel{
    padding-bottom: 70px;
}
.products .owl-nav, .products .owl-dots {   
    margin-top: 30px;
    text-align: center;
}
.item-box-blog-text p {
    padding: 10px !important;
}
.products .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 4px;
    /* border-radius: 50%; */
    background-color: #ddd;
}
.products .owl-dot.active {
    background-color: #19cfba;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    background: #ddd;
}
.products .owl-carousel{
    z-index: auto;
}
.enquiry .enquiry-form{
    /*margin-top: 60px;*/
    /*border:  1px solid #ddd;*/
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    display: inline-flex ;
    background-color: #f5f5f5;
    /*text-align: center !important;*/
}
.enquiry-form::placeholder{
    color: #f5f5f5 !important;
}
.frm-enquiry{
    width: 100%;
}
.enquiry .enquiry-form .enquiry-lft{
    margin-right: 10px;
    margin-left: 0px;
}
.enquiry .enquiry-form .enquiry-rgt{
    margin-right: 0px;
    /*margin-left: 10px;*/
}
.captcha-box{
    display: inline-flex;
    padding-top: 40px;
}
.captcha-box .form-control{
    margin-right: 10px;
    margin-left: 10px;
}
.enquiry-form .form-control{
    border-radius: 0px;
    height: 42px;
}
.captcha-box .captcha-refresh{
    padding-left: 15px;
    padding-top: 10px;
}
.captcha-box #in-captcha{
    height: 50px;
}
.enquiry .button-send{
    margin-top: 5px;
    margin-left: 0px;
    margin-bottom : 0px;
}
 textarea:focus, input:focus{
    outline: none !important;
}


