html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
}

body {
    letter-spacing: 0.55px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    margin-top: 120px;
    color: #203445;
}


/*text*/

h1 {
    font: 900 32px / 1.6 'Noto Sans', sans-serif;
    letter-spacing: .75px;
}

h2 {
    font: 900 36px / 1.6 'Noto Sans', sans-serif;
}

h3 {
    font: 400 26px / 1.6 'Noto Sans', sans-serif;
}

h4 {
    font: 400 17px / 1.6 'Noto Sans', sans-serif;
}

h5 {
    font: 700 15px / 1.6 'Noto Sans', sans-serif;
}

h6 {
    font: 100 14px / 1.6 'Noto Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    width: 100%;
}

p,
li,
label,
.form-control {
    font: 400 15px / 26px 'Karla', sans-serif;
}

li {
    line-height: 30px;
}


/*  animation*/

body,
nav,
li,
a,
.btn,
.sub-menu li,
.navbar-brand img,
.sol-list .list-item h4,
#chatbot-frame {
    -webkit-transition: all .51s ease;
    -moz-transition: all .51s ease;
    -o-transition: all .51s ease;
    -ms-transition: all .51s ease;
    transition: all .51s ease;
}


/*Color*/


a {
    color: #2071B9;
}

.badge-primary {
    background: #2071B9;
}


.btn {
    outline: 0;
    font: 400 15px / 25px 'karla', sans-serif;
    padding: 8px 48px;
    border-radius: 4px;
    border: solid 1px #2071B9;
}

.btn-primary,
.btn-second:hover {
    background: #2071B9 !important;
    color: #fff !important;
}

.btn-white {
    color: #203445 !important;
    background: #fff !important;
    border: 0;
}

/* Green Button */
.btn-green,
.btn-gsecond:hover {
    background: #3CB371 !important;
    color: #fff !important;
	border-color: #3CB371;
}
.
/*General Class*/

a {
    text-decoration: none !important;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding: 0;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.navbar-toggle {
    margin-top: 24px;
}

.container-s {
    width: 98%;
    max-width: 1800px;
    margin: 0 auto;
}

/*Navigation*/

.top-menu-strip {
    width: 100%;
    background: #2e4e69;
    position: fixed;
    padding: 4px 0;
    top: 0;
    height: 32px;

    z-index: 10040;

}

.top-menu-strip a,
.top-menu-strip p {
    padding: 0 16px;
    color: #fff;
    font: 400 12px / 24px 'noto sans', sans-serif;
}

.top-menu-strip p {
    opacity: .75;
}

.top-menu-strip a:hover {}


nav,
.navbar-header {
    height: 80px;
    background: #fff;
    margin-top: 24px;
}

.navbar-nav > li {
    position: relative;
    margin: 15px 20px !important;
}

.navbar-nav > li > a {
    font: 400 15px / 20px 'Karla', sans-serif;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #2C5276 !important;
}

.navbar-nav > li > a.current {
    font-weight: 900;
}

.navbar-nav > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2071B9;
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.navbar-nav > li > a i {
    opacity: .75;
    font-size: 13px;
    bottom: 1px;
    position: relative;
    left: 2px;
}

.navbar-nav > li.active > a:before,
.navbar-nav > li > a:hover:before {
    left: 0;
    right: 0;
}

.navbar-brand {
    padding: 0;
    padding-top: 10px;
}

.navbar-brand img {
    height: 48px;
    margin-top: 4px;
}

.navbar-toggler {
    border: solid 1px #2071B9
}

nav a.btn {
    width: 160px
}


.sub-menu {
    position: absolute;
    visibility: hidden;
    padding: 24px 0;
    top: 0px;
    z-index: 1000;
    opacity: 0;
    left: -68px;
    margin-top: 24px;
    display: block;

}

.sub-menu li {
    width: 100%;
    clear: both;
    list-style: none;
    background: #2071b9;
}

.sub-menu li a {
    white-space: nowrap;
    display: block;
    padding: 8px 24px;
    color: #fff;

}

.sub-menu li a:hover {
    border-color: #fff;
}

.navbar-nav .nav-item:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}

/*Banner*/

header {
    width: 100%;
    height: 100%;
    margin-bottom: 32px;
    position: relative;
    top: 0;
    padding-top: 40px;
}

header img.ban-img {
    position: absolute;
    top: 170px;
    width: 50%;
    right: 6%;
    height: auto;
    max-width: 925px;
}

header h1 {
    margin-top: 22%;
}

header h6,
header a {
    margin-top: 24px;
}

header .banner {
	position: relative;
    width: 100%;
    height: 130%;
}

header .banner .video-play{
    position: absolute;
    top: calc(12% - 58px);
    left: calc(50% - 58px);
    font-size: 114px;
    color: #2071B9;
    opacity: .65;
}
header .banner .video-play:hover{
    opacity: 1;
}

/*Sections*/

section {
    overflow: hidden;
    /*padding: 40px 0;*/
	padding: 10px 0;
	
}

section h2 {
    text-align: center;
   /* margin: 0 0 16px 0;*/
	margin: 0 0 1px 0;
}

section .half-img img {
    width: 100%;
}


section .small-box {
    max-width: 560px;
}



.main-cs {
    margin-top: 120px;
}

.main-cs .item {
    margin-bottom: 120px;
}

.main-cs .item img {
    max-height: 600px;
}

.main-cs ul {
    list-style: circle;
}



section.department .item {
    margin-bottom: 60px;
}

section.department .chat-img {
    max-width: 460px;
}


/*Feature*/

.feature {}

.feature .feature-item {
    margin: 60px 0;
}

.feature .feature-item .item {
    background: #fff;
    /*    box-shadow: 3px 3px 80px 5px rgba(44, 82, 118, 0.07);*/
    padding: 32px 8% 32px 32px;
    margin-bottom: 32px;
}


.feature .feature-item .item img {
    /*
    width: 100%;
    max-width: 88px;
        float: left
*/
    max-width: 88px;
    float: left;
    max-height: 100px;
}

.feature .feature-item .item .content {
    margin-left: 120px
}


/*

.sol-list .list-item {
    padding: 48px 32px;
    border-right: 1px solid #ebeff1;
    border-bottom: 1px solid #ebeff1;

}

.sol-list .list-item:nth-child(4),
.sol-list .list-item:nth-child(5),
.sol-list .list-item:nth-child(6) {
    border-bottom: 0;
}

.sol-list .list-item:nth-child(3n+3) {
    border-right: 0;
}
*/


.sol-list .list-item {
    padding: 48px 32px;
    border-right: 1px solid #ebeff1;

}

.sol-list .list-item:last-child {
    border-right: 0;
}


.sol-list .list-item h4 {
    text-align: center;
    color: initial;
    font-size: 14px;
    font-weight: 500;
    opacity: .75;
}

.sol-list .list-item img {
    display: block;
    margin: auto;
    max-width: 100px;
    margin-bottom: 32px;
    max-height: 60px;
}

.sol-list .list-item:hover h4 {
    letter-spacing: 1.5px;
}


.CTA {
    background-image: url('../img/pattern.png');
    background-repeat: repeat-x;
    background-position: bottom;
    background: rgb(31, 113, 184);
    background: linear-gradient(349deg, rgba(31, 113, 184, 1) 0%, rgba(47, 184, 149, 1) 100%);
    text-align: center;
}

.CTA h2,
.CTA h5,
.CTA p {
    color: #fff;
    text-align: center;
}

.CTA h5 {
    margin-top: 8px;
}

.CTA form {
    width: 100%;
    display: inline-block;
    margin: 32px 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.CTA input {
    max-width: 320px;
    float: left;
    margin-right: 12px;
    height: 40px;
}

.CTA button {
    float: left;
    color: #fff;
    height: 40px;
}

.CTA p {
    font-size: 12px;
}



/*Demo*/


.demo {
    margin-bottom: 60px;
}


.demo .content {
    padding-right: 60px;
}



.demo img {
    max-width: 600px;
}


.Demo_panel {
    /*    background: #f7f9fc;*/
    padding: 8px 24px 32px;
    margin: 0 auto;
    margin-top: 32px;
    box-shadow: 0px 3px 20px 0px rgba(45, 80, 142, 0.2);
    max-width: 500px;
}

.Demo_panel h3 {
    text-align: center;
    margin: 32px 0 8px;
    font-size: 24px;
}

.Demo_panel h5 {
    color: #33d68b;
}

.Demo_panel form {
    overflow: hidden;
    margin-top: 32px;
}

.form-control {
    height: 42px;
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    border-color: #2071B9;
    box-shadow: none;
}

.demo .url {

    width: 100%;
    display: inline-block;

}

.demo .url .form-control {
    width: 65%;
    float: left;
}

.demo .url p {
    color: #2071B9;
    margin: 0;
    background-color: #f5f5f5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    height: 42px;
    line-height: 2.7;
    padding: 0px 32px;
    text-align: end;
}

.demo .form-check-label a {
    text-decoration: underline;
}

label {
    margin-left: 8px;
}




/*Footer*/

footer {
    background: rgba(104, 121, 141, 0.05);
    padding: 60px 0 16px;

}

Footer img {
    max-width: 160px;
    margin-bottom: 16px;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    list-style: none;
}

footer p.copyright {
    margin: 24px 0 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

footer .social-media{}
footer .social-media li{
    display: inline-block;
}
footer .social-media li a{
        padding-right: 24px;
}footer .social-media li a:hover i{
        color: #20b9a4;
}
footer .social-media li a i{
    font-size: 30px;
}




/*Pricing.html*/

.pricing {}

.pricing .plan-table {
  /* margin-top: 60px;*/
 margin-top: 20px;

}

.pricing .plan-table .plan {
    border: solid 1px #e5ecf4;
   /* margin: 0 24px;*/
	margin: 0 1px;
    padding: 24px 0;

}

.pricing .plan-table .plan img {
    width: 100%;
    max-width: 180px;
    display: flex;
    margin: 0 auto;
}

.pricing .plan-table .plan h3 {
    text-align: center;
    /* padding: 32px 0 16px;*/
	 padding: 1px 0 1px;
}

.pricing .plan-table .plan .rate {
    text-align: center;
    height: 180px;
    border-bottom: solid 1px rgba(44, 82, 118, 0.05);
    position: relative;
    padding: 0 24px;
}

.pricing .plan-table .plan .rate a {
   	bottom: 16px;
    position: absolute;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);


}

.pricing .plan-table .plan .rate p {
    margin: 0;
}

.pricing .plan-table .plan .rate p span {
    font: 900 60px / 60px 'Noto Sans', sans-serif;
    color: #002546;
}

.pricing .plan-table .plan .features {}

.pricing .plan-table .plan .features p {
    font-size: 15px;
    margin: 0;
    border-bottom: solid 1px rgba(44, 82, 118, 0.05);
    /* padding: 8px 24px; */
	padding: 8px 20px;
    letter-spacing: initial;
}

.pricing .plan-table .plan .features p:last-child {
    border: 0;
}

.pricing .plan-table .plan .features p span {
    font-size: 16px;
    font-weight: 600;
    color: #20b9a4;
    line-height: 48px;
}
















.form_panel {
    margin-right: 24px;
}

.form_panel .form-group {
    margin: 16px 0;
}

.form_panel .form-group input {
    height: 42px;
    outline: 0;
    box-shadow: none;
}

.card {
    box-shadow: 0 0 22px rgba(66, 98, 190, 0.2);
    border: 0;
    margin: 0px 0;
}

.card-header {
    background: #fff;
    border: 0;
    cursor: pointer;
    padding: 24px;
    border-bottom: 1px solid #F6F6F9;
}

.card-header img {
    height: 24px;
}

.card-body {
    padding-bottom: 24px;
}




#vid {
	padding-top: 24px;
    width: 100%;
}

#chatbot-frame {
    display: none;
    height: 0;
    position: fixed;
    width: 400px;
    border: none;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
    z-index: 2147483002;
    opacity: 0;
    transform: translateY(0px);
    max-height: 720px;
    border-radius: 8px;
    right: 20px;
    bottom: 60px;
    transition: opacity 250ms ease-out 0s, transform 250ms ease-out 0s;
}

#close-btn {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 12px;
    top: 14px;
    cursor: pointer;
    z-index: 10000;
}


#chatbot-frame.open {
    display: block;
    opacity: 1;
    height: 80%;
    max-height: 600px;
}


#chatbot-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;


}

#chatbot-btn {
    position: fixed;
    bottom: 60px;
    right: 60px;
}

#chatbot-btn .open,
#chatbot-btn .close {
    height: 60px;
    width: 60px;
    padding: 14px;
    border-radius: 50%;
    cursor: pointer;
    background: linear-gradient(to right, #2283ae, #2aa89c);
    /* fallback for old browsers */
    background: linear-gradient(to right, #2283ae, #2aa89c);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2283ae, #2aa89c);
    display: none;
    opacity: 1;
}

#chatbot-btn .dis {
    display: block;
}



#chatbot-btn .popuptext {
    background: #20b9a4;
    color: white;
    white-space: nowrap;
    border-radius: 4px;
    z-index: 1;
    bottom: 100px;
    position: absolute;
    right: 0;
    bottom: 60px;
    padding: 4px 16px;
    -webkit-animation: cssAnimation 0s 3s forwards, mover 1s infinite alternate;
    animation: cssAnimation 0s 3s forwards, mover 1s infinite alternate;
    opacity: 0;
}



/* Popup arrow */
#chatbot-btn .popuptext::after {
    content: "";
    position: absolute;
    margin-top: 29px;
    margin-left: -24px;
    border-width: 8px;
    border-style: solid;
    float: right;
    border-color: #20b9a4 transparent transparent transparent;
}


/* Toggle this class - hide and show the popup */
@keyframes cssAnimation {
    to {
        opacity: 1;
    }
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 1;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
} 


.modal-body,
.modal-footer {
    padding: 24px 32px;
}


#success-alert{ position: fixed; top: 100px; right: 80px; z-index: 10000; padding: 12px 40px; }























@-moz-document url-prefix() {
    /*
    header {
        max-height: 600px;
    }

    @media (max-width: 767px) {

        header {
            max-height: fit;
        }
    }
*/

}

/*Media Query*/

@media (max-width: 1600px) {}

@media (max-width: 1200px) {}

@media (max-width: 991px) {
    .navbar-collapse {
        background: #fff;
        box-shadow: 3px 3px 80px 5px rgba(44, 82, 118, 0.07);
        margin-top: 10px;
    }

    .navbar-nav > li > a {
        width: 100%;
    }

    .navbar-nav > li > a.btn {
        background: #2071B9 !important;
        color: #fff !important;
        max-width: 240px
    }

    .sub-menu {
        position: initial;
        padding: 14px 0 14px 36px;
        visibility: visible;
        margin-top: 0;
        display: none;
    }

    .sub-menu li {
        background: #fff;
    }

    .sub-menu li a {
        color: initial;
    }

    .navbar-nav .nav-item:hover > .sub-menu {
        display: block;
        opacity: 1;
    }

    header h1,
    header .banner {
        margin-top: 80px;
    }

    header .banner {
        height: 100%;
    }



    .pricing .plan-table .plan {
        margin-bottom: 36px
    }
}

@media (max-width: 767px) {

    header {
        margin-bottom: 0px;
    }

    nav,
    .navbar-header {
        margin-top: 0;
        display: block !important;
    }

    footer h5 {
        margin-top: 32px;
    }

    .feature .feature-item .item {
        height: auto;
    }

    .department .item {
        margin-bottom: 80px;
    }

    .sol-list .list-item {
        border: 0;
        border-bottom: 1px solid #ebeff1 !important;
    }

}

@media (min-width: 768px) {
    .nav-collapse {
        float: right;
    }
}

@media (max-height: 768px) {
    #chatbot-frame {
        bottom: 0px;
        max-height: initial !important;
        height: calc(100% - 32px) !important;

    }

    #chatbot-btn {
        bottom: 0;
    }
}


@media (max-width: 599px) {

    header h1 {
        font-size: 40px;
    }

    .CTA form {
        display: inline-block;

    }

    .CTA input {
        max-width: initial;
        width: 100%;
    }

    .CTA button {
        margin-top: 16px;
        width: 100%
    }

    #chatbot-frame {
		bottom: 0px;
		right: 0;
		height: 100% !important;
		max-height: initial !important;
        max-width:  initial !important;
		width: 100% !important;
      }

    #chatbot-btn {
        bottom: 0;
        right: 4px;
    }


}

