/*-- Fonts --*/

@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: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;
    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
}

.uline{text-decoration:underline}
/*-- 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,.success-stories ul li span,.hd-md,.welcome .details p{
    font-family: "Open Sans", Arial, sans-serif;
}
.hd-title {
    color: #0f0f0f;
    padding: 8px 0;
    font-size: 17px;
}
.hd-title em {
    display: inline-block;
    font-style: normal;
    color: #0a5385;
    font-weight: 600;
}

.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----=====*/
.introtopbg {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}
.introtopbg {
    background: url(../images/introtopbg-home.jpg) no-repeat center 0;
    background-size: cover;
    min-height: 612px;
	position: relative;margin: 0 auto;
	padding: 0 0 60px;
}
#business-bg.introtopbg{background: url(../images/head-b2c.jpg) no-repeat center 0;background-size: cover;}
#bgnon-profit.introtopbg{background: url(../images/introtop-nonprofit.jpg) no-repeat center 0;background-size: cover;}

#business-bg.introtopbg::before {
  display: block;
  content: "";
  background: rgba(0,0,0,0.7);
  left: 0;
  right: 0;
  top: 0;
  border: none;
  bottom: 0;
  z-index: 2;
  position: absolute;
}
#business-bg.introtopbg #header {
  z-index:4;
}
#business-bg.introtopbg #intro {
  position: relative;
  z-index: 3;
}

.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%
}

.intro {
    text-align: center;
    padding-top: 148px;
}.intro h1 {
    font-weight: 600;
    font-size: 70px;
    margin: 0;
    color: #fff;
    text-transform: unset;
}.intro .hd-md{font-size: 35px;}
.intro .hd-animation{font-size:66px;}

.intro h1 .sm {
    font-size: 35px;
    display: block;
	text-transform: uppercase;
    margin-top: 10px;
}

.intro p {
    font-size: 25px;
    color: #fff;
    padding: 8px 0 24px;
}

.intro .btneffect {
    padding: 8px 45px;
}

.header .topaside {
    margin-top: 12px;
}

.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{padding:0 6px;color:#fff;}
.breadcrumb i{display:inline-block;}

.topaside{position: relative;z-index: 100;}
.topaside a{height:36px;width:36px;border:solid 2px #fff;border-radius:50%;display:inline-block;vertical-align:middle;text-align:center;margin-right:3px;}
.topaside a i{display:block;text-align:center;font-size:18px;line-height:34px;color:#fff;}
.topaside a:last-child{margin-right:0;}
.header{position: absolute;left: 0;right: 0;top: 0;}
@media (min-width:1025px) {
.header{position: absolute;left: 0;right: 0;top: 0;padding: 12px 0 0;}
	.header [class*="col-"],.header .container{padding:0 6px}
	.header .row{margin:0 -6px}
    /*-- 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: 15px;
    }
    #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;
		border-bottom: solid 3px transparent;
    }
    #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 ul li.current-menu-item:hover a,
    #nav ul li:hover a {
        color: #fff;
		border-bottom: solid 3px #4292ce;
    }
    #nav li a {
        display: inline-block;
        vertical-align: top;
    }
    /*svg,*/
    #nav .dropdown-toggle {
        display: none
    }
   /* sub-navigation */
#nav ul li.menu-item-has-children .sub-menu{opacity: 0;visibility: hidden;background-color: #fff;position: absolute;left: 0;/*right: 0;*/width: 260px;top: 100%;/*padding: 16px 15px 10px;*/padding: 0;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: 0;border: none;border-top: 0;    -webkit-transform: rotateX(45deg);-moz-transform: rotateX(45deg);transform: rotateX(45deg);text-align: left;box-shadow: 0 6px 12px rgb(0 0 0 / 18%);}
#nav ul li.menu-item-has-children .sub-menu li,#nav ul li .sub-menu li{display: block;width:100%;clear:both;min-height:35px;}
#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)}
#nav ul li.menu-item-has-children .sub-menu li a, #nav ul li.menu-item-has-children .sub-menu li span{background:url(../images/arrow.png) no-repeat 21px 18px;font-size: 15px;font-weight:normal;padding:12px 0 15px 45px;color:#1a1a1a;text-transform:none;text-decoration:none;display:inline-block;border:0;float:left;clear:both;width:100%;border-bottom:solid 1px #d0d0d0;border-radius:0;}
#nav ul li.menu-item-has-children .sub-menu li.active span{background:url(../images/arrow-hover.png) no-repeat 21px 18px;color:#fff;background-color:#4292cb;} 
#nav ul li.menu-item-has-children .sub-menu li:hover a{color:#00acee;background:url(../images/arrow-hover.png) no-repeat 21px 18px;color:#fff;background-color:#4292cb;}
#nav ul li.menu-item-has-children .sub-menu li:last-child a{border-bottom:0;}
#nav ul li.menu-item-has-children .sub-menu li.overdrivestudios-tab:hover a{background:transparent}

#nav ul li.menu-item-has-children .sub-menu li a:hover:before, 
#nav ul li.menu-item-has-children .sub-menu li:hover a:hover:before,
#nav ul li.menu-item-has-children .sub-menu li span:hover:before
#nav ul li.menu-item-has-children .sub-menu li:hover span:hover:before{color:#fff;background-color:#4292cb;transform:none;}
#nav ul li.menu-item-has-children .sub-menu li:before, #nav ul li.menu-item-has-children .sub-menu li:before{color:#fff;background-color:#4292cb;transform:none;}

    /*====----header-shrink----====*/
    .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: 15px;
    }
    .wrapper.bodyscroll .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: #4292ce;
    }
    .wrapper.bodyscroll .intro {
        padding-top: 106px;
    }
	
	#nav ul li.current-menu-item .active,#nav ul li .active{color: #fff;border-bottom: solid 3px #4292ce;}
}

.welcome {
    padding: 60px 0;
}

.welcome figure {
    margin: 0 auto 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: #2b5778;
    margin: 25px 0;
}

.welcome span {
    display: block;
    font-size: 31px;
    margin: 0 0 3px;
}

.welcome .details {
    padding-left: 50px;
}

.welcome .details p em {
    display: initial;
    font-style: normal;
    color: #0a5385;
    /*font-weight: 600;*/
}

.welcome .details p {
    color: #0f0f0f;
    padding: 8px 0;
    font-size: 17px;
	font-weight: 600;
}
.hd-lg{
    font-size: 60px;
    color: #37a9ff;
	display:block;
	max-width: 980px;
    margin: 0 auto;
	position:relative;
}
.hd-lg:before{
  content: attr(data-text);
  position: absolute;
  background: linear-gradient(#9bcef6, #8ac6f6, #1f9bf0, #9bcef6,#8ac6f6, #8ac6f6);
  -webkit-background-clip: text;
  color: transparent;
  background-size: 100% 90%;
  clip-path: ellipse(120px 120px at -2.54% -9.25%);
  animation: swing 5s infinite;
  animation-direction: alternate;
}

@keyframes swing{
  0%{
     -webkit-clip-path: ellipse(120px 120px at -2.54% -9.25%)
    clip-path: ellipse(120px 120px at -2.54% -9.25%)
  }
  50%{
    -webkit-clip-path: ellipse(120px 120px at 49.66% 64.36%);
    clip-path: ellipse(120px 120px at 49.66% 64.36%);

  }
  100%{
     -webkit-clip-path: ellipse(120px 120px at 102.62% -1.61%;);
    clip-path: ellipse(120px 120px at 102.62% -1.61%);
  }
}

/*====----hover-effect----====*/

.hd-gradient {
    background: linear-gradient(45deg, #fefefe, #fff, #47b2ff, #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%;
    }
}

.gradient-sm {
    background: linear-gradient(45deg, #fefefe, #fff, #47b2ff, #59b3f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300% 300%;
    animation: gradient-text 10s ease infinite;
	/*display: block;*/
}

@-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, #47b2ff, #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);
    transform: scale(1);
}

.effect-one:hover img {
    opacity: 0.5;
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
}

/*.effect-one::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #2b5778;
    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);
}
/*====----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----====*/

/*======------ ------======*/
.logomarquee-slider{padding:0;}
#logomarquee-slider{max-width: 1920px;margin: 0 auto;}
.container-marquee{margin:0 auto;padding:0;width: 100%;min-height: 100vh;}
.logomarquee-slider > div > div{padding-top: 0;padding-bottom: 0;min-height: 0;}
.marquee-wrapper{display:block;white-space: nowrap;}
.marquee{display:  inline-block;white-space: nowrap;position: relative;transform: translate3d(0%, 0, 0);animation-name: marquee;animation-timing-function: linear;animation-iteration-count: infinite;}
.marquee span{display:  inline-block;white-space: nowrap;margin: 0 -4px;border: solid 3px #cecece;/*border-width:0 3px 3px;*/}
.marqueelogo{width: auto; max-width: none;}
.marquee-wrapper:hover .marquee{animation-play-state: paused !important;}

@keyframes marquee {
	0% {
	transform: translate3d(0%, 0, 0);
	}
	
	100% {
	transform: translate3d(-100%, 0, 0);
	}
}
/*======------ ------======*/

.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
}

.services {
    background: #678fca;
    padding: 60px 0 40px;
}

.services .hd-h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 600;
}

.services .servicefig {
    float: none;
    position: relative;
    overflow: hidden;
	margin:0 auto;
}

.services .servicefig figure {
    position: relative;
    margin: 0 auto;
	max-height: 124px;
    max-width: 124px;
}
.services .servicefig figure img{margin: 0 auto;display:block;max-width:100%;height:auto;}
.services .servicefig .fa-youtube-play{max-width: 124px;max-height: 124px;display: block;text-align: center;margin: -16px auto 0;position: absolute;left: 0;right: 0;z-index: 100;font-size: 36px;color: #f00;top: 50%;opacity: 0;visibility: hidden;-webkit-transition: all .3s ease-in;transition: all .3s ease-in;}
.services .servicefig figure:before{content:" ";position:absolute;top: auto;bottom: 0;left:0;right:0;padding: 1em;height: 100%;width:100%;background: rgba(10,83,133,0.36);color: #3c4a50;-webkit-transition: all .3s ease-in;transition: all .3s ease-in;opacity:0;visibility:hidden;border-radius:50%;-webkit-transform: scale(0);transform: scale(0);}
.services .servicefig:hover .fa-youtube-play{opacity:1;visibility:visible;}
.services .servicefig:hover figure:before{opacity:1;visibility:visible;-webkit-transform: scale(1);transform: scale(1);}


.services [class*="col-"] {
    margin-bottom: 35px;
	min-height: 190px;
}

.services .info {
    margin: 12px 0 0 0;
	text-align:center;
}

.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 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;
	background: #1b1b1b;
}

.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;}

.our-partners {
    background: url(../images/our-partners.jpg) no-repeat center 0;
    background-size: cover;
    min-height: 100%;
    padding: 75px 0 80px;
	text-align:center;
}
.our-partners .hd-title{padding: 10px 10%;}
.our-partners ul{display:inline-block;width:100%;margin:0;padding:25px 0 0;}
.our-partners ul li{display:inline-block;vertical-align:top;margin:0 8px 15px;}
.our-partners ul li figure,.our-partners ul li figure img{display:block;margin:0 auto;}

.success-stories {
    background: #eae9e8;
    padding: 75px 0 100px;
	text-align:center;
}
.success-stories h2 {
    font-size: 45px;
    font-weight: 700;
    color: #2b5778;
}
.success-stories .hd-title {
    color: #000;
    padding: 8px 0;
    font-size: 25px;
	line-height: 35px;
}
.success-stories ul li figure {
    width: 157px;
    height: 157px;
    background: #678fca;
/* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
/* Rotate Origin */
    margin: 60px auto 0;
	border-radius: 10px;
}

.success-stories ul li figure img{transform: rotate(45deg);-webkit-transform: rotate(45deg);padding: 6px 0 0 27px;display: inline-block;}
.success-stories ul.row{padding-top: 28px;}
.success-stories ul li span{display: block;font-size: 18px;color: #000;margin: 45px 0 0;}


@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-middle a{font-size: 15px;color:#cbcbcb}

.footer .footer-base {
    background: #0f0f0f;
    padding: 6px 0 18px;
    margin-top:33px;
}

.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: center;
}

.footer .footerinfo {
    font-size: 14px;
    color: #cbcbcb;
}

.footer .address-info {
    color: #cbcbcb;
    padding: 0;
}
.footer .address-info span{display:inline-block;margin:5px}
.address-info a.call{color:#cbcbcb}

.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:1024px) {
    /*====----====*/
    /*  BURGER

========================================== */
   #nav ul li.menu-item-has-children .sub-menu{display: none;background-color: transparent;padding: 0 0 0 12px;margin: 0 0 -1px;}	
    /*====----====*/
    /*  BURGER

========================================== */
    .burger{
        width: 50px;
        height: 50px;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 1000012;
        background-color: #2a2a2a;
    }
    .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: #fff;
        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);
		display: block;
		margin: 0 !important;
    }
    #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;
    }
    #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;
        text-decoration: none;
        text-transform: unset;
        font-size: 16px;
        display: block;
        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: #2086ce;
    }
    #nav ul.menu li a:hover {
        color: #2086ce;
    }
    #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: #2086ce;
    }
    /*  OVERLAY

========================================== */
    .overlaybg {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;
        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;
    }
	/*===========*/
#nav ul li.menu-item-has-children .expand-collapse{width:15%;background:url(../images/expand-collapsed-menu.png) no-repeat 50% -2%;position:absolute;top:1px;right:0;display:block;z-index:1000000;height:35px;cursor:pointer;}
#nav ul li.menu-item-has-children.open > .expand-collapse{background-position:50% 91%} 
/*====*/
}

@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:1025px) {
#nav ul li{font-size: 15px;}
/*body{border:1px solid #3f8f2d}*/
}

@media (min-width:1200px) {
#nav ul li{font-size: 16px;}
/*body{border:1px solid #3f8f2d}*/
}

@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-"] {
			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%
    }
    .introtopbg {
        min-height: 100%;
    }
	.intro {
		padding-top: 150px;
	}
	.hd-h1{font-size:40px;}
    .header .topaside .button {
        font-size: 16px;
        padding: 8px 18px;
    }
    #nav {
        margin-top:12px;
    }
	#nav ul li a {
		padding: 8px 5px;
	}
    .intro h1 {
        font-size: 50px;
    }
    .intro h1 .sm {
        font-size: 26px;
    }
	.intro .hd-md {
		font-size: 27px;
	}
	.intro .hd-animation{
		font-size: 60px;
	}
	.intro .hd-lg{
		font-size: 50px;
	}
    .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{
        padding: 35px 0 40px;
    }
    .services {
        padding: 35px 0 27px;
    }
    .hd-h2,.success-stories h2 {
        font-size: 35px;
    }
    .ourprojects .hd-h2,
    .services .hd-h2 {
        margin-bottom: 27px;
    }
    .services .servicefig figure {
        max-width: 100px;
        max-height: 100px;
    }
    .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;
	}
	
	.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;
	}
	.our-partners,.success-stories{padding: 50px 0 40px;}
    /*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;
	}
	.header .topaside {
        margin: 12px 60px 0 0;
    }
    .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;
	}
	#nav .fa-angle-down{display: none;}
	
    /*body{border:1px solid orange}*/
}

@media (max-width:991px) {
	.header{position:absolute;left:0;right:0;top:0;}
    .introtopbg {
        min-height: 418px;
    }
	.introtopbg{min-height: 100%;padding: 0 0 33px;}
    .header {
        padding: 12px 0;
    }
	.intro .hd-md {
		font-size: 25px;
	}
	.intro .hd-animation {
		font-size: 51px;
	}
	.hd-lg:before{content:"";clip-path: none;animation: none;animation-direction: unset;}
    #nav {
        margin-top: 0;
    }
    .intro {
        padding-top: 0;
    }
	.intro {
        padding-top: 125px;
    }
    .intro h1 {
        font-size: 40px;
    }
    .intro h1 .sm {
        font-size: 21px;
    }
    .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;
	}
    .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;}
	.success-stories .hd-title{padding: 0 0 8px;font-size: 18px;line-height: 25px;}
	.success-stories ul.row{padding-top: 10px;}
	
	
    /*body{border:1px solid red}*/
}

@media (max-width:767px) {
	.header [class*="col-"],.header [class*="col-"]{float:left;width:50%;}
    .header .logo img {
        max-width: 135px;
    }
    .introtopbg {
        min-height: 100%;
    }
    .intro .btneffect,
    .contact-form .button {
        padding: 8px 33px;
        font-size: 16px;
    }
    .intro h1 {
        font-size: 35px;
    }
    .intro h1 br {
        display: none;
    }
    .intro h1 .sm {
        font-size: 24px;
		margin: 6px 0 0;
    }
	.hd-h1 {
		font-size: 33px;
	}
	.intro .hd-md {
		font-size: 21px;
	}
	.intro .hd-lg {
		font-size: 40px;
	}
	.intro {
		padding-top: 145px;
	}
	.intro .hd-animation {
		font-size: 41px;
		display: block;
	}    
	.contact-details .contact-form [class*="col-"]{
		flex: 0 0 100%;
        max-width: 100%;
		float:none;
		width:100%;
    }
    .hd-h2,.success-stories h2 {
        font-size: 27px;
    }
    .welcome figure {
        margin: 0 auto 24px;
        max-width: 260px;
        max-height: 297px;
    }
    .welcome .details {
        text-align: center;
    }
    .ourprojects .figbox {
        max-width: 425px;
    }
    .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;
	}
	.our-partners ul li{width: 27%;}
	
	
    /*body{border:1px solid lightgreen}*/
}

@media (max-width:639px) {
	.intro {
		padding-top: 170px;
	}
    .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) {
	.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(157 157 157 / 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
    }
	.services [class*="col-"]{flex: 0 0 100%;max-width: 100%;float:none;width:100%;}
	.intro .hd-lg {
		font-size: 35px;
	}
    .welcome h2 {
        font-size: 24px;
    }
	.services-inner .row [class*="col-"] {
		flex: 0 0 66%;
		max-width: 66%;
	}
	.intro .hd-animation{font-size: 37px;}
    /*body{border:1px solid magenta}*/
}