/* @font-face {
font-family:Montserrat-bold;
src: url("../fonts/Montserrat-rounded-bold.otf");
}
@font-face {
font-family:Montserrat;
src: url("../fonts/Montserrat-rounded-book.otf");
}
@font-face {
font-family:Montserrat;
src: url("../fonts/Montserrat-rounded-medium.otf");
}*/

body {
    font-family: Montserrat;
}
.navbar-left {
    float: left!important;
    width: 60%;
}
.content1 {
    float: left;
    width: 100%;
    padding: 35px 0px 50px 0px;
}
.content1-data1 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
.content1-data1 h5 {
    color: black;
    font-size: 30px;
    font-family: Montserrat;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-weight: 700;
}
.content1-data1 h6 {
    color: #1767ff;
    font-size: 20px;
}

.content1-data1 p {
    color: #8cffc6;
    font-size: 17px;
}
.content1-data2 {
    float: left;
    width: 100%;
}
.content1-data2-left {
    float: left;
    width: 100%;
    background: white;
    box-shadow: 1px 1px 10px silver;
    padding: 20px 20px;
    border-radius: 15px;
}
.content1-data2-left p {
    color: #1767ff;
    font-size: 17px;
}


.content1-data2-left p span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 100%;
    margin-right: 3px;
}
.content1-data3 h5 {
    color: black;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    margin-top: 25px;
}
.content1-data3 {
    float: left;
    width: 100%;
}
.content1-data1 p {
    color: #00b159;
    font-size: 18px;
}
.content2 {
    float: left;
    width: 100%;
    background-image: url(../images/bg-line2.jpg);
    background-repeat: repeat;
    padding: 20px 0px 40px 0px;
}


.content2-head {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}
.content2-data {
    float: left;
    width: 100%;
}

.content2-head h5 {
    color: #444;
    font-size: 35px;
    font-family: Montserrat;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}
.content2-head p {
    color: #1767ff;
    font-size: 16px;
    font-weight: 600;
}
.content2 .carousel-control.left {
    width:auto;
    color:black;
    background:none;
}

.content2 .carousel-control.right {
    width:auto;
    color:black;
    background:none;
}
.slider-content {
    float: left;
    width: 100%;
}

.testimonial {
    float: left;
    width: 100%;
    background: white;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid silver;
    margin-bottom: 15px;
}
    .testimonial h5 {
    color: black;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.testimonial p {
    font-family: Montserrat;
    font-size: 16px;
    color: #1767ff;
    text-align: center;
    font-weight: 600;
}
.footer {
    float: left;
    width: 100%;
    background: #8585ff;
    color: white;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    border-top: 5px solid black;
}
.footer-data1 {
    float: left;
    width: 100%;
    text-align: center;
}
.footer-data1 a {
    color: black;
    font-size: 14px;
    margin: 0px 15px;
    font-family: Montserrat;
    margin-bottom: 5px;
    display: inline-block;
}


.footer-data1 p {
    margin-top: 15px;
}
.content3 {
    float: left;
    width: 100%;
    background-image: url(../images/arani-bg.jpg);
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
}
.content3-head {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0px;
}
.content3-head h5 {
    color: white;
    font-size: 35px;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 2px;
}
.content3-head p {
    color: #3fff73;
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
}
.content4 {
    float: left;
    width: 100%;
    padding-top: 40px;
}
.content4-data1 {
    float: left;
    width: 100%;
    background: black;
    color: white;
    border-radius: 5px 5px 0px 0px;
}
.content4-data1 h5 {
    color: white;
    font-size: 18px;
    width: 33%;
    float: left;
    padding: 0px 10px;
    text-align: left;
}
.content4-data2 {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0px 10px;
    background: white;
    color: black;
    border: 1px solid black;
}
.content4-data2 h5 {
    color: black;
    font-size: 18px;
    float: left;
    width: 33%;
    font-family: Montserrat;
}
.content4-data2 p {
    float: left;
    width: 33%;
    padding: 0px 10px;
    margin: 10px 0px;
    font-size: 15px;
}

.content4-data2 h5 span {
    background: black;
    color: white;
    padding: 3px 8px;
    border-radius: 3px;
}
.banner {
    float: left;
    width: 100%;
    text-align: center;
    background: #d1f0ff;
}



.banner-data h5 {
    color: white;
    font-size: 35px;
    font-family: Montserrat;
    margin-bottom: 20px;
}
.banner-data p {
    color: #75ff87;
    font-size: 20px;
    letter-spacing: 1px;
    text-shadow: none;
}

.banner-data h6 {
    color: #0186d5;
    font-size: 28px;
    font-family: Montserrat;
    margin-bottom: 20px;
    margin-top: 10px;
    border-bottom: none;
    padding-bottom: 0px;
    font-weight: 600;
    display: inline-block;
}
.banner-bg2 h1 {
    width: 400px;
    color: black;
    font-size: 22px;
    font-family: Montserrat;
    margin-top: 30px;
    padding-left: 10px;
    font-weight: 600;
    text-align: center;
}
.banner-bg2 h4 span {
    color: #000000;
    font-size: 14px;
    margin-right: 3px;
    background: white;
    padding: 4px 5px;
    border-radius: 3px;
}
.banner-data {
    float: left;
    width: 100%;
    padding: 30px 0px 50px 0px;
}
.header {
    float: left;
    width: 100%;
    background: white;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 11px solid #0186d5;
}
.navbar1 {
    width: 60%;
    float: left;
}
.logo {
    float: left;
    width: 100%;
}
.logo h5 {
    color: #0186d5;
    font-family: Montserrat;
    font-size: 26px;
    margin-bottom: 5px;
    font-weight: 600;
}
.navbar-nav {
    float: left;
    margin: 0;
    text-align: left;
    padding: 0px;
    margin: 0px;
}


div#bs-example-navbar-collapse-1 {
    padding: 0px;
}
.navbar-right p img {
    width: 40px;
}
.navbar-right h5 {
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin: 6px 0px 5px 0px;
}
a.button1 {
    padding: 0px 11px 6px 5px !important;
    color: black;
    font-size: 14px;
    border: none;
    margin: 0px;
    border-right: 1px solid #4196ff;
    line-height: 10px !important;
    margin-bottom: 6px !important;
    font-weight: 600;
}

.logo p {
    font-style: italic;
    color: black;
}
.navbar-nav>li {
    float: none;
    display: inline-block;
}
.navbar-nav {
    float: left;
    margin: 0;
    text-align: left;
    padding: 0px;
}
.banner-data h3 a {
    background: #0186d5;
    color: white;
    padding: 10px 25px;
    font-size: 15px;
    text-decoration: none;
    border-radius: 2px;
    display: inline-block;
    letter-spacing: 0.6px;
}

.banner-data h3 {
    margin: 0px;
    width: 400px;
    text-align: center;
}
.banner-data h3 a i {
    -webkit-transform: rotate(90deg);

}

.content5 {
    float: left;
    width: 100%;
    padding: 40px 0px;
}
.content5-left {
    float: left;
    width: 100%;
}
.content5-left iframe {
    width: 100%;
    border: 3px solid #00a1ff;
    border-radius: 5px;
}
.content5-data1 {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}


.content5-data1 h5 {
    color: black;
    font-family: Montserrat;
    font-size: 20px;
    margin-bottom: 20px;
}
.banner-anchors {
    float: left;
    width: 100%;
}
.banner-anchors a {
    color: white;
    text-shadow: 1px 1px 1px black;
    font-size: 16px;
    margin: 3px 5px;
    display: inline-block;
    background: black;
    padding: 5px 10px;
    border-radius: 2px;
    text-decoration: none;
}
.content6 {
    float: left;
    width: 100%;
    background: #0186d5;
    padding: 50px 0px;
    margin-top: 45px;
}
.content6-left {
    float: left;
    width: 100%;
    text-align: center;
}
.content6-left h5 {
    color: black;
    font-size: 24px;
    text-align: left;
    font-family: Montserrat;
    font-weight: 600;
}
.content6-left p {
    color: white;
    font-size: 14px;
    text-align: left;
    margin-top: 15px;
    line-height: 21px;
    letter-spacing: 0.5px;
}
.content6-left a {
    background: black;
    color: white;
    font-size: 15px;
    padding: 6px 10px;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    float: left;
}

.content7 {
    float: left;
    width: 100%;
    text-align: center;
    background-image: url(../images/bg3.jpg);
    padding: 50px 0px;
    background-position: top center;
    background-attachment: fixed;
}
.content7-head {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.content7-head h5 {
    color: white;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 600;
}
.content7-head p {
    color: #e1e1e1;
    font-size: 16px;
    line-height: 23px;
}


.content8 {
    float: left;
    width: 100%;
    padding: 20px 0px 50px 0px;
    text-align: center;
}
.content8-head {
    float: left;
    width: 100%;
}
.content8-head h5 {
    color: black;
    font-family: Montserrat;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 2px;
}
.content8-head p {
    color: black;
    font-size: 16px;
    line-height: 25px;
}
.content8-head h6 {
    color: #1767ff;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: Montserrat;
    font-weight: 600;
}

.footer-data2 {
    float: left;
    width: 100%;
}
.footer-data2 h5 {
    color: white;
    font-size: 22px;
    font-family: Montserrat;
    margin-top: 50px;
    font-weight: 600;
}
.footer-data3 {
    float: left;
    width: 100%;
}
.footer-data3 h5 {
    color: black;
    font-size: 22px;
    font-weight: 600;
    font-family: Montserrat;
}
.footer-data3 p {
    color: white;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.banner-bg2 {
    background: none;
    color: white;
    width: 60%;
    margin: auto;
    padding: 10px 0px;
    border-radius: 5px;
    float: left;
    text-align: left;
}.aranifm-image {
    float: left;
    width: 40%;
}
.aranifm-image img {
    width: 100%;
    border-radius: 5px;
}


.banner-bg2 h4 {
    color: black;
    font-size: 19px;
    margin-bottom: 18px;
    font-family: Montserrat;
    font-weight: 600;
}

.banner-bg2 h4 b {
    color: #424242;
    font-family: Montserrat;
    font-weight: normal;
}


.content4-data2 p span {
    display: none;
}
.logo p span {
    display: block;
    color: black;
    font-family: Montserrat;
    font-style: normal;
}.content1-data4 {
    float: left;
    width: 100%;
}
.content1-data4 img {
    display: block;
    width: 50%;
    margin: auto;
    margin-bottom: 10px;
}
img.peace {
    width: 300px;
    margin-top: 20px;
}
.copyright {
    float: left;
    width: 100%;
    background: black;
    color: white;
    text-align: center;
    padding-top: 6px;
    letter-spacing: 1px;
}
h4.call-now-btn {
    width: 400px;
    text-align: center;
    margin-bottom: 10px;
}
/*MEDIA QUERY*/
@media screen and (max-width:992px) and (min-width:768px) {
    .banner-data h3 a {
    background: #0186d5;
    color: white;
    padding: 10px 15px;
    font-size: 15px;
    text-decoration: none;
    border-radius: 2px;
    display: inline-block;
    letter-spacing: 0.6px;
}
.navbar-left {
    float: left!important;
    width: 50%;
}

    .footer-data2 h5 {
    color: white;
    font-size: 17px;
    font-family: Montserrat;
    margin-top: 50px;
}




.container {
    width: 100%;
}

a.button1 {
    padding: 1px 3px !important;
    color: black;
    font-size: 15px;
    border: none;
    margin: 1px 5px;
    border-right: 2px solid #0186d5;
    padding-right: 10px !important;
}
.banner-data h6 {
    color: #0186dc;
    font-size: 22px;
    margin-bottom: 10px;
}
.banner-bg2 h4 {
    color: black;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: Montserrat;
}
.banner-bg2 h1 {
    color: black;
    font-size: 18px;
    font-family: Montserrat;
    margin-top: 20px;
    padding-left: 10px;
}


.banner-anchors a {
    color: white;
    text-shadow: 1px 1px 1px black;
    font-size: 16px;
    margin: 3px 5px;
    display: inline-block;
    background: black;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
}
}

@media only screen and (max-width: 768px) {
    .content5 .img-box img {
    width: 100%!important;
}
    }
@media screen and (max-width:767px) and (min-width:520px) {    
    
    a.button1 {
 
    text-align: center;
}
    .navbar-left {
    float: left!important;
    width: 100%;
}

    .banner-bg2 {
    background: none;
    color: white;
    width: 100%;
    margin: auto;
    padding: 10px 0px;
    border-radius: 5px;
    text-align: center;
}.logo {
    float: left;
    width: 100%;
    text-align: center;
}

.banner-data h6 {
    font-size: 22px;
    font-family: Montserrat;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: none;
    padding-bottom: 0px;
    display: inline-block;
}.banner-bg2 h4 {
    font-size: 16px;
    margin-bottom: 12px;
    font-family: Montserrat;
    width: auto;
}

.banner-bg2 h1 {
    width: auto;
    font-size: 20px;
}

.banner-data h3 {
    width: auto;
}
.banner-data {
    float: left;
    width: 100%;
    padding: 5px 0px 10px 0px;
}.aranifm-image {
    float: left;
    width: 100%;
}.aranifm-image img {
    width: 55%;
}

.navbar-right {
    float: left;
    width: 100%;
    text-align: center;
}



    .footer-data2 h5 {
    color: white;
    font-size: 22px;
    font-family: Montserrat;
    margin-top: 0px;
}


.footer {
    float: left;
    width: 100%;
    background: linear-gradient(to bottom, rgb(51, 87, 169), rgb(23, 103, 255));
    color: white;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}


 .header {
    float: left;
    width: 100%;
    background: white;
    padding-bottom: 10px;
    padding-top: 5px;
}


.navbar-toggle {
    position: relative;
    float: none;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #0186d5;
    border-radius: 4px;
}
.navbar-header {
    text-align: center;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #0186d5;
    border-radius: 1px;
}
a.button1 {
    padding: 3px 7px !important;
    color: black;
    font-size: 15px;
    border: none;
    margin: 0px;
    border-bottom: 1px solid silver;
}
.navbar-nav>li {
    float: left;
    display: inline-block;
    width: 100%;
}
.banner-anchors a {
    color: white;
    text-shadow: 1px 1px 1px black;
    font-size: 14px;
    margin: 3px 2px;
    display: inline-block;
    background: black;
    padding: 3px 10px;
    border-radius: 2px;
    text-decoration: none;
}
.content5-left iframe {
    width: 100%;
    border: 3px solid #00a1ff;
    border-radius: 5px;
    height: 300px;
    margin-bottom: 20px;
}
.content5-data1 img {
    height: 45px;
}
.content3-head h5 {
    color: white;
    font-size: 25px;
    font-family: Montserrat;
}
.content3-head p {
    font-size: 16px;
    margin-top: 0px;
}
.content4-data1 h5 {
    color: white;
    font-size: 15px;
    width: 33%;
    float: left;
    padding: 0px 10px;
    text-align: left;
}
.content4-data2 p {
    float: left;
    width: 33%;
    padding: 0px 10px;
    margin: 10px 0px;
    font-size: 14px;
}
.content4-data2 h5 {
    color: white;
    font-size: 15px;
    float: left;
    width: 33%;
}


.content6-left h5 {
    color: white;
    font-size: 22px;
    text-align: center;
}
.content6-left p {
    color: silver;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    line-height: 21px;
}
.content6-left a {
    float: none;
    margin-bottom: 20px;
}
.content1-data1 h5 {
    color: #444444;
    font-size: 30px;
    font-family: Montserrat;
    margin-bottom: 15px;
}
.content1-data1 h6 {
    color: #1767ff;
    font-size: 18px;
}
.content1-data1 p {
    color: #00b159;
    font-size: 14px;
}
.content1-data2-left {
    float: left;
    width: 100%;
    background: white;
    box-shadow: 1px 1px 10px silver;
    padding: 20px 20px;
    border-radius: 15px;
    margin-bottom: 30px;
}
 
}


@media screen and (max-width:519px) and (min-width:320px) {

    .banner-data h3 {
    margin: 0px;
    width: 300px;
    text-align: center;
}

h4.call-now-btn {
    width: 300px;
    margin-bottom: 10px;
    text-align: center;
}
    .navbar-left {
    float: left!important;
    width: 75%;
}


    
.content1-data4 img {
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
}

    .content3 .container {
    padding: 0px;
}
  
.content4-data1 {
    display: none;
}
.content4-data2 p span {
    display: block;
    font-family: Montserrat;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 15px;
}
   .banner-bg2 h1 {
    color: black;
    font-size: 17px;
    font-family: Montserrat;
    margin-top: 25px;
    padding-left: 0px;
   
}
  .banner-bg2 h4 b {
    color: black;
    font-family: Montserrat;
    font-weight: normal;
}
    .navbar-right p img {
    width: 26px;
}
.header .container {
    padding: 0px;
}
.logo h5 {
    color: #0186d5;
    font-family: Montserrat;
    font-size: 19px;
    margin-bottom: 5px;
    text-align: left;
    padding-left: 5px;
    margin-top: 15px;
}
.logo p {
    font-style: italic;
    color: black;
    text-align: left;
    padding-top: 5px;
    font-size: 12px;
    padding-left: 5px;
}
.navbar-buttons {
    float: left;
    width: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: right;
}

.banner-bg2 {
    background: none;
    color: white;
    width: 100%;
    margin: auto;
    padding: 10px 0px;
    border-radius: 5px;
    text-align:left;
}

.logo {
    float: left;
    width: 100%;
    text-align: center;
}
.aranifm-image {
    float: left;
    width: 100%;
}

.aranifm-image img {
    width: 70%;
    margin-bottom: 15px;
}

.navbar-right {
    float: left;
    width: 100%;
    text-align: center;
}


        .footer-data2 h5 {
    color: white;
    font-size: 22px;
    font-family: Montserrat;
    margin-top: 0px;
}


.footer {
    float: left;
    width: 100%;
    background: #8585ff;
    color: white;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    border-top: 5px solid black;
}



.header {
    float: left;
    width: 100%;
    background: white;
    padding-bottom: 0px;
    padding-top: 0px;
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #0186d5;
    border-radius: 4px;
}
.navbar-header {
    text-align: center;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #0186d5;
}
.navbar-nav {
    float: left;
    margin: 0;
    text-align: left;
    padding: 0px;
    background: white;
    z-index: 99999;
    position: relative;
    border: 1px solid black;
    background: #8fc1ff;
}
.navbar-nav>li {
    float: left;
    display: inline-block;
    width: 100%;
}
a.button1 {
    padding: 6px 7px 4px 7px !important;
    font-size: 16px;
    border: none;
    margin: 0px 0px 11px 0px;
    border-bottom: 1px solid silver;
    margin-bottom: 8px !important;
}

.banner-data h5 {
    color: white;
    font-size: 18px;
    font-family: Montserrat;
    margin-bottom: 10px;
}


.banner-data p {
    color: #66bcff;
    font-size: 14px;
    letter-spacing: 0px;
    text-shadow: 1px 1px 6px black;
}
.banner-data h6 {
    color: black;
    font-size: 16px;
    border: none;
    margin-bottom: 0px;
}
.banner-bg2 h4 span {
    color: #0186d5;
    font-size: 14px;
    margin-right: 2px;
    display: inline-block;
    background: none;
    padding: 0px;
}

.banner-bg2 h4 {
    color: black;
    font-size: 13px;
    margin-top: 14px;
    margin-bottom: 0px;
}
.banner-data h3 a {
    background: #4196ff;
    color: white;
    padding: 8px 8px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 2px;
    display: inline-block;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}
.banner-data h3 {
    margin: 6px 0px;
  
}

.banner-anchors a {
    color: white;
    text-shadow: none;
    font-size: 14px;
    margin: 0px 0px 5px 0px;
    display: inline-block;
    background: none;
    padding: 3px 8px;
    border-radius: 2px;
    text-decoration: none;
    width: 100%;
    font-family: Montserrat;
    border: none;
    background: #4196ff;
    font-weight: 600;
    letter-spacing: 1px;
}
.banner-data {
    float: left;
    width: 100%;
    padding: 0px;
}

.content5 .col-md-6.col-sm-6.col-xs-12.col-lg-6 {
    padding: 0px;
}
.content5-left iframe {
    width: 100%;
    border: 3px solid #00a1ff;
    border-radius: 5px;
    height: 190px;
    margin-bottom: 20px;
}
.content5-data1 h5 {
    color: black;
    font-family: Montserrat;
    font-size: 14px;
    margin-bottom: 10px;
}
.content5-data1 img {
    width: 30px;
}
.content3-head h5 {
    color: white;
    font-size: 18px;
    font-family: Montserrat;
}


.content3-head p {
    font-size: 15px;
    margin-top: 0px;
}
.content4-data1 h5 {
    color: white;
    font-size: 14px;
    width: 100%;
    float: left;
    padding: 0px 10px;
    text-align: center;
    border-bottom: 1px solid silver;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.content4-data2 h5 {
    background: #638cff;
    font-size: 16px;
    float: left;
    text-align: center;
    width: 100%;
    color: white;
    margin: 0px;
    padding: 10px 0px;
    letter-spacing: 0.5px
}
.content6-left h5 {
    color: white;
    font-size: 20px;
    text-align: center;
}
.content6-left p {

    text-align: center;
}
 
 .content6-left a {
    background: black;
    color: white;
    font-size: 15px;
    padding: 6px 10px;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    float: none;
    margin-top: 15px;
    margin-bottom: 10px;
}




.content4-data2 p {
    float: left;
    width: 100%;
    padding: 5px 10px;
    margin: 0px 0px 10px 0px;
    font-size: 15px;
    text-align: center;
    border: 1px solid black;
    margin-bottom: 0px;
}
.content4-data2 {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0px;
    background: white;
    margin-bottom: 15px;
    color: black;
    border:none;
}
.content1-data1 h5 {
    color: black;
    font-size: 18px;
    font-family: Montserrat;
    margin-bottom: 10px;
}

.content1-data1 h6 {
    color: #1767ff;
    font-size: 15px;
}


.content1-data1 p {
    color: #00b159;
    font-size: 14px;
}


.content1-data2 .col-md-6.col-sm-6.col-xs-12.col-lg-6 {
    padding: 0px;
}


.content1-data2-left p {
    color: #1767ff;
    font-size: 13px;
}
.content1-data2-left {
    float: left;
    width: 100%;
    background: white;
    box-shadow: 1px 1px 10px silver;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.content1-data3 h5 {
    color: black;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    margin-top: 10px;
}


.content7 {
    float: left;
    width: 100%;
    text-align: center;
    background-image: url(../images/bg3.jpg);
    padding: 10px 0px;
    background-position: 60% -30%;
    background-attachment: fixed;
}


.content7-head h5 {
    color: white;
    font-family: Montserrat;
    font-size: 20px;
}


.content8-head h5 {
    color: black;
    font-family: Montserrat;
    font-size: 22px;
    margin-bottom: 10px;
}


.content8-head p {
    color: black;
    font-size: 14px;
    line-height: 20px;
}

.content8-head h6 {
    color: #1767ff;
    font-size: 15px;
    letter-spacing: 0px;
    font-family: Montserrat;
}


.content2-head h5 {
    color: #444444;
    font-size: 22px;
    font-family: Montserrat;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.content2-head p {
    color: #1767ff;
    font-size: 14px;
}


.slider-content .col-md-12.col-sm-12.col-xs-12.col-lg-12 {
    padding: 0px;
}

}   
