@font-face {
    font-family: 'promptregular';
    src: url('../fonts/prompt-regular-webfont.woff2') format('woff2'),
         url('../fonts/prompt-regular-webfont.woff') format('woff'),
         url('../fonts/prompt-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body
{
    font-family: 'promptregular';
    scroll-behavior:smooth;


}
*
{
	margin: 0;
	padding: 0;
}

header {
    background-color: #231818;
    padding: 8px 0 8px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.13);
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
}

div#collapsibleNavbar ul li .nav-link {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    transition: 0.5s;
    padding: 0;
}

div#collapsibleNavbar ul li
{
	padding: 0px 25px;
}

section.slider {
       background-image: url(../images/slider-bg.png);
    padding: 120px 0 356px 0;
    position: relative;
    padding-top: 47px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

/*section.slider h2 {
    font-size: 65px;
    color: #fff;
    font-weight: 100;
    line-height: 75px;
}
*/
section.slider p {
   font-size: 22px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: inherit;
    font-weight: 300;
}

.Mobile_1
{
	position: relative;
}

/*.Mobile_1:before {
    content: "";
    position: absolute;
    height: 65px;
    width: 268px;
    background-image: url(../images/shadow.png);
    bottom: -63px;
    left: 0;
    right: 0;
    margin: auto;
}*/

/*section.slider:before {
    content: "";
    position: absolute;
    background-image: url(../images/slider-design.png);
    bottom: -2px;
    border: 0px solid red;
    width: 100%;
    height: 236px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100%;
}
*/
h2.heading {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 36px;
    color: #040404;
}

p.heading-paragraph {
        font-size: 20px;
    font-weight: 400;
    color: #1c4190;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.margin-top-40
{
	display: block;
    margin-top: 40px;
    width: 100%;
}

.second_section h3 {
    font-size: 24px;
    color: #040404;
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 35px;
}

.second_section p {
    font-size: 16px;
    color: #515151;
    font-weight: 400;
    line-height: 26px;
}

.second_box {
    padding: 40px 15px;
    display: block;
    width: 100%;
    transition: 0.5s;
    border-radius: 18px;
}

.second_box:hover
{
	box-shadow:  0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

section.second_section {
    padding-bottom: 115px;
}
button.btn.btn-primary {
       background-color: #b6e3f7;
    border-color: #b6e3f7;
    font-size: 21px;
    font-weight: 300;
    border-radius: 50px;
    padding: 0px 38px;
    height: 60px;
}


	button.btn.btn-primary.bg-white, button.btn.btn-primary:hover
	{
	background-color: #fff;
	color: #b6e3f7;
	border-color:  #b6e3f7;
	}
	section.clean_interface p {
    font-size: 16px;
    color: #515151;
    line-height: 26px;
    font-weight: 400;
        margin-bottom: 14px;

	}
	.mobile_circle {
        height: 360px;
    width: 360px;
    background-color: #d6effa;
    border-radius: 50%;
    border: 100px solid #b6e3f7;
    box-sizing: content-box;
    text-align: center;
    position: relative;
    float: right;
}


.mobile_circle img {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    left: 0;
    bottom: 0;
}

.align-item-center
{
	align-items: center;
}

section.clean_interface {
    padding-bottom: 80px;
    margin-top: -90px;
}


.mobile-cover {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 10px auto 0px;
    z-index: 999;
    text-align: center;
    width: 261px;
}
/*
section.screenshot .owl-item.active.center .item {
    overflow: hidden;
    border-radius: 20px;
    height: 488px;
    width: 227px;
    margin-left: -14px;
    margin-top: 0px;
}

section.screenshot .owl-item.active.center .item img {
    transform: scale(1.1);
     transition: 0.5s;
}*/

section.screenshot .owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin-top: 25px;
}

section.screenshot p.heading-paragraph
{
margin-bottom: 40px;
}
.form-control {
    border: 2px solid #b6e3f7;
    border-radius: 3px;
    height: 53px;
    background-color: #fff;
}
.form-control:focus{
    border: none;
    border: 2px solid #b6e3f7;
    box-shadow: none;
}

section.screenshot .owl-dots button {
    height: 20px;
    width: 20px;
    background-color: #fbd0aa !important;
    display: inline-block;
    border: 0px solid red !important;
    border-radius: 100px;
    margin: 4px;
}

section.screenshot .owl-dots button.active {

	background-color: #f1801f !important;	

	}

	section.screenshot .owl-dots {
    text-align: center;
    margin-top: 100px;
}

section.screenshot {
    padding-bottom: 100px;
}
section.testmonials {
    background-color: #f3f3f3;
    padding-top: 90px;
    padding-bottom: 90px;
}

section.testmonials .owl-carousel .owl-item img.quotes_png {
    height: 80px;
    width: auto !important;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    transform: translateY(100px);
}


section.testmonials .owl-carousel .owl-item img.quotes_2 {
    height: 80px;
    width: auto !important;
    position: absolute;
    bottom: 0;
    left: 0;
}

section.testmonials .owl-carousel span.profile_pic {
    display: block;
    height: 70px;
    width: 70px;
    border: 0px solid red;
    border-radius: 70px;
    overflow: hidden;
    display: inline-block;
    margin: 0 auto 25px;
}

section.testmonials .owl-carousel span.Name {
    font-size: 21px;
    color: #222222;
    font-weight: 400;
}

section.testmonials .owl-carousel span.Name {
    font-size: 21px;
    color: #222222;
    font-weight: 400;
    display: block;
    text-align: left;
    /* clear: left; */
}

section.testmonials h2.heading {
    margin-bottom: 50px;
}

section.testmonials .owl-carousel p {
	font-size: 16px;
    color: #515151;
    font-weight: 400;
    margin-top: 7px;
    height: 120px;
    display: block;
    text-align: left;
    overflow: hidden;
}

#slider2 .item {
    position: relative;
    padding-bottom: 90px;
    background-color: #fff;
    box-shadow: 0px 3px 6.51px 0.49px rgba(0, 0, 0, 0.26);
    padding: 20px 20px 95px;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    transition: 0.5s;
}

#slider2 .owl-item {
    padding: 13px;
}

#slider2 .owl-item:hover .item
{
	background-color: #f1801f;
}

#slider2 .owl-item:hover .item  span.Name, #slider2 .owl-item:hover .item  p
{
	color: #fff;
}
#slider2 .owl-item:hover img.quotes_2
{
display: none;
}
#slider2 .owl-item:hover .quotes_png
{
    transform: translateY(0px);
    transition: 0.5s;
}

.footer-box {
     background-image: url(../images/footer-bg.png);
    padding-top: 80px;
    text-align: center;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    background-attachment: fixed;
}
section.screenshot {
    background-image: url(../images/bgr.png);
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
        padding: 100px 0 450px 0;

        padding-top: 56px;

/*   background-attachment: fixed; 
*/}
/*section.screenshot{
    background-color: #b6e3f7;
        padding-top: 40px;

}*/


.footer-box h2 {
    font-size: 38px;
    color: #fff;
    text-align: center;
}

.footer-box p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 27px;
}


footer {
    background-image: linear-gradient(#ffffff, #d6effa);
/*    background-image: url(../images/footer-design.png);
*/    padding-bottom: 48px;
    background-repeat: no-repeat;
    background-position: bottom center
}


.footer-bottom ul li {
    display: inline-block;
    padding: 0px 7px;
}

section.foter_bottom {
    background-color: #d6effa;
    border-bottom: 3px solid #FFF;
    padding-bottom: 45px;
}

section.foter_bottom2 {
    background-color: #d6effa;
    text-align: center;
    padding: 21px 0;
    color: #fff;
}

section.foter_bottom2 p
{
	margin-bottom: 0px;
        color: #000;
    font-weight: 400;
}

div#collapsibleNavbar ul li .nav-link:hover {
    transform: translate(0px, -3px);
    opacity: 0.8;
}

section.slider img, .second_box img, .footer-bottom ul li img, .mobile_circle img
{
	transition: 0.5s;
}
section.slider img:hover, .footer-bottom ul li img:hover
{
    transform: translate(0px, -3px);
}

.second_box:hover img  {
    transform: scale(1.1);
}

.owl-carousel#slider2 .owl-item img
{
	display: block;
    width: 100%;
    object-fit: cover;
    height: 80px;
}

.mobile_circle:hover img {
    transform: scale(0.9);
}
nav.navbar.navbar-expand-lg {
    padding: 0;
}

textarea.new-roll {
       height: 200px;
    padding-left: 13px;
     border: 2px solid #b6e3f7;
    border-radius: 3px;
 width: 100%;
    background-color: #fff;
    resize: none;
        padding-top: 10px;

}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.contact-us {
    max-width: 859px;
    width: 100%;
    margin: auto;
    box-shadow: 0 0 12px #ccc;
    padding: 46px 49px;
        background-color: #fff;

}
button.submiter {
    /* width: 100px; */
    border: 0;
    padding: 12px 47px;
    border-radius: 32px;
    font-size: 18px;
    background-color: #b6e3f7;
    color: #fff;
}
button:focus{
        outline: -webkit-focus-ring-color auto 0px;

}
ul.line li {
    display: block;
}
.footer-bottom .text-center i {
    font-size: 29px;
        padding-right: 8px;

}
.fa-facebook-square:before {
    content: "\f082";
    color: #3b5998;
}
.fa-instagram:before {
    content: "\f16d";
    color: #c32aa3;
}
.fa-google-plus:before {
    content: "\f0d5";
    color: #db4a39;
}
ul.line li {
    color: #000;
}
ul.line li  a{
    color: #000;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: unset;
    border-color: unset;
}
section.logo {
    text-align: center;
}
section.logo {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 988;
        top: 24px;

}
.new-line h2 {
    font-size: 22px;
    color: #2a2d7c;
}
.new-line p {
    color: #f08146!important;
}
.new-line {
    text-align: center;
    padding-top: 108px;

}
.new-text-button h4 {
    font-size: 26px;
    color: #343436;
    font-weight: 500;
        margin-bottom: 22px;

}
.col-sm-3.slideInRight.wow.delay-1 img {
    padding-top: 40px;

}
.Mobile_1.slidetilUp.wow {
    padding-top: 44px;
}
.col-sm-3.slideInRight.wow.delay-1{
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.Mobile_1.slidetilUp.wow {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
section.slider:before{
    content: '';
    position: absolute;
    background-image: url(../images/slider-1.png);


}
section#aboutus h2 {
    margin-top: 80px;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
