

@font-face {
    font-family: 'ITC Avant Garde Gothic Pro';
    src: url('ITCAvantGardeGothicPro-Bold.woff2') format('woff2'),
        url('ITCAvantGardeGothicPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Pro';
    src: url('ITCAvantGardePro-BoldObl.woff2') format('woff2'),
        url('ITCAvantGardePro-BoldObl.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Pro Bk';
    src: url('ITCAvantGardeGothicPro-BkObl.woff2') format('woff2'),
        url('ITCAvantGardeGothicPro-BkObl.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Pro Book';
    src: url('ITCAvantGardeGothicPro-Book.woff2') format('woff2'),
        url('ITCAvantGardeGothicPro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Pro Demi';
    src: url('ITCAvantGardeGothicPro-Demi.woff2') format('woff2'),
        url('ITCAvantGardeGothicPro-Demi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Pro Demi Oblique';
    src: url('ITCAvantGardeGothicPro-DemiObl.woff2') format('woff2'),
        url('ITCAvantGardeGothicPro-DemiObl.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Pro Md';
    src: url('ITCAvantGardeGothicPro-MdObl.woff2') format('woff2'),
        url('ITCAvantGardeGothicPro-MdObl.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Pro Md';
    src: url('ITCAvantGardeGothicPro-Md.woff2') format('woff2'),
        url('ITCAvantGardeGothicPro-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Pro XLt';
    src: url('ITCAvantGardeGothicPro-XLtObl.woff2') format('woff2'),
        url('ITCAvantGardeGothicPro-XLtObl.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Pro XLt';
    src: url('ITCAvantGardeGothicPro-XLt.woff2') format('woff2'),
        url('ITCAvantGardeGothicPro-XLt.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'ITC Avant Garde Gothic Pro';
	
}
a, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    font-family: 'ITC Avant Garde Gothic Pro';
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
p{
    font-family: 'ITC Avant Garde Gothic Pro';
    font-weight: 400;
    color: #5d5b5b;

}
h1, h2, h3, h4, h5, h6 {
    font-family: 'ITC Avant Garde Gothic Pro';
    font-weight: 400;
    font-style: normal;
	line-height: 1.4em;
    color: #000;
}
ul{
    list-style-type: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

h3{
    font-size: 25px;
    line-height: 30px;
}

a {
	outline: 0;
	color: #222;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
    text-decoration: none;
}
a:hover {
	color: #0a1729;
	text-decoration: none;
}
.btn {
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	cursor: pointer;
}
button:focus {
	outline: none;
}
.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.main_section {
	width: 100%;
	margin: 0px;
	padding: 80px 0;
}


/******* Back-to-top ************/
.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 54px;
	height: 54px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	font-size: 21px;
	padding: 11px 0;
	background-color: #fbc508;
	border-color: #fbc508;
}
.btn-dark:hover {
	color: #fff;
	background-color: #fbc508;
	border-color: #fbc508;
}
.header {
    position: absolute;
    top: 0;
    z-index: 1034;
    padding: 15px;
}
.logo a img {
    width: 7%;
}
.banner {
    padding: 0px;
    position: relative;
    z-index: 0;
}
/* .banner::before {
    content: '';
    background: #0000004f;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
} */
.banner .carousel-item img {
    height: 100vh;
    object-fit: cover;
}
.banner .carousel-caption {
    text-align: center;
    bottom: 0;
    top: 0;
    padding: 0px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    left: 8%;
    right: 5%;
    z-index: 9;
}

.banner-text img{
    height: auto !important;
    width: 13%;
}


.banner-text h1 {
color: #fff;
    font-size: 82px;
    font-weight: 800;
    line-height: 95px;

}
.banner-text h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    line-height: 50px;

}



.banner-text h1 span{
    color: #08405e;
}
.banner-text p{
background: #03aad0;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    margin: 15px 0 20px 0;
}
.page-down  {
    position: absolute;
    left: 50%;
    bottom: 20%;
    z-index: 9999;
}
.page-down a{

}
.page-down a svg {
    width: 40px;
    height: 40px;
    color: #fff;
}

/******* Header ************/
.certification {
    padding: 80px 0;
    background-color: #ebebeb;
    background-image: url(../images/about.png);
    background-size: cover;
    background-position: center;
}
.certification h2{
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    color: #08405e;
    margin-bottom: 30px;
}
.experience h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    margin-bottom: 30px;
    -webkit-text-stroke: 1px #08405e;

}
.brands h2{
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    margin-bottom: 30px;
    -webkit-text-stroke: 1px #08405e;
 
}


.certification h2 span{
    font-size: 80px;
}


.certification-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.certification-logo {
    width: 23%;
    margin: 0 10px 18px;
    padding: 13px;
    border-radius: 8px;
    text-align: center;
}
.certification-logo img {
    height: 93px;
    object-fit: contain;
}
.certification p {
    color: #08405e;
    font-size: 20px;
}

.experience {
    background: #fff;
    background-image: url(../images/Asset.png);
    background-size: cover;
    background-position: center;
}
.experience .certification-logo {
    width: 15%;
    background: #fff;
    margin: 10px 25px 25px;
    padding: 20px 0;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 0px 8px #00000030;
    align-items: center;
    display: flex;
    justify-content: center;

}
.experience .certification-logo img {
    height: 120px;
    object-fit: contain;
    width: 80%;

}
.brands{
    background-image: url(../images/Asset-1.png);
    background-size: cover;
    background-position: center;
}
.brands .certification-logo {
    width: 22%;

}
.brands .certification-logo-box{
    background: #fff;
    margin: 10px 18px 25px;
    padding: 14px 12px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 0px 8px #00000030;
    width: 100%;
}
.certification-logo p{
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    color: #fff;
    line-height: 29px;
    font-weight: 500;
}


.brands .certification-logo img{
    width: 100%;
    height: 230px;
}

.working{
    background: #fff;
    background-image: url(../images/Asset2.png);
    background-size: cover;
    background-position: center;
}
.working-text {
    margin-top: 40px;
}
.working-text h3{
    font-weight: 700;
}
.working-img {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 8px #00000030;
}
.working-img img {
    width: 100%;
    height: 390px;
    object-fit: contain;
}

.working-text p{
    font-size: 16px;
}
.other{
    background-color: #ebebeb;
    background-image: url(../images/Asset3.jpg);
    background-size: cover;
    background-position: center;
    padding: 40px 0 80px;
}
.other .certification-logo {
    width: 17%;
    background: #fff;
    margin: 9px 15px 25px;
    padding: 45px 0;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 0px 8px #00000030;
}
.other .certification-logo img{
    object-fit: contain;
}

.other h2 {

    margin-bottom: 120px;

}


.creation{
    background-image: url(../images/Asset4.png);
    background-size: cover;
    background-position: center;

}
.creation h2 spam{
    color: #fff;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 90px;
    left: -71px;
    background: #0daeda00;
    padding: 8px 19px 13px !important;
    font-size: 88px;
    border-radius: 100px;
    color: #fff !important;
    font-weight: 200 !important;
    font-family: "Montserrat", sans-serif;
    text-shadow: 2px 0px 4px #000000d1;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 90px;
    right: -61px;
    background: #0daeda00;
    padding: 8px 19px 13px !important;
    font-size: 88px;
    border-radius: 100px;
    font-weight: 200 !important;
    color: #fff !important;
    font-family: "Montserrat", sans-serif;
    text-shadow: 0px 2px 4px #000000d1;
}
.owl-dots {
    display: none;
}
.creation-box img{
    border-radius: 10px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #86979100;
    color: #FFF;
    text-decoration: none;
}
.insta-real .creation-box img {
    border-radius: 10px;
    height: 590px;
    object-fit: cover;
}
.insta-real .owl-carousel .owl-nav button.owl-prev {

    top: 220px;
}
.insta-real .owl-carousel .owl-nav button.owl-next {

    top: 220px;
}
.videos{
    background-image: url(../images/Asset5.png);
    background-size: cover;
    background-position: center;
}
.videos h2{
    color: #fff;
}
.videos .creation-box iframe{
    border-radius: 18px;
}
.product  .creation-box img{
    height: 390px;
    object-fit: cover;
    box-shadow: 0px 2px 5px #fff;
    margin: 10px 10px;
}
.product .owl-carousel .owl-nav button.owl-prev {
    top: 140px;
}
.product .owl-carousel .owl-nav button.owl-next {
    top: 140px;
}
.time{
    padding: 0px;
}
.time img{
    width: 100%;
}
.contact{
    background-image: url(../images/Asset6.png);
    background-size: cover;
    background-position: center;
}
.contact-text{
    position: relative;
}
.contact-text h2{
    position: relative;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    color: #08405e;
    margin-bottom: 30px;
}
.contact-text h2 svg{
    width: 40px;
    height: 40px;
}
.contact-text h2::before{
    content: '';
    border-bottom: 3px dashed #08405e;
    height: 5px;
    width: 30%;
    position: absolute;
    bottom: -19px;
}
.contact-box {
    display: flex;
    background: #08405e;
    padding: 40px 20px;

    margin: 20px 0;
}
.contact-form {
    width: 60%;
}
.contact-address {
    width: 40%;
    padding: 0 0 0 30px;
    position: relative;
    z-index: 0;
}
.contact-address::before{
    content: '';
    background: #03aad0;
    height: 60px;
    width: 170px;
    position: absolute;
    top: -17px;
    right: 110px;
    border-radius: 100px;
    z-index: -1;
}

.form-control {
    padding: .775rem .75rem;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .5rem;
    font-family: "Montserrat", sans-serif;
}
.form-select{
    font-family: "Montserrat", sans-serif;
    padding: .775rem .75rem;
}

.drop a{
    background: #fff;
    border: 1px solid #03aad0;
    color: #08405e;
    padding: 20px;
    display: inline-block;
    border-radius: 110px;
    font-size: 20px;
}
.contact-info {
    background: #fff;
    padding: 21px;
    margin: 20px 0 0 0;
        position: relative;
}
.contact-info::before{
    content: '';
    background: #03aad0;
    height: 60px;
    width: 60px;
    position: absolute;
    top: -37px;
    right: 20px;
    border-radius: 100px;
}

.contact-info p{
    color: #164861;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.contact-info p span{
    background: #03aad0;
    color: #fff;
    padding: 6px;
    display: inline-block;
}


.contact-info h4{
    color: #164861;
    
}


.conatct-phone {
    display: flex;
}
.icon {
    margin-right: 10px;
    color: #164861;
    
}
.icon-text p {
    color: #164861;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.icon-text p a{
    color: #164861;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.btn-primary {
    color: #fff;
    background-color: #03aad0;
    border-color: #03aad0;
    padding: 9px 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}


/******* banner ************/

.footer{
    padding: 15px 0;
    background: #08405e;

}
.footer p{
    margin-bottom: 0px;
    color: #fff;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
.footer p a{
    color: #fff;
    margin-bottom: 0px;
}

.mobile-btn{
    display: block;
    position: fixed;
    right: -132px;
    transition: ease .4s;
    /* writing-mode: vertical-rl; */
    z-index: 99;
    top: 42%;
    rotate: 90deg;
}
.mobile-btn a{
    background: #08405e;
    color: #fff;
    padding: 12px 22px;
    line-height: 30px;
    border-radius: 0px 0px 10px 10px;
    margin-right: 0px;
}
button.btn-close {
    position: absolute;
    right: 0px;
    background: #fff;
    opacity: 1;
    padding: 4px 10px 12px;
    z-index: 99;
}
.modal-content{
    background: #0daeda;
}

.modal-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.modal-content .form-label {
    margin-bottom: .5rem;
    color: #fff;
    font-weight: 600;
}

.modal-content .btn-primary {
    color: #0daeda;
    background-color: #fff;
    border-color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 9px 30px;
}
.privacy  .carousel-item img {
    height: 68vh;
    object-fit: cover;
}

.social {
    display: flex;
    justify-content: end;
}
.social a {
    background: #ffffff;
    color: #03aad0;
    width: 40px;
    height: 40px;
    margin-left: 8px;
    text-align: center;
    line-height: 47px;
    border-radius: 60px;
}
.social a i{
   font-size: 24px; 
}


.social a svg{

}
.fixed-header {
    position: fixed;
    top: 0;
    z-index: 9;
    transition: 2s;
    -webkit-transition: 1s;
    background: #fff;
    padding: 0;
}
video{
    width: 100%;
}

/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
.container {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}


	
}

@media screen and (max-width: 980px) {
	

	
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
    .footer {
        padding: 15px 0;
        background: #08405e;
        margin-bottom: 40px;
    }
    .logo a img {
        width: 22%;
    }
    .mobile-btn{
        display: block;
        background: #0daeda;
        position: fixed;
        bottom: 0px;
        width: 100%;
        padding: 0;
        rotate: 0deg;
        top: inherit;
        right: inherit;
    }
    .mobile-btn a{
        border: 1px solid #fff;
        padding: 6px 10px;
        color: #fff;
        width: 49%;
        display: inline-block;
        text-align: center;
        border-radius: 0;
    }
    .about {
        padding: 60px 0;
    }
    .left-blog-box {
        width: 100%;
    }
    .tags {
        flex-wrap: wrap;
    }
    .left-tag {
        margin-bottom: 20px;
    }
    .right-blog {
        width: 100%;
        padding: 0;
        margin: 30px 0 0 0;
    }

    .certification h2 {
        font-size: 25px;
        line-height: 30px;

    }
    .contact-box {

        flex-wrap: wrap;
    }

    .contact-form {
        width: 100%;
    }
    .contact-address {
        width: 100%;
        padding: 20px 0 0;
        margin: 7px 0 10px 0;
    }
    .banner-text img {
    height: auto !important;
    width: 23%;
}
    .banner-text h1 {
        font-size: 37px;
        line-height: 41px;
    }
    .banner-text h1 span{
        color: #fff;
    }
    .banner-text p {
        padding: 10px 30px;
        font-weight: 500;
        font-size: 18px;
    }
    .certification-logo {
        width: 44%;
        margin: 0 10px 9px;
        padding: 5px;
        border-radius: 8px;
        text-align: center;
    }
    .certification p {
        font-size: 20px;
    }
    .certification h2 span {
        font-size: 40px;
    }
    .experience .certification-logo {
        width: 44%;
        background: #fff;
        margin: 10px 9px 15px;
        padding: 12px 0;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0px 0px 8px #00000030;
    }
    .experience .certification-logo img {
        height: auto;
    }
    .brands .certification-logo {
        width: 47%;
        margin: 0 3px;
    }
    .brands .certification-logo img {
        width: 100%;
        height: 110px;
    }
    .brands .certification-logo-box {
        margin: 0px;
    }
    .working-text {
        margin-top: 0;
    }
    .working-img img {
        width: 100%;
        height: 300px;
        object-fit: contain;
    }
    .other {
        padding: 60px 0 40px;
    }
    .other .certification-logo img {
        object-fit: contain;
        height: 100px !important;
    }
    .other h2 {
        margin-bottom: 30px;
    }
    .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 140px;
        right: -14px;
        background: #0daeda00;
        padding: 0 !important;
        font-size: 70px;
    }


    .owl-carousel .owl-nav button.owl-prev{
        top: 140px;
        left: -18px;
        padding: 0 !important;
        font-size: 70px;
    }
    .product .creation-box img {
        height: 520px;
        object-fit: cover;
        box-shadow: 0px 2px 5px #fff;
        margin: 0;
    }
    .contact-address::before {
        content: '';
        background: #03aad0;
        height: 50px;
        width: 150px;
        position: absolute;
        top: 11px;
        right: 0;
        border-radius: 100px;
        z-index: -1;
    }

.contact-text h2 {
    position: relative;
    font-size: 30px;
}
.contact-text h2 svg {
    width: 30px;
    height: 30px;
}
.contact-text h2::before {
    content: '';
    border-bottom: 3px dashed #08405e;
    height: 5px;
    width: 70%;
    position: absolute;
    bottom: -6px;
}
.banner .carousel-item img {
    height: 75vh;
    object-fit: cover;
}
.banner-text h3 {
        font-size: 23px;
        line-height: 23px;
}

}


/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {

}


/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {

}



/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {

}



/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:375px) {


}
