html {
    scroll-behavior: smooth;
  }
  
@font-face{
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
}

body
{
	font-family: 'Roboto' !important;
	overflow-x: hidden;
}

.carousel-caption
{
    visibility: hidden;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    filter: invert(50%);
}
.carousel-indicators {
    bottom: -30px;
}

.main_heading {
    margin: 50px 0px;
}

.main_heading_contactus{
    margin-bottom: 20px;
}

.main_heading h1
{
	font-size: 45px;
    font-weight: 300;
    text-align: center;
    line-height: 45px;
    color: #777;
}

.underline
{
    display: inline-block;
    width: 160px;
    height: 2px;
    background-color: #ccc;
}

/* Header CSS */
.header-div
{
	height: auto;
    background-color: #152443;
}

.logo-div a
{
    color: #fff !important;
    font-size: 28px;
    margin-top: 5px;
}

.top-right-menu-ul
{
	margin-top: 10px;
}

.slide-text
{
	color: #fff;
	margin-top: 80px;
    margin-bottom: 50px;
}

.slide-text h1
{
    line-height: 60px;
    font-size: 60px;
    margin-bottom: 18px;
}

.slide-text p
{
	font-size: 17px;
}


/* Features CSS */
.features-div
{
	text-align: center;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.features-div:hover
{
	margin-top: -10px;
}


.features-div i
{
	font-size: 35px;
    font-weight: 300;
    color: #152443;
}

.features-div h4
{
    color: #393939;
    font-weight: 400;
}

.features-div p
{
    color: #636363;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
}

.more-features-div
{
    margin-top: 40px;
	overflow: hidden;
}

.more-feature-div
{
    background: #f8f8f8;
    border-top: .5px solid #ddd;
    border-bottom: .5px solid #ddd;
    width: 100%;
    margin: 70px 0px;
    margin-bottom: 0px;      
    padding: 50px 0px;
}

.more-features-div-icon {
    float: left;
    width: 60px;
    height: 60px;
    padding-top: 6px;
    background:  #152443;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    line-height: 45px;
    text-align: center;
}

.more-features-div-heading {
    float: right;
    width: 86%;
    margin-top: 0;
    font-weight: 400;    
}

.more-features-div-description
{
	float: right;
    width: 86%;
    font-weight: 300;
}

/* Services CSS */
.services-box-gray {
    background: #f8f8f8;
}

.services-box
{
    text-align: center;
    padding: 15px 0px;
}

.services-box i
{
    line-height: 75px;
    font-size: 50px;
}

.services-box h4
{
	font-size: 18px;
    font-weight: 400;
}

.services-box p
{
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}

/* Price Table CSS */

.suntilaye-address-box {
    background: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.suntilaye-address-box h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    background: #fff;
    color: #000;
}

.suntilaye-address ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.suntilaye-address li {
    padding: 7px 20px;
    border-bottom: 0px solid #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}

/* Call Action */
.call-action-bg
{
	background-image: url(../images/dashboard-img.jpg);
	margin:60px 0px 0px 0px; 
    text-align: center;
    padding-bottom: 50px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
	background-size: cover;    
}

.call-action-bg .main_heading h1{
    color: #fff;
}

.call-action-bg .underline{
    background-color: #fff;
}

.call-action-color {
    background-color:  #152443;
    margin: 60px 0px 0px 0px;
    text-align: center;
    padding-bottom: 50px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
}

.call-action-color .main_heading h1
{
	color: #fff;
}

.call-action-color .underline
{
	background-color: #fff;
}

/* About */
.about-us-box {
    padding-top: 30px;
    padding-bottom: 15px;
    text-align: center;
}

.about-us-box .about-us-photo {
    position: relative;
    width: 160px;
    margin: 0 auto;
}


.about-us-box .about-us-photo .about-us-role {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 3px 5px;
    background: #019299;
    font-size: 14px;
    color: #fff;
    line-height: 15px;
    text-transform: uppercase;
}

.about-us-box .about-us-social a {
    color: #ddd;
}

.about-us-box .about-us-social {
    margin-top: 5px;
    font-size: 25px;
    line-height: 36px;
}

.about-us-box h3
{
	font-size: 24px;
    font-weight: 400;
}

.about-us-box p
{
	font-size: 16px;
    text-align: center;
    font-weight: 300;
    line-height: 25px;
}

.contact-us{
    width: 100%;
}

/* Footer */

footer {
    background:  #152443;
    padding: 50px 0 50px 0;
    text-align: center;    
    color: #8b95a1;
}

.footer-social {
    font-size: 16px;
    word-spacing: 10px;
    line-height: 50px;
}

.footer-social  a
{
    color: #8b95a1;
}

.footer-social a:link {
    color: #8b95a1;
  }
  
.footer-social a:visited {
    color: #8b95a1;
  }
  
.facebook a:hover {
    color:#fff;
    text-decoration: none;
  }
  
  .twitter a:hover {
    color:#fff;
    text-decoration: none;
  }

  .instagram a:hover {
    color:#fff;
    text-decoration: none;
  }

  .telegram a:hover {
    color:#fff;
    text-decoration: none;
  }

  .youtube a:hover {
    color:#fff;
    text-decoration: none;
  }

.footer-social a:active {
    color: #8b95a1;
  }


.footer-copyright a{
    color: #8b95a1;
    text-decoration: none;
}


/* Bootstrap CSS */
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-nav li a
{
	color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: #FFF;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

/* Extra Small devices  */
@media (max-width: 480px) {
	.more-features-div-description, .more-features-div-heading
	{
		width: 80%;
	}
		.header-div
	{
		height: auto;
	}

	.slide-text {
	    color: #fff;
    	margin-top: 35px;
        margin-bottom: 50px;
	}
	.slide-text p {
    	font-size: 12px;
	}

	.slide-text h1 {
	    line-height: 25px;
    	font-size: 25px;
	}
}

/* Extra Small devices  */
@media (max-width: 767px) {
	.slide-text h1
	 {
	 	line-height: 30px;
    	font-size: 30px;
	 }

	 .slide-text p {
    	font-size: 13px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	 .suntilaye-address-box
	 {
	 	margin-bottom: 50px;
	 }

	 .slide-text h1
	 {
	 	line-height: 45px;
    	font-size: 45px;
	 }

	 .slide-text p {
    	font-size: 15px;
	}

    .contact-us{
        width: 100%;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	/* Typography CSS */

body
{
	font-family: 'Roboto' !important;
	overflow-x: hidden;
}

.main_heading {
    margin: 50px 0px;
}

.main_heading_contactus{
    margin-bottom: 20px;
}

.main_heading h1
{
	font-size: 45px;
    font-weight: 300;
    text-align: center;
    line-height: 45px;
    color: #777;
}

.underline
{
    display: inline-block;
    width: 160px;
    height: 2px;
    background-color: #ccc;
}

/* Header CSS */

.header-div
{
	height: auto;
    background-color:  #152443;
}

.logo-div a
{
    color: #fff !important;
    font-size: 28px;
    margin-top: 5px;
}

.top-right-menu-ul
{
	margin-top: 10px;
}

.slide-text
{
	color: #fff;
	margin-top: 80px;
    margin-bottom: 50px;
}

.slide-text h1
{
    line-height: 60px;
    font-size: 60px;
    margin-bottom: 18px;
}

.slide-text p
{
	font-size: 17px;
}


/* Features CSS */
.features-div
{
	text-align: center;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.features-div:hover
{
	margin-top: -10px;
}


.features-div i
{
	font-size: 35px;
    font-weight: 300;
    color:  #152443;
}

.features-div h4
{
    color: #393939;
    font-weight: 400;
}

.features-div p
{
    color: #636363;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
}

.more-features-div
{
    margin-top: 40px;
	overflow: hidden;
}

.more-feature-div
{
    background: #f8f8f8;
    /*border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;*/
    margin: 70px 0px;
    margin-bottom: 0px;      
    padding: 50px 0px;  
}


.more-features-div-icon {
    float: left;
    width: 60px;
    height: 60px;
    padding-top: 6px;
    background:  #152443;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    line-height: 45px;
    text-align: center;
}

.more-features-div-heading {
    float: right;
    width: 86%;
    margin-top: 0;
    font-weight: 400;    
}

.more-features-div-description
{
	float: right;
    width: 86%;
    font-weight: 300;
}

/* Services CSS */
.services-box-gray {
    background: #f8f8f8;
}

.services-box
{
    text-align: center;
    padding: 15px 0px;
}

.services-box i
{
    line-height: 75px;
    font-size: 50px;
}

.services-box h4
{
	font-size: 18px;
    font-weight: 400;
}

.services-box p
{
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}

/* Price Table CSS */

.suntilaye-address-box {
    background: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.suntilaye-address-box h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    background: #fff;
    color: #000;
}

.suntilaye-address ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.suntilaye-address li {
    padding: 7px 20px;
    border-bottom: 0px solid #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}

/* Call Action */
.call-action-bg
{
	background-image: url(../images/dashboard-img.jpg);
	margin:60px 0px 0px 0px; 
    text-align: center;
    padding-bottom: 50px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
	background-size: cover;    
}

.call-action-bg .main_heading h1{
    color: #fff;
}

.call-action-bg .underline{
    background-color: #fff;
}

.call-action-color {
    background-color:  #152443;
    margin: 60px 0px 0px 0px;
    text-align: center;
    padding-bottom: 50px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
}

.call-action-color .main_heading h1
{
	color: #fff;
}

.call-action-color .underline
{
	background-color: #fff;
}

/* About */
.about-us-box {
    padding-top: 30px;
    padding-bottom: 15px;
    text-align: center;
}

.about-us-box .about-us-photo {
    position: relative;
    width: 160px;
    margin: 0 auto;
}


.about-us-box .about-us-photo .about-us-role {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 3px 5px;
    background: #019299;
    font-size: 14px;
    color: #fff;
    line-height: 15px;
    text-transform: uppercase;
}

.about-us-box .about-us-social a {
    color: #ddd;
}

.about-us-box .about-us-social {
    margin-top: 5px;
    font-size: 25px;
    line-height: 36px;
}

.about-us-box h3
{
	font-size: 24px;
    font-weight: 400;
}

.about-us-box p
{
	font-size: 16px;
    text-align: center;
    font-weight: 300;
    line-height: 25px;
}


/* Footer */

footer {
    background:  #152443;
    padding: 50px 0 50px 0;
    text-align: center;    
    color: #8b95a1;
}

.footer-social {
    font-size: 16px;
    word-spacing: 10px;
    line-height: 50px;
}

.footer-social  a
{
    color: #8b95a1;
}

.footer-social a:link {
    color: #8b95a1;
  }
  
.footer-social a:visited {
    color: #8b95a1;
  }
  
  .facebook a:hover {
    color:#fff;
    text-decoration: none;
  }
  
  .twitter a:hover {
    color:#fff;
    text-decoration: none;
  }

  .instagram a:hover {
    color:#fff;
    text-decoration: none;
  }

  .telegram a:hover {
    color:#fff;
    text-decoration: none;
  }

  .youtube a:hover {
    color:#fff;
    text-decoration: none;
  }

  
.footer-social a:active {
    color: #8b95a1;
  }

/* Bootstrap CSS */
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-nav li a
{
	color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: #FFF;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.contact-us{
    width: 100%;
}
}

.Who-We-Are{
    text-align: justify;
}

.About-Us-Container
{
	background-image: url(../images/dashboard-img.jpg);
	margin:60px 0px 0px 0px; 
    text-align: center;
    padding-bottom: 50px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: #fff;
	background-size: cover;    
}

.About-Us-Container .main_heading h1{
    color: #fff;
}

.About-Us-Container .underline{
    background-color: #fff;
}

.contact-page-container
{
    background-image: url(../images/dashboard-img.jpg);
    margin:60px 0px 0px 0px; 
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: #fff;
	background-size: cover;
}

.contact-page-container .main_heading h1{
    color: #fff;
}

.contact-page-container .underline{
    background-color: #fff;
}

.contact-page-container .suntilaye-address-box{
    background-image: url(../images/dashboard-img.jpg);
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: #fff;
    padding: 0 5px;
	background-size: cover;
}

.col-sm-6n {
    height: 400px;
}

@media (min-width: 576px){
.col-sm-6n {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
}
}