body{
	margin:0;
	padding: 0;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
}
/*.affix {
      top:20px;
      width: 100%;
      z-index:99999 !important;
      animation:fadeInDown 1.7s ease !important;
}*/
#section1 {padding-top:50px;}
#section2 {padding-top:70px;}
#section3 {padding-top:70px;}
#section4 {padding-top:70px;}

.navbar{
	width:100%;
	margin:auto;
	background-color: white;
	-border-radius:50px;
	padding:0 20px;
    z-index:99999 !important;
    box-shadow: 0 0px 3px 0 rgba(0,0,0,0.2);
}
.navbar .navbar-brand img{
	height:50px;
    width:90px;
}
.navbar .nav{
	float: right;
}
.navbar .nav li a:hover{
    background-color:transparent !important;
    color:#ef4349;
    border-bottom:1px solid #ef4349;
    transition:.8s;
}
.navbar .nav li a{
	-font-family: Verdana, Geneva, sans-serif;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	color:#737373; 
	border-bottom:1px solid white;
	padding:30px 15px;
	transition:.8s;
    font-size:16px;
    font-weight: bold;
}

.glyphicon {
    font-size: 16px !important;
    border:1px solid rgba(0,0,0,0.6);
    padding:6px;
    border-radius:30px;
    background-color:rgba(0,0,0,0.6);
}
.carousel-control:hover {
    opacity: .1 !important;
}
.carousel-control {
    opacity: 0.1 !important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -45px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    left: 50%;
    margin-left: 15px;
}
.main{
    width:100%;
    overflow: hidden;
    height:auto;
}
.main .item{
    height:600px;
    background-color: rgb(0, 153, 153);
}
.slide-1{
    padding-top: 100px;
}
.slide-1-left{
   -border:1px solid red;
   padding-left: 90px;
}
.slide-1-center{
    -border:1px solid red;
    height:auto;
    position: relative;
}
.slide-1-center h1{
      white-space: nowrap;
      font-size: 85px; 
      line-height: 22px; 
      font-weight: 500; 
      color: rgb(17, 17, 17);
}
.slide-1-center h2{
    z-index: 16; 
    white-space: nowrap; 
    font-size: 75px; 
    margin-top: 30px;
    font-weight: 500; 
    -color: rgb(66, 0, 27);
    color:red;
    font-family: Candara,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
.slide-1-center p{
    line-height: 29px;
    font-weight: 500 !important;
    font-size:23px;
    color: rgb(66, 0, 29);
    font-family: Candara,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
.slide-1-center .btn-1{
    z-index: 17;
    white-space: nowrap;
    font-size: 20px !important;
    line-height: 17px;
    font-weight: 600;
    color: #fff;
    font-family: Roboto;
    background-color: rgba(198, 0, 3, 0.75);
    padding: 12px 35px;
    border-radius: 30px;
    margin-top:10px;
}
.slide-1-right{
    height:auto;
}
.slide-1-right .lable{
    background-color: rgba(18, 185, 185, 0.9);
    height:50px;
    width:75%!important;
    background-size:contain;
    background-repeat: no-repeat;
    position:relative;
    margin:20px 30px 10px 50px; 
}
.slide-1-right .lable:after{
    content: '';
    position: absolute;
    top:0;
    left:-30px;
    border-top: 25px solid transparent;
    border-right: 50px solid rgba(18, 185, 185, 0.9);
    border-bottom: 25px solid transparent;
}
.slide-1-right .lable h4{
    color:white;
    font-weight:bold;
    font-size:20px;
    position: absolute;
    top:0;
    left:20px;
    line-height:29px;
}
.slide-1-right .lable-2{
    background-color: rgba(63, 205, 19, 0.9);
    height:50px;
    width:75%!important;
    background-size:contain;
    background-repeat: no-repeat;
    position:relative;
    margin:20px 30px 10px 50px;
}
.slide-1-right .lable-2:after{
    content: '';
    position: absolute;
    top:0;
    left:-30px;
    border-top: 25px solid transparent;
    border-right: 50px solid rgba(63, 205, 19, 0.9);
    border-bottom: 25px solid transparent;
}
.slide-1-right .lable-2 h4{
    color:white;
    font-weight:bold;
    font-size:18px;
    position: absolute;
    top:0px ;
    left:20px;
    line-height:29px;
}
.slide-1-right .lable-3{
    background-color:rgba(209, 88, 67, 0.9);
    height:50px;
    width:75%!important;
    background-size:contain;
    background-repeat: no-repeat;
    position:relative;
    margin:20px 30px 10px 50px; 
}
.slide-1-right .lable-3:after{
    content: '';
    position: absolute;
    top:0;
    left:-30px;
    border-top: 25px solid transparent;
    border-right: 50px solid rgba(209, 88, 67, 0.9);
    border-bottom: 25px solid transparent;
}
.slide-1-right .lable-3 h4{
    color:white;
    font-weight:bold;
    font-size:18px;
    position: absolute;
    top:0px ;
    left:20px;
    line-height:29px;
}
.slide-1-right .lable-4{
    background-color:rgba(255, 179, 26, 0.8);
    height:50px;
    width:75%!important;
    background-size:contain;
    background-repeat: no-repeat;
    position:relative;
    margin:20px 30px 10px 50px; 
    -border:1px solid red;
}
.slide-1-right .lable-4:after{
    content: '';
    position: absolute;
    top:0;
    left:-30px;
    border-top: 25px solid transparent;
    border-right: 50px solid rgba(255, 179, 26, 0.8);
    border-bottom: 25px solid transparent;
}
.slide-1-right .lable-4 h4{
    color:white;
    font-weight:bold;
    font-size:18px;
    position: absolute;
    top:0px ;
    left:20px;
    line-height:29px;
}
.slide-1-right .lable-5{
    background-color:rgba(51, 153, 255, 0.9);
    height:50px;
    width:75%!important;
    background-size:contain;
    background-repeat: no-repeat;
    position:relative;
    margin:20px 30px 10px 50px; 
    -border:1px solid red;
}
.slide-1-right .lable-5:after{
    content: '';
    position: absolute;
    top:0;
    left:-30px;
    border-top: 25px solid transparent;
    border-right: 50px solid rgba(51, 153, 255, 0.9);
    border-bottom: 25px solid transparent;
}
.slide-1-right .lable-5 h4{
    color:white;
    font-weight:bold;
    font-size:18px;
    position: absolute;
    top:0px ;
    left:20px;
    line-height:29px;
}
.slide-1-right .lable-6{
    background-color:rgba(191, 128, 255, 0.9);
    height:50px;
    width:75%!important;
    background-size:contain;
    background-repeat: no-repeat;
    position:relative;
    margin:20px 30px 10px 50px; 
    -border:1px solid red;
}
.slide-1-right .lable-6:after{
    content: '';
    position: absolute;
    top:0;
    left:-30px;
    border-top: 25px solid transparent;
    border-right: 50px solid rgba(191, 128, 255, 0.9);
    border-bottom: 25px solid transparent;
}
.slide-1-right .lable-6 h4{
    color:white;
    font-weight:bold;
    font-size:18px;
    position: absolute;
    top:0px ;
    left:20px;
    line-height:29px;
}
.slide-2{
    -border:1px solid red;
    padding-top: 100px;
}
.slide-2-left{
    -border:1px solid red;
    height:auto;
    padding-left:50px;
}
.slide-2-left h2{
    color:white;
    font-family: Candara,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif;
    font-size:25px;
    font-weight: 600;
}
.slide-2-left .btn-2{
    z-index: 17;
    white-space: nowrap;
    font-size: 20px !important;
    line-height: 17px;
    font-weight: 600;
    color: #fff;
    font-family: Roboto;
    background-color:rgba(198, 0, 3, 0.75);
    padding: 12px 35px;
    border-radius: 30px;
    margin-top:30px;
}
.slide-2-right{
    -border:1px solid red;
    height:auto;
}
.slide-2-right img{
    height: 400px;
    width:120%;
    background-size: cover;
    margin-left:-110px;
}

.headlines{
    font-weight:bold;
    letter-spacing: -.4px;
    position: relative;
    line-height: 38px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    text-align:  left;
    margin-left:5px !important;
    font-size: 27px;
}
.headlines-2{
    font-weight:bold;
    letter-spacing: -.4px;
    position: relative;
    line-height: 38px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    margin-left:5px !important;
    font-size: 27px;
    text-align: center;
}
.head-content{
    font-size: 18px;
    color: #727c87;
    line-height: 29px;
    font-family: Candara,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif; 
    text-align: justify;
    margin-top:20px;
   padding:0 43px;
}
.head-content-2{
    font-size:16px;
    color: white !important;
    line-height: 29px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    text-align: center;
    margin-top:20px;
   padding:0 43px;
}
hr{
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
    border: 0 none;
    height: 1px;
}
.hb-2{
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
    border: 0 none;
    height: 1px;
}
.main-1{
    height: auto;
    padding:0 0 50px 0; 
    z-index:-999 !important;
    background-image:url(../images/9.png);
}
.left-1{
    height:auto;
    position: relative;
    -border:1px solid red;
}
.left-1 p{
    padding:0 !important;
    font-size:17px;
}
.right-1{
    height:515px;
    position: relative;
    overflow: hidden;
}
.right-1:after{
    content: '';
    position: absolute;
    top:36px;
    left:10px;
    height:440px;
    width:80%;
    border:10px solid #d9d9d9;
    z-index:-1;
}
.right-1 img{
    height:auto;
    width:85%;
    background-size: cover;
    position:absolute; 
    top:70px;
    right: 0;
}
.right-1 .reference{
    position: relative;
    top:390px;
    left:78px;
    width:80%;  
    z-index:999;
    font-size:15.5px;
    font-weight:600;
    display:block;  
    -color: #727c87;
    padding:5px 12px;
    line-height:27px;
}
.right-1:before{
    content: '';
    position: absolute;
    bottom:15px;
    right:12px;
    height:130px;
    width:80%;
    background-color:rgba(255,255,255,0.7);
    z-index:1;
}
.main-2{
    position: relative;
    z-index:-2;
    height:300px;
}
.heading-2{
    content: '';
    position:absolute;
    top:0;
    left: 0;
    background-color:rgba(8, 15, 32, 0.9);
    height:320px;
    width:100%;
    z-index:-1;
    padding:30px 0;
}
.main-box-2{
    height:auto;
    position: relative;
}
.one-2{
    position: relative;
    overflow:hidden;
    height:auto;
    top: -50px;
}
.one-2 p{
    position: absolute;
    top:20px;
    z-index:999;
    color:white;
    padding:10px 8px;
    line-height:26px;
    font-size:15px;
}
.one-2 h5{
    position: absolute;
    top:125px;
    z-index:999;
    color:white;
    padding:10px 8px;
    line-height:26px;
    font-size:15px;
}
.one-2 img{
    height:300px;
    width:100%;
    background-size: cover;
}
.one-2:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 185, 185, 0.9);
    content: '';
    -z-index: -1;
}
.two-2{
    position: relative;
    overflow:hidden;
    height:auto;
    top:-10px;
}
.two-2 img{
    height:300px;
    width:100%;
    background-size: cover;
}
.two-2:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(63, 205, 19, 0.9);
    content: '';
    -z-index: -1;
}
.two-2 p{
    position: absolute;
    top:20px;
    z-index:999;
    color:white;
    padding:10px 8px;
    line-height:26px;
    font-size:15px;
}
.two-2 h5{
    position: absolute;
    top:75px;
    z-index:999;
    color:white;
    padding:10px 8px;
    line-height:26px;
    font-size:15px;
}
.col-md-3{
    padding:0;
}
.three-2{
    position: relative;
    overflow:hidden;
    height:auto;
    top:-50px;
}
.three-2 img{
    height:300px;
    width:100%;
    background-size: cover;
}
.three-2:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(209, 88, 67, 0.9);
    content: '';
    -z-index: -1;
}
.three-2 p{
    position: absolute;
    top:20px;
    z-index:999;
    color:white;
    padding:10px 8px;
    line-height:26px;
    font-size:15px;
}
.three-2 h5{
    position: absolute;
    top:130px;
    z-index:999;
    color:white;
    padding:10px 8px;
    line-height:26px;
    font-size:15px;
}
.four-2{
    position: relative;
    overflow:hidden;
    height:auto;
    top: -10px;
}
.four-2 img{
    height:300px;
    width:100%;
    background-size: cover;
}
.four-2:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 179, 26, 0.8);
    content: '';
    -z-index: -1;
}
.four-2 p{
    position: absolute;
    top:20px;
    z-index:999;
    color:white;
    padding:10px 8px;
    line-height:26px;
    font-size:15px;
}





.main-3{
    padding:20px 0 80px 0;
    -background-color:#f5f5f5;
}
.left-3{
    border:1px solid #f2f2f2;
    height:480px;
    background-color:rgba(191, 191, 191,.2);
    position: relative;
    margin-top:50px;
    transition:.6s;
}
.left-3:hover{
    box-shadow: 0 15px 25px 0 rgba(1, 1, 1, 0.3);
    transition:.6s;
}
.left-3 .b-img{
    height:200px;
    width:100%;
    position: relative;
    overflow: hidden;
}
.left-3 .b-img:after{
    content:'';
    position: absolute;
    top:-100%;
    left:0;
    height:100%;
    width:100%;
    background-color:rgba(0,0,0,0.7);
    transition:.6s ease;
}
.left-3 .b-img:before {
    content: '';
    position: absolute;
    height: 91%;
    width: 93%;
    top: 9px;
    left: 10px;
    background-color: inherit;
    border: 4px solid white;
    opacity:0;
    transition: all .5s ease;
    z-index: 1 !important;
    transition:1s;
}
.left-3:hover .b-img:before{
    opacity:1;
    transform:1s;
}
.left-3:hover .b-img:after{
    top:0;
    transition:.6s ease;
}
.left-3 .b-img img{
    min-width:100%;
    background-size:cover;
}
.left-3 .b-content{
    height:auto;
    padding:0 5px 0 10px;
}
.left-3 .b-content h3{
    color:#ef4349;
    font-weight: bold;
    margin-top: 20px;
    font-size: 18px;
    line-height:26px;
}
.main-3 .left-3 .b-content .description{
    padding-left:15px;
    list-style-type:square;
}
.main-3 .left-3 .b-content .description li{
    text-align:left !important;
    font-size: 14.6px;
    font-weight: 500;
    line-height: 27px;
    -border:1px solid red;
}

.main-4{
    -border:1px solid red;
    padding:30px 0 70px 0;
    background-image:url(../images/23.jpg);
    background-size:cover;
    background-attachment:fixed;
    position: relative;
    z-index:1;
}
.main-4:after{
    content: '';
    position:absolute;
    top:0;
    left: 0;
    background-color:rgba(8, 15, 32, 0.5);
    height:100%;
    width:100%;
    z-index:-1;
}
.main-4 .serviceBox{
    border: 1px solid rgba(255,255,255,0.5);
    -padding: 20px 30px 30px 20px;
    position: relative;
    transition: all 0.5s ease 0s;
    margin-top: 45px;
    height:240px;
    overflow:hidden;
}
.main-4 .service-Content{
    -border:1px solid red;
    position: absolute;
    top:0;
    padding: 20px 30px 30px 20px;
}
.main-4 .service-Content .title{
    font-size: 18px;
    font-weight: 700;
    color:#ef4349;
    line-height:27px;
    margin-bottom: 15px;
}
.main-4 .service-Content .description{
    font-size:15px;
    color: white;
    line-height: 27px;
}
.main-6{
    padding:50px 0 0 0;
}
.main-6 .serviceBox .service-icon a{
    border-bottom: 1px solid #d5d7d9;
    display: inline-block;
    width: 100%;
    overflow-y: hidden;
    position: relative;
}
.main-6 .serviceBox .service-icon a:hover{
    text-decoration: none;
}
.main-6 .serviceBox .service-icon a > span{
    width: 75px;
    height:75px;
    background:#ef4349;
    border-radius: 5px;
    display: block;
    text-align: center;
    transform: rotate(45deg);
    position: relative;
    left:22px;
    top:12px;
    transition:all 300ms ease-in-out 0s;
}
.main-6 .serviceBox .service-icon a > span i{
    font-size: 30px;
    color:#fff;
    transform: rotate(-45deg) !important;
    line-height: 72px;
}
.main-6 .serviceBox .service-content h3{
    color:#26282b;
    font-size: 18px;
    letter-spacing: 1px;
    line-height:27px;
    font-weight:500;
    margin-bottom: 20px;
    text-transform:capitalize;
}
.main-6 .serviceBox .service-content p{
    font-size: 16px;
    color: #727c87;
    line-height: 28px;
    -font-family: 'Montserrat-UltraLight', sans-serif;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}



.main-10{
    -border:1px solid red;
}
.left-10{
    background-color:#ef4349; 
    margin-top:15px;
}
.contact-box-left{
    padding:10px 5px 0px 5px;
    display:inline-block;
    height:100%;
    width:100%;
}
.contact-box-left i{
    color:white;
    font-size:30px;
    float:left;
    margin-right:10px;
}
.contact-box-left p{
    color:white;
    font-size:15px;
    line-height:27px;
    font-weight:bold;
}
.map{
    height:300px;
    width:100%;
    overflow: hidden;
}
.main-11{
    height:100px;
    width:100%;
    margin-top:40px;
    -background-color: black;
}
.left-11 h4{
    position: absolute;
    top: 30px;
    font-weight:bold;
}
.right-11{
    border:1px solid #ef4349;
    height:100px;
    text-align:center;
    color: white;
    background-color:#ef4349 !important
}
.right-11 p{
    margin-top: 15px;
    font-size:16px;
}
.right-11 h3{
    margin-top: -1px;
}

.footer{
    height:auto;
    width:100%;
    background-color: rgba(0,0,0,0.9);
    position: relative;
    overflow: hidden;
}
.footer-left{
    height:auto;
    width:100%;
    margin-top:60px;
}
.footer-left h2 {
    color: white;
    -font-family: 'Roboto Slab', sans-serif;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 17px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.footer-left p{
      line-height: 25px;
    color:white;
    font-size:14px;
    margin-top: 15px;
    -font-family: 'Open Sans', sans-serif;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.footer-left .social{
    -border:1px solid red;
    list-style-type: none;
    padding-left: 0 !important;
    margin-top:30px;
}
.footer-left .social li{
    height: 32px;
    border:1px solid #fff;
    display:inline-block;  
    width:32px;
    border-radius:50px;
    transition: .6s;
    margin:1px;
}
.footer-left .social li:hover{
    transform:rotateZ(360deg);
    transition: .6s;
    text-decoration: none;
}
.footer-left .social li:hover a{
    text-decoration:none;
}
.footer-left .social li i{
    position: relative;
    top: 6px;
    left: 9px;
    color:white;
}
.footer-left .social li:hover i{
    transition: .6s;
    text-decoration: none;
}
.footer-center{
    height:auto;
    width:100%;
    margin-top:60px;
}
.footer-center h2 {
    color:white;
    color:white;
    -font-family: 'Roboto Slab', sans-serif;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 17px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.footer-center ul{
    list-style-type:none;
    padding-left: 0 !important;
}
.footer-center ul li a{
    line-height: 27px;
    color:white;
    font-size:14px;
    -font-family: 'Open Sans', sans-serif;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.footer-center ul li a:hover{
    text-decoration:none;
    color:white !important;
}
.footer-center p{
    line-height: 29px;
    color:#898989;
    font-weight:400;
    font-size:15.5px;
    margin-top: 15px;
    -font-family: 'Open Sans', sans-serif;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.footer-center-2{
    height:auto;
    width:100%;
    margin-top:60px;
}
.footer-center-2 h2 {
    color: #c5c5c5;
    color:white;
    -font-family: 'Roboto Slab', sans-serif;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 17px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.footer-center-2 p{
    line-height: 25px;
    color:white;
    font-weight:400;
    font-size:15px;
    margin-top: 15px;
    -font-family: 'Open Sans', sans-serif;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.footer-right{
    height: auto;
    width:100%;
}
.footer-right .form{
    height:370px;
    padding:20px 20px;
    background-color:white;
}
.footer-right .form input{
    margin-bottom: 20px;
}
.footer-right .form textarea{
    margin-bottom: 20px;
}
.footer-right .btn-primary{
    border:1px solid #ef4349!important;
    background-color: #ef4349 !important;
}
.foo-banner{
    background-color:black;
}
.copy p{
    padding:8px 0;
    color:#898989;
    font-size:14px;
    margin-top: 10px;
}




/*...............responsive......................*/
@media only screen and (max-width: 767px){
    .btn{
        margin-bottom:15px;
    }
}
@media only screen and (max-width:990px){
    .main-3 .serviceBox{ margin-bottom: 30px; }
}
@media screen and (max-width: 990px){
    .main-6 .serviceBox{
            margin-bottom: 25px;
    }
}

@media screen and (max-width:768px){

#section2 {padding-top:40px;}
#section3 {padding-top:40px;}
#section4 {padding-top:40px;}
#section5 {padding-top:40px;}

.navbar .nav{
    display:inline-block;
    margin-top:-50px;
}
.navbar .nav li{
    float:left;
}
.navbar .nav li a{
    font-size:13px;
    padding:17px 7px;
}
.navbar-toggle {
    background-color: black;
}
.navbar-toggle .icon-bar{
    background-color: white;
}
.navbar-brand img{
    margin-left:-20px;
    margin-top:-10px !important;
    height:45px !important;
    width:90px !important;
}
.main {
    height: 300px;
}
.main .item{
    height:300px;
    background-color: rgb(0, 153, 153);
}
.slide-1 {
    padding-top: 40px;
    -border: 1px solid red;
}
.glyphicon {
    padding: 3px;
}
.slide-1-left{
   padding-left: 30px;
}
.slide-1-left img {
    height: 231px;
    width: auto;
}
.slide-1-center {
    height: 280px;
    top: -260px;
    width: 220px;
    left: 120px;
}
.slide-1-center h1{
      font-size: 26px; 
      line-height: 1px;  
}
.slide-1-center h2 {
    z-index: 15;
    font-size: 33px;
    margin-top: 14px;
}
.slide-1-center p {
    line-height: 21px;
    font-size: 14px;
}
.slide-1-center .btn-1 {
    font-size: 13px !important;
    padding: 6px 22px;
    margin-top: 7px;
}
.slide-1-right{
    position: absolute;
    top:-550px !important;
    right:175px;
    -border:1px solid red;
}
.slide-1-right .lable{
    height: 25px;
    width: 235%!important;
    margin: 13px 30px -1px 50px;
}
.slide-1-right .lable-2{
    margin: 13px 30px -1px 50px;
}
.slide-1-right .lable-3{
    margin: 13px 30px -1px 50px;
}
.slide-1-right .lable-4{
    margin: 13px 30px -1px 50px;
}
.slide-1-right .lable-5{
    margin: 13px 30px -1px 50px;
}
.slide-1-right .lable-6{
    margin: 13px 30px -2px 50px;
}
.slide-1-right .lable:after {
    top: 2px;
    left: -26px;
    border-top: 10px solid transparent;
    border-right: 29px solid rgba(18, 185, 185, 0.9);
    border-bottom: 10px solid transparent;
}
.slide-1-right .lable h4 {
    font-size: 13px;
    top: -11px;
}
.slide-1-right .lable-2{
    height: 25px;
    width: 235%!important;
}
.slide-1-right .lable-2:after{
     top: 2px;
    left: -26px;
    border-top: 10px solid transparent;
    border-right: 29px solid rgba(63, 205, 19, 0.9);
    border-bottom: 10px solid transparent;
}
.slide-1-right .lable-2 h4{
    font-size: 13px;
    top: -11px;
}
.slide-1-right .lable-3{
    height: 25px;
    width: 235%!important;
}
.slide-1-right .lable-3:after {
    top: 2px;
    left: -26px;
    border-top: 10px solid transparent;
    border-right: 29px solid rgba(209, 88, 67, 0.9);
    border-bottom: 10px solid transparent;
}
.slide-1-right .lable-3 h4 {
    font-size: 13px;
    top: -11px;
}
.slide-1-right .lable-4{
    height: 25px;
    width: 235%!important;
}
.slide-1-right .lable-4:after {
    top: 2px;
    left: -26px;
    border-top: 10px solid transparent;
    border-right: 29px solid rgba(255, 179, 26, 0.9);
    border-bottom: 10px solid transparent;
}
.slide-1-right .lable-4 h4 {
    font-size: 13px;
    top: -11px;
}
.slide-1-right .lable-5{
    height: 25px;
    width: 235%!important;
}
.slide-1-right .lable-5:after {
    top: 2px;
    left: -26px;
    border-top: 10px solid transparent;
    border-right: 29px solid rgba(51, 153, 255, 0.9);
    border-bottom: 10px solid transparent;
}
.slide-1-right .lable-5 h4 {
    font-size: 13px;
    top: -11px;
}
.slide-1-right .lable-6{
    height: 25px;
    width: 235%!important;
}
.slide-1-right .lable-6:after {
    top: 2px;
    left: -26px;
    border-top: 10px solid transparent;
    border-right: 29px solid rgba(191, 128, 255, 0.9);
    border-bottom: 10px solid transparent;
}
.slide-1-right .lable-6 h4 {
    font-size: 13px;
    top: -11px;
}
.slide-2{
    -border:1px solid red;
    padding-top: 40px;
}
.slide-2-left{
    -border:1px solid red;
    height:auto;
    padding-left:10px;
    width:63%;
}
.slide-2-left h2 {
    font-size: 13px;
    -border: 1px solid red;
    margin-top:0;
}
.slide-2-left .btn-2{
     font-size: 13px !important;
    padding: 6px 22px;
    margin-top: 7px;
}
.slide-2-right{
    -border:1px solid red;
    height:auto;
}
.slide-2-right img {
    height: 260px;
    width: 34%;
    right: 28px;
    position: absolute;
    top: -260px;
}
.head-content {
    font-size: 17px;
    text-align: justify !important;
    padding: 0 36px;
}
.right-1:before {
    bottom: 37px;
}
.right-1 .reference {
    top: 366px;
    left: 100px !important;
    font-size: 15px;
}
.right-1:after {
    top: 42px;
    left: 17px !important;
    height: 473px;
}
.head-content-2 {
    font-size: 14px;
    line-height: 24px;
    padding: 0 30px;
}
.one-2 {
     top:0; 
}
.two-2 img {
    height: 250px;
}
.two-2 h5 {
    top: 50px;
}
.three-2 h5 {
    top: 75px;
}
.three-2 img {
    height: 200px;
}
.four-2 {
    height: 150px;
    top: -50px;
}
.main-3{
    padding: 20px 0 60px 0;
}
.main-3 .serviceBox{
    margin: 50px 0 0 0;
}
.headlines{
    
    font-size:20px;
    line-height:30px;
    text-align: center;
}
.contact-box-left {
    padding: 10px 5px 0px 20px;
}

.footer-right {
    margin-top: 40px;
}
.right-11 {
    display: none;
}

}


@media screen and (max-width:420px){

.navbar-brand{
    margin-top:-10px !important;
    height:10px !important;
    width:30px !important;
}
.navbar-brand img{
     height:50px !important;
    width:70px !important;
    position: absolute;
    top:23px;
}
.navbar {
    padding: 0 10px;
    border:1px solid red;
}
.navbar .nav{
    display:inline-block;
    margin-top:0px;
    margin-bottom:0 !important;
}
.navbar .nav li a{
    font-size: 12px;
    padding:14px 5.3px;
}
.headlines-2 {
    font-size: 20px;
    line-height:25px;
}
.main{
    height:230px;
}
.main .item{
    height:250px;
    background-color: rgb(0, 153, 153);
}
.slide-1 {
    padding-top: 40px;
    -border: 1px solid red;
}
.carousel-indicators li {
    width: 7px;
    height: 7px;
}
.carousel-indicators .active {
    width: 9px;
    height: 9px;
}
.slide-1-left img {
    height: 140px;
}
.slide-1-left {
    padding-left: 12px;
}
.slide-1-center {
    top: -165px;
    width: 140px;
    left: 46px;
}
.slide-1-center h1 {
    font-size: 16px;
}
.slide-1-center h2 {
    font-size: 19px;
    margin-top: 10px;
}
.slide-1-center p {
    font-size: 12px;
    line-height: 16px;
    margin-top: -9px !important;
}
.slide-1-center .btn-1 {
    font-size: 12px !important;
    padding: 1px 11px;
    margin-top: 0px;
}
.slide-1-right {
    position: absolute;
    top: -465px !important;
    right: 160px;
}
.slide-1-right .lable {
    height: 25px;
    width: 437%!important;
    margin: 18px 30px -10px 0px;
    position: relative;
    right: -55px;
    background-color:rgba(18, 185, 185, 0.3); 
}
.slide-1-right .lable:after {
    top: 5px;
    left: -12px;
    border-top: 7px solid transparent;
    border-right: 12px solid rgba(18, 185, 185, 0.3);
    border-bottom: 7px solid transparent;
}
.slide-1-right .lable h4 {
    font-size: 10px;
    top: -11px;
    left:10px;
}
.slide-1-right .lable-2 {
    height: 25px;
    width: 437%!important;
    margin: 18px 30px -10px 0px;
    position: relative;
    right: -55px;
    background-color:rgba(63, 205, 19, 0.3); 
}
.slide-1-right .lable-2:after {
    top: 5px;
    left: -12px;
    border-top: 7px solid transparent;
    border-right: 12px solid rgba(63, 205, 19, 0.3);
    border-bottom: 7px solid transparent;
}
.slide-1-right .lable-2 h4 {
    font-size: 10px;
    top: -11px;
    left:10px;
}
.slide-1-right .lable-3 {
   height: 25px;
    width: 437%!important;
    margin: 18px 30px -10px 0px;
    position: relative;
    right: -55px;
    background-color: rgba(209, 88, 67, 0.3); 
}
.slide-1-right .lable-3:after {
    top: 5px;
    left: -12px;
    border-top: 7px solid transparent;
    border-right: 12px solid rgba(209, 88, 67, 0.3);
    border-bottom: 7px solid transparent;
}
.slide-1-right .lable-3 h4 {
    font-size: 10px;
    top: -11px;
    left:10px;
}
.slide-1-right .lable-4 {
    height: 25px;
    width: 437%!important;
    margin: 18px 30px -10px 0px;
    position: relative;
    right: -55px;
    background-color:rgba(255, 179, 26, 0.3); 
}
.slide-1-right .lable-4:after {
    top: 5px;
    left: -12px;
    border-top: 7px solid transparent;
    border-right: 12px solid rgba(255, 179, 26, 0.3);
    border-bottom: 7px solid transparent;
}
.slide-1-right .lable-4 h4 {
    font-size: 10px;
    top: -11px;
    left:10px;
}
.slide-1-right .lable-5 {
   height: 25px;
    width: 437%!important;
    margin: 18px 30px -10px 0px;
    position: relative;
    right: -55px;
    background-color:rgba(51, 153, 255, 0.3); 
}
.slide-1-right .lable-5:after {
    top: 5px;
    left: -12px;
    border-top: 7px solid transparent;
    border-right: 12px solid rgba(51, 153, 255, 0.3);
    border-bottom: 7px solid transparent;
}
.slide-1-right .lable-5 h4 {
    font-size: 10px;
    top: -11px;
    left:10px;
}
.slide-1-right .lable-6{
    height: 25px;
    width: 437%!important;
    margin: 18px 30px -10px 0px;
    position: relative;
    right: -55px;
    background-color:rgba(191, 128, 255, 0.3) 
}
.slide-1-right .lable-6:after {
    top: 5px;
    left: -12px;
    border-top: 7px solid transparent;
    border-right: 12px solid rgba(191, 128, 255, 0.3);
    border-bottom: 7px solid transparent;
}
.slide-1-right .lable-6 h4 {
    font-size: 10px;
    top: -11px;
    left:10px;
}
.slide-2-left {
    height: auto;
    padding-left: 10px;
    width: 63%;
}
.slide-2-left h2 {
    font-size: 11px;
    margin-top: -3px;
}
.slide-2-right img {
    height: 160px;
    width: 33%;
    right: 13px;
    position: absolute;
    top: -200px;
}
.slide-2-left .btn-2 {
    font-size: 12px !important;
    padding: 1px 5px;
    margin-top: -9px;
}

.left-1 p {
    font-size: 16px;
}
.right-1 .reference {
    top: 204px !important;
    left: 64px !important;
}
.right-1 {
    height: 360px;
}
.right-1 img {
    top: 40px;
}
.right-1:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 10px;
    height: 345px !important;
    width: 80%;
    border: 10px solid #d9d9d9;
    z-index: -1;
}

.head-content {
    font-size: 15px;
    line-height: 26px;
    padding: 0 7px;
    text-align: justify !important;
}
.head-content-2{
    text-align:justify;
}
.one-2 img {
    height: 220px;
}
.one-2 p {
    top: 9px;
    font-size: 14.3px;
}
.one-2 h5 {
    top: 90px;
    font-size: 14.3px;
}
.two-2 h5 {
    font-size: 14.3px;
}
.three-2 p {
    top: 7px;
    font-size: 14.3px;
}
.three-2 h5 {
    padding: 15px 8px;
    font-size: 14.3px;
}
.four-2 {
    height: 180px !important;
}
.four-2 p {
    padding: 0px 8px;
    font-size:14.3px;
}
.main-3 .left-3 .b-content .description li {
    font-size: 13.7px;
    line-height: 25px;
}
.main-4 .service-Content .description {
    font-size: 14px;
}
.main-4 .service-Content {
    padding: 0px 30px 30px 20px;
}
.main-6 .serviceBox .service-content p {
    font-size: 15px;
    line-height: 26px;
}
.footer-left {
    padding-left: 15px;
}
}


/*@media only screen and (min-width:400px) {*/


/*.slide-1-left {*/
/*    padding-left:0;*/
/*}*/
/*.slide-1-left img{*/
/*    width: 65%;*/
/*}*/
/*.slide-1-center{*/
/*    width: auto;*/
/*    margin-left:-40px !important;*/
/*}*/
/*.slide-1-center h1 {*/
/*    font-size: 75px;*/
/*}*/
/*.slide-1-center h2 {*/
/*    font-size: 62px;*/
/*}*/
/*.slide-1-center p {*/
/*    font-size: 24px;*/
/*    width: 325px;*/
/*}*/
/*.slide-2-left { */
/*  width:500px;*/
/*  padding-left:0;*/
/*}*/
/*.slide-2-right img {*/
/*    height: 400px;*/
/*    position: relative;*/
/*    width:130%;*/
/*    margin-left:10px;*/
    
/*}*/
/*.slide-1-right {*/
/*    margin-left: 60px;*/
/*}*/
/*.slide-1-right .lable {*/
/*    margin: 20px -80px 10px 20px;*/
/*    width:120% !important;*/
/*}*/
/*.slide-1-right .lable-2 {*/
/*    margin: 20px -80px 10px 20px;*/
/*    width:120% !important;*/
/*}*/
/*.slide-1-right .lable-3 {*/
/*    margin: 20px -80px 10px 20px;*/
/*    width:120% !important;*/
/*}*/
/*.slide-1-right .lable-4 {*/
/*    margin: 20px -80px 10px 20px;*/
/*    width:120% !important;*/
/*}*/
/*.slide-1-right .lable-5 {*/
/*    margin: 20px -80px 10px 20px;*/
/*    width:120% !important;*/
/*}*/
/*.slide-1-right .lable-6 {*/
/*    margin: 20px -80px 10px 20px;*/
/*    width:120% !important;*/
/*}*/
/*.right-1 .reference {*/
/*    left: 141px;*/
/*}*/
/*.right-1:after {*/
/*    left: 55px;*/
/*}*/
/*.two-2 {*/
/*    top: -50px;*/
/*}*/
/*.four-2 {*/
/*    top: -50px;*/
/*}*/
/*.one-2 img {*/
/*    height: 275px;*/
/*}*/
/*.two-2 img {*/
/*    height: 275px;*/
/*}*/
/*.three-2 img {*/
/*    height: 275px;*/
/*}*/
/*.four-2 img {*/
/*    height: 275px;*/
/*}*/
/*.main-4 .serviceBox {*/
/*    height: 175px;*/
/*}*/
/*.contact-box-left i {*/
/*    margin-left: 25px;*/
/*}*/
/*.right-11 {*/
/*    display: none;*/
/*}*/

/*}*/
