@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Regular.eot');
    src: url('../fonts/BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrandonGrotesque-Regular.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Regular.woff') format('woff'),
        url('../fonts/BrandonGrotesque-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kizo';
    src: url('../fonts/Kizo-Regular.eot');
    src: url('../fonts/Kizo-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kizo-Regular.woff2') format('woff2'),
        url('../fonts/Kizo-Regular.woff') format('woff'),
        url('../fonts/Kizo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Brandon Grotesque Medium';
    src: url('../fonts/BrandonGrotesque-Medium.eot');
    src: url('../fonts/BrandonGrotesque-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrandonGrotesque-Medium.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Medium.woff') format('woff'),
        url('../fonts/BrandonGrotesque-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	outline: none
}

ul,
ol {
	list-style: none;
}

button,
input[type='submit'],
input[type='reset'],
a {
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.form-control:focus {
    border:0;
    outline:none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

::-moz-selection {
	color: #ffd6e9;
	background: #3399ff;
}

::selection {
	color: #ffd6e9;
	background: #3399ff;
}

::-moz-selection {
	color: #ffd6e9;
	background: #3399ff;
}

::placeholder {
	color: #e4e4e4;
	font-size: 16px;
}

::-webkit-input-placeholder {
	color: #e4e4e4;
	font-size: 16px;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #e4e4e4;
	font-size: 16px;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #e4e4e4;
	font-size: 16px;
}


textarea::-webkit-input-placeholder {
	color: #e4e4e4;
	font-size: 16px;
}

textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #e4e4e4;
	font-size: 16px;
}

textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #333333;
}

textarea:-ms-input-placeholder {
	color: #e4e4e4;
	font-size: 16px;
}

body {
	font-weight: normal;
	line-height: normal;
	font-size: 18px;
	font-family: 'Brandon Grotesque';
	font-weight: 400;
}

*:focus {
	outline: none;
}

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

img {
	max-width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

a {
	color: #fff;
	outline: none !important;
	border: none;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	vertical-align: middle;
}
img {
    transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #123457;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

img {
	border: none;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

p {
	margin: 0;
	padding: 0;
}

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

.navbar {
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background-color: transparent;
}

p {
	color: #5a5a5a;
}

.container-fluid {
	padding: 0 160px;
}
.logo-sec {
    left: 0;
    width: 330px;
    z-index: 99;
}
.collapse.navbar-collapse.top_nav {
    display: block;
}
header {
    top: 40px;
    position: absolute;
    left:0;
    right:0;
    margin: auto;
    z-index: 99;
}
ul.navbar-nav li {
    transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    margin-right: 45px;
}
ul.navbar-nav li  a{
    color:#ffffff!important;
    font-size: 20px;
    line-height: 1;
    padding: 0;
    font-family: 'Brandon Grotesque';
    text-transform: uppercase;
    position: relative;
    padding-right: 0!important;
    padding-left: 0!important;
    margin: 30px 0;
    letter-spacing: 1px;
}
ul.navbar-nav li:not(:last-child)  a:before,ul.navbar-nav li:not(:last-child)  a:after {
    position: absolute;
    content: '';
    background: #2992c3;
    width: 0;
    height: 2px;
    transition: all 0.6s;
}
ul.navbar-nav li  a:before {
    left: 0;
    top:-6px;
}
ul.navbar-nav li  a:after {
    right: 0;
    bottom: -6px;
}
ul.navbar-nav li:not(:last-child)  a:hover:before,ul.navbar-nav li:not(:last-child)  a:hover:after,ul.navbar-nav li.current-menu-item:not(:last-child)  a:before,ul.navbar-nav li.current-menu-item:not(:last-child)   a:after {
    width: 100%;
}
ul.navbar-nav li {
    position: relative;
}
ul.navbar-nav li:after {
    position: absolute;
    content: '';
    background:#00d8f2;
    height: 2px;
    width:0;
    right:0;
    left:0;
    bottom: -12px;
    margin: auto;
    transition: all 0.6s;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
ul.navbar-nav li:last-child {
    margin-right: 0;
    /*margin-left: 106px;*/
}
/*ul.navbar-nav li:nth-child(4) {
    margin-right: 465px;
}
ul.navbar-nav li:nth-child(3) {
    margin-right: 600px;
}*/
ul.navbar-nav li  a:hover,ul.navbar-nav li.current-menu-item  a,ul.navbar-nav li  a:focus {
    color:#fff!important;
}
.navbar {
    padding: 0;
}

/***hdr fix ****/
/*
.hdr_fix {
	left: 0;
	right: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background: rgba(0,0,0,0.7);
	animation: slide-down 0.7s;
	-ms- animation: slide-down 0.7s;
	-webkit- animation: slide-down 0.7s;
	box-shadow: 0 5px 20px rgba(0,0,0,.2);
    padding: 10px 0;
}
@keyframes slide-down{0%{opacity:0;transform:translateY(-100%);-moz-transform:translateY(-100%);-webkit-transform:translateY(-100%);-o-transform:translateY(-100%);-ms-transform:translateY(-100%);}
100%{opacity:0.9;transform:translateY(0);-moz-transform:translateY(0);-webkit-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);}
}
.hdr_fix .logo-sec {
	width: 170px;
}
*/
.hdr-btn {
    margin-left: 25px;
}
.btn {
    border:0;
    color:#ffffff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    padding: 14px 20px;
    font-family: 'Brandon Grotesque';
    background: #32b2e8;
    border-radius: 0;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    position: relative;
    letter-spacing: 1px;
}
.btn:after {
    position: absolute;
    content: '';
    border:1px solid #fff;
    top:5px;
    bottom: 5px;
    left:5px;
    right:5px;
}
.btn:hover,.btn:focus {
    background: #000;
}

/*banner*/
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.banner-section,.banner_slide {
    position: relative;
}
.ban-pic img {
    width: 100%;
}
.banner-outr {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left:0;
    right:0;
    text-align: center;
    margin: auto;
}
.banner-innr h3 {
    color:#ffffff;
    font-size: 84px;
    line-height: 84px;
    font-family: 'Kizo';
    text-transform: uppercase;
    letter-spacing: 10px;
    -webkit-animation:fadeOutRight 0.5s both;
            animation:fadeOutRight 0.5s both;
}
.banner-innr h1 {
    color:#ffffff;
    font-size: 195px;
    line-height: 180px;
    font-family: 'Kizo';
    text-transform: uppercase;
    letter-spacing: 16px;
    margin-bottom: 10px;
    /*-webkit-animation:fadeOutLeft 0.5s both;
            animation:fadeOutLeft 0.5s both;*/
    -webkit-animation: fadeInLeft 0.5s both 1.5s;
    animation: fadeInLeft 0.5s both 1.5s;
}
.banner-innr h1 em {
   color:#32b2e8; 
    font-style: normal;
}
.ban-para {
   padding: 23px 0;
   border-top:1px solid #656277;
   border-bottom:1px solid #656277;
   display: inline-block;
   -webkit-animation:fadeOutRight 0.5s both;
           animation:fadeOutRight 0.5s both;
}
.ban-para p {
    color:#ffffff;
    font-size: 25px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque Medium';
    letter-spacing: 2px;
}
.banner-innr span {
    display: inline-block;
    margin-bottom: 5px;
    -webkit-animation:fadeOutLeft 0.5s both;
            animation:fadeOutLeft 0.5s both;
}
.banner-slider .slick-active h3{
  -webkit-animation:fadeInDown 0.5s both 1s;
          animation:fadeInDown 0.5s both 1s;
}
.banner-slider .slick-active h1{
  -webkit-animation:fadeInLeft 0.5s both 1.5s;
          animation:fadeInLeft 0.5s both 1.5s;
}
.banner-slider .slick-active .ban-para{
  -webkit-animation:fadeInRight 0.5s both 2s;
          animation:fadeInRight 0.5s both 2s;
}
.banner-slider .slick-active span{
  -webkit-animation:fadeInUp 0.5s both 0.5s;
          animation:fadeInUp 0.5s both 0.5s;
}
.banner-slider .slick-prev,.banner-slider .slick-next {
    position: absolute;
    width: 74px;
    height: 74px;
    color:#fff;
    left: auto;
    background: transparent;
    top:46%;
    -webkit-transform: translateY(-54%);
        -ms-transform: translateY(-54%);
            transform: translateY(-54%);
    right:175px;
    border:2px solid #fff;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 9;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.banner-slider .slick-prev:hover ,.banner-slider .slick-next:hover,.banner-slider .slick-prev:focus ,.banner-slider .slick-next:focus {
    background: #32b2e8;
    outline: none;
}
.banner-slider .slick-next {
    top:54%;
    -webkit-transform: translateY(-46%);
        -ms-transform: translateY(-46%);
            transform: translateY(-46%);
}
.scroll-innr {
    position: absolute;
    left:0;
    right:0;
    margin: auto;
    bottom: 45px;
    text-align: center;
}
.scroll-innr span {
    color:#ffffff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque';
    display: block;
    margin-top: 20px;
}
.scroll-innr img {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
            animation-name: scroll;
}
@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(15px);
                transform: translateY(15px);
    }
}
@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(15px);
                transform: translateY(15px);
    }
}

/*what-we-do-sec*/
.commn-outr {
    padding: 80px 0;
}
.cmn_hdr h4 {
    color:#258ebe;
    font-size: 22px;
    font-family: 'Brandon Grotesque Medium';
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 1px;
}
.cmn_hdr h2 {
    color:#001219;
    font-size: 96px;
    line-height: 85px;
    font-family: 'Kizo';
    text-transform: uppercase;
    letter-spacing: 5px;
}
.cmn_hdr h2 span {
    color:#1c96c9;
}
.cmn_hdr {
    margin-bottom: 40px;
}
.what-we-do-innr {
    position: relative;
    padding-bottom: 30px;
}
.what-we-txt {
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    margin: auto;
    z-index: 99;
}
.what-we-pic img {
    border-radius: 5px;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, -webkit-transform 0.6s;
    -o-transition: opacity 0.6s, transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
    transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1);
}
.what-we-pic {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
            box-shadow: 0 0 20px rgba(0,0,0,0.4);
    border-radius: 5px;
    overflow: hidden;
}
.what-we-do-innr:hover .what-we-pic img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	    transform: scale(1);
    -webkit-filter: contrast(160%);
    filter: contrast(160%);
}
.what-we-pic img {
    width: 100%;
}
.what-we-txt h3 {
    color:#fff;
    font-size: 30px;
    font-family: 'Brandon Grotesque Medium';
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 18px;
}
.what-we-icon-innr {
    width: 92px;
    height: 92px;
    margin: auto;
    border-radius: 100%;
    border:2px solid #40b7ea;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.what-we-do-innr:hover .what-we-icon-innr {
    background: #40b7ea;
}
.what-we-do-innr:hover .what-we-icon-innr img {
    -webkit-filter: brightness(100);
            filter: brightness(100);    
}
.what-we-icon-innr:after {
    position: absolute;
    content: '';
    background: url('../images/shape.png') no-repeat;
    background-size: 100% 100%;
    width: 68px;
    height: 98px;
    right:-9px;
    top:-4px;
    bottom: -6px;
}
.mrm-60 {
    margin-top: 60px;
}

/*about-sec*/
.about-sec {
    background: url('../images/about-back.jpg') no-repeat;
    background-size:cover;
}
.about-outr .row {
    margin: 0;
}
.about-outr .col-md-6 {
    padding: 0;
}
.about-pic {
    width: 100%;
}
.about-txt {
    padding: 0 100px 0 175px;
}
.about-para.abo-br {
    padding: 22px 0;
    border-top:1px solid #d2d2d2;
    border-bottom:1px solid #d2d2d2;
} 
.about-para h6 {
    color:#252525;
    font-size: 24px;
    font-family: 'Brandon Grotesque Medium';
    text-transform: uppercase;
    line-height: 35px;
    letter-spacing: 1px;
}
.abt-innr {
    padding:25px 0 0 75px;
}
.abt-innr p {
    color:#4b5356;
    font-size: 24px;
    font-family: 'Brandon Grotesque';
    line-height: 35px;
    position: relative;
}
.abt-innr p:after {
    position: absolute;
    content: '';
    background: #5c5c5c;
    width: 50px;
    height: 2px;
    left:-75px;
    top:12px;
}
.mrm-45 {
    margin-top: 45px;
}
.cmn-pic img {
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, -webkit-transform 0.6s;
    -o-transition: opacity 0.6s, transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
    transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1);
    width: 100%;
}
.cmn-pic {
    overflow: hidden;
}
.cmn-pic img:hover {
    -webkit-transform: scale(1);
	-ms-transform: scale(1);
	    transform: scale(1);
    -webkit-filter: contrast(120%);
    filter: contrast(120%);
}
.about-outr .cmn_hdr {
    margin-bottom: 15px;
}
.mrm-20 {
    margin-top: 20px;
}
/*what we help*/
.what-we-help-innr {
    position: relative;
    padding-bottom: 16px;
}
.what-we-help-outr .what-we-txt {
    bottom: 35px;
    left: 60px;
}
.what-we-help-outr .what-we-txt h3 {
    margin: 0;
    padding: 22px 0 22px 22px;
    position: relative;
    display: inline-block;
}
.what-we-help-outr .what-we-txt h3:after {
    position: absolute;
    content: '';
    background: #fff;
    left:0;
    top:0;
    bottom: 0;
    margin: auto;
    height: 60px;
    width: 1px;
    z-index: 9;
}
.what-we-help-outr .row {
    margin: 0 -8px;
}
.what-we-help-outr .col-md-4 {
    padding: 0 8px;
}
.what-we-help-pic {
    border-radius: 5px;
    height: 100%;
    -webkit-box-shadow: 0 0 17px rgba(0,0,0,0.2);
            box-shadow: 0 0 17px rgba(0,0,0,0.2);
}
.what-we-help-pic img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.what-we-help-innr {
    height: calc(100% / 2 - 100px);
}
.what-we-help-outr .col-md-4:nth-child(2) .what-we-help-innr {
    height: calc(100% / 3 - 67px);
}
.what-we-help-outr {
    margin-bottom: -180px;
}
/*portfolio-sec*/
.portfolio-sec {
    padding: 60px 0;
    background: url('../images/portfolio-back.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.portfolio-pic {
    position: relative;
    -webkit-box-shadow: 0 0 17px rgba(0,0,0,0.2);
            box-shadow: 0 0 17px rgba(0,0,0,0.2);
}
.portfolio-pic:after {
    position: absolute;
    content: '';
    border: 1px solid #fff;
    left:14px;
    right:14px;
    top:14px;
    bottom: 14px;
    border-radius: 8px;
}
.portfolio-pic img {
    width: 100%;
    border-radius: 8px;
}
.portfolio-slider .slick-slide {
    padding: 0 14px;
}
.portfolio-slider .slick-list {
    margin: 0 -14px;
}
.slick-prev,.slick-next {
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 54px;
    height: 54px;
    border-radius: 100%;
    border:2px solid #8d8f91;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: none;
    cursor: pointer;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.slick-prev {
    left: -100px;
}
.slick-next {
    right: -100px;
}
.slick-prev:focus,.slick-next:focus {
    outline: none;
}
.slick-prev:hover img,.slick-next:hover img {
   -webkit-filter: invert(84%) sepia(16%) saturate(4155%) hue-rotate(168deg) brightness(96%) contrast(93%);
           filter: invert(84%) sepia(16%) saturate(4155%) hue-rotate(168deg) brightness(96%) contrast(93%); 
}
.company-pic {
    min-height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.company-pic img {
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.company-pic img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
/*footer*/
footer{
    background: #000000;
    padding: 55px 0 45px;
}
.foot-logo-inr {
	margin: auto;
	position: relative;
	text-align: center;
}
.foot-logo{
	position: relative;
	width: 100%;
    margin-bottom: 30px;
}

.foot-ul ul {
	border-color: #3e9210;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.foot-ul{
	text-align: center;
}
.footer-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer-inn {
	padding: 35px 0;
	border-bottom: 1px solid #4d4d4d;
    border-top: 1px solid #4d4d4d;
}
.foot-ul ul li {
    margin-right: 95px;
}
.foot-ul ul li a {
	font-family: 'Brandon Grotesque';
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}
.foot-ul ul li a:hover {
    color:#206889;
}
.foot-ul ul li:last-child {
	margin-right: 0;
}
.payment-innr ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer-bottom {
	padding-top: 20px;
}

.payment-innr ul li {
	height: 34px;
	width: 34px;
	background: #206889;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 100%;
	margin-right: 13px;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.payment-innr ul li .fa {
    color:#000000;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.payment-innr ul li:hover {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    background: #fff;
}
.payment-innr ul li:last-child {
    margin-right: 0;
}
.payment-innr ul li a {
	font-size: 18px;
}
.footer-bottom-innr p,.footer-bottom-innr p a{
	font-family: 'Brandon Grotesque';
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.footer-bottom-innr p a {
	vertical-align: top;
}
.footer-bottom-innr p a:hover {
    color:#206889;
}

/*footer*/
.contact-innr .what-we-icon-innr {
    background: #40b7ea;
}
.contact-outr {
    padding: 40px 0 0;
}
.contact-outr .what-we-icon-innr {
    width: 80px;
    height: 80px;
}
.contact-outr .what-we-icon-innr::after {
    width: 56px;
    height: 87px;
}
.contact-outr .what-we-icon-innr:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.contact-txt {
    margin: 22px 0 0;
}
.contact-txt h4 {
    font-family: 'Brandon Grotesque Medium';
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 10px;
}
.contact-txt h5 {
    font-family: 'Brandon Grotesque';
	color: #fff;
}
.contact-txt h5 strong {
    font-weight: normal;
    font-size: 30px;
}
.contact-txt h5 a,.contact-txt h5 address {
    margin: 0;
    font-size: 24px;
}
.contact-txt h5 a:hover {
    color:#206889;
}

/*sampa*/
/*contact page*/
.banner-section.inn-bnr .banner-innr h3 {
	-webkit-animation: none;
	        animation: none;
	padding-bottom: 15px;
}
.banner-section.inn-bnr .ban-para {
	-webkit-animation: none;
	        animation: none;
}
.banner-section.inn-bnr .banner-outr {
    top: 55%;
    transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
}
.con-info-sec{
	padding: 110px 0;
}
.con-txt {
	background: #F0F0F0;
	padding: 55px 40px;
}
.cont-inn ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 45px;
}
.con-inn-txt {
	padding-left: 20px;
	text-align: left;
}
.oo {
	width: 60px;
	height: 60px;
	background: #2E93C2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 100%;
}
.con-inn-txt h5{
	 font-family: 'Brandon Grotesque Medium';
	font-size: 24px;
	color: #231F20;
	text-transform: uppercase;
}
.con-inn-txt a,.map-txt a,.con-inn-txt address,.map-txt address{
	 font-family: 'Brandon Grotesque Medium';
	font-size: 20px;
	color: #6B6466;
	padding-bottom: 0;
	line-height: 34px;
}
 address{
    margin: 0;
}
.map-txt address{
    text-transform: uppercase;
}    
.cont-inn ul li:last-child {
	padding-bottom: 0px;
}
.con-pic img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.con-innr{
	height: 100%;
}
.con-pic {
	height: 100%;
	position: relative;
}
.map-icon {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 90px;
	display: inline-block;
	/* background: #fff; */
	/* padding: 16px 11px; */
	/* width: 40%; */
	text-align: center;
}
.map-icon-in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	padding: 16px 11px;
	width: 43%;
	/* justify-content: center; */
	margin: auto;
	position: relative;
}
.map-icon-in::after {
	content: '';
	background: url('../images/marker.png') no-repeat;
	background-size: 100% 100%;
	width: 36px;
	height: 46px;
	right: 0;
	top: auto;
	bottom: -6px;
	position: absolute;
	bottom: -67px;
	left: 14px;
}
.map-icon-in::before {
	content: '';
	background: url('../images/map-befr.png') no-repeat;
	background-size: 100% 100%;
	width: 18px;
	height: 14px;
	left: 20px;
	top: auto;
	bottom: -6px;
	position: absolute;
	bottom: -13px;
}
.map-img {
	border-radius: 5px;
	overflow: hidden;
}
.map-txt a {
	text-transform: uppercase;
}
.map-txt {
	text-align: left;
	padding-left: 15px;
}
.req-sec {
	background: url(../images/req-back.jpg);
	background-size: 100% 100%;
	padding: 60px 0;
	background-attachment: fixed;
}
.req-sec .cmn_hdr h2 {
	color: #fff;
}
.req-p p{
	color: #fff;
	font-size: 24px;
	padding-top: 30px;
	line-height: 1;
	font-family: 'Brandon Grotesque';
}
.req-outr h4{
	color: #03B3FD;
	font-size: 24px;
	padding-bottom: 20px;
	line-height: 1;
	 font-family: 'Brandon Grotesque Medium';
	text-transform: uppercase;
	letter-spacing: 2px;
}
.req-outr form .form-control {
	border: 0;
	background: #fff;
	padding: 0 22px;
	height: 65px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	background-size: auto;
	background-position: 95% center;
	background-repeat: no-repeat;
}
.req-outr form .form-control::-webkit-input-placeholder {
	color: #A3A9C0;
	opacity: 1;
	font-size: 19px;
	font-family: 'Brandon Grotesque';
}
.req-outr form .form-control::-moz-placeholder {
	color: #A3A9C0;
	opacity: 1;
	font-size: 19px;
	font-family: 'Brandon Grotesque';
}
.req-outr form .form-control:-ms-input-placeholder {
	color: #A3A9C0;
	opacity: 1;
	font-size: 19px;
	font-family: 'Brandon Grotesque';
}
.req-outr form .form-control::-ms-input-placeholder {
	color: #A3A9C0;
	opacity: 1;
	font-size: 19px;
	font-family: 'Brandon Grotesque';
}
.req-outr form .form-control::placeholder {
	color: #A3A9C0;
	opacity: 1;
	font-size: 19px;
	font-family: 'Brandon Grotesque';
}
.req-outr .date .form-control {
	background-image: url('../images/arrow.png');
	color: #505050;
	opacity: 1;
	font-size: 17px;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 400;
}
.req-outr form h4{
	padding-top: 20px;
}
.req-outr .form-group.descrip textarea{
	height: 140px;
	padding-top: 25px;
	margin-bottom: 50px;
}
.req-outr .input-in input[type="submit"] {
    width: 234px;
    height: 55px;
	border: 0;
	color: #FFFFFF;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1;
	padding: 17px 25px;
	font-family: 'Brandon Grotesque';
	border-radius: 0;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	letter-spacing: 1px;
	background: none;
	border: 1px solid #fff;
	margin: 5px ;
	cursor: pointer;
}
.req-outr .input-in {
	display: inline-block;
	background: #32B2E8;
}
.req-outr .form-group {
    margin-bottom: 30px;
}


/*datepicker*/
.datepicker table tr td.today {
    color: #fff;
    background-color: #32b2e8;
    border-color: #32b2e8;
}
.datepicker table tr td:hover {
    color: #fff;
    background-color: #139fda!important;
    border-color: #139fda;  
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused,.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover, {
    color: #fff;
    background-color: #32b2e8;
    border-color: #32b2e8;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    color: #fff;
    background-color: #32b2e8;
    border-color: #32b2e8;
}
.datepicker.dropdown-menu {
    background:#ddeef5;
}
.foot-ul {
    padding-bottom: 30px;
    border-bottom: 1px solid #4d4d4d;
}
.cont-innr {
    border-right: 1px solid #4d4d4d;
    padding-bottom: 30px;
}
.cont-innr:last-child {
    border-right: 0;
}
.con-inn-txt a:hover {
    color:#32b2e8;
}
.con-txt {
    height: 100%;
}
/* AM-19.2 */
/*.rght-menu {
    padding: 16px 0;
}*/
/*Am-20.20*/
/*ul.navbar-nav li:nth-child(1), ul.navbar-nav li:nth-child(2) {
    margin-right: 75px;
}*/
#menu-top-menu {
    padding-left: 60px;
}
ul.navbar-nav li {
    margin-right: 85px;
}
.banner-section .banner-innr h2 {
    color: #ffffff;
    font-size: 195px;
    line-height: 180px;
    font-family: 'Kizo';
    text-transform: uppercase;
    letter-spacing: 16px;
    margin-bottom: 10px;
    -webkit-animation: fadeInLeft 0.5s both 1.5s;
    animation: fadeInLeft 0.5s both 1.5s;
}
/*AM-2.3.20*/
ul.navbar-nav li:last-child a:before {
	display:none;
}
#menu-item-240 a:after {
    position: absolute !important;
    content: '';
    border: 1px solid #fff !important;
    top: 5px !important;
    bottom: 5px !important;
    left: 5px !important;
    right: 5px !important;
    z-index:1;
}
ul.navbar-nav li:last-child a {
    border:0;
    color:#ffffff;
    text-transform: uppercase;
    line-height: 1;
    padding: 14px 20px !important;
    font-family: 'Brandon Grotesque';
    background: #32b2e8;
    border-radius: 0;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    position: relative;
    letter-spacing: 1px;
}
ul.navbar-nav li:last-child a:after {
    position: absolute;
    content: '';
    border:1px solid #fff;
    top:5px;
    bottom: 5px;
    left:5px;
    right:5px;
}
ul.navbar-nav li:last-child a:hover, ul.navbar-nav li:last-child a:focus {
    background: #000;
}
ul.navbar-nav li:last-child:after { display:none; }
.mobile_view {
    display: none;
}

/* AM-3.3.20 */
.header-outr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}