
html,
body {
    font-size: 14px;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    width:100%;
    font-family: 'Raleway', sans-serif;
    line-height: 24px;
    font-weight: 400;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/*-----------------------change 1------------------------------------------*/
a,:before{
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.top-header {
/*    background-color: #222;*/
    /*min-height: 50px;*/
    background-color: #005b9a;
    line-height: 50px;
    color: #fff;
}
.top-header .pull-right li i {
    margin-right: 10px;
    color: #a8d1ec;
}
.top-header .pull-right li{

float: left;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
}
.top-header .pull-right li:first-child{
    margin-right: 25px;
}
.top-header .pull-left li, .ser-box .pull-left li{
    float: right;
    display: inline-block;
    text-align: center;
}
.top-header .pull-left li a{
    position: relative;
    float: left;
    color: #fff;
    width: 45px;
    font-size: 15px;
    line-height: 50px;
    z-index: 1;
    border-left: 1px solid rgba(255,255,255,.15);
}
/*.top-header .pull-left li a + a {border-left: 1px solid rgba(255,255,255,.15);}*/

.top-header .pull-left li a:before {
    background-color: #639bc1;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    bottom: 100%;
}
.top-header .pull-left li a:hover:before, 
.top-header .pull-left li  a:focus:before {
  opacity: 1;
  bottom: 0;
  top: 0;
}
/*.top-header .pull-right li{
    float: right;
}*/
/* navbar */
nav.navbar.bootsnav{
    height: 100px;
}
nav.navbar.bootsnav ul.nav > li{
    margin-left: 30px;
    vertical-align: middle;
    text-transform: uppercase;
}
nav.navbar.bootsnav ul.nav > li > a{
    color: #3c3950; 
    color: #1a1a1a;
    font-size: 16px;
    padding: 0 ;
    font-weight: 700;
    line-height: 100px;
}
nav.navbar.bootsnav ul.nav li.active > a,nav.navbar.bootsnav ul.nav li a:hover{
    color:#005b9a;
}

nav.navbar.bootsnav ul.nav > li:hover:before, nav.navbar.bootsnav ul.nav > li.active:before {
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
nav.navbar.bootsnav ul.nav > li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #005b9a;
    -webkit-transform: scale3d(0,1,1);
    -moz-transform: scale3d(0,1,1);
    -ms-transform: scale3d(0,1,1);
    -o-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: transform 2s cubic-bezier(.2,1,.3,1);
    -moz-transition: transform 2s cubic-bezier(.2,1,.3,1);
    -ms-transition: transform 2s cubic-bezier(.2,1,.3,1);
    -o-transition: transform 2s cubic-bezier(.2,1,.3,1);
    transition: transform 2s cubic-bezier(.2,1,.3,1);
}
nav.bootsnav ul li.has-dropdown .dropdown:before{
    border-bottom-color: transparent;
}
.navbar .dropdown-menu{
    border-radius: 0;
}
nav.bootsnav ul li.has-dropdown .dropdown{
    border-radius: 0px 0px 4px 4px;
    top: 100px;
    border-bottom: 1px solid #dfe5e8;
    border-left: 1px solid #dfe5e8;
    border-right: 1px solid #dfe5e8;
    padding: 0;
    width: 250px;
}
nav.bootsnav ul li.has-dropdown .dropdown li{
    margin-bottom: 0;
}
nav.bootsnav ul li.has-dropdown .dropdown li a{
    font-weight: 500;
    border-bottom: 1px solid #dfe5e8;
    color: #3c3950;
    text-transform: capitalize;
    padding: 7px 30px;
}
nav.bootsnav ul li.has-dropdown .dropdown li a:hover{
    background-color: #fff;
    color: #fff;
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #005b9a;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* start slider */

.carousel, .item, .active {
	height: 100%;
}
#myCarousel .carousel-inner {
	height: 90vh;
	background: #000;
	
	text-align: left;
}
.carousel-caption {
	padding-bottom: 80px;
	bottom: 0;
	top: 20%;
        text-transform: capitalize;

}
.carousel-caption .small{
    font-size: 17px;
    text-align: center;
    padding-bottom: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.carousel-caption h1{
    font-size: 10vh;
    line-height: 11vh;
    font-family: Montserrat;
    font-weight: 700;
    color: #fff;
}
.carousel-caption h1 span{
    color: #639bc1;
}

/* Background images are set within the HTML using inline CSS, not here */

/* controls */

/*.carousel-indicators li {
	width: 30px;
	height: 3px;
	background-color: #f1c147;
	border-color: #f1c147;
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-right: 7px;
	margin-left: 7px;
	text-indent: -999px;
	cursor: pointer;
	border: 1px solid #f1c147;
	border-radius: 0;
}
.carousel-indicators .active {
	width: 30px;
	height: 3px;
	background-color: #72913c;
	border-color: #72913c;
	border-radius: 0;
	border: 1px solid #72913c;
	border-radius: 0;
}*/
.carousel-indicators .active{
    background: #005b9a;
    border: 1px solid #005b9a;
}
.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	opacity: 0.8;
}
/* about */
section{
    padding: 100px 0;
}
section h2, .heading-page .heading-page-content h1{
    padding-bottom: 15px;
    line-height: 1;
    padding-top: 8px;
    font-weight: 700;
    font-size: 42px;
    position: relative;
    margin-bottom: 50px;
}
section h2 span{
    color: #005b9a;
}

section h2:after{
    content: '';
    position: absolute;
    /* left: 4px; */
    top: 62px;
    width: 100%;
    height: 80px;
    background: url(../images/br.png) center top no-repeat;
    right: 24%;

}
section p{
        line-height: 24px;
    font-size: 15px;
    font-weight: 400;
}

.abt-img {
    float: left;
    width: 100%;
    position: relative;
    padding: 155px 45px 0 0;
}
.abt-img img{
        height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.abt-img.style2 {
    padding: 30px 30px 0 0;
}
.abt-img.style2:before {
    content: "";
    position: absolute;
    height: 200px;
    width: 200px;
    right: 12px;
    top: 12px;
    background-color: #005b9a;
}
.abt-img > img {
   /* -webkit-box-shadow: 0 6px 70px rgba(0,0,0,.2);
    -ms-box-shadow: 0 6px 70px rgba(0,0,0,.2);
    -o-box-shadow: 0 6px 70px rgba(0,0,0,.2);
    box-shadow: 0 6px 70px rgba(0,0,0,.2);*/
    z-index: 1;
    position: relative;
}
/* services */
section.services{
    text-align: center;
    
}
.service-bg{
    background: url(../images/wheels-1325634_1920%20copy.jpg);
}
section.services h2:after, .heading-page .heading-page-content h1:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 80px;
    background: url(../images/br.png) center top no-repeat;
    right: 50%;
}

.srv{
    background-color: #fff;
}
.srv{
    margin-bottom: 30px;
}
.srv{
    background-color: #f7f6fc;
    float: left;
    width: 100%;
    padding: 40px 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.18);
    -ms-box-shadow: 0 0 30px rgba(0,0,0,.18);
    -o-box-shadow: 0 0 30px rgba(0,0,0,.18);
    box-shadow: 0 0 30px rgba(0,0,0,.18);
    position: relative;
    height: 287px;
}

.srv:hover{
    box-shadow: 0 0 12px 0 rgba(99,155,193,.8);

}
.srv-info h4{
    font-weight: 600;
    color: #639bc1;
    margin-bottom: 42px;
}
.srv-info a{
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border: 2px solid #005b9a;
    padding: 10px;
    border-radius: 10px;

}
.srv-info a:hover{
    background: #005b9a;
    color: #fff;
}
.srv i{
    font-size: 55px;
    padding-bottom: 25px;
    color: #005b9a;
}
/********** footer ********/
footer{
background: url(../images/footer%20copy.jpg);
    background-attachment: fixed;
    background-size: cover;

    background-position: center;
    padding: 75px;
}
footer p{
    font-size: 16px;
    margin-top: 30px;
    font-weight: 500;
    color: #cdcdcd;
    line-height: 28px;
}

    .ser-box > h6 {
        color: #fff;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}
.ser-box > h6::before {
    bottom: -15px;
}
.ser-box > h6:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #005b9a;
    bottom: -10px;
}
footer .ser-box > ul li:before {
    color: #639bc1;
}

.ser-box > ul li:before {
    content: "\f061";
    font-family: fontawesome;
    font-size: 12px;
    left: 0;
    position: absolute;
    line-height: inherit;
}
.ser-box li a{
    color: #fff;
}
.ser-box li{
    line-height: 36px;
    font-weight: 700;
}
.ser-box li:hover a, .ser-box li:hover:before{
    color: #005b9a;
}
.footer-contact p{
    line-height: 23px;
}
.footer-phone{
    color: #005b9a;
    font-size: 28px;
}
.footer-span{
    font-size: 17px;
    color: #fff;
    margin-left: 10px;
}
ul.cont li:before{
    content: ""
}
ul.cont li a{
    font-size: 20px;
    color: #005b9a;
    margin-right: 20px;
}
ul.cont li a:hover{
    color: #fff;
}
/******************************** about page ************/
.heading-page{
    padding-top: 200px;
    padding-bottom: 200px;
    padding: 200px 0;
    position: relative;

/*background-image: url(../images/about-bg.jpg);*/
    background-image: url(../images/slide2.jpg);
    background-attachment: fixed;
    background-size: cover;

    background-position: center;
    height: 100%;
    width: 100%;
    margin: 0;
    text-align: center;
    left: 0;
    top: 0;
    z-index: -2;
}
.alarm-img{
    border: 2px solid #005b9a;
}

@media screen and (max-width: 1200px){
    .heading-page .container {
    width: 100%;
    max-width: 100%;
}
}

.heading-page:before {
    background-color: #f5f4f4;
    background-color: rgba(245,244,244,.4);
/*opacity: .65;*/
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
 .heading-page .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.heading-page .heading-page-content {
    color: #fff;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    position: relative;
    padding-top: 60px;
    padding-bottom: 63px;
    width: 63%;
    margin: 0 auto;
}

.heading-page-content:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 10px;
    left: 0;
    background: #fff;
    background-position: center center;
    background-repeat: repeat;
    background-image: url(../../../images/bg-pattern-1.png);
    opacity: 0.1;
}
.heading-page .heading-page-content:before {
    top: 100%;
}
.heading-page .heading-page-content:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 10px;
    left: 0;
    background: #fff;
    background-position: center center;
    background-repeat: repeat;
    background-image: url(../images/bg-pattern-1.png);
    opacity: 0.1;
}
.heading-page .heading-page-content {
    color: #fff;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    position: relative;
    padding-top: 60px;
    padding-bottom: 63px;
    width: 63%;
    margin: 0 auto;
    line-height: 1.2;
}
.display-flex-center {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
        display: flex;
    display: -webkit-flex;
}
.heading-page .heading-page-content h1 {
    color: #fff;
    margin-bottom: 13px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}
.heading-page .heading-page-content p {
    width: 82%;
    text-align: center;
}
.au-page-title {
    font-size: 40px;
    text-transform: uppercase;
}

.heading-page .heading-page-content .line1 {
    height: 10px;
    bottom: 100%;
    top: auto;
}
.heading-page .heading-page-content .line {
    background-color: #fff;
    opacity: 0.1;
}
.line {
    position: absolute;
    content: '';
    background-color: #f9f9f9;
    background-image: url(../../../images/bg-pattern-1.png);
    background-repeat: repeat;
    background-position: center center;
    opacity: 0.15;
    z-index: 9;
}
.line {
    position: absolute;
    content: '';
    background-color: #f9f9f9;
    background-image: url(../../../images/bg-pattern-1.png);
    background-repeat: repeat;
    background-position: center center;
    opacity: 0.15;
    z-index: 9;
}
.line1 {
    width: 100%;
    top: 30px;
    left: 0;
    height: 5px;
}
.line2 {
    width: 5px;
    height: calc(100% - 60px);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.heading-page .heading-page-content .line2 {
    left: 100%;
}
.heading-page .heading-page-content .line2, .heading-page .heading-page-content .line4 {
    width: 10px;
    height: calc(100% + 20px);
}
.heading-page .heading-page-content .line {
    background-color: #fff;
    opacity: 0.1;
}
.heading-page .heading-page-content:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}
.line {
    position: absolute;
    content: '';
    background-color: #f9f9f9;
    background-image: url(../../../images/bg-pattern-1.png);
    background-repeat: repeat;
    background-position: center center;
    opacity: 0.15;
    z-index: 9;
}
.line4 {
    width: 5px;
    height: calc(100% - 60px);
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.heading-page .heading-page-content:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}
.line {
    position: absolute;
    content: '';
    background-color: #f9f9f9;
    background-image: url(../images/bg-pattern-1.png);
    background-repeat: repeat;
    background-position: center center;
    opacity: 0.15;
    z-index: 9;
}
.content{
    margin-top: 30px;
}
.second-row{
    margin-top: 60px;
}
.second-row h2:after, .contact-details h2:after{
    width: 0;height: 0;
} 
.second-row h2{
    margin-bottom: 30px;
}
.second-row ul li{
    font-size: 15px;
    margin-bottom: 10px;
}
.contact-details{
    padding: 100px 0 0;
}
.contact-us h2{
    margin-bottom: 12px;
    font-size: 37px;
}
.contact-us p{
    padding-bottom: 15px;
}
.contact-us li{
    margin-bottom: 13px;
}
.contact-us li .name{
    font-weight: 700;
    margin-right: 10px;
}
.form-group {
    position: relative;
    margin-bottom: 1rem;
}

section.map {
    
    position: relative;
    bottom: -27px;
    margin: 0;
        padding: 0;
    margin-top: 50px;
}
.form-group input, .form-group textarea {
    box-sizing: border-box;
    width: 100%;
    border: none;
    border-bottom: 1px solid #666;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    padding-top: 10px;
    padding-bottom: 10px;
    background: transparent;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact-form textarea {
    height: 120px;
}
.common-form input, .common-form textarea {
    box-sizing: border-box;
    width: 100%;
    border: none;
    border-bottom: 1px solid #666;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    padding-top: 10px;
    padding-bottom: 10px;
    background: transparent;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #005b9a;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.common-form .form-submit .submit,.social-media a {
    background: #fff;
    border-bottom: none;
    color: #666;
    border: 1px solid #666;
    text-transform: uppercase;
    letter-spacing: 2px !important;
    padding: 12px 31px;
    cursor: pointer;
    background: transparent;
    margin-top: 20px
}
.common-form .form-submit .submit:hover, .social-media a:hover{
    color: #fff;
    border: 1px solid #fff;
}
.social-media a {
    background: #fff;
    border-bottom: none;
    color: #005b9a;
    border: 1px solid #005b9a;
    text-transform: uppercase;
    /* letter-spacing: 2px !important; */
    padding: 12px 19px;
    cursor: pointer;
    background: transparent;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.img-center{
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
#scroll-top {
	width: 40px;
	height: 40px;
	color: #639bc1;
	z-index: 996;
	cursor: pointer;
	background-color: transparent;
	text-align: center;
	position: fixed;
	right: 15px;
	bottom: 10px;
	display: none;
	line-height: 46px;
	border: 1px solid #005b9a;
	font-size: 10px;
    border-radius: 3px;
}
#scroll-top:hover {
	color: #fff;
    background-color: #005b9a;
}
/*
    Page Content
------------------------------------------*/

.page-content, 
section { overflow: hidden; }

/*
    On Scroll Animations 
------------------------------------------*/

/*.animated { visibility: hidden; }
.visible { visibility: visible; }*/

/*
    Spacing & Alignment 
------------------------------------------*/

.roomy-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.roomy-80 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.roomy-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.roomy-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.roomy-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.roomy-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}


/*text color*/

.text-muted{}
.text-primary{color: #3f92d1 !important;;}
.text-finence{color:#13A0B2 !important;;}
.text-mega{color:#3f92d1 !important;;}
.text-white{color:#fff !important;;}
.text-black{color:#000 !important;}
.text-warning{}
.text-danger{}
.disabled{
    cursor: not-allowed;
}

/*bacground color*/
.lightbg {
    background-color: #f2f2f2;
}
.bg-primary{background-color: #3f92d1;}
.bg-blue{background-color:#3f92d1;}
.bg-mega{background-color:#1b1b1b;}
.bg-grey{background-color: #f5f5f5;}
.bg-black{background-color: #222222;}
.bg-white{background-color: #fff;}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    -webkit-user-drag: none;
    -user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
/* change a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}*/

.btn:focus,
.btn:active {
    outline: inherit;
    background-color: transparent;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    /*    direction: rtl;*/
}

p {
    margin: 0 0 15px;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: rgb(0, 0, 0);
}

.form-control{
    /*border-radius: 0px;*/
    border:1px solid #ccc;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    width: 100%;
    height: 50px;
}

.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    color:#1a1a1a;
    margin-bottom: 10px;
}

h1 {
    font-size: 3rem;
    line-height: 4rem;
}
h2 {
    font-size: 2.5rem;
    line-height: 3rem;
}
h3 {
    font-size: 1.500rem;
    line-height: 2rem;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
}
h5 {
    font-size: 1.125rem;
    line-height: 1.575rem
}
h6 {
    font-size: 1rem;
}



h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
p span{
    color:#3f92d1;
}

p {
    line-height: 1.5rem;
}
p:last-child {
    margin-bottom: 0px;
}
/*colors*/
.w100 {
    font-weight: 100;
}

.w200 {
    font-weight: 200;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}

.w700 {
    font-weight: 700;
}

.w800 {
    font-weight: 800;
}


/*
Section
*/

.parallax-section {
    max-width: 100%;
    color: #ffffff;
}

ul{
    margin:0;
    padding:0;
    list-style:none;
}

/*all overlay*/

.overlay {
   
    width: 100%;
    height:100%;
    position: absolute;
    left:0;
    top: 0;
}
.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.left-no-padding {
    padding-left: 0 !important;
}
.right-no-padding {
    padding-right: 0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}


/*
Separator
*/
.separator_left{
    width:85px;
    height:2px;
    margin:20px 0px;
    background: #3f92d1;
}
.separator_auto{
    width:85px;
    height:2px;
    margin:20px auto;
    background: #3f92d1;
}
.separator_small{
    width:30px;
    height:2px;
    margin:20px 0px;
    background: #3f92d1;
}

/*
Button
*/
.btn{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size:14px;
    font-weight: 600;
    border:1px solid;
    padding: 1rem 4rem;
}
.btn-primary{
    color: #fff;
    background-color: #3f92d1;
    border:1px solid;
    border-color: #3f92d1;

}
.btn-primary:hover{
    background-color: #eee;
    border-color: #eee;
    color:#3f92d1;
}

.btn-default{
    color: #fff;
    background-color: transparent;
    border:1px solid;
    border-color: #b6b6b6;
}
.btn-default:hover{
    color: #fff;
    background-color: #3f92d1;
    border-color: #3f92d1;
}


/*
socail icon
--------------------------------*/
/*
Extra height css
*/
.m-0{
    margin:0 !important;
}
.m-top-0{
    margin-top:0;
}
.m-r-0{
    margin-right: 0;
}
.m-l-0{
    margin-left: 0;
}
.m-b-0{
    margin-bottom: 0;
}

.m-r-15{
    margin-right: 15px;
}
.m-l-15{
    margin-left: 15px; 
}
.m-top-10 {
    margin-top: 10px;
}
.m-top-20 {
    margin-top: 20px;
}
.m-top-30 {
    margin-top: 30px;
}
.m-top-40 {
    margin-top: 40px;
}
.m-top-50 {
    margin-top: 50px;
}
.m-top-60 {
    margin-top: 60px;
}
.m-top-70 {
    margin-top: 70px;
}
.m-top-80 {
    margin-top: 80px;
}
.m-top-90 {
    margin-top: 90px;
}
.m-top-100 {
    margin-top: 100px;
}
.m-top-110 {
    margin-top: 110px;
}
.m-top-120 {
    margin-top: 120px;
}

.m-t-b-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.m-t-b-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.m-bottom-10 {
    margin-top: 10px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}
.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.m-bottom-70 {
    margin-bottom: 70px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

.m-bottom-90 {
    margin-bottom: 90px;
}

.m-bottom-100 {
    margin-bottom: 100px;
}

.m-bottom-110 {
    margin-bottom: 110px;
}

.m-bottom-120 {
    margin-bottom: 120px;
}

.m_t__b{
    margin: 14rem 0;
}
.p_t__b{
    padding: 6rem 0;
}

p-0{
    padding:0 !important;
}

.p-l-15{
    padding-left: 15px;
}

.p-r-15{
    padding-right: 15px;
}

.p-top-10 {
    padding-top: 10px;
}
.p-top-20 {
    padding-top: 1.33rem;
}

.p-bottom-20 {
    padding-bottom: 1.33rem;
}

.p-top-30 {
    padding-top: 1.875rem;
}

.p-bottom-30 {
    padding-bottom: 1.875rem;
}

.p-top-40 {
    padding-top: 2.66rem;
}

.p-bottom-40 {
    padding-bottom: 2.66rem;
}

.p-top-60 {
    padding-top: 5rem;
}

.p-bottom-60 {
    padding-bottom: 5rem;
}

.p-top-80 {
    padding-top: 5.714rem;
}

.p-bottom-80 {
    padding-bottom: 5.714rem;
}

.p-top-90 {
    padding-top: 6.429rem;
}

.p-bottom-90 {
    padding-bottom: 6.429rem;
}
.p-top-100 {
    padding-top: 100px;
}

.p-bottom-100 {
    padding-bottom: 100px;
}
.p-top-110 {
    padding-top: 110px;
}

.p-bottom-110 {
    padding-bottom: 110px;
}

.p-bottom-0 {
    padding-bottom: 0;
}

.p_l_r{
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}

/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}

/*border*/
.no-border-top{
    border-top:0px solid transparent !important;
}
.no-border-rigth{
    border-right:0px solid transparent !important;
}

/*for placeholder changes*/

input[type="email"].form-control::-webkit-input-placeholder {
    color: #5a5a5a;
    background-color: transparent;
}

input::-webkit-input-placeholder {
    color: #cdcdcd;
}

input::-moz-placeholder {
    color: #cdcdcd;
}

input:-ms-input-placeholder {
    color: #cdcdcd;
}

input::placeholder {
    color: #cdcdcd;
}
input::-webkit-input-placeholder {
    color: #cdcdcd;
}
input::-moz-placeholder {
    color: #cdcdcd;
}
input::-ms-input-placeholder {
    color: #cdcdcd;
}
textarea::-webkit-input-placeholder{
    color: #cdcdcd;
    padding: 5px;
}
textarea::-moz-input-placeholder{
    color: #cdcdcd;
    padding: 5px;
}
textarea::-ms-input-placeholder{
    color: #cdcdcd;
    padding: 5px;
}

/*for image bg*/
/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/


.transform_scal_rotate:hover img{ 
    -webkit-transform: scale(1.1) rotate(4deg); 
    transform: scale(1.1) rotate(4deg); 
}

.culmn{
    width:100%;
    overflow: hidden;
}
.fix{
    overflow: hidden;
}
/*heading title all area*/
.head_title{
    padding-bottom: 2.143rem;
    overflow: hidden;
}
.head_title h2{
    font-weight: 100;
    font-size:2.250rem;
}
.head_title h5{
    font-weight: 400;
    font-size:1.125rem;
    color:#333;
}

/*End off pridifain css*/



/*Preloader*/
#loading{
    background-color: #3f92d1;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left:0;
    z-index: 9999;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;

}
.object{
    width: 25px;
    height: 25px;
    background-color: #FFF;
    float: left;

}


#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}
#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
}
#object_four {
    -webkit-animation: object_four 1.5s infinite;
    animation: object_four 1.5s infinite;
}


@-webkit-keyframes loading-center-absolute {
    100% { -webkit-transform: rotate(-45deg); }

}

@keyframes loading-center-absolute {
    100% { 
        transform:  rotate(-45deg);
        -webkit-transform:  rotate(-45deg);
    }
}



@-webkit-keyframes object_one {
    25% { -webkit-transform: translate(0,-50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }

}

@keyframes object_one {
    25% { 
        transform: translate(0,-50px) rotate(-180deg);
        -webkit-transform: translate(0,-50px) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_two {
    25% { -webkit-transform: translate(50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_two {
    25% { 
        transform: translate(50px,0) rotate(-180deg);
        -webkit-transform: translate(50px,0) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}

@-webkit-keyframes object_three {
    25% { -webkit-transform: translate(-50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_three {
    25% { 
        transform:  translate(-50px,0) rotate(-180deg);
        -webkit-transform:  translate(-50px,0) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: rtranslate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_four {
    25% { -webkit-transform: translate(0,50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_four {
    25% { 
        transform: translate(0,50px) rotate(-180deg); 
        -webkit-transform: translate(0,50px) rotate(-180deg);  
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}
/*End off Preloader*/


/*
Nav Menu style
==================*/

/*change .navbar-brand {
    padding: 25px 15px;
}*/
.navbar-brand > img {
    display: block;
    width: 80%;
}



/*
Home Section style
==================*/

.home{
   
}
.main_home .home_text h2{
    font-size:36px;
    font-weight: 400;
}
.main_home .home_text h1{
    font-size:48px;
    font-weight: 700;
}
.main_home .home_text h3{
    font-size:24px;
    font-weight: 400;
}

.main_home:before{
    content: "";
    position: absolute;
    left:0;
    bottom:0;
    width: 0;
    height: 0;
    border-bottom: 140px solid #fff;
    border-right: 690px solid transparent;
}

.main_home:after{
    content: "";
    position: absolute;
    right:0;
    bottom:0;
    width: 0;
    height: 0;
    border-bottom: 140px solid #fff;
    border-left: 690px solid transparent;
}

.home_btns{
    margin-left:-10px;
}
.home_btns .btn{
    margin-left:10px;
}


/*
Featured section style
========================*/

.features_item .f_item_icon{
    float: left;
    width:15%;
    display: inline-block;
    margin-right: 15px;
}
.features_item .f_item_icon i{
    font-size: 1.5rem;
    color: #454545;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #454545;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.features_item .f_item_text{
    display: inline-block;
    width:75%;
}
.features_item .f_item_text p{
    font-size:14px;
}
.features_item:hover .f_item_icon i{
    background-color: #2c82c9;
    border-color:#2c82c9;
    color:#fff;
}
.features_item:hover .f_item_text h3{
    color:#2c82c9;
}

.hint{
	
	margin-top:150px;
	
	}

.hint h1{
	color:#2c82c9;
	
	}


/*dialogue section style*/

.main_dialogue{}
.main_dialogue h3{
    font-size:36px;
    font-weight: 300;
    line-height: 3.5rem;
}



/*Business Section*/

.business{
    background-size: cover;
    position: relative;
}
.business_overlay{
    background-color: rgba(0,0,0,1);
    width:100%;
    height: 100%;
    left:0;
    top:0;
    position: absolute;
}
.main_business{}
.business_item{}
.business_item h2{
    font-size:26px;
    font-weight: 800;
}
.business_item li{
    font-size:18px;
    font-weight: 300;
    line-height: 2rem;
}
.business_item li i{
    font-size:12px;
    margin-right: 5px;

}
.business_item p{
    color:#333333;
    line-height: 2rem;
    font-size:14px;
    font-weight: 500;
}
.business_item .business_btn{
    margin-left:-10px;
}
.business_item .business_btn a{
    margin-left:10px;
}
.business_item .business_btn .btn-default{
    color:#444444;
}


/*
work Section style
=====================*/

.main_product .carousel-control{
    background-image: none;
    color:#ddd;
    width:50px;
    height: 50px;
    line-height: 50px;
    font-size:3rem;
    text-align: center;
    top:30%;
}

.main_product .carousel-control.left{
    left:-4%;
}
.main_product .carousel-control.right {
    right:-4%;
}

.main_product .port_img{
    position: relative;
    overflow: hidden;
}

.main_product .port_img img{
    width:100%;
}
.main_product .port_overlay{
    width:100%;
    height: 100%;
    background-color: rgba(0,168,133,0.60);
    position: absolute;
    left:0;
    top:0;
    padding-top: 50%;
    opacity: 0;
    transition: all 0.2s;
}
.main_product .port_overlay a{
    width:40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    color:#fff;
    border:1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size:2rem;
    bottom: -150px;
    position: relative;
    margin-top:-20px;
}
.main_product .port_img:hover .port_overlay a{
    bottom:0;
}
.main_product .port_img:hover .port_overlay{
    opacity: 1;
}




/*Team Section
======================*/
.team_item{}
.main_team .team_item .team_author{}
.main_team .team_item .team_author h4{
    font-size:24px;
    font-weight: 800;
    margin-bottom: 0px;
}
.main_team .team_item .team_author p{
    font-size:14px;
    font-weight: 500;
}

.main_team .team_skill_title h5{
    font-size:18px;
    font-weight: 800;
}

.main_team .team_content h4{
    font-size:24px;
    font-weight: 300;
}
.main_team .team_content h5{
    font-size:18px;
    font-weight: 500;
}
.main_team .team_socail .team_socail h5{
    font-size:18px;
    font-weight: 800;
}

.divider{
    width:100%;
    height: 1px;
    background-color: #ddd;
    display: inline-block;
    margin:30px 0px;
}

.main_team .team_socail li a i{
    font-size:20px;
    color:#ddd;
    padding: 5px;
    transition: all 0.6s;
}
.main_team .team_socail li a:hover i{
    color:#2c82c9;
}
.main_team .carousel-indicators{
    bottom:-40px;
    width:64%;
}
.main_team .carousel-indicators li{
    background-color: #c1c1c1;
}
.main_team .carousel-indicators .active{
    background-color: #2c82c9;
}

/* Skill bar*/

.teamskillbar {
    position:relative;
    display:block;
    margin-bottom:15px;
    width:100%;
    background: #ddd;
    height:3px;
    -webkit-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    transition-property:width, background-color;
}
.teamskillbar h6{
    position: absolute;
    top:-25px;
    left:0;
}
.teamskillbar-bar {
    height:3px;
    width:0px;
    background:#2c82c9;
    position: absolute;
    left:0px;
    top:0px;
}


/*Brand Section
======================*/
.brand_item {
    height: 80px;
}


/*Test Section
======================*/
.test{
    background: url(../images/test-bg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}
.main_test{
    width: 100%;
    display: block;
}
.main_test{}
.main_test .test_item{}
.main_test .test_item .test_text{
    width:80%;
    margin: 30px auto;
}
.main_test .test_item .test_text em{
    font-size:18px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;

}
.main_test .carousel-control{
    background-image: none;
    top:50%;
    font-size:3rem;
}





/*call to action
=========================*/
.business_btn .btn,
.maine_action .btn{
    background-color: #fff;
    box-shadow: 0px 3px 0px 1px #ddd;
    border:0px;
    color:#555;
    font-size:14px;
    padding: 1rem 2rem;
}
.business_btn .btn-default:hover,
.action_btn .btn-default:hover{
    background-color: #fff;
    color:#3f92d1;
}
.action-lage{
    position: relative;
    width:100%;

}
.action-lage:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #000;
    left:50%;
    top:0%;
    z-index: 3;
    margin-left:-15px;

}



/*Footer section*/

.widget_ab_item_text h6{
    margin-bottom:5px;
}
.widget_item h5{
    font-weight: 700;
}
.widget_item .btn:hover{
    background-color: #3f92d1;
}
.widget_item li a{
    color:#aaa;
}
.widget_item li a:hover{
    color:#fff;
}
.widget_latst_item_text p{
    margin-bottom: 0px;
    color:#aaaaaa;
}
.widget_service li i,
.widget_latst_item_text a{
    font-size:12px;
    color:#aaaaaa;
}
.widget_service li i{
    margin-right: 5px;
}
.widget_service li{
    font-size:13px;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 10px;
}
.widget_newsletter li a:hover i,
.widget_latst_item_text:hover p,
.widget_service li:hover,
.widget_service li:hover i{
    color:#fff;
}

.widget_ab_item .item_icon,
.widget_latst_item .item_icon{
    float: left;
    width: 20%;
    display: inline-block;
    margin-right: 15px;
}
.widget_ab_item .widget_ab_item_text,
.widget_latst_item .widget_latst_item_text {
    display: inline-block;
    width: 70%;
}
.widget_ab_item .item_icon{
    float: left;
    width: 10%;
    display: inline-block;
    margin-right: 15px;
}
.widget_ab_item .widget_ab_item_text {
    display: inline-block;
    width: 80%;
}
.widget_newsletter .form-inline .form-group{
    display: block;
}
.widget_newsletter .form-control{
    width:80%;
    height: 40px;
    background-color: #1a1a1a;
    border-color:#333333;
    display: inline-block;
}
.widget_newsletter .btn{
    width: 20%;
    padding: 0.65rem 1.2rem;
    background-color: #444444;
    border-color:#444444;
    color:#fff;
    border-radius: 0;
    margin-left:-4px;
    display: inline-block;
}
.widget_brand a{
    font-size:30px;
    font-weight: 800;
    color:#aaa;
}
.widget_newsletter li a i{
    color:#aaa;
}


.main_footer i {
    padding: 0px 5px;
    color: #ff0000;
}


.about-section{
	position:relative;
	padding:100px 0px;
}

.about-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .inner-column{
	position:relative;
	padding-top:50px;
	padding-right:100px;
}

.about-section .content-column .text{
	position:relative;
	color:#777777;
	font-size:15px;
	line-height:2em;
	margin-bottom:40px;
}

.about-section .content-column .email{
	position:relative;
	color:#252525;
	font-weight:700;
	margin-bottom:50px;
}

.about-section .image-column{
	position:relative;
	margin-bottom:50px;
}

.about-section .image-column .inner-column{
	position:relative;
	padding:40px 40px 0px 0px;
	margin-left:50px;
}

.about-section .image-column .inner-column:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:40px;
	bottom:100px;
	z-index:-1;
	border:2px solid #2c82c9;
}

.about-section .image-column .inner-column .image{
	position:relative;
}

.about-section .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-50px;
	bottom:-50px;
	width:299px;
	height:299px;
	background:url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section .image-column .inner-column .image .overlay-box{
	position:absolute;
	left:40px;
	bottom:48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box{
	position:relative;
	color:#252525;
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
	padding-left:125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	height:110px;
	color:#d7a449;
	font-size:68px;
	font-weight:700;
	line-height:105px;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #000000;
}
.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}
.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #d7a449;
}
.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #d7a449;
    font-family: 'Arimo', sans-serif;
}
.sec-title2{
	color:#fff;
}
.sec-title {
    position: relative;
    padding-bottom: 40px;
}
.sec-title .title {
    position: relative;
    color: #2c82c9;
    font-size: 24px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #2c82c9;
}

.formstyle input{
	margin:15px;
	width:300px;
	height:30px;
	
	
	}
	
.formstyle button{
	margin:15px;
	width:150px;
	height:60px;
	background-color:#2c82c9;
	color:#FFF;
	border:none;
	}	

.formstyle2 input{
	
	margin:15px;
	
	}

.formstyle2 lable{
	
	margin:30px;
	
	}	

.errormessage{
	width:300px;
	height:20px;
	
	}	
	
#formvalid{
	width:500px;
	height:850px;
	background-color:rgba(51,122,183,0.5);
	float:right;
	margin-top:10px;
	margin-right:30px;
	padding-left:30px;
	border:solid 1px #337ab7;
	padding-top:30px;
	

	}	
.inputstyle{
	width:250px;
	height:30px;
	margin:5px;
	color:#666;
	
	}	
.inputstyle2{
	width:75px;
	height:30px;
	margin:5px;
	
	}		
#buttonstyle{
	 width:100px;
	 height:30px;
	 background-color:#F00;
	 color:#FFF;
	 border:none;
	 margin-left:130px;
	 margin-top:15px;
	 float:right;
	 margin-right:30px;
	 border-radius:5px;
	}
		
	#container{
	
	height:1000px;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	background-size:cover;
	margin-top:200px;
	margin-bottom:200px;
	}	
	
#backtotop{z-index:999; display:inline-block; position:fixed; visibility:hidden; bottom:20px; right:20px; width:36px; height:36px; line-height:36px; font-size:16px; text-align:center; opacity:.2;}
#backtotop i{display:block; width:100%; height:100%; line-height:inherit;}
#backtotop.visible{visibility:visible; opacity:.5;}
#backtotop:hover{opacity:1;}
#backtotop{color:#FFFFFF; background-color:#e4312f;}
.btn, #footer input, #footer button, #backtotop, .faico a{border-radius:10px; background-clip:padding-box;}	


	
	
.desc p{
	font-size:22px;
	color:#666;margin-top:30px;
	line-height:60px;
	}	

/********************************** new ******************/
a, .srv{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
 .section-box-ten{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
     margin-bottom: 1px solid #fff;
    }
.section-box-ten img{
    width: 100%;
    height: 100%;
}
    .section-box-ten figure {
        position: absolute;
        text-align: center;
        padding: 10px 19px 19px 19px;
        width: 100%;
        height: 100%;
        border: 1px solid #fff;
        background: rgba(0, 0, 0, 0.71);
        bottom: -80%;
        transition: ease-in-out .5s;
    }
.section-box-ten figure ul li{
    margin-top: 15px;
    text-align: left;
}
.section-box-ten figure ul li a{
    color: #fff;
    font-weight: 600;
}
.section-box-ten figure ul li a:hover{
    color: #639bc1;
}
    
    .section-box-ten:hover figure {
        bottom: 0;
    }
    .section-box-ten figure h3{
        margin: 0;
        padding-bottom: 10px;
        color: #fff;
    }
    .section-box-ten img{
        height: 100%;
    }

/************************media query *************************/
@media (max-width: 1200px){
    .srv{
        height: 330px;
    }
}
@media (max-width: 992px){
    .container{
        width: 100%;
    }
nav.navbar.bootsnav .navbar-brand {
    float: right!important;
}
    nav.navbar.bootsnav .navbar-toggle{
        font-size: 22px;
            margin-top: 32px;
        float: right;
    margin-right: -28px;
    }
    nav.navbar.bootsnav .navbar-toggle i{
        padding: 10px;
    background: #005b9a;
    color: #fff;
    }
    nav.navbar.bootsnav .navbar-nav{
        background-color: #fff;
        padding: 0;
    }
    nav.navbar.bootsnav .navbar-collapse.collapse.in{
        margin-top: 28px;
    }
    nav.navbar.bootsnav ul.nav > li{
        margin-left: 0;
    }
    nav.navbar.bootsnav ul.nav > li a{
        padding-left: 5px;
    }
    nav.navbar.bootsnav ul.nav > li.active a, nav.navbar.bootsnav ul.nav > li a:hover{
        border-bottom: none;
    }
    nav.navbar.bootsnav ul.nav > li a:hover{
        
    }
    nav.navbar.bootsnav .navbar-header{
        padding-left: 0;
    }
    
    nav.navbar.bootsnav .navbar-brand{
        float: left!important;
        padding-left: 0;
    }
    nav.navbar.bootsnav ul.nav > li:before, nav.navbar.bootsnav ul.nav > li:hover:before, nav.navbar.bootsnav ul.nav > li.active:before{
        width: 0;
        height: 0;
        display: none;
    }
    nav.bootsnav ul li.has-dropdown .dropdown{
    width: 100%;
    overflow-y: visible;
    border-top: 1px solid #dfe5e8;
    }
    .carousel-caption p, .carousel-caption h2 {
		font-size: 7vh;
	}
    .carousel-caption{
        top: 18%;
    }
     .carousel-caption h1 {
    font-size: 7vh;
    line-height: 10vh;
    }
    footer p{
        margin-top: 5px;
    }
    .footer-div {
    margin-top: 30px;
}
    
    footer{
        padding: 30px
    
}
    nav.bootsnav ul li.t1 .t2{
        visibility: hidden;
    }
    
}
@media (max-width: 925px) {
    footer{
        padding: 10px;
    }
    .footer-div {
        margin-top: 25px;}
}

@media (max-width: 882px){
    section h2:after{
        width: 0;
    }
}

@media (max-width: 768px) {
    nav.navbar.bootsnav .navbar-toggle{
        margin-right: 0;
    }
    nav.navbar.bootsnav .navbar-brand{
        padding-left: 10px;
    }
    .carousel-caption h1 {
    font-size: 7vh;
    line-height: 10vh;
    }
    .section-box-ten{
        margin-bottom: 50px;
    }
    .left-xs{
        float: left !important;
    }
    /*footer .ser-box{
        margin-bottom: 40px;
    }*/
    footer .p-footer{
        margin-bottom: 26px;
    }
    .srv{
        height: 270px;
    }
    .abt-img{
        text-align: center;
    }
    .abt-img.style2:before{
        right: 16%;
    }
    .heading-page .heading-page-content{
        padding-bottom: 30px;
        padding-top: 30px;
    }
   



	

}
@media (max-width: 700px){
    .abt-img.style2:before{
        width: 0;
        display: none;
    }
}
    
 @media (max-width: 560px){
    .heading-page .heading-page-content {
    padding-bottom: 0;
    padding-top: 0;
}
     .heading-page{
         padding: 225px 0;
     }
}   
    
    
    

    
    
    
    