/*-- Fonts --*/


/*@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700'); 

/*-- Reset css --*/


/*==================box-sizing================*/

*,
:before,
:after {
    box-sizing: border-box
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
:before,
:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

* {
    margin: 0;
    padding: 0;
    border: none
}

abbr,
acronym,
dfn {
    cursor: help;
    border-bottom: 1px #000 dotted
}

dfn {
    font-style: normal
}

.left {
    float: left
}

.right {
    float: right
}

.clear {
    clear: both
}

.aligncenter {
    text-align: center
}

.alignright {
    text-align: right
}

a {
    color: #000;
    outline: none;
    border: none;
    text-decoration: none
}
/*a:visited {
    color: #fff;
}*/
a:hover {
    text-decoration: none;
    color: #0198d1
}

a:active {
    color: #000
}

address {
    margin: .2em 0;
    padding: .5em 0 1em;
    line-height: 140%;
    font-style: normal
}

:focus {
    outline: 0
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0
}

p {
    font-size: 16px;
    padding: 8px 0;
    line-height: 24px;
    margin: 0
}

.input-group {
    position: relative;
    margin-bottom: 15px
}

.form-control {
    background: #fff;
    border: none;
    font-size: 16px;
    color: #707070;
    border-radius: 4px;
    width: 100%;
    min-height: 48px/*50px*/
    ;
    padding: 8px 12px
}

.form-control::-moz-placeholder {
    color: #707070;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #707070;
}

.form-control::-webkit-input-placeholder {
    color: #707070;
}

.form-control:focus {
    box-shadow: none
}

input[type="file"].form-control {
    height: 46px
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}


/*Chrome, Safari, Edge, Opera*/

input[type=number] {
    -moz-appearance: textfield
}


/*Firefox*/

.btn-primary {
    background-color: #184391;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    text-transform: uppercase;
    font-size: 18px;
    border: solid 1px #2258ab;
    box-shadow: none
}

.btn-primary:hover,
.btn-primary:focus {
    background: #5bbe40;
    border-color: #5bbe40
}

.btn-primary:focus,
.btn-primary:active {
    border: 0;
    box-shadow: none;
    background: #5bbe40
}

textarea {
    font: 13px Arial, Helvetica, sans-serif
}

textarea.form-control {
    height: 120px
}

.block {
    display: inline-block;
    width: 100%
}

.button {
    display: inline-block;
    background-color: #0a5385;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    border: none;
    padding: 9px 26px;
    text-align: center;
    vertical-align: middle;
    border-radius: 31px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.button:hover,
.button:focus {
    background-color: #073a5c;
    border-color: #3f8f2d;
    color: #fff
}

a:visited.button {
    color: #fff
}


/**/

.btneffect {
    display: inline-block;
    background-color: #0a5485;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    border: none;
    padding: 8px 26px;
    text-align: center;
    vertical-align: middle;
    border-radius: 31px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.btneffect:hover,
.btneffect:focus {
    color: #fff
}

.btneffect,
.btneffect::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btneffect::before,
.btneffect::after {
    background: #073a5c;
    content: '';
    position: absolute;
    z-index: -1;
}

.btn-hover::after {
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
}

.btn-hover:hover:after {
    height: 100%;
    width: 135%;
}


/**/

.error {
    display: block;
    color: #d60606;
    padding-top: 5px
}

.alert-success {
    opacity: 1
}

.button.radius {
    border-radius: 4px
}

.capitalize {
    text-transform: none;
    text-transform: capitalize
}

img.img-block {
    display: block;
    max-width: 100%;
    height: auto
}

.center-box {
    background-color: transparent;
    text-align: center;
    padding: 15px
}

.ucase:before {
    text-transform: uppercase
}

.block {
    display: inline-block;
    width: 100%
}

.icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative;
    top: -.0625em;
    vertical-align: middle;
    width: 1em
}

.list {
    list-style: none;
    margin: 0
}

.list li {
    background: url(images/list-arrow.png) no-repeat left 9px;
    color: #2440ac;
    font-size: 18px;
    line-height: 28px;
    margin: 6px 0 0;
    padding-left: 26px;
}

.list-numeric {
    list-style: number;
    font-size: 16px;
    color: #686868
}

.list-numeric li {
    line-height: 24px;
    margin: 0 0 16px
}

.scrollup {
    display: none
}


/*Temporary Class*/

/*svg {
    display: none
}*/


/*-- Body --*/

html {
    background: #fff;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif
}

body {
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    min-height: 100%;
    color: #707070
}

.container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px
}


/*-- Fetch Fonts --*/

h1,
h2,
h3,
h4,
h5,
h6,
#nav ul li a,
.intro p,
.button,
.figcaption,
.quicklink ul li a,.breadcrumb{
    font-family: "Open Sans", Arial, sans-serif;
}


/*.hd-h1{color:#1c1c1c;font-size:57px;margin:0 0 15px;position:relative;font-weight:400;}*/

.hd-h1 {
    font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
    font-size: 64px;
    color: #fff;
    margin: 0;
	text-transform:uppercase;
}

.hd-h2 {
    color: #1c1c1c;
    font-size: 45px;
    margin: 0 0 15px;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
}


/*-- Container --*/

#content {
    display: inline-block;
    width: 100%;
    min-height: 300px
}


/*-- Header --*/


/*====----Home Page----=====*/

.home .introtopbg {
    /*background: url(images/introtopbg-home.jpg) no-repeat center 0;*/
	background-image:none !important; 
	padding-bottom: 0 !important;
    background-size: cover;
    min-height: 612px;
}
.introtopbg{background: url(images/inner-bg.jpg) no-repeat center 0;min-height: 328px;position: relative;margin: 0 auto;background-size: cover;}

.introtopbg {
    position: relative;
    max-width: 1920px;
    margin: 0 auto/*;min-height:285px;*/
}
.header .logo{margin:0;position:relative;z-index:100}
.header .logo img {max-width:180px;margin:0}

.header .logo img {
    display: block;
    height: auto;
    max-width: 100%
}


/*.home .intro{text-align:center;margin-top:33px;}*/

.home .intro,.intro {
    text-align: center;
    padding-top: 148px;
}

.home .intro h1 {
    font-weight: 600;
    font-size: 70px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.home .intro h1 .sm {
    font-size: 35px;
    display: block;
}

.home .intro p {
    font-size: 20px;
    color: #fff;
    padding: 8px 0 24px;
}

.home .intro .btneffect {
    padding: 8px 45px;
}

.header .topaside {
    margin-top: 12px;
}

.header .topaside .fa-phone {
    display: inline-block;
    margin-right: 6px;
	font-family:'FontAwesome'
}

.header {
    background-color: transparent;
    clear: both;
    padding: 18px 0 12px;
    border: none;
    position: relative;
}
.breadcrumb{padding:0;margin:0;background-color:transparent;border-radius:0;justify-content:center;color:#fff;font-size:16px;font-weight:600}
.breadcrumb a,.breadcrumb span/*,.breadcrumb i,.breadcrumb*/{padding:0 6px;color:#fff;}
.breadcrumb i{display:inline-block;}

@media (min-width:992px) {
    .header {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }
    /*-- Main Navigation --*/
    #nav ul {
        margin: 0 18px 0 0;
    }
    #nav {
        float: right;
        min-height: 40px;
        padding-right: 0;
        position: relative;
        z-index: 100000;
        margin-top: 9px;
    }
    #nav ul li {
        font-size: 18px;
        display: inline-block;
        position: relative;
        text-transform: uppercase
    }
    #nav ul li a {
        display: block;
        color: #fff;
        padding: 8px 12px;
        margin: 0;
        position: relative;
        text-transform: capitalize;
        cursor: pointer
    }
    #nav ul li,
    #nav ul li a {
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s
    }
    /*#nav li.current-menu-item.menu-item-type-post_type a{border-color:#8f0c2c}*/
    #nav ul li.current-menu-item:hover a,
    #nav ul li:hover a {
        color: #fff;
		background-color: #0a5385;
    	border-radius: 24px;
    }
    /*#nav ul li:last-child a{padding-right:0;}*/
    #nav li a {
        border-top: 2px solid transparent;
        display: inline-block;
        vertical-align: top;
    }
    /*#nav li a:before{content:"";position:absolute;top:-2px;left:0;right:0;border-top:2px solid #8f0c2c;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}

#nav li a:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1);border-top:2px solid #8f0c2c;color:#fff;}*/
    /*svg,*/
    .dropdown-toggle {
        display: none
    }
    /* sub-navigation */
    #nav ul li.menu-item-has-children .sub-menu {
        opacity: 0;
        visibility: hidden;
        background-color: rgba(255, 255, 255, 0.76);
        position: absolute;
        left: -296px;
        right: 0;
        width: 675px;
        top: 100%;
        padding: 12px 15px 24px;
        margin: 0 auto;
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        border-radius: 6px;
        border: none;
        border: solid 1px #efecec;
        border-top: 0;
        -webkit-transform: rotateX(45deg);
        -moz-transform: rotateX(45deg);
        transform: rotateX(45deg)
    }
    #nav ul li.menu-item-has-children:hover .sub-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
    /*====----header-shrink----====*/
    /*body{padding-top:120px;}.wrapper.bodyscroll{padding-top:50px;}*/
    .header,
    .logo,
    #nav,
    .logo img,
    .header-aside,
    .header-top,
    .intro {
        -webkit-transition: all 500ms ease 0s;
        -moz-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
    }
    .header.shrink .logo {
        max-width: 124px;
        padding-top: 0;
    }
    .wrapper.bodyscroll .header.shrink {
        background-color: rgba(0, 0, 0, 0.85);
        padding: 6px 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        box-shadow: 0px 12px 12px -12px rgba(0, 0, 0, 0.15);
        z-index: 1000;
    }
    .header.shrink #nav,
    .header .topaside {
        margin-top: 8px;
    }
    .wrapper.bodyscroll .home.introtopbg .header {
        background-color: #161616;
    }
    .wrapper.bodyscroll .intro-form {
        margin: 24px 0 0;
        z-index: 0;
    }
    .wrapper.bodyscroll .header-top {
        text-align: right;
        opacity: 0;
        visibility: hidden;
        display: none;
    }
    .wrapper.bodyscroll #nav ul {
        border-top: 0;
    }
    .wrapper.bodyscroll #nav li a:hover:before,
    .wrapper.bodyscroll #nav li span:hover:before,
    .wrapper.bodyscroll #nav li span:focus:before,
    .wrapper.bodyscroll #nav li.current-menu-item a,
    .wrapper.bodyscroll #nav li.current-menu-item span {
        border-top: 0;
    }
    .header.shrink #nav ul li.current-menu-item:hover a,
    .header.shrink #nav ul li:hover a {
        color: #fff;
    }
    .wrapper.bodyscroll .intro {
        padding-top: 106px;
    }
}

.welcome {
    padding: 60px 0;
}

.welcome figure {
    margin: 0 0 24px;
    max-width: 357px;
    max-height: 407px;
}

.welcome figure img {
    display: block;
    max-width: 100%;
    height: auto;
}

.welcome h2 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    margin: 26px 0 35px;
}

.welcome span {
    display: block;
    font-size: 31px;
    margin: 0 0 3px;
}

.welcome .details {
    padding-left: 50px;
}

.welcome .details p em {
    display: block;
    font-style: normal;
    color: #0a5385;
    font-weight: 600;
}

.welcome .details p {
    color: #0f0f0f;
    padding: 0 0 35px;
    font-size: 17px;
}


/*====----hover-effect----====*/

.hd-gradient {
    background: linear-gradient(45deg, #fefefe, #fff, #1788d6, #59b3f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300% 300%;
    animation: gradient-text 10s ease infinite;
}

@-webkit-keyframes gradient-text {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.hd-animation {
    background: linear-gradient(45deg, #59b3f1, #1788d6, #fefefe, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300% 300%;
    animation: animation-text 10s ease infinite;
}

@-webkit-keyframes animation-text {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.effect-one {
    background: #4a3753;
    position: relative;
    overflow: hidden;
}

.effect-one img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.effect-one:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.effect-one::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #0a5385;
    content: '';
    z-index: 1;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

.effect-one::before {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.effect-one:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.effect-two {
    background: #2e5d5a;
}

.effect-two img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
    transform: translate3d(-30px, 0, 0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.effect-two:hover img {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

.effect-three::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.48) 75%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.48) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

.effect-three::before {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.effect-three:hover::before,
.latestnews .bloghover:hover .effect-three::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.blogfigure img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.bloghover:hover:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*====----hover-effect End----====*/
/*====----video-container----====*/
#video{height:calc(100vh - 100px);max-height:612px;min-height:612px;position:relative}
.video-container{width:100%;height:100%;overflow:hidden;position:absolute;top:0;left:0;z-index:1}
.video-container:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:rgba(0,0,0,0.3)}
#video video{display:inline-block;vertical-align:baseline;min-width:100%;min-height:100%;width:auto;height:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
#video .intro{ position:relative;z-index:10}

@media (max-width:1280px){
	#video{height: calc(100vh - 0px)}
}
@media (max-width:1199px){
	#video{height: calc(100vh - 10px)}
}
@media (max-width:1100px){
	#video{height: calc(100vh - -45px)}
}
@media (max-width:991px){
	#video{max-height:535px;min-height:535px;}#video video{max-height: 535px;}
}
@media (max-width:767px){
	#video{max-height:460px;min-height:460px;}#video video{max-height:460px;}
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {    
	#video{height: calc(100vh - 50px);max-height: 600px;min-height:600px;}#video video{max-height:600px;}
}
@media (max-width:639px){
	#video{max-height:400px;min-height:400px;}#video video{max-height:400px;}
}
@media (max-width:480px){
	#video{max-height:350px;min-height:350px;}#video video{max-height:350px;}
}
/*====----video-container End----====*/

.ourprojects {
    background: url(images/projectbg.jpg) no-repeat center 0;
    background-size: cover;
    min-height: 100%;
    padding: 60px 0 40px;
}

.ourprojects .container {
    position: static;
}

.ourprojects .hd-h2 {
    text-align: center;
    margin-bottom: 40px;
}

.ourprojects .figbox {
    position: relative;
    overflow: hidden;
    margin: 0 auto 24px;
}

.ourprojects .figbox figure {
    margin: 0;
}

.ourprojects .figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    height: 46px;
    background-color: rgba(0, 0, 0, 0.66);
    padding: 8px 24px 0;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
}

.ourprojects .btneffect {
    display: inline-block;
    text-transform: uppercase;
    padding: 8px 45px;
    margin: 24px 0 0;
}

.ourprojects .btneffect:visited {
    color: #fff
}

.latestnews {
    padding: 60px 0;
}

.latestnews .hd-h2 {
    text-align: center;
    margin-bottom: 40px;
}

.latestnews .bloginfo {}

.latestnews .blogfigure {
    margin: 0 auto 15px;
    position: relative;
    overflow: hidden;
    max-height: 216px;
    max-width: 363px;
}

.latestnews .blogfigure figure,
.latestnews .blogfigure figure img {
    margin: 0 auto;
}

.latestnews .datebox {
    position: relative;
}

.latestnews .cl-date {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #6a6a6a;
}

.latestnews .datebox em {
    font-style: normal;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 0;
}

.latestnews .datebox a {
    color: #0a5385
}

.latestnews .bloginfo h3 {
    font-size: 21px;
    font-weight: 600;
    color: #323232;
    margin: 0 0 12px;
}

.latestnews .bloginfo p {
    font-size: 15px;
    color: #888;
    padding: 0 0 12px;
}

.latestnews .bloginfo .more-link {
    background-color: transparent;
    border-bottom: solid 1px #1f1f1f;
    color: #1f1f1f;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 4px 4px;
    font-weight: 600;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.latestnews .bloginfo .more-link:hover {
    border-bottom: solid 1px #0a5385;
    color: #0a5385;
}

.services {
    background: #678fca;
    padding: 60px 0 40px;
}

.services .hd-h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 600;
}

.services .servicefig {
    float: left;
    max-height: 135px;
    max-width: 135px;
    position: relative;
    overflow: hidden;
}

.services .servicefig figure {
    margin: 0 auto;
}

.services [class*="col-"] {
    margin-bottom: 35px;
	min-height: 190px;
}

.services .info {
    margin: 12px 0 0 160px;
}

.services .info h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 6px;
}

.services .info p {
    color: #fff;
}

.contact-details {
    background: #0a5385;
    padding: 60px 0 40px;
}

.contact-details .hd-h2 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin: 0 0 6px;
}

/*.contact-details .offset-md-2 {
    margin-left: 16.666667%;
}*/

.contact-details p {
    text-align: center;
    color: #fff;
    padding: 0 0 35px;
}

.contact-form label {
    display: block;
    margin: 0;
}

.contact-form .form-control {
    border: none;
}

.contact-details .form-control {
    border-radius: 4px;
}

.contact-form .button {
    background-color: transparent;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 18px;
    padding: 8px 60px;
    border-radius: 31px;
}

.contact-form input[type="submit"]:hover {
    color: #fff;
}

.agency-worlds{background:#ededed;padding:53px 0 45px;text-align:center;}
.agency-worlds p,.ourteam p,.sponsor-logos p{font-size: 17px;line-height: 26px;color: #0f0f0f;}
.agency-worlds .hd-h2{font-size: 40px;font-weight: 400;}

.ourteam{padding:53px 0 0;text-align:center;overflow-x: hidden;}
.ourteam .hd-h2,.sponsor-logos .hd-h2{margin: 0 0 6px;}
.ourteam .hr{border-top: 1px solid #cdcdcd;display:block;width:100%;}

.sponsor-logos {
    background-color: #fff;
    padding: 35px 0 45px;
	text-align:center;
}
.sponsor-logos ul {
    display: block;
    width: 100%;
	text-align: center;
	margin: 24px 0 0;
}
.sponsor-logos ul li {
    padding: 6px 15px;
    display: inline-block;
    vertical-align:top;
    width: 13.86%;
	margin: 0 0 12px;
}
.sponsor-logos ul li figure{
	display:block;
	margin:0 auto;
}
.sponsor-logos ul li figure img{
	display:block;
	margin:0 auto;
	max-width:100%;
	height:auto;
}


/*======service======*/
.service-resources {
    padding: 50px 0 70px;
}

.service-resources p {
    font-size: 17px;
    color: #0f0f0f;
    text-align: center;
    padding-bottom: 0;
}

.service-resources .service-card {
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.033), 0 12.5px 12px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.024), 0 41.8px 33.4px rgba(0, 0, 0, 0.035), 0 -6px 15px rgba(0, 0, 0, 0.12);
    min-height: 385px;
    margin-top: 50px;
}

.service-resources .content {
    padding: 25px 20px 0;
}

.service-resources .content h3 {
    font-size: 23px;
    font-weight: bold;
    text-align: center;    
}
.service-resources .content h3 a{color: #0a5385;}
.service-resources .content p {
    font-size: 15px;
    padding-top: 6px;
}
/*======service-inner======*/

.services-inner {
    padding: 60px 0 70px;
}

.services-inner p {
    font-size: 17px;
    color: #0f0f0f;
    padding-top: 0;
}

.services-inner h3 {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin-top: 38px;
}

.services-inner .service-card {
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.033), 0 12.5px 12px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.024), 0 41.8px 33.4px rgba(0, 0, 0, 0.035), 0 -6px 15px rgba(0, 0, 0, 0.12);
    margin: 50px 0 12px;
    border: 1px solid #b7b9b6;
}
.services-inner .service-card figure{
    margin: 0;
}

.services-inner h4 {
    font-size: 25px;
    color: #243fab;
}

/*====== basic-masonry ======*/
.basic-masonry .grid {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  max-width: 100%;
  margin: auto;
  width: 100%;
}
.basic-masonry img {
  height: auto;
}
@media(max-width: 767px) {
    .basic-masonry .grid {
	  -webkit-column-count: 1;
      column-count: 1;
  }
}
/*=======================================*/
#contactpage.contact-details{background:#f9f9f9;padding:60px 0 0;}
#contactpage .hd-h2,#contactpage p{color: #1a1a1a;text-align:inherit;}
#contactpage .hd-h2{font-size: 35px;}
#contactpage p{color: #757575;}
#contactpage .contact-form .form-control{border: solid 1px #e6e6e6;}
#contactpage .contact-form .button{background-color: #0a5385;}
#contactpage .address p{position: relative;padding:0 0 18px 60px;margin: 0;min-height:45px;font-weight:normal}
#contactpage .address i{display:block;height:44px;width:44px;background:#0a5385;border-radius:50%;position:absolute;left:0;top:0;text-align:center;line-height:43px;}
.contact-details .address i img{display:inline-block;vertical-align:middle;}
#contactpage .address i.call{background:#0a5385 url(images/fa-cell-phone.png) no-repeat center center;}
#contactpage .address i.envelope{background:#0a5385 url(images/fa-envelope.png) no-repeat center center;}
#contactpage .address i.fa-location{background:#0a5385 url(images/fa-location.png) no-repeat center center;}
#contactpage .address span{display:block;font-size:18px;color:#1a1a1a;font-weight:700;margin-bottom:6px;}
#contactpage .address em{display:block;font-size:16px;color:#9b9b9b;font-style:normal;}
#contactpage .address a{display:inline-block;font-size:16px;color:#9b9b9b;font-style:normal;}
#contactpage .address a:hover{color:#007d9e;}
.google-map{padding: 45px 0 0;}

/*-- Blog --*/

.blog .posts-layout{margin: 0 -20px 0;}
#primary{margin:45px 0 0;}
#secondary{padding:20px 0;margin:45px 0;}
#secondary.widget-area .widget{margin-bottom: 18px;padding: 0 18px;}
#secondary .widget-area{padding:0;}
#primary.classic-alt .hentry{padding: 0 12px;}
#secondary.widget-area .widget-title{color:#191919;font-size:22px;font-weight:400;margin-bottom:15px;border-bottom: 2px dotted #ccc;padding:15px 0;display: block;}
#secondary .search-form label,#secondary .search-form input{display:block;width:100%;}
#secondary.widget-area .widget:first-child{margin: 0 0 18px;}
.widget-area .widget ul li{background:url(images/sidebar-arrow.png) no-repeat 0 10px;font-size:15px;padding:4px 0 12px 25px}
#secondary.widget-area .widget ul li:first-child{padding-top: 4px;}
#secondary aside .widget ul li a{color:#4f4f4f}
#secondary aside .widget ul li a:hover{color: #428bca}

/*-- My Blog css --*/
.single .hd-h1,.error404 .hd-h1,.search .hd-h1{font-size:50px;text-transform:none}
.search-form input[type="submit"]{vertical-align:top}



@media (min-width: 992px){
#primary.col-md-9{width:69%;}
#secondary.col-md-3{width:31%;}
}

.footer {
    padding: 35px 0 0;
    background: #1b1b1b;
    text-align: center;
}

.footerlogo,
.footerlogo img {
    margin: 0 auto;
}

.footer .footer-base {
    background: #0f0f0f;
    padding: 6px 0 18px;
}

.quicklink {
    margin-top: 15px;
}

.quicklink ul {
    border: solid 1px #343434;
    border-width: 0 0 1px 0;
    padding: 0 0 8px;
    margin: 0 0 8px;
}

.quicklink ul li {
    display: inline-block;
    position: relative;
    text-transform: uppercase
}

.quicklink ul li a {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 12px 15px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer
}

.quicklink ul li a {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.quicklink ul li.current-menu-item:hover a,
.quicklink ul li:hover a {
    color: #0a5385
}

.copyright {
    font-weight: 400;
    color: #808080;
    padding: 18px 0 0;
    font-size: 15px;
    text-align: left;
}

.footer .footerinfo {
    font-size: 14px;
    color: #cbcbcb;
}

.footer .address-info {
    color: #cbcbcb;
    padding: 0 0 35px;
}

.footer .address-info .fa-map-marker {
    display: inline-block;
    font-size: 21px;
    margin-right: 6px;
}

.footer .address-info .fa-phone {
    display: inline-block;
    font-size: 18px;
    margin: 0 6px 0 6px;	
}
.footer .fa{font-family:'FontAwesome'}
.social {
    padding: 18px 0 0 0;
    text-align: right;
}

.social li,
.social li a {
    display: inline-block;
    vertical-align: top;
}

.social li a {
    padding: 0 3px;
}

.social li a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}

@media (max-width:991px) {
    /*====----====*/
    /*  BURGER

========================================== */
    .burger {
        width: 50px;
        height: 50px;
        position: fixed;
        top: 20px;
        right: 20px;
        /*border-radius: 4px;*/
        z-index: 1000012;
        border: solid 1px rgb(255, 255, 255, 0.33);
        /*background-color: rgb(0, 0, 0, 0.33);*/
    }
    .burger span {
        position: relative;
        margin-top: 9px;
        margin-bottom: 9px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -1.5px;
    }
    .burger.clicked {
        border: none;
    }
    .burger span,
    .burger span::before,
    .burger span::after {
        display: block;
        width: 30px;
        height: 3px;
        background-color: #000;
        outline: 1px solid transparent;
        -webkit-transition-property: background-color, -webkit-transform;
        -moz-transition-property: background-color, -moz-transform;
        -o-transition-property: background-color, -o-transform;
        transition-property: background-color, transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .burger span::before,
    .burger span::after {
        position: absolute;
        content: "";
    }
    .burger span::before {
        top: -9px;
    }
    .burger span::after {
        top: 9px;
    }
    .burger.clicked span {
        background-color: transparent;
    }
    .burger.clicked span::before {
        -webkit-transform: translateY(9px) rotate(45deg);
        -moz-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        -o-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg);
    }
    .burger.clicked span::after {
        -webkit-transform: translateY(-9px) rotate(-45deg);
        -moz-transform: translateY(-9px) rotate(-45deg);
        -ms-transform: translateY(-9px) rotate(-45deg);
        -o-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg);
    }
    .burger.clicked span:before,
    .burger.clicked span:after {
        background-color: #ffffff;
    }
    .burger:hover {
        cursor: pointer;
    }
    /*  NAV

========================================== */
    nav {
        width: 100%;
    }
    #nav {
        background-color: #2a2a2a;
        position: fixed;
        z-index: 100000;
        top: 0;
        right: 0;
        height: 100%;
        max-width: 300px;
        width: 100%;
        padding: 100px 15px 60px 15px;
        overflow-y: auto;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }
    #nav.show {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    #nav.show ul.menu li {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
    #nav.show ul.menu li:nth-child(1) {
        transition-delay: 0.15s;
    }
    #nav.show ul.menu li:nth-child(2) {
        transition-delay: 0.3s;
    }
    #nav.show ul.menu li:nth-child(3) {
        transition-delay: 0.45s;
    }
    #nav.show ul.menu li:nth-child(4) {
        transition-delay: 0.6s;
    }
    #nav.show ul.menu li:nth-child(5) {
        transition-delay: 0.75s;
    }
    #nav.show ul.menu li:nth-child(6) {
        transition-delay: 0.9s;
    }
    #nav.show ul.menu li:nth-child(7) {
        transition-delay: 1.05s;
    }
    #nav.show ul.menu li:nth-child(8) {
        transition-delay: 1.2s;
    }
    #nav.show ul.menu li:nth-child(9) {
        transition-delay: 1.35s;
    }
    #nav.show .about,
    #nav.show .social,
    #nav.show ul.sub {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        transition-delay: .85s;
    }
    /*@media (min-width: 667px) {



nav { padding: 120px 90px 70px 90px; }

}*/
    #nav ul.menu {
        list-style-type: none;
    }
    #nav ul.menu li {
        margin-bottom: 0;
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -ms-transform: translateX(40px);
        -o-transform: translateX(40px);
        transform: translateX(40px);
        opacity: 0;
        border-bottom: solid 1px #1f1f1f;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #nav ul.menu li:last-of-type {
        margin-bottom: 0px;
    }
    #nav ul.menu li a {
        color: #ffffff;
        font-family: "Raleway", sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
        display: block;
        letter-spacing: 5px;
        font-weight: 600;
        padding: 10px 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #nav ul.menu li a span {
        color: #b7ac7f;
    }
    #nav ul.menu li a:hover {
        color: #b7ac7f;
    }
    #nav ul.sub {
        list-style-type: none;
        margin-top: 40px;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    #nav ul.sub li {
        margin-bottom: 10px;
    }
    #nav ul.sub li:last-of-type {
        margin-bottom: 0px;
    }
    #nav ul.sub li a {
        color: #ffffff;
        font-family: "Raleway", sans-serif;
        letter-spacing: 1px;
        font-size: 0.9rem;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #nav ul.sub li a:hover {
        color: #b7ac7f;
    }
    /*  OVERLAY

========================================== */
    .overlaybg {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 5900;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #0a5385;
        opacity: 0;
        visibility: hidden;
    }
    .overlaybg.show {
        opacity: 0.8;
        visibility: visible;
    }
}

@media (min-width:1025px) {}

@media (min-width:1200px) {}


/**/

@media (max-width:991px) {
    /*  BURGER

========================================== */
}


/*  shrink burger end

========================================== */

.clr-blue {
    color: #0d2d69
}


/*====CSS3 Transitions====*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@media (min-width:992px) {
    @-webkit-keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    @keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    .fadeInDown {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fade-in {
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity:1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.fade-in.one {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.fade-in.two {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.fade-in.three {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s
}

.fade-in.four {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    animation-delay: 0.9s
}

.fade-in.five {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.fade-in.six {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.fade-in.seven {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.fade-in.eight {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.fade-in.nine {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.fade-in.ten {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s
}

.delay {
    -moz-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s
}

.delay1 {
    -moz-animation-delay: .6s;
    -webkit-animation-delay: .6s
}

.delay2 {
    -moz-animation-delay: .8s;
    -webkit-animation-delay: .8s
}

.delay3 {
    -moz-animation-delay: .1s;
    -webkit-animation-delay: .1s
}

.delay4 {
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s
}

.delay5 {
    -moz-animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s
}

.delay6 {
    -moz-animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s
}

.delay7 {
    -moz-animation-delay: 1.8s;
    -webkit-animation-delay: 1.8s
}

.delay8 {
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s
}

.delay9 {
    -moz-animation-delay: 2.2s;
    -webkit-animation-delay: 2.2s
}

.delay10 {
    -moz-animation-delay: 2.4s;
    -webkit-animation-delay: 2.4s
}


/*====Responsive====*/


/*====---- min-width ----====*/

@media (min-width:1360px) {
    /*body{border:1px solid #3f8f2d}*/
}

@media (min-width:1441px) {
    /*body{border:1px solid #059d1e}*/
}

@media (min-width:1601px) {
    /*body{border:1px solid green}*/
}

@media (min-width:1025px) {
	.service-resources .row [class*="col-"] {
		padding: 0 2.5%;
		max-width: 33.333333%;
		flex: 0 0 33.333333%;
		float:left;
		width: 33.333333%;
	}
	.services-inner .row [class*="col-"] {
			/*max-width: 27.333%;
			margin: 0 1.5% 0 0;*/
			padding: 0 2.5%;
			max-width: 30%;
			flex: 0 0 30%;
	}
	
    /*body{border:1px solid blue} */
}
@media (min-width: 992px){
	.contact-details .offset-md-2 {
		margin-left: 16.666667%;
	}
}


/*====---- max-width ----====*/

@media (max-width:1366px) {
    /*body{border:1px solid green} */
}

@media (max-width:1199px) {
    .img-responsive,
    img {
        display: block;
        height: auto;
        max-width: 100%
    }
    .home .introtopbg {
        min-height: 500px;
    }
	.introtopbg{min-height: 275px;}
	.hd-h1{font-size:40px;}
    .header .topaside .button {
        font-size: 16px;
        padding: 8px 18px;
    }
    #nav {
        margin-top: 6px;
    }
	#nav ul li a {
		padding: 8px 8px;
	}
    .home .intro h1 {
        font-size: 50px;
    }
    .home .intro h1 .sm {
        font-size: 26px;
    }
    .welcome {
        padding: 45px 0 26px;
    }
    .welcome .details {
        padding-left: 15px;
    }
    .welcome span {
        font-size: 24px;
    }
    .welcome h2 {
        font-size: 33px;
        margin: 0 0 24px;
    }
    .welcome .details p {
        padding: 0 0 18px;
        font-size: 16px;
    }
    .ourprojects,
    .latestnews {
        padding: 35px 0 40px;
    }
    .services {
        padding: 35px 0 27px;
    }
    .hd-h2 {
        font-size: 35px;
    }
    .latestnews .hd-h2,
    .ourprojects .hd-h2,
    .services .hd-h2 {
        margin-bottom: 27px;
    }
    .services .servicefig figure {
        max-width: 100px;
        max-height: 100px;
    }
    .services .info {
        margin: 12px 0 0 115px;
    }
    .contact-details,.agency-worlds {
        padding: 40px 0 35px;
    }
    .contact-details p {
        padding: 0 0 18px;
    }	
	#contactpage.contact-details {
		padding: 40px 0 0;
	}
	#contactpage .hd-h2 {
		font-size: 27px;
	}
	.google-map {
		padding: 33px 0 0;
	}
	#contactpage p,.quicklink ul li a {
		font-size: 15px;
	}
	.latestnews [class*="col-"] {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
		float:left;
		width:33.333333%;
        margin-bottom: 27px;
    }
	.service-resources .service-card {
		margin-top: 24px;
	}
	.service-resources {
		padding: 35px 0 50px;
	}
	.service-resources .content {
		padding: 12px 20px 15px;
	}
	.services-inner .service-card {
		margin: 24px 0 12px;
	}
	.services-inner {
		padding: 45px 0 35px;
	}
	.services-inner h3 {
		font-size: 24px;
		margin-top: 18px;
	}
	.services-inner h4 {
		font-size: 18px;
	}
	.contact-details .contact-form [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
		float:left;
		width:50%;
    }
	.contact-details .contact-form [class*="col-lg-12"] {
        flex: 0 0 100%;
        max-width: 100%;
		float:none;
		width:100%;
    }
	.ourteam {
		padding: 35px 0 0;
	}
	.sponsor-logos {
		padding: 15px 0 25px;
	}
    body{border:1px solid #000}
}

@media (max-width:1024px) {
    .ourprojects .figcaption {
        height: 40px;
        padding: 8px 15px 0;
        font-size: 16px;
    }
	.contact-details .contact-form [class*="col-lg-12"] {
		clear: both;
	}
    .form-control,.wpcf7-form-control,.select2-container--default .select2-selection--single, select, 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"]{
        font-size: 14px;
        min-height: 40px;
    }
	#contactpage .address em,#contactpage .address a{
		font-size: 15px;
	}
	.content h3 {
		font-size: 18px;
	}
	.agency-worlds .hd-h2 {
		font-size: 33px;
	}
    body{border:1px solid orange}
}

@media (max-width:991px) {
	.home .header{position:absolute;left:0;right:0;top:0;}
    .home .introtopbg {
        min-height: 418px;
    }
	.introtopbg{min-height: 100%;padding: 0 0 33px;}
    .header {
        padding: 12px 0;
    }
    .header .topaside {
        margin: 12px 60px 0 0;
    }
    #nav {
        margin-top: 0;
    }
    .intro {
        padding-top: 0;
    }
	.home .intro {
        padding-top: 160px;
    }
    .home .intro h1 {
        font-size: 40px;
    }
    .home .intro h1 .sm {
        font-size: 21px;
    }
    .home .intro p {
        font-size: 16px;
        padding: 8px 0 15px;
    }
    .welcome h2 {
        font-size: 27px;
        margin: 0 0 15px;
    }
    .welcome span {
        font-size: 18px;
    }
	.welcome .figure,.welcome .figure iframe{
		display: block;
		margin-left:auto;
		margin-right:auto;
	}
	.welcome .figure{
		margin-bottom:15px;
	}
	.welcome .details {
		text-align: center;
	}
    .latestnews .row {
        justify-content: center;
    }
    .latestnews [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
		float:left;
		width:50%;
        margin-bottom: 18px;
    }
    .latestnews [class*="col-"]:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin: 0 auto;
		text-align: center;
		max-width: 50%;
		float: none;
		clear: both;
    }
	.latestnews .entry-footer,.latestnews .entry-header,.latestnews .single .entry-header, .latestnews .page .entry-header {
		clear: none;
		margin: 0;
	}
    .services .servicefig {
        float: none;
        margin: 0 auto 15px;
    }
    .services .info {
        margin: 0;
        text-align: center;
    }
    .services .info h3 {
        font-size: 18px;
    }
    .services [class*="col-"] {
		flex: 0 0 50%;
        max-width: 50%;
		float:left;
		width:50%;
        margin-bottom: 15px;
    }
	.service-resources .row [class*="col-"] {
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 2.5%; 
		width: 50%;
	}
	.service-resources .content h3 {
		font-size: 18px;
		margin: 0 0 6px;
	}
	#contactpage .contact-form .button {
		margin: 0 0 15px;
	}
	.google-map {
		padding: 25px 0 0;
	}
	.services-inner .row [class*="col-"] {
		padding: 0 1.8%;
		flex: 0 0 45%;
		max-width: 45%;
		margin: 0 auto;
	}
	.sponsor-logos ul li { 
		width: 18.86%;
	}
	#primary{float: none;clear: both;width: 100%;}
	#secondary{float: none;clear: both;}
	
    body{border:1px solid red}
}

@media (max-width:767px) {
	.home .header [class*="col-"],.header [class*="col-"]{float:left;width:50%;}
    .header .logo img {
        max-width: 135px;
    }
    .home .introtopbg {
        min-height: 100%;
    }
    .home .intro .btneffect,
    .contact-form .button {
        padding: 8px 33px;
        font-size: 16px;
    }
    .home .intro h1 {
        font-size: 35px;
    }
    .home .intro h1 br {
        display: none;
    }
    .home .intro h1 .sm {
        font-size: 24px;
		margin: 6px 0 0;
    }
	.hd-h1 {
		font-size: 33px;
	}
	/*.breadcrumb li a, .breadcrumb li span, .breadcrumb li i {
		font-size: 16px;
	}*/
    .latestnews [class*="col-"] {
        border-bottom: solid 1px #ccc;
        padding-bottom: 27px;
    }
	.services [class*="col-"],.latestnews [class*="col-"],.contact-details .contact-form [class*="col-"]{
		flex: 0 0 100%;
        max-width: 100%;
		float:none;
		width:100%;
    }
    .hd-h2 {
        font-size: 27px;
    }
    .latestnews .bloginfo {
        max-width: 375px;
        margin: 0 auto;
    }
    .latestnews .bloginfo h3 {
        font-size: 18px;
        margin: 0 0 8px;
    }
    .welcome figure {
        margin: 0 auto 24px;
        max-width: 260px;
        max-height: 297px;
    }
    .welcome .details {
        text-align: center;
    }
    .ourprojects .figbox {
        max-width: 425px;
    }
	.latestnews [class*="col-"]:last-child {
		text-align: initial;
		max-width: 100%;
	}
    .footer .address-info {
        padding: 0 0 27px;
        font-size: 14px;
        line-height: 21px;
    }
    .copyright,
    .social {
        padding: 12px 0 0;
        text-align: center;
    }
    .ourprojects .btneffect {
        padding: 8px 35px;
        margin: 15px 0 0;
        font-size: 16px;
    }
	.agency-worlds .hd-h2 {
		font-size: 27px;
	}
	.agency-worlds p, .ourteam p, .sponsor-logos p {
		font-size: 16px;
	}
    body{border:1px solid lightgreen}
}

@media (max-width:639px) {
    .quicklink ul li a {
        padding: 3px 6px 3px;
    }
	.sponsor-logos ul li {
		width: 24%;
	}
	#primary.classic-alt .hentry{float: none;width: 100%;margin-bottom:25px;}
	#primary.content-area .entry-thumb{margin: 0 auto 18px;}
	#primary.content-area .entry-thumb img{margin: 0 auto;}
	#primary .entry-page p,#primary .entry-post p{margin-bottom: 15px;text-align: center;}
	
    body{border:1px solid blue}
}


@media (max-width:575px) {
	.home .header [class*="col-"],.header [class*="col-"]{float:none;width:100%;}
    .header .topaside {
        margin: 9px 0;
        float: none;
        text-align: center;
        border-top: solid 1px rgb(19, 70, 123, 0.45);
        padding-top: 12px;
    }
    .header .logo,
    .header .logo img {
        margin: 0 auto;
    }
	.service-resources .row [class*="col-"] {
		flex: 0 0 100%;
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
		float: none;
	}
	.services-inner .row [class*="col-"] {
		padding: 0 1.5%;
		flex: 0 0 57%;
		max-width: 57%;
	}
	.sponsor-logos ul li {
		width: 32%;
		margin: 0 0 6px;
	}
    body{border:1px solid red}
}

@media (max-width:480px) {
    html {
        -webkit-text-size-adjust: none
    }
    .welcome h2 {
        font-size: 24px;
    }
	.services-inner .row [class*="col-"] {
		flex: 0 0 66%;
		max-width: 66%;
	}
    body{border:1px solid magenta}
}