html {
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
}
h1,h2,h3,h4{
    margin: 0;
}
p{
    font-family: 'Lato', sans-serif;
    margin-bottom: 25px;
    color: #808888;  
    font-weight: 300;
    font-size: 26px;
}
ul{
    padding-left:0;
    margin: 0px;
}
.map-wrapper{
    background: #fff;
}
.btn-primary{
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    min-width: 278px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-color: transparent;
    padding: 26px 15px;
    border-radius: 100px;
}
.btn-primary.btn--sm{
    padding: 18px 40px;
    text-transform: none;
}
.btn-primary.btn--orange{
    background: linear-gradient(to right, #da4726 , #e57b64);
}
.btn-primary.btn--orange:hover{
    border-color: transparent;
    background: linear-gradient(to right, #e57b64 , #da4726);
}
.btn-primary.btn--white{
    background: #fff;
    border-color: #da4726;
    color: #808888;
}
.btn-primary.btn--white:hover{
    background: linear-gradient(to right, #da4726 , #e57b64);
    border-color: transparent;
    color: #fff;
}
.sec-pad{
    padding-top: 50px;
    padding-bottom: 70px;
}
.sec-title{
    font-family: 'Raleway', sans-serif;
    color: #243545;
    font-size: 70px;
    font-weight: 200;
    margin-bottom: 60px;
}
.btn-primary {
    position: relative;
    z-index: 999;
}
.header-top {
    position: absolute;
    z-index: 99999;
    width: 100%;
}
.top-contact a{
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    font-size: 20px;
}
header{
    background: url(img/banner.jpg) no-repeat center bottom /cover;
    min-height: 100vh;
    position: relative;
}
.banner{
    min-height: 100vh;
    position: relative; 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner:before{
    content: "";
    background: rgba(0,0,0,.24);
    position: absolute;
    top:0px;
    left:0px;
    height: 100%;
    width: 100%;
}
.banner-content{
    position: relative;
    padding-top: 38%;
    padding-bottom: 50px;
}
.banner-content p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 29px;
    line-height: 1.8;
}
.banner-content h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 72px;
    margin-bottom: 80px;
    text-transform: uppercase;
}
.banner.about-banner{
    background-image: url(img/about-banner.jpg); 
}
.bg-light {
    background-color: transparent!important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.header-bottom .float-img {
    width: 100%;
    position: relative;
    top: 210px;
    left: 12%;
}
.header-bottom h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    font-size: 49px;
    padding-top: 42%;
    padding-bottom: 8%;
    text-shadow: 0px 5px 14px #4e4b4b;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    position: relative;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link:before, .navbar-light .navbar-nav .nav-link:hover:before{
    content: "";
    position: absolute;
    bottom: 8px;
    right: 17px;
    width: 19px;
    height: 1px;
    background: #fff;
}
.navbar.nav-fixed {
    position: fixed;
    width: 100%;
    z-index: 99999;
    background: rgba(29, 52, 66, 0.87)!important;
}
#navbarSupportedContent{
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;   
}
.navbar.nav-fixed #navbarSupportedContent{
    opacity: 1;
}
.header-top{
    min-height: 94px;
}
#about{
    padding-bottom: 0px!important;
    position: relative;
}
#about h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    color:#354458;
    font-size: 112px;
    display: inline-block;
    margin-bottom: 20px;
}
#about h2 span{
    color:#da4524;
    font-size: 36px;
    font-weight: 400;
    display: block;
    text-align: left;
}
#about h2+p{
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 42px;
    color: #da4524;
    width: 100%;
    max-width: 785px;
    clear: both;
    margin: auto;
    margin-bottom: 40px;
}
#about:before{
    content: "";
    position: absolute;
    top: -9%;
    left: -7%;
    width: 400px;
    height: 400px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(58, 154, 217, .28);
    z-index: 99;
}
#about:after{
    content: "";
    position: absolute;
    bottom: 12%;
    right: -9%;
    width: 490px;
    height: 490px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(235, 114, 97, .28);
    z-index: 99;
}
.btns-group{
    padding-top: 30px;
    padding-bottom: 50px;
}
.btns-group a{
    margin: auto 12px;
}
#about .about-bottom{
    background: url(img/bk-1.jpg) no-repeat center top /cover;
    padding-top: 188px;
    padding-bottom: 88px;
}
#about .about-bottom h2{
    font-size: 64px;
    color: #fff;
}
.team-item{
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.team-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.team-item.has-border{
    background: #f3e8e8;
    padding: 70px 130px;
    padding-top: 10%;
    text-align: center;
}
.team-item.has-border:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 70px);
    height: calc(100% - 70px);
    transform: translate(-50%, -50%);
    border: 1px solid #fff;

}
.team-item p{
    color: #000;
    margin-bottom: 60px;
}
.team-item h5{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #da4524;
    font-size: 40px;
}
.team-item h5 span{
    font-weight: 500;
    color: #000;
    font-size: 24px;
    display: block;
    margin-top: 15px;
}

#team .col-md-6{
    padding: 0px!important;
}
#get-started {
    background: url(img/bk-2.jpg) no-repeat bottom right;
}

#get-started p{
    line-height: 2;
    font-size: 26px;
    color: #243545;
}
#get-started h3{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #da4524;
    margin-bottom: 12px;
}
#get-started h4{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #243545;
    margin-bottom: 40px;
    margin-top: 20px;
}
a.call-us{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-decoration: none;
    color: #da4524;
    margin-top: 20px;
    display: block;
    font-size: 60px;
}
.get-started-bottom{
    background: url(img/bk-3.jpg) no-repeat bottom center /cover;
    padding-top: 60px;
    padding-bottom: 25px;
    position: relative;
}
.get-started-bottom:after{
    content: "";
    position: absolute;
    top: -53%;
    left: 0%;
    width: 300px;
    height: 300px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(235, 114, 97, .28);
    z-index: 99;
}
.get-started-bottom p{
    font-size: 30px;
    color: #fff;
}

footer{
    background: url(img/bk-4.jpg) no-repeat center center /cover;
    padding-top: 65px;
    padding-bottom: 25px;
}
.footer-item h3{
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footer-item h3:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left:0px;
    width: 180px;
    height: 2px;
    background: #db4828;
}
.footer-item p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.footer-item h3+p, .footer-item h3+a{
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
    text-decoration: none;
}

.footer-item ul{
    list-style-type: none;
}
.footer-item ul li{
    position: relative;
    padding-left: 25px;
    display: block;
    margin-bottom: 18px;
}
.footer-item ul li:before{
    content: url(img/arrow.png);
    position: absolute;
    top:2px;
    left:0px;
}
.footer-item ul li a{
    text-decoration: none;
    color: #fff;
}
.footer-item ul li a:hover, .footer-bottom ul li a:hover{
    color: #db4828;
}

.social a{
    margin-right: 10px;
}
.footer-bottom{
    padding: 40px 0px 15px 0px;
}
.footer-logo{
    width: 100%;
}

.footer-bottom ul{
    list-style-type: none;
}
.footer-bottom ul li{
    display: inline-block;
}
.footer-bottom ul li a{
    text-decoration: none;
    color: #fff;
    padding: 20px 20px;
    display: inline-block;
}
.copyright{
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin-top: 15px;

}
.navbar-toggler-icon i{
    color: #fff;
    font-size: 20px;
}
.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    outline: 0px;
}
.flex-container{
    display: flex;
}
.flex-div{
    width: 50%;
    overflow: hidden;
}
.flex-div.sixty{
    width: 57%;
}
.flex-div.fourty{
    width: 43%;
}
.grey-bk{
    background: #ededef;
}
.full-img{
    width: 100%;
    height: 100%;
    background: url(img/img-3.jpg) no-repeat center center /cover;
}
.content{
    width: 100%;
    max-width: 917px;
    padding-top: 100px;
    padding-left: 80px;
    padding-bottom: 40px;
    padding-right: 20px;
}
.content h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 102px;
    color:#354458;
}
.content h2 span{
    display: block;
    font-weight: 400;
    color: #da4524;
    font-size: 36px;
}
.content h2 strong{
    font-weight: 200;
    font-size: 36px;
}
.content h2+p{
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    color: #da4524;
    font-size: 37px;
    line-height: 1.4;
    margin-top: 13px; 
}
.text-div{
    background: url(img/txt-banner.jpg) no-repeat center center /cover;
    position: relative;
    padding: 100px 0px;
}
.text-div:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
}
.text-div p{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    position: relative;
    font-size: 30px;
    color: #fff;
    line-height: 1.8;
    width: 100%;
    max-width: 1145px;
    margin: auto;
}
.how-can-we-help{
    padding-top: 140px;
    padding-bottom: 70px;
    background: url(img/bk-5.jpg) no-repeat center right /contain;
}

.sec-title-2{
    font-family: 'Raleway', sans-serif;
    font-size: 38px;
    color: #354458;
    margin-bottom: 30px;
    line-height: 1.8;
    position: relative;
}
.sec-title-2 span{
    display: block;
    color: #da4524;
}
.how-can-we-help p{
    font-size: 28px;
    margin-bottom: 40px;
}
.team{
    background: url(img/bk-6.jpg) no-repeat center center /cover;
    padding-top: 134px;
    padding-bottom: 70px;
    position: relative;
}
.team:before{
    content: "";
    position: absolute;
    top: 0px;
    left:0px;
    width: 100%;
    height: calc(100% - 30px);
    background: rgba(0,0,0,.62);
}
.team-wrap{
    display: flex;
    position: relative;
}
.team-single{
    width: 20%;
    padding: 0px 20px;
    margin-bottom: 30px;
}
.team-single img{
    width: 100%;
    margin-bottom: 35px;
}
.team-single h3{
    font-family: 'Lato';
    font-weight: 600;
    color: #fff;
    font-size: 28px;
    line-height: 1.6;
}
.team-single h3 span{
    display: block;
    font-weight: 300;
    font-size: 20px;
}
.team h2{
    font-family: 'Lato';
    font-weight: 300;
    line-height: 1.6;
    color: #fff;
    font-size: 40px;
    margin: auto;
    margin-bottom: 100px;
    width: 100%;
    max-width: 1000px;
}
.webDesign-banner{
    background-image: url(img/webDesign-banner.jpg);
}
.banner-content.fix {
    padding-top: 29%;
}
.content h2.sec-title-2 {
    font-size: 48px;
    margin-bottom: 21px;
}
.content h2.sec-title-2+p {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0px;
}
.web-sec .content {
    padding-top: 80px;
    padding-right: 81px;
    padding-bottom: 80px;
}
.full-img.w1 {
    background-image: url(img/img-4.jpg);
}
.full-img.w2 {
    background-image: url(img/img-5.jpg);
}
.full-img.w3 {
    background-image: url(img/img-6.jpg);
}
.full-img.w4 {
    background-image: url(img/img-7.jpg);
}
.full-img.w5 {
    background-image: url(img/img-8.jpg);
}
ul.has-circle{
    list-style-type: none;
    padding-bottom: 20px;
}
ul.has-circle li {
    font-family: 'Lato';
    font-weight: 300;
    font-size: 25px;
    color: #808888;
    display: block;
    margin-bottom: 25px;
    position: relative;
    padding-left: 35px;
}
ul.has-circle li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #000;
    margin-top: -10px;
}

.content h3{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #da4625;
    margin-bottom: 30px;
}
.black-bk{
    background: #000;
}
.web-sec .small .content {
    padding-top: 75px;
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
}
.sec-title-3{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 24px!important;
    color: #fff!important;
    margin-bottom: 25px;
    line-height: 1.6;

}
.small .content h2+p, .small .content p{
    font-family: 'Lato', sans-serif;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 300;
    font-size: 17px;
}
.flex-container.small{
    height: 100%;
}
.social-media{
    padding-top: 258px;
    padding-bottom: 250px;
    background: url(img/bk-7.jpg) no-repeat left top /cover;
}

.social-media .inner{
    width: 100%;
    max-width: 1150px;
    padding-left: 14%;

}
.social-media h2+p{
    font-weight: 400;
    color: #da4625;
}
.text-div.no2{
    background-image: url(img/txt-banner-2.jpg);
    background-position-x: right;
}
.fix2 .banner-content {
    padding-top: 22%;
}
.banner.fix2{
    min-height: 744px;
}
.contact-form{
    background: url(img/from-bk.jpg) no-repeat top center /cover;
    padding: 38px 42px;
    margin-right: 20px;
}
.contact-us{
    padding-top: 130px;
    padding-bottom: 120px;
    background: url(img/bk-8.jpg) no-repeat center top /cover;
}
.has-shadow{
    -webkit-box-shadow: 0px 0px 44px #7b7b7b;
    box-shadow: 0px 0px 44px #7b7b7b;
}
.form-control{
    height: 80px;
    padding-left: 20px;
    color: #354458;
    font-size: 18px;
    font-family: 'Lato';
    border-radius: 0px;
}
select.form-control:not([size]):not([multiple]) {
    height: 80px;
    -webkit-appearance: none;
    background-image: url(img/arrow-down.png);
    background-position: 97% center;
    background-repeat: no-repeat;
}
textarea.form-control{
    min-height: 150px;
    max-width: 100%;
}
.form-control::-webkit-input-placeholder {
    color: #354458;
    opacity:1;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #354458;
    opacity:1;
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #354458;
    opacity:1;
}

.form-control:-ms-input-placeholder {  
    color: #354458;
    opacity:1;
}

.contact-form h3{
    font-family: 'Lato';
    font-weight: 300;
    color: #fff;
    margin-bottom: 25px;
    font-size: 36px;
}
.contact-details .details-single{
    overflow: hidden;
    margin-bottom: 20px;

}
.contact-details .details-left{
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: relative;
    float: left;
    box-shadow: 2px 4px 4px rgba(99, 94, 94, 0.45098039215686275);
}
.contact-details .details-left img{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 25px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
.contact-details .details-right{
    width: 100%;
    max-width: calc(100% - 50px);
    float: left;
    padding-left: 12px;
}
.contact-details .details-right h3{
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    color: #354458;
    margin-bottom: 15px;
    margin-top: 11px;
}
.contact-details .details-right p, .contact-details .details-right a{
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: #354458;
    text-decoration: none;
    font-weight: 400;
}
.color-orange{
    color: #da4625!important;
}
.contact-details .color-orange{
    font-size: 20px!important;
    margin-top: 9px;
    margin-bottom: 18px;
    display: block;
}
.time-table{
    background: #ededed;
}
.time-table tr td{
    font-family: 'Lato';
    font-weight: 300;
    font-size: 20px;
    border-top: 1px solid #dce3ec;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.time-table tr td:last-child{
    text-align: right;
    padding-right: 40px;
    padding-left: 8px;
}
.signup-form .btn-primary.btn--orange {
    -webkit-border-radius: 0px 100px 100px 0px;
    border-radius: 0px 100px 100px 0px;
    padding-left: 40px;
    padding-right: 40px;
    min-width: 0px;
    padding-top: 26px;
    padding-bottom: 26px;
    height: 80px;
}
.signup-form h2{
    font-family: 'Raleway', sans-serif;
    color: #da4625;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 19px;
}
.map-wrapper{
    border: 20px solid #fff;
    margin-top: 50px;
}
.map-wrapper iframe{
    width: 100%;
}
.graphicDesign-banner{
    background-image: url(img/banner-graphic.jpg);
}
.banner.graphicDesign-banner {
    min-height: 926px;
}
.graphicDesign-banner p{
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.full-img.g1{
    background-image: url(img/img-9.jpg);
}
.content h4{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 35px;
    color: #354458;
    margin-bottom: 40px;
}
.content.fix {
    max-width: 770px;
}
.content.fix p {
    font-size: 26px;
}
.content p b {
    font-weight: 600;
}
.text-div.no3{
    background-image: url(img/txt-banner-3.jpg);
}
.full--width{
    width: 100%!important;
}
.designing{
    background: url(img/bk-9.jpg) no-repeat center bottom /cover;
}
.sec-title-4{
    font-family: 'Raleway', sans-serif;
    font-size: 72px;
    color: #354458;
    line-height: 1.6;
    margin-bottom: 60px;
}
.sec-title-4 span{
    font-weight: 300;
    font-size: 41px;
    display: block;
}
.design-content p{
    font-size: 26px;
    font-weight: 400;
}
.design-bottom h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #da4625;
    font-size: 46px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1116px;
    line-height: 1.5;
}
.gallery img{
    width: 100%;
}
.gallery .g-item{
    margin: 25px 10px;
    -webkit-box-shadow: 0px 0px 44px #7b7b7b;
    box-shadow: 0px 0px 44px #7b7b7b;
}
.showOnreq{
    display: none;
}
.sec-title-4.type-white{
    color: #fff;
}
.creating{
    background: url(img/bk-10.jpg) no-repeat center bottom /cover;
}
.creating p{
    color: #fff;
}
.creating-img{
    border: 20px solid #817181;
}
.creating-list{
    list-style-type: none;
    overflow: hidden;
}
.creating-list li{
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 500;
    min-height: 88px;
    display: table;
    width: 25%;
    float: left;
    padding-left: 131px;
    position: relative;
    margin-bottom: 68px;
    color: #fff;
    padding-right: 15px;
}
.creating-list li:before{
    content: "";
    position: absolute;
    top:0px;
    left:0px;
    width: 87px;
    height: 87px;
    border: 1px solid #fff;
}
.creating-list li:after{
    content: "→";
    position: absolute;
    top: -4px;
    left: 18px;
    font-size: 56px;
    color: #fff;
}
.creating-list li span{
    vertical-align: middle;
    display: table-cell;
}
.creating-bottom h3{
    font-family: 'Raleway', sans-serif;
    font-size: 43px;
    color: #fff;
    font-weight: 400;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 80px;
    margin-top: 40px;
}