body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #555;
    line-height: 25px;
    overflow-x: hidden;
}
a, a:hover, a:focus {
	text-decoration: none;
    -o-transition: all .3s; 
    -moz-transition: all .3s; 
    -webkit-transition: all .3s; 
    -ms-transition: all .3s; 
    transition: all .3s;
}
/*header*/
.pulse{ width:50px; height:50px; border-radius:50%; border:2px solid #0F6; transform: translate(-50%,-50%);  text-align:center; background:#0F6; position:fixed; left:40px; top:50%;}
		.pulse img{ position: absolute;  
top: 18%;
left: 18%;}
		.pulse:before,
		.pulse:after{
			 content:"";
			 border:2px solid #0F6;
			 border-radius:50%;
			 position:absolute;
			 left:-20px; right:-20px;
			 top:-20px; bottom:-20px;
			 display:block;
			 animation: animate 1.5s linear infinite;
			 opacity: 0;
			 animation-delay: 0.4s;
			 }
			 @keyframes animate
			 {
				 0%{ transform:scale(0.5); opacity:0;}
				 50%{ opacity:1}
				 100%{ transform:scale(1.1); opacity:0}
				 
				 }
				 
.header{
	position: relative;
}
.CityName{ width:100%; padding:10px 15px;; margin-bottom:15px; border-radius:5px; border:none; color:#757272;}
.cllno a{color:#fff;}
.circleBox {
    width: 330px;
    height: 330px;
    position: absolute;
    top: 20px;
    left: 320px;
    background-color: rgba(0,54,131,0.8);
    border-radius: 50%;
    display: table;
}
.circleBox .cont {
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.circleBox .cont span{
    display: block;
    line-height: 30px;
}

.circleBox .cont span.h2{
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 8px;
}
.circleBox .cont span.h2:nth-child(2) {
    margin-top: 10px;
}
.top-home{
    overflow:hidden;
}
nav.navbar.navbar-default{
    border-bottom: none;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    background-color: rgba(0,0,0,0.5);
    padding: 5px 15px;
}
nav.navbar.navbar-default.scroll-nav
{
    -webkit-box-shadow: 0 8px 6px -9px #999 !important;
    box-shadow: 0 8px 6px -9px #999 !important;
}
nav.navbar .navbar-toggle {
    float: right;
    margin-right: 0;
    margin-top: 12px;
    color: #fff;
}
.navbar-brand {
    height: auto;
    padding: 5px 0;
    margin-left: 0 !important;
}
.navbar-brand > img{
    width: 100%;
}
header nav.navbar.navbar-fixed .logo-display,
header nav.navbar.navbar-fixed.scroll-nav .logo-scrolled{
    display: inline-block;
}
header nav.navbar.navbar-fixed.scroll-nav .navbar-toggle{
    color: #333;
}
header nav.navbar.navbar-fixed .logo-scrolled,
header nav.navbar.navbar-fixed.scroll-nav .logo-display{
    display: none;
}
nav.navbar ul.nav > li{
    margin: 0 1.5rem;
}
nav.navbar.brand-center ul.nav > li:first-child{
    margin-left: 0;
}
nav.navbar.brand-center ul.nav > li:last-child{
    margin-right: 0;
}
nav.navbar ul.nav > li > a {
    font-weight: 600;
    padding: 19px 0;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
}
header nav.navbar.navbar-fixed ul.nav > li > a{
    color: #fff;
}
header nav.navbar ul.nav > li > a,
header .scroll-nav ul.nav > li > a,
header nav.navbar.navbar-fixed.scroll-nav ul.nav > li > a{
    color: #515A5F;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default ul li a:hover
{
    background: none;
}

nav.navbar.navbar-default{
    border-bottom: none;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    padding: 5px 0;
}
header nav.navbar.navbar-fixed{
    background: transparent;
}
header .scroll-nav{
    background: #fff !important;
    z-index: 11;
    position: fixed;
    left: 0; right: 0;
    top: 0;
    -webkit-animation-name: animationFade;
    -moz-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.2);
    padding: 0;
}
.top-content{
    position: relative;
    padding: 100px 0 0px 0;
}

.info{
    position: relative;
    z-index: 3;
}
.top-content:after{
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgba(60, 82, 119,0.9);
    z-index: 1
}
.top-content.bg1:after{
    background-color: rgba(0, 0, 0, 0.5);
}
.top-content.top-content1:after{
    background-color: transparent;
}

.text {
    text-align: center;
    color: #fff;
    font-weight: 500;
    line-height: 30px;  
    font-size: 20px;
}
.text .heading{
    padding: 20px 30px 0px;
}
.text .heading.text1{
    padding-top: 0px;
    margin-top: 0px;

}
.text b{
    background-color: rgba(25, 25, 25, 0.3);
    padding: 3px 10px;
    border: 1px solid #f7f7f7;
}
.text .heading.text1 b{
    padding: 4px 25px;
    background-color:#ffeb3b;
    color: #333;
    border: none;
}
.text img{
    margin: 0px auto;
}
.top-content > img{
    width: 100%;
}
.top-home svg {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 100px;
    display: block;
}
.form-top {
    overflow: hidden;
    padding: 0 25px 10px 25px;
    text-align: left;
}
.form-top-left {
    float: left;
    width: 75%;
    padding-top: 15px;
}

.form-top-left h3 { margin-top: 0; color: #fff; }
.form-top-left p { color: #fff; opacity: 0.8; }

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 60px;
    color: #fff;
    line-height: 80px;
    text-align: right;
}

.form-top-divider {
    float: left;
    width: 100%;
    height: 3px;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
}

.form-bottom {
    padding: 5px 25px 30px 25px;
    text-align: left;
}

.form-bottom form textarea {
    height: 80px;
}

.form-bottom input[type="text"], .form-bottom input[type="email"], .form-bottom textarea, .form-bottom textarea.form-control {
    height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.form-bottom textarea.form-control{
    height: 100px;
}
.feature-heading{
    font-weight: 300;
    margin: 0 0 15px 0px;
}
.panel-box{
    border: 1px solid #d7d7d7;
    border-top: none;
    position: relative;
    margin-top: 30px;
}
.panel-box .icon{
    position: absolute;
    right: 20px;
    top: -100px;
    z-index: -1;
}
.panel-box .panel-heading{
    background-color: #2a3a8e;
    padding: 20px 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.panel-box .panel-content{
    padding: 10px 40px;
    text-align: center;;
}
.panel-box .panel-content h5{
    margin-bottom: 5px;
}
.panel-box .panel-content .phone{
    color: #2a3a8e;
    font-size: 28px;
    font-weight: bold;
}
.panel-box .panel-content p{
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0px;
}
.color-1{
    color: #061b88;
}
.padding-top {
    padding-top: 8.375rem;
}
.service-data, .contact-bg{
    padding: 7.813rem 0;
}
.contact-bg img{
    margin-top: 40px;
}
.service-data {
    background-color: #f7f7f7;
}
.service-data.bg1{
    background-color: #ebf7fc;
}
.service-data.bg2 {
    background-color: #e4e8ea;
}
.service-content{
    position: relative;
}
.table-box{
    padding-top: 6rem;
        padding-bottom: 5rem;
}
.table-box .text-heading{
    margin-bottom: 30px;
}
.rotate-right {
    transform: rotate(1deg);
    width: 103%;
    position: relative;
    left: -2%;
}
.contact-bg.bg1.rotate-right, .service-data.bg1.rotate-right {
    transform: rotate(-1deg);
}
.top25{
    margin-top: 25px;
}
.padding-sides-info{
    padding: 0;
    padding-right: 45px;
}
.top60{
    margin-top: 60px;
}
.service-box {
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /*background: #fff;*/
    border-radius: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    margin-bottom: 30px;
    overflow: hidden;
}
.service-box.bg1{
    border-color: #65d2ff;
}
.service-box.bg2{
    border-color: #a8adaf;
}
.service-box img{
    width: 400px;
    float: left;
    margin-right: 30px;     
}
.service-box.img1 img{
    margin-right: 0px;
    float: right;
    margin-left: 30px;
} 
.box-inner{
    background-color: #fff;
    overflow: hidden;
}
.box-inner h3{
    margin-top: 15px;
    padding: 25px 30px 0px;
    margin-bottom: 15px;
    font-weight: 600;
}
.table-striped i.fa-check{
    color: green;
}
.table-striped i.fa-times{
    color: red;
}
.table a{
    color: #fff;
}
.table.mytable > tbody > tr > td,
.table.mytable > thead > tr > th{
    border:none;
    text-align: left;
}
.box-inner p{
    padding: 0px 30px;
    margin: 0px;
}
.rotate-right-text {
    transform: rotate(-1deg);
}
.contact-bg.bg1 .rotate-right-text, .service-data.bg1 .rotate-right-text {
    transform: rotate(1deg);
}
.contact-bg{
    background-color: #2a3a8e;
    color: #fff;
}
.contact-bg.bg1{
    background-color: #006ec0;
}
.contact-bg h3{
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 600;
}
/*.block{
    margin-top: 35px;
}*/
.block i{
    float: left;
    font-size: 30px;
    color: #FFEB3B;
}
.block .p3{
    margin-left: 45px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.block .p1{
    margin-left: 45px;
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
}
.block span{
    display: inline-block;
    margin:0px;
    padding:0px 20px;
}

.block span:first-child{
    border-right: 1px solid #fff;
}

.contact-bg.bg1 .block span:first-child{
    border-right:none;

}
.block .heading{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}
footer{
    margin-top: 30px;
    padding: 10px 0px;
    background-color: #f7f7f7;
    font-size: 13px;
}
footer p{
    margin-bottom: 0px;
}
.findus li{ list-style: none; }

@media (max-width: 1200px) {
 .circleBox {
   width: 330px;
    height: 330px;     
    position: relative;
    top: 0px;
    left: 80px;  
    background-color: rgba(0,54,131,0.5);
}
.form-box{ display: block; background:#5777a2; }
 
}

@media (max-width: 768px) {
 .circleBox {
   width: 330px;
    height: 330px;
    position: relative;
    top: 0px;
    left: 0px;  
    background-color: rgba(0,54,131,0.5);
}
.form-box{ display: block; background:#5777a2; }
 
}

@media (max-width: 512px) {

    .circleBox {
   width: 300px;
    height: 300px;
    position: relative;
    top: 0px;
    left: 0px;  
    background-color: rgba(0,54,131,0.5);
}
.form-box{ display: block; background:#5777a2; }
.nav{ background: #414141; }
}
.form-bottom{color:#efefef;}