html, body {
    height: 100%;
    width: 100%}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../images/square-logo.png") 50% 50% no-repeat;
    background-color: #0663F6;
    background-size: 50%;
}
.wrapper {
    height: 100%;
    overflow: auto;
    width: 100%}
.wrapper.scrollbar-dynamic {
    max-height: none;
}
body {
    font-family: 'Fira Sans',  sans-serif;
    color: #777;
    font-size: 15px;
    line-height: 1.9;
    padding-top: 100px;
    font-weight: 400;
}
a, button {
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
section {
    margin: 0px;
    position: relative;
}
h1, h2, h3, h4 {
    font-family: 'Fira Sans',  sans-serif;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
}
h1 {
    font-size: 50px !important;
}
.header-top {
    width: 100%;
    display: block;
    height: 50px;
    background-color: #fff;
    z-index: 1030;
    position: fixed;
    top: 0;
    left: 0;
}
.header-top .navbar {
    background: #fff;
}
.header-top .navbar .navbar-brand {
    font-size: 30px;
    color: #777;
    padding-top: 10px;
    letter-spacing: 5px;
    font-weight: 600;
}
.header-top .navbar ul{
    margin-left: -40px;
}
.header-top .navbar ul li a {
    color: #444;
    font-weight: 400;
    padding: 13px;
    text-transform: none;
    font-size: 12px;
}
.header-top .navbar ul li:last-child>a {
    font-weight: 600;
    font-size: 15px;
    color: #111;
}
.header-top .navbar ul li a:hover, .header-top .navbar ul li a:focus, .header-top .navbar ul li a:active {
    color: #111;
    text-decoration: underline;
}
.header-top .navbar ul li:last-child>a:hover {
    text-decoration: none;
}
.navbar-fixed-top {
    height: 70px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}
.navbar-nav {
    float: none;
    margin-left: 5%;
    display: inline-block;
}
.navbar-brand {
    padding: 10px 0px;
}
.navbar-brand>img {
    width: 300px;
    height: auto;
}
.navbar-nav>li>a {
    font-weight: 600;
    font-family: 'Fira Sans',  sans-serif;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    zoom: 1;
    margin: 0px;
    padding: 28px 13px 28px 13px;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
    letter-spacing: 1px;
    -webkit-transition-duration: 150ms;
    -webkit-transition-property: color,  background-color,  opacity,  border;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-duration: 150ms;
    -moz-transition-property: color,  background-color,  opacity,  border;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-duration: 150ms;
    -o-transition-property: color,  background-color,  opacity,  border;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: color,  background-color,  opacity,  border;
    transition-property: color,  background-color,  opacity,  border;
}
.navbar {
    /*background: #0663F6;*/
    background: #4e91fb;
}
.not-active {
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
 
}
.navbar-fixed-top {
    top: 40px;
    border-width: 0 0 1px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 3px;
}
.navbar .navbar-nav>li>a {
    color: #fff;
    font-weight: 600;
}
.navbar .navbar-nav>li>a:focus, .navbar .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.menu>li>a:hover {
    color: #fff;
    background-color: #054fc4 !important;
}
.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:focus, .navbar .navbar-nav>.active>a:hover {
    background: #000;
    color: #ffffff;
}

.navbar .navbar-nav>.open>a, .navbar .navbar-nav>.open>a:focus, .navbar .navbar-nav>.open>a:hover, .navbar .navbar-nav>.open>a:active {
    background-color: #054fc4;
    color: #ffffff;
}
.navbar-nav>li a:hover:after, .navbar-nav>li a:focus:after {
    background: #f6c606;
}
.navbar-nav>li>a:active {
    background-color: #054fc4;
    color: #fff !important;
}


.dropdown>a:focus, .dropdown>a:active{
    background-color: #054fc4 !important;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu {
    position: absolute;
    top: none !important;
    min-width: 160px;
    margin: 0px 0 0;
    border-radius: 0px;
}
@media (max-width: 767px){
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
        color: #fff;
        margin-bottom: 10px;
        text-align: center;
    }
}
@media screen and (max-width: 650px) {
    .navbar-toggle {
        border: none;
        background: transparent !important;
        margin-top: 20px;
        z-index: 1000;
    }
    .navbar-fixed-top .navbar-collapse {
        max-height: 100vh;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        border-top: 0px;
    }
    .navbar-toggle:hover {
        background: transparent !important;
    }
    .navbar-toggle .icon-bar {
        width: 22px;
        background-color: #fff;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }
    .navbar-toggle .top-bar {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 10% 10%;
        -ms-transform-origin: 10% 10%;
        transform-origin: 10% 10%}
    .navbar-toggle .middle-bar {
        opacity: 0;
    }
    .navbar-toggle .bottom-bar {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 10% 90%;
        -ms-transform-origin: 10% 90%;
        transform-origin: 10% 90%}
    .navbar-toggle.collapsed .top-bar {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    .navbar-toggle.collapsed .middle-bar {
        opacity: 1;
    }
    .navbar-toggle.collapsed .bottom-bar {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}
@media screen and (max-width: 800px) {
    .navbar-fixed-top {
    top: 0px;
    border-width: 0px;
}
.navbar-brand {
    padding: 20px 15px;
}
.navbar-brand>img {
    width: 100px;
}

.navbar-nav {
    margin-left: 0px;
    display: block;
    margin-top: 0px;
    position: relative;
    background: #0078D7;
}
.navbar-collapse {
    padding: 0px;
}
.navbar-nav>li>a {
    padding: 44px 30px 43px 30px;
    font-size: 13px;
    letter-spacing: 0px;
    background-color: #4e91fb;
}
.navbar-nav>li a:hover::after, .navbar-nav>li a:focus::after {
    content: none;
}
.nav>li {
    position: relative;
}
.mega-nav-area {
    padding: 50px 50px;
}
.navbar-nav>li>a {
    text-align: center;
}




}
@media screen and (min-width: 315px) and (max-width: 580px) {
    .carousel .item {
        min-height: 200px !important;
    }
}
@media screen and (min-width: 585px) and (max-width: 700px) {
    .carousel .item {
        min-height: 260px !important;
    }
}
@media screen and (min-width: 720px) and (max-width: 850px) {
    .carousel .item {
        min-height: 330px !important;
    }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
    .carousel .item {
        min-height: 415px !important;
    }
}
@media screen and (min-width: 1250px) and (max-width: 1500px) {
    .carousel .item {
        min-height: 500px !important;
    }
}


@media screen and (min-width: 300px) and (max-width: 500px) {
   .loader{
            background-size: 50%;
    } 
}











/*@media screen and (min-width: 795px) and (max-width: 960px) {
    body {
    padding-top: 110px;
}
}

@media screen and (min-width: 980px) and (max-width: 1100px) {
    body {
    padding-top: 110px;
}}*/


@media screen and (min-width: 750px) and (max-width: 960px) {
    .navbar-brand>img {
        width: 115px;
    }
    .navbar-nav>li>a {
        padding: 28px 5px 28px 9px;
    }
}
@media screen and (min-width: 750px) and (max-width: 790px) {
    body {
    padding-top: 70px;
}

.navbar-nav {
    display: inline-block;
    margin-left: 0px;
}
.navbar-brand>img {
    width: 115px;
}
.navbar .navbar-collapse, .navbar .navbar-form {
    margin-top: 0px;
}
.navbar-nav>li>a {
    padding: 32px 10px 25px 15px;
    font-size: 13px;
    letter-spacing: 0px;
}
.mega-nav-area {
    padding: 50px 0px;
}
.sm-cont {
    width: 600px;
}
}.main-container {
    padding: 0px;
}
.deepskyblue {
    background-image: url("../images/slider/squareNet-01.jpg");
    background-size: cover;
}
.skyblue {
    background-image: url("../images/slider/squareNet-02.jpg");
    background-size: cover;
}
.darkerskyblue {
    background-image: url("../images/slider/squareNet-03.jpg");
    background-size: cover;
}
.blue {
    background-image: url("../images/slider/squareNet-04.jpg");
    background-size: cover;
}
.carousel-indicators {
    bottom: 0;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
}
.carousel .item {
    min-height: 580px;
    height: 100%;
    width: 100%}
@media screen and (min-width: 1600px) and (max-width: 1920px) {
    .navbar-nav>li>a {
        padding: 28px;
    }
    .carousel .item {
    min-height: 760px;
    height: 100%;
    width: 100%}
}
.carousel-caption h3, .carousel .icon-container, .carousel-caption button {
    word-spacing: 5px;
}
.carousel-cap {
    background-color: #0663F6;
    padding: 10px 20px;
}
.carousel-cap h3 {
    padding: .5em;
    color: #fff;
    font-size: 40px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.carousel-cap h4 {
    word-spacing: 5px;
    color: #fff;
    letter-spacing: 1px;
}
.carousel-cap p {
    font-size: 20px;
    font-weight: 300;
}
.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%}
.carousel-caption button {
    border-color: #00bfff;
    margin-top: 1em;
}
.carousel-caption h3:first-child {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.carousel-caption button {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.p {
    padding-top: 125px;
    text-align: center;
}
.p a {
    text-decoration: underline;
}
a.left, a.right {
    visibility: hidden;
}
@media screen and (min-width: 768px) {
    .carousel-caption {
    right: 20%;
    left: 20%;
    top: 25%;
    padding-bottom: 30px;
    font-size: 40px;
}
}.about {
    background-color: #fff;
    padding: 100px 0px;
}
.about-us>h1 {
    text-align: center;
}
.about-us>h4 {
    text-align: center;
    letter-spacing: 6px;
    opacity: 0.8;
    padding-bottom: 50px;
    color: #f69906;
    font-weight: 600;
}
.about-us>p {
    margin-bottom: 50px;
    color: #555;
}
.left {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    bottom: 0;
    background-color: #FA662E;
}
.left-content {
    height: 640px;
    background: url(../images/square-bonding.jpg) no-repeat center center;
    background-size: cover;
    min-height: 100%;
    top: 0;
    left: 0;
    display: block;
}
.right-content {
    background-color: #f69906;
    padding: 40px 40px;
    height: 640px;
}
.right-content>h4 {
    color: #FFF;
    font-size: 30px;
    font-weight: 400;
    word-spacing: 5px;
    text-align: left;
}
.right-content>p {
    color: #fff;
    font-weight: 400;
    text-align: justify;
}
.why-with-us {
    padding: 15px 0px;
}
.why-with-us>h4 {
    color: #FFF;
    font-size: 30px;
    font-weight: 400;
    word-spacing: 5px;
    text-align: left;
}
.why-with-us>ul {
    list-style: none;
    color: #fff;
    line-height: 1.6;
    padding-left: 0px;
}
.about-bottom {
    background: url("../images/about-bg.jpg") no-repeat;
    background-size: cover;
    min-height: 700px;
    padding-top: 49px;
    margin-top: 25px;
}
.about-left {
    height: 600px;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 5px;
}
.about-right {
    height: 290px;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 5px;
}
.about-right:first-child {
    margin-bottom: 20px;
}
.about-left .hover-style {
    display: block;
    text-decoration: none;
    color: #fff;
    padding-top: 35%;
    height: 560px;
    text-align: center;
}
.about-right .hover-style {
    display: block;
    text-decoration: none;
    color: #fff;
    padding-top: 12%;
    text-align: center;
    height: 250px;
}
.hover-style:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.hover-style>h1 {
    color: #fff;
    font-weight: 400;
}
.hover-style>h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}
.hover-style>P {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0px 10px;
}
.btn-info {
    color: #fff;
    background-color: #f69906;
    border-color: #f69906;
}
.btn-info:hover {
    background-color: #005496;
}
.about-left-middle {
    background-color: #f69906;
}
.about-left-middle-area {
    padding: 50px 35px;
    height: 650px;
}
.about-right-middle {
    height: 650px;
}
.about-left-middle-area>p {
    color: #fff;
    text-align: justify;
}
.carousel-indicators li {
    background-color: #f69906;
    border: 1px solid #000; 
    width: 10px; 
    margin-right: 10px;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px;
    margin-right: 10px;

}






.about-right-middle .carousel {
    height: 290px;
}
.about-right-middle .carousel .item1 {
    background: url("../images/gallery/g-1.jpg");
}
.about-right-middle .carousel .item2 {
    background: url("../images/gallery/g-2.jpg");
}
.about-right-middle .carousel .item3 {
    background: url("../images/gallery/g-3.jpg");
}
.about-right-middle .carousel .item4 {
    background: url("../images/gallery/g-4.jpg");
}
.about-right-middle .carousel .item5 {
    background: url("../images/gallery/g-5.jpg");
}
.about-right-middle .carousel .item6 {
    background: url("../images/gallery/g-6.jpg");
}
.about-right-middle .carousel .item {
    min-height: 290px;
    height: 290px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-box-area {
    padding: 25px 0px;
}
.about-box-area .about-box {
    height: 155px;
    width: 48%;
    display: block;
    float: left;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
.about-box-area .about-box>span {
    display: block;
    border: 1px dotted #ddd;
    border-radius: 5px;
    height: 125px;
    text-align: center;
    padding-top: 43px;
}
.about-box-area .box-1 {
    background-color: #0663F6;
    margin-right: 4%;
    margin-bottom: 25px;
}
.about-box-area .box-2 {
    background-color: #f69906;
}
.about-box-area .box-3 {
    background-color: #111;
    margin-right: 4%;
    margin-bottom: 20px;
}
.about-box-area .box-4 {
    background-color: #F62106;
}
.about-box-area .box-1:hover {
    background-color: #F62106;
}
.about-box-area .box-2:hover {
    background-color: #111;
}
.about-box-area .box-3:hover {
    background-color: #f69906;
}
.about-box-area .box-4:hover {
    background-color: #0663F6;
}
@media screen and (max-width: 650px) {
    body {
    padding-top: 70px;
}
.left-content {
    height: 400px;
}
.right-content, .about-left-middle-area {
    height: auto;
}
.about-left-middle {
    margin-bottom: 20px;
}
.about-bottom {
    min-height: auto;
    padding-bottom: 50px;
}
.about-left {
    margin-bottom: 20px;
}
.hover-style>h3 {
    font-size: 20px;
    font-weight: 600;
}
}.services {
    background-color: #ffffff;
    padding: 20px 20px;
    z-index: 1;
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.6);
}
.services-content {
    padding-top: 85px;
    padding-bottom: 85px;
}
.services-content h1 {
    word-spacing: 5px;
    text-align: center;
}
.services-content h4 {
    text-align: center;
    letter-spacing: 6px;
    opacity: 0.8;
    padding-bottom: 50px;
    color: #f69906;
    font-weight: 600;
}
.services .col-md-3 {
    text-align: center;
}
.services .square {
    padding: 15px;
    margin-bottom: 20px;
}
.square {
    padding: 15px;
    margin-bottom: 20px;
}
.services .article>h2 {
    font-size: 18px;
    margin: 20px 0px;
    color: #f69906;
    font-weight: 600;
    letter-spacing: 3px;
    opacity: 0.8;
}
.article>h2 {
    font-size: 18px;
    margin: 20px 0px;
    color: #f69906;
    font-weight: 600;
    letter-spacing: 3px;
    opacity: 0.8;
}
.services .article>p {
    text-align: justify;
}
.article{
    z-index: 1000;
    padding-bottom: 50px;
}
.art>p {
    text-align: justify;
    margin-bottom: 50px;
    min-height: 310px;
}
.art>a{
    padding: 10px 20px;
    background-color: #0663F6;
    color: #fff;
    z-index: 1000;
    position: absolute;

    left: 28%;
    bottom: 0;
}
.services .article2>h2 {
    font-size: 25px;
    margin: 20px 0px;
}
.services .article2>p {
    text-align: justify;
}

.data{
    margin-top: 10px;
}

.data-area>p{
    text-align: justify;
}













.footer:before {
    content: "";
    display: block;
    position: absolute;

    left: 50%;
    width: 0px;
    height: 0px;
    margin-left: -20px;
    z-index: 9;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
}
.media-zone, .common {
    padding: 100px 0px;
    background: url("../images/squareNet-wrap.png") 0 0 repeat;
    overflow: hidden;
}
.media-zone h4, .common h4 {
    text-align: center;
    letter-spacing: 6px;
    opacity: 0.8;
    padding-bottom: 50px;
    color: #f69906;
    font-weight: 600;
}
.media-area, .common-area {
    background-color: #fff;
    padding: 80px 50px;
    border-radius: 5px;
    position: relative;
}
.why-with-us2> p{
    text-align:justify;
}
.why-with-us2> h4{
    text-align: left;
    letter-spacing: 6px;
    opacity: 0.8;
    padding-bottom: 0px;
    color: #f69906;
    font-weight: 600;
    margin-top: 50px;
}
.media-zone .box {
    text-align: center;
    padding-bottom: 20px;
    display: block;
    padding: 30px 5px;
    border: 3px solid #f69906;
    margin-bottom: 60px;
    font-size: 20px;
    color: #111;
    text-decoration: none;
    font-weight: 600;
    -ms-transform: scale(0.7,  0.7);
    -webkit-transform: scale(0.7,  0.7);
    transform: scale(0.7,  0.7);
    z-index: 1000;
    position: relative;
}
.media-zone .box:hover{
    color: #fff;
    text-decoration: none;
    -ms-transform: scale(1.2,  1.2);
    -webkit-transform: scale(1.2,  1.2);
    transform: scale(1.2,  1.2);
    -webkit-animation: roll .5s;
    animation: roll .5s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

@-webkit-keyframes roll {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes roll {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

}
.media-area .row:nth-child(2) .col-md-6:nth-child(1) .box,
.media-area .row:nth-child(2) .col-md-6:nth-child(1) .box:hover, 
.media-area .row:nth-child(2) .col-md-6:nth-child(1) .box:active, 
.media-area .row:nth-child(2) .col-md-6:nth-child(1) .box:focus {
    border: 1px solid #0663F6;
    background-color: #0663F6;
    color: #fff;
}
.media-area .row:nth-child(2) .col-md-6:nth-child(2) .box,
.media-area .row:nth-child(2) .col-md-6:nth-child(2) .box:hover, 
.media-area .row:nth-child(2) .col-md-6:nth-child(2) .box:active, 
.media-area .row:nth-child(2) .col-md-6:nth-child(2) .box:focus {
    border: 1px solid #f69906;
    background-color: #f69906;
    color: #fff;
}
.media-area .row:nth-child(3) .col-md-2:nth-child(3) .box:hover, 
.media-area .row:nth-child(3) .col-md-2:nth-child(3) .box:active, 
.media-area .row:nth-child(3) .col-md-2:nth-child(3) .box:focus {
    border: 1px solid #111;
    background-color: #111;
    color: #fff;
}
.media-area .row:nth-child(3) .col-md-2:nth-child(4) .box:hover, 
.media-area .row:nth-child(3) .col-md-2:nth-child(4) .box:active, 
.media-area .row:nth-child(3) .col-md-2:nth-child(4) .box:focus {
    border: 1px solid #F62106;
    background-color: #F62106;
    color: #fff;
}
.media-area .row:nth-child(3) .col-md-2:nth-child(5) .box:hover, 
.media-area .row:nth-child(3) .col-md-2:nth-child(5) .box:active,
 .media-area .row:nth-child(3) .col-md-2:nth-child(5) .box:focus {
    border: 1px solid #F62106;
    background-color: #F62106;
    color: #fff;
}
.media-area .row:nth-child(3) .col-md-2:nth-child(6) .box:hover, 
.media-area .row:nth-child(3) .col-md-2:nth-child(6) .box:active, 
.media-area .row:nth-child(3) .col-md-2:nth-child(6) .box:focus {
    border: 1px solid #111;
    background-color: #111;
    color: #fff;
}
.media-area .row:nth-child(3) .col-md-2:nth-child(7) .box:hover, 
.media-area .row:nth-child(3) .col-md-2:nth-child(7) .box:active, 
.media-area .row:nth-child(3) .col-md-2:nth-child(7) .box:focus {
    border: 1px solid #f69906;
    background-color: #f69906;
    color: #fff;
}
.media-area .row:nth-child(3) .col-md-2:nth-child(8) .box:hover, 
.media-area .row:nth-child(3) .col-md-2:nth-child(8) .box:active, 
.media-area .row:nth-child(3) .col-md-2:nth-child(8) .box:focus {
    border: 1px solid #0663F6;
    background-color: #0663F6;
    color: #fff;
}
.media-zone .box>img {
    width: 75%;
    height: auto;
    display: inline-block;
    margin-bottom: 20px;
}
.media-zone .box>h2 {
    color: #f69906;
}


.media-area:after {
    background: transparent url(../images/water-mark.png) no-repeat center;
    background-size: 50%;
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.07;
    left: 0;
    top: 0;
}


.common-area-des h3{
    text-align: left;
}
.common-area-des p{
    text-align: justify;
    margin-bottom: 50px;
}

.corporate-des{
    margin-top: 70px;
}
.corporate-des h2, .corporate-des h4{
    text-align: left;
}

.corporate-des {
    
}







.des p.bold{font-weight: bold;}
.des p.normal span{font-weight: bold;}
.des .router{
    width: 60%;
    margin-left: 60px;
    margin-bottom: 60px;
}

.des .router .router-sln p{    margin-top: 20px;
    margin-bottom: 20px;}
.des .router .router-sln p>span{font-weight: bold;}














.packages {
    padding: 100px 0px;
    background: #ededed;
}
.packages h4 {
    text-align: center;
    letter-spacing: 6px;
    opacity: 0.8;
    padding-bottom: 50px;
    color: #0968ff;
    font-weight: 900;
}
.package-area {
    display: table;
    width: 100%;
    margin-bottom: 100px;
}
.package-box {
    padding: 10px 10px 45px;
    text-align: center;
    background-color: #fff;
    border-right: 1px solid #ddd;
    border-radius: 5px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.package-box:hover {
    box-shadow: 2px 2px 2px 2px #777;
    -ms-transform: scale(1.1,  1.1);
    -webkit-transform: scale(1.1,  1.1);
    transform: scale(1.1,  1.1);
}

.package-box.corporate {
    box-shadow: 2px 2px 2px 2px #777;
    -ms-transform: scale(1.1,  1.1);
    -webkit-transform: scale(1.1,  1.1);
    transform: scale(1.1,  1.1);
}

.package-box:hover h2 {
    background-color: #0663F6;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.package-box:hover a {
    background-color: #f69906;
}
.package-box>h2 {
    padding: 10px 0px;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0px;
    background-color: #f69906;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.package-box .pack-price {
    padding: 10px 0px;
    color: #111;
    border-bottom: 1px solid #ccc;
    font-size: 35px;
    font-weight: 900;
}
.package-box .pack-price>sup {
    font-weight: 500;
    font-size: 15px;
    margin-right: 3px;
}
.package-box .pack-price>i {
    font-weight: 400;
    font-size: 15px;
}
.package-box>ul {
    list-style: none;
    padding: 0px;
    margin: 30px 0px;
}
.package-box>ul>li {
    padding: 8px 0px;
    color: #777;
}
.package-box>a {
    padding: 10px 20px;
    background-color: #0663F6;
    color: #fff;
}
section.contact {
    padding: 100px 0px 0px;
}
.map-position {
    position: relative;
}
.contact-area {
    background-color: #fff;
    padding: 30px;
    border: 2px solid #f69906;
    border-top: 10px solid #0663F6;
}
.contact-text h4 {
    text-align: center;
    letter-spacing: 6px;
    opacity: 0.8;
    padding-bottom: 50px;
    color: #f69906;
    font-weight: 600;
}
.contact-form .form-group>input, .contact-form .form-group>select {
    border: 2px solid #0663F6;
    border-radius: 0px;
    height: 45px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    box-shadow: inset 2px 2px 5px #000;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
}
.contact-form .form-group>textarea {
    border: 2px solid #0663F6;
    border-radius: 0px;
    font-size: 16px;
    box-shadow: inset 2px 2px 5px #000;
    border-radius: 5px;
    color: #111;
    padding: 10px;
}
.contact-form>.form-group {
    margin-bottom: 30px;
}
.contact-form>.form-group>label {
    color: #000;
}
.contact-form>button {
    border-radius: 0px;
    padding: 12px 70px;
    font-size: 20px;
    border-color: #0078D7;
    margin-top: 0px;
    color: #fff;
    background-color: #0663F6;
    border-radius: 5px;
    display: block;
    width: 100%}
.contact-form>button:focus, .contact-form>button:active, .contact-form>button:hover {
    color: #fff;
    background-color: #054fc4;
    border-color: #054fc4;
}
.googlemap {
    padding-top: 0px;
}
.googlemap>h1 {
    font-size: 25px !important;
    text-align: left;
    word-spacing: 3px;
    color: #111;
}
@media screen and (max-width: 650px) {
    #googleMap {
    height: 400px !important;
}
.contact-area {
    position: relative;
    padding: 30px;
    margin-top: 50px;
    right: 0px;
    top: 0px;
}
}footer {
    background: #222;
    font-weight: 300;
    letter-spacing: 0.03em;
    padding: 100px 0px 30px;
}
.foot-btn>button {
    display: block;
    width: 100%;
    text-align: left;
    border-radius: 0px;
    color: #e5e5e5;
    background-color: transparent;
    border-color: #ccc;
    padding: 10px 15px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
}
.foot-btn>button:hover, .foot-btn>button:active, .foot-btn>button:focus {
    color: #fff;
    outline: 0px !important;
}
.foot-btn>button>span {
    float: right;
    width: 14px;
    height: 14px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-top: 6px;
    position: absolute;
    right: 15px;
}
.foot-btn>button:hover span, .foot-btn>button:focus span, .foot-btn>button:active span {
    width: 14px;
    height: 14px;
    color: #FA662E;
    background-color: #FA662E;
    border-radius: 50%;
    border-color: #FA662E;
}
.c-two {
    /*background-color: #f69906 !important;
    border-color: #f69906 !important;*/
}
.foot-btn>button:active, .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #3b3f3f;
    border-color: #ccc;
}
footer .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: -5px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-top: 0px;
    border-radius: 0px;
    box-shadow: none;
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #111;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #0663F6;
    text-decoration: none;
    background-color: transparent;
}

.contact-map{
    position: relative;
    padding: 50px 0px;
}
#googleMap{
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
footer{
    position: relative;
}
footer .foot-heading {
    padding: 30px 0px;
    padding-top: 50px;
    overflow: hidden;
}
footer .foot-heading>h3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0px;
    word-spacing: 5px;
    float: left;
    padding-right: 10px;
    font-weight: 600;
}
footer .foot-heading>span {
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #ccc;
    height: 1px;
    right: 0;
    top: 10px;
}
footer .foot-heading>.sub-menu {
    padding: 10px 0px;
    margin-top: 25px;
}
footer .foot-heading>.sub-menu>ul {
    list-style: none;
    padding: 0px;
}
footer .foot-heading>.sub-menu>ul>li>a {
    text-decoration: none;
    color: #ccc;
    font-size: 15px;
    padding: 0px;
}
footer .foot-heading>.sub-menu>ul>li>a:hover {
    color: #fff;
}
footer .foot-heading>.sub-menu>.submenu-left {
    /*width: 50%*/}
footer .foot-heading>.sub-menu>.submenu-right {
    width: 50%}
footer .foot-heading>.sub-menu>.social-img {
    margin-top: 15px;
}
footer .foot-heading>.sub-menu>.social-img>li {
    display: inline-block;
}
footer .foot-heading>.sub-menu>.social-img>li>a {
    border: 1px solid #CCC;
    padding: 10px 15px;
    color: #FFF;
}
footer .foot-heading>.sub-menu>.social-img>li>a:hover {
    background-color: #CCC;
    color: #005496;
}
footer .foot-menu {
    padding-bottom: 50px;
}
footer .foot-menu>h4 {
    color: #fff;
    text-align: left;
    font-size: 16px;
    word-spacing: 3px;
    font-weight: 600;
}
footer .foot-menu>ul {
    padding: 0px;
    list-style: none;
}
footer .foot-menu>ul>li {
    font-size: 15px;
    color: #ccc;
    margin-bottom: 10px;
}
footer .foot-menu>ul>li>span {
    color: #e5e5e5;
    font-weight: 600;
    margin-right: 10px;
}
.fot-bg {
    background-color: #fff;
}
.foot-btn {
    margin-bottom: 80px;
}
.copy {
    text-align: center;
    margin: 60px 0 0;
    font-size: 15px;
    color: #ccc;
}

/*# sourceMappingURL=style.css.map */